summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-10-27 23:25:34 +0000
committerjbrjake <[email protected]>2008-10-27 23:25:34 +0000
commit0248140087b5e027330609e84662d5e831567847 (patch)
treec8c4426abc17ddc64ece15de5be0c19979d6fe28 /macosx
parentd7a4e0dd8d58b514ddeeb41a8a96c19ae26f8e31 (diff)
MacGui and CLI: Minor preset tweaks, brings Universal down to subme 6 and pushes Xbox up to subme 9.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1874 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBPresets.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m
index f854081bb..83e84b29d 100644
--- a/macosx/HBPresets.m
+++ b/macosx/HBPresets.m
@@ -245,7 +245,7 @@
[preset setObject:@"H.264 (x264)" forKey:@"VideoEncoder"];
/* x264 Option String */
- [preset setObject:@"level=40:ref=2:mixed-refs:bframes=3:weightb:subme=7:direct=auto:b-pyramid:me=umh:analyse=all:no-fast-pskip:filter=-2,-1" forKey:@"x264Option"];
+ [preset setObject:@"level=40:ref=2:mixed-refs:bframes=3:weightb:subme=9:direct=auto:b-pyramid:me=umh:analyse=all:no-fast-pskip:filter=-2,-1" forKey:@"x264Option"];
/* Video quality */
[preset setObject:[NSNumber numberWithInt:1] forKey:@"VideoQualityType"];
@@ -530,7 +530,7 @@
[preset setObject:@"H.264 (x264)" forKey:@"VideoEncoder"];
/* x264 Option String (We can use this to tweak the appleTV output)*/
- [preset setObject:@"level=30:cabac=0:ref=3:mixed-refs=1:analyse=all:me=umh:no-fast-pskip=1:subme=8" forKey:@"x264Option"];
+ [preset setObject:@"level=30:cabac=0:ref=3:mixed-refs=1:analyse=all:me=umh:no-fast-pskip=1" forKey:@"x264Option"];
/* Video quality */
[preset setObject:[NSNumber numberWithInt:2] forKey:@"VideoQualityType"];