diff options
author | dynaflash <[email protected]> | 2007-06-13 16:07:42 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-06-13 16:07:42 +0000 |
commit | c9660148a6c901fd08d3ef77a8cbae97d65f0011 (patch) | |
tree | 27dfe1b2a8b7ad69bfc214c1f391d1a1342b1c26 /macosx/English.lproj/MainMenu.nib/info.nib | |
parent | 7bf643db12b5e43fa42d738d8d5c3b8a74c83c64 (diff) |
MacGui: Add Turbo option for x264 two pass encoding
- Adds a Turbo checkbox under the 2-pass checkbox in the video tab if x264 is selected and 2-pass is checked, otherwise the Turbo checkbox is hidden and deselected
- Appends ":ref=1:subme=1:me=dia:analyse=none:weightb=0:trellis=0:no-fast-pskip=0:8x8dct=0" to a given x264 option string on the first pass of a two pass encode if the Turbo checkbox is checked.
- in testing, roughly doubles the first pass encoding speed using the HB-AppleTV preset opt string on a 2 pass encode.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@607 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib/info.nib')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index d8e8e2321..fde292323 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -9,7 +9,7 @@ <key>1843</key> <string>863 409 220 592 0 0 1920 1058 </string> <key>29</key> - <string>132 421 365 44 0 0 1280 778 </string> + <string>155 478 365 44 0 0 1440 878 </string> </dict> <key>IBFramework Version</key> <string>446.1</string> @@ -19,8 +19,8 @@ </array> <key>IBOpenObjects</key> <array> - <integer>29</integer> <integer>21</integer> + <integer>29</integer> </array> <key>IBSystem Version</key> <string>8P2137</string> |