summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-01-26 16:13:18 +0000
committerdynaflash <[email protected]>2010-01-26 16:13:18 +0000
commitd95647645ad875fbe56856a9956646872a2490c0 (patch)
tree625e05145a54bb2e3127e6f64c4934fa2aeb9917
parentf6357dbdf13e7f9712d51317d2d7b5f97ff7a6ea (diff)
MacGui: Add Video Buffer Verifier (VBV) to the built in AppleTV preset as per test results using HD Plane Earth Birds clip for testing.
- Settings: vbv-maxrate=9500:vbv-bufsize=9500 - Note, in testing vbv-maxrate=10000:vbv-bufsize=10000 worked when testing via sync, but dropping it a bit for safety in the preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3086 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--macosx/HBPresets.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m
index 9ccd15e21..995325e00 100644
--- a/macosx/HBPresets.m
+++ b/macosx/HBPresets.m
@@ -182,7 +182,7 @@
[preset setObject:@"H.264 (x264)" forKey:@"VideoEncoder"];
/* x264 Option String (We can use this to tweak the appleTV output)*/
- [preset setObject:@"cabac=0:ref=2:me=umh:b-adapt=2:weightb=0:trellis=0:weightp=0" forKey:@"x264Option"];
+ [preset setObject:@"cabac=0:ref=2:me=umh:b-adapt=2:weightb=0:trellis=0:weightp=0:vbv-maxrate=9500:vbv-bufsize=9500" forKey:@"x264Option"];
/* Video quality */
[preset setObject:[NSNumber numberWithInt:2] forKey:@"VideoQualityType"];