]> granicus.if.org Git - handbrake/commitdiff
LinGui,CLI: change h.264 profile to high in AppleTV preset
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 6 Jan 2013 20:53:34 +0000 (20:53 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 6 Jan 2013 20:53:34 +0000 (20:53 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5161 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/standard_presets.xml
test/test.c

index 9a0b354003aab87afcbac5deee07c6cbf3a74392..0b71c030dc2078ef9e980dfac3d7ba0f5daa988b 100644 (file)
                 <key>x264UseAdvancedOptions</key>
                 <false />
                 <key>x264Option</key>
-                <string>cabac=0:ref=2:b-pyramid=none:weightb=0:weightp=0:vbv-maxrate=9500:vbv-bufsize=9500:level=3.1:8x8dct=0</string>
+                <string>cabac=0:ref=2:b-pyramid=none:weightb=0:weightp=0:vbv-maxrate=9500:vbv-bufsize=9500:level=3.1</string>
                 <key>x264OptionExtra</key>
                 <string>cabac=0:ref=2:b-pyramid=none:weightb=0:weightp=0:vbv-maxrate=9500:vbv-bufsize=9500</string>
                 <key>x264Preset</key>
                 <string>medium</string>
                 <key>h264Profile</key>
-                <string>main</string>
+                <string>high</string>
                 <key>x264Tune</key>
                 <string>none</string>
             </dict>
index ffa9556d0a53179e2201c8b6b581b2b55a4c290a..087a164fa621722ec101473714815a00f73daff5 100644 (file)
@@ -952,7 +952,7 @@ static int HandleEvents( hb_handle_t * h )
                     }
                     if (x264_profile == NULL)
                     {
-                        x264_profile = strdup("main");
+                        x264_profile = strdup("high");
                     }
                     if (h264_level == NULL)
                     {