X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FHBPresets.m;h=995325e0015459ff0777e51e721836b3312a4ddf;hb=38411ed3d2e33bd434f7f255279924eba7c55e46;hp=9ccd15e21e78db1f07e4c7b55c04d0843da2136d;hpb=809fda40219544f971f83083e819ec79a7149936;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m index 9ccd15e2..995325e0 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"];