diff options
author | jstebbins <[email protected]> | 2010-10-23 19:26:51 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-10-23 19:26:51 +0000 |
commit | 230295694e96bb9402974c641954529bf11c4375 (patch) | |
tree | 22a1112cd51214a59aacec22bfe7b74d7ce50997 /gtk/src/standard_presets.xml | |
parent | 71339bee34b6dbc248ee2027ead281369f02024c (diff) |
update baseline presets with weightp=0
eliminate hack that defaults weightp=0 when bframes=0
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3623 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/standard_presets.xml')
-rw-r--r-- | gtk/src/standard_presets.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/src/standard_presets.xml b/gtk/src/standard_presets.xml index d44f9421e..ec4f16b2a 100644 --- a/gtk/src/standard_presets.xml +++ b/gtk/src/standard_presets.xml @@ -104,7 +104,7 @@ <key>VideoTwoPass</key> <integer>0</integer> <key>x264Option</key> - <string>cabac=0:ref=2:me=umh:bframes=0:8x8dct=0:trellis=0:subme=6</string> + <string>cabac=0:ref=2:me=umh:bframes=0:weightp=0:8x8dct=0:trellis=0:subme=6</string> </dict> <dict> <key>AudioList</key> @@ -189,7 +189,7 @@ <key>VideoTwoPass</key> <integer>0</integer> <key>x264Option</key> - <string>level=30:bframes=0:cabac=0:ref=1:vbv-maxrate=768:vbv-bufsize=2000:analyse=all:me=umh:no-fast-pskip=1:subme=6:8x8dct=0:trellis=0</string> + <string>level=30:bframes=0:weightp=0:cabac=0:ref=1:vbv-maxrate=768:vbv-bufsize=2000:analyse=all:me=umh:no-fast-pskip=1:subme=6:8x8dct=0:trellis=0</string> </dict> <dict> <key>AudioList</key> @@ -274,7 +274,7 @@ <key>VideoTwoPass</key> <integer>0</integer> <key>x264Option</key> - <string>cabac=0:ref=2:me=umh:bframes=0:subme=6:8x8dct=0:trellis=0</string> + <string>cabac=0:ref=2:me=umh:bframes=0:weightp=0:subme=6:8x8dct=0:trellis=0</string> </dict> <dict> <key>AudioList</key> @@ -862,7 +862,7 @@ <key>VideoTwoPass</key> <integer>0</integer> <key>x264Option</key> - <string>ref=1:b-pyramid=none:subme=5:me=umh:no-fast-pskip=1:cabac=0:weightb=0:8x8dct=0:trellis=0</string> + <string>ref=1:b-pyramid=none:weightp=0:subme=5:me=umh:no-fast-pskip=1:cabac=0:weightb=0:8x8dct=0:trellis=0</string> </dict> <dict> <key>AudioList</key> @@ -947,7 +947,7 @@ <key>VideoTwoPass</key> <integer>0</integer> <key>x264Option</key> - <string>level=30:cabac=0:ref=1:analyse=all:me=umh:no-fast-pskip=1:psy-rd=0,0:bframes=0:subme=6:8x8dct=0:trellis=0</string> + <string>level=30:cabac=0:ref=1:analyse=all:me=umh:no-fast-pskip=1:psy-rd=0,0:bframes=0:weightp=0:subme=6:8x8dct=0:trellis=0</string> </dict> <dict> <key>AudioList</key> @@ -1032,7 +1032,7 @@ <key>VideoTwoPass</key> <integer>0</integer> <key>x264Option</key> - <string>level=30:bframes=0:cabac=0:ref=1:vbv-maxrate=1500:vbv-bufsize=2000:analyse=all:me=umh:no-fast-pskip=1:psy-rd=0,0:subme=6:8x8dct=0:trellis=0</string> + <string>level=30:bframes=0:weightp=0:cabac=0:ref=1:vbv-maxrate=1500:vbv-bufsize=2000:analyse=all:me=umh:no-fast-pskip=1:psy-rd=0,0:subme=6:8x8dct=0:trellis=0</string> </dict> </array> <key>Default</key> |