diff options
author | jstebbins <[email protected]> | 2008-10-17 16:20:43 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-10-17 16:20:43 +0000 |
commit | c169470e5c6d06fa8eec2835af1aaf4f6d210faa (patch) | |
tree | 3ab890310d672f80090f8871a1f3c785e5e6991d /gtk/src/widget_deps | |
parent | 9938bfacd7807ac96236a9111101f8479f3d157b (diff) |
LinGui: Make preset key/values mostly align with macui presets.
One step closer to having a common preset format.
Audio presets are still not compatible.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1840 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/widget_deps')
-rw-r--r-- | gtk/src/widget_deps | 81 |
1 files changed, 41 insertions, 40 deletions
diff --git a/gtk/src/widget_deps b/gtk/src/widget_deps index c7150471f..eb9ef27d2 100644 --- a/gtk/src/widget_deps +++ b/gtk/src/widget_deps @@ -2,47 +2,58 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>anamorphic</key> + <key>AudioEncoder</key> <array> - <string>keep_aspect</string> - <string>scale_height</string> + <string>AudioBitrate</string> + <string>AudioSamplerate</string> + <string>AudioMixdown</string> + <string>AudioTrackDRCSlider</string> </array> - <key>audio_codec</key> + <key>ChapterMarkers</key> <array> - <string>audio_bitrate</string> - <string>audio_rate</string> - <string>audio_mix</string> - <string>audio_drc</string> + <string>chapters_list</string> </array> - <key>autocrop</key> + <key>FileFormat</key> <array> - <string>crop_top</string> - <string>crop_bottom</string> - <string>crop_left</string> - <string>crop_right</string> + <string>Mp4LargeFile</string> + <string>Mp4HttpOptimize</string> + <string>Mp4iPodCompatible</string> </array> - <key>autoscale</key> + <key>PictureAutoCrop</key> + <array> + <string>PictureTopCrop</string> + <string>PictureBottomCrop</string> + <string>PictureLeftCrop</string> + <string>PictureRightCrop</string> + </array> + <key>PictureDecomb</key> + <array> + <string>PictureDeinterlace</string> + <string>tweak_PictureDeinterlace</string> + </array> + <key>PictureKeepRatio</key> <array> - <string>scale_width</string> <string>scale_height</string> </array> - <key>chapter_markers</key> + <key>VideoEncoder</key> <array> - <string>chapters_list</string> + <string>x264_tab</string> + <string>x264_tab_label</string> + <string>Mp4iPodCompatible</string> + <string>directqp</string> </array> - <key>container</key> + <key>VideoTwoPass</key> <array> - <string>large_mp4</string> - <string>http_optimize_mp4</string> - <string>ipod_file</string> + <string>VideoTurboTwoPass</string> </array> - <key>decomb</key> + <key>anamorphic</key> <array> - <string>deinterlace</string> - <string>tweak_deinterlace</string> + <string>PictureKeepRatio</string> + <string>scale_height</string> </array> - <key>keep_aspect</key> + <key>autoscale</key> <array> + <string>scale_width</string> <string>scale_height</string> </array> <key>title</key> @@ -60,34 +71,24 @@ <string>start_chapter</string> <string>end_chapter</string> </array> - <key>two_pass</key> - <array> - <string>turbo</string> - </array> <key>use_source_name</key> <array> <string>chapters_in_destination</string> </array> - <key>video_codec</key> - <array> - <string>x264_tab</string> - <string>x264_tab_label</string> - <string>ipod_file</string> - </array> <key>vquality_type_bitrate</key> <array> - <string>video_bitrate</string> + <string>VideoAvgBitrate</string> </array> <key>vquality_type_constant</key> <array> - <string>video_quality</string> + <string>VideoQualitySlider</string> <string>constant_rate_factor</string> - <string>two_pass</string> - <string>turbo</string> + <string>VideoTwoPass</string> + <string>VideoTurboTwoPass</string> </array> <key>vquality_type_target</key> <array> - <string>video_target_size</string> + <string>VideoTargetSize</string> </array> <key>x264_bframes</key> <array> |