Bug 364269 - git master 2016-06-19, mlv video format supported, but not in list
Summary: git master 2016-06-19, mlv video format supported, but not in list
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Arch Linux Other
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-13 12:00 UTC by Evert Vorster
Modified: 2017-02-12 14:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
snd.noise: low_hanging+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evert Vorster 2016-06-13 12:00:39 UTC
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.
Comment 1 Jean-Baptiste Mardelle 2017-02-04 10:10:28 UTC
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
Comment 2 Jean-Baptiste Mardelle 2017-02-04 10:12:03 UTC
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