]> granicus.if.org Git - handbrake/commit
WinGui: Picture Settings Tab and Preset Behaviours changed to be consistent with...
authorsr55 <sr55.hb@outlook.com>
Wed, 29 May 2013 20:32:25 +0000 (20:32 +0000)
committersr55 <sr55.hb@outlook.com>
Wed, 29 May 2013 20:32:25 +0000 (20:32 +0000)
commitbf0fe59e97a4fc22b0800191407cdeb758ed20fa
treee2eccf1f2f5b21270c5c5c29e287276ed71625ae
parentbffc8a4ab97bcd4630496c62be4720e0c590f1fa
WinGui: Picture Settings Tab and Preset Behaviours changed to be consistent with the macgui.

- None:
Nothing will happen to the W/H/KeepAR when changing preset.
Changing Title or source will change the Width to the source width and turn Keep AR on.

- Custom
Changing preset will change the resolution to be no more than what the Max W and H were set to. Keep AR flag will be honour'd, so if it's turned off, the output AR could be incorrect.
Set the W/H to a large number for the equiv of No Limit.

- Source Max
Same idea as custom, but limited to the resolution of the current source instead of a custom W/H

This now means that importing a mac or linux preset provides consistent behaviour.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5525 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/CS/HandBrake.ApplicationServices/Model/PresetPictureSettingsMode.cs
win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs