I have recently been playing with Magic Lantern on my Canon 70D. Good news is that Kdenlive supports the second version raw video format of ML out of the box. Bad news is that the video has a .mlv extention. I was able to get DigiKam to extract it by just adding in mlv to the list of supported extensions. Unfortunately, kdenlive has no such mechanism. Would it be possible for you to add .mlv to the list of supported & detected formats? The files are ridiculously large, so I can't add an example... Reproducible: Always Steps to Reproduce: 1. Click on add files 2. Go to directory that contains .mlv files 3. See no files, click on the button that clears the filter on file formats. 4. Files are now visible. Click on the file you want. 5. File opens properly in kdenlive. Actual Results: Don't like the step where I have to specify all file types. Expected Results: .mlv files to be detected as video files straight away.
Git commit e844edc049861686f4a909be33431523bf06a386 by Jean-Baptiste Mardelle. Committed on 04/02/2017 at 10:10. Pushed by mardelle into branch 'Applications/16.12'. Add option to add custom mime types for allowed clips M +16 -0 src/dialogs/clipcreationdialog.cpp M +15 -0 src/dialogs/kdenlivesettingsdialog.cpp M +4 -0 src/kdenlivesettings.kcfg M +66 -44 src/ui/configenv_ui.ui https://commits.kde.org/kdenlive/e844edc049861686f4a909be33431523bf06a386
I never thought about adding an option for custom mime types, but I agree it's a great idea. Now available from Kdenlive Settings > Environment > Mime Types Please test & report