Bug 364936 - Git master:2016-05-30: Default preview profile selection
Summary: Git master:2016-05-30: Default preview profile selection
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR minor
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-30 18:35 UTC by Evert Vorster
Modified: 2016-07-01 05:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!