Bug 364936

Summary: Git master:2016-05-30: Default preview profile selection
Product: [Applications] kdenlive Reporter: Evert Vorster <evorster>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Evert Vorster 2016-06-30 18:35:10 UTC
I know you can set the preview profile in the project, but it would also be nice to be able to set the _default_ Preview profile in Settings->Project Defaults.

I prefer to use x264 as encoder, as it gives me more quality with less disk space used for the same or less encoding time, as I have hardware that supports the format. (Once I get x265 hardware proper support done, I'll switch over to using that as default everywhere. )

Reproducible: Always
Comment 1 Jean-Baptiste Mardelle 2016-06-30 21:10:14 UTC
Git commit ef2494e369ecaf392d351d7ac7888af16905ca58 by Jean-Baptiste Mardelle.
Committed on 30/06/2016 at 21:09.
Pushed by mardelle into branch 'master'.

Allow selection of a default timeline preview profile

M  +60   -8    src/dialogs/kdenlivesettingsdialog.cpp
M  +1    -0    src/dialogs/kdenlivesettingsdialog.h
M  +7    -0    src/doc/kdenlivedoc.cpp
M  +14   -0    src/kdenlivesettings.kcfg
M  +3    -1    src/project/dialogs/projectsettings.cpp
M  +60   -9    src/ui/configproject_ui.ui
M  +66   -86   src/ui/configtimeline_ui.ui

http://commits.kde.org/kdenlive/ef2494e369ecaf392d351d7ac7888af16905ca58
Comment 2 Evert Vorster 2016-07-01 05:34:57 UTC
Works perfectly. 

Thanks for this!