diff options
author | jbrjake <[email protected]> | 2007-05-15 19:11:17 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-05-15 19:11:17 +0000 |
commit | 2cf831aa6215005f9e151398672735555acd0e8b (patch) | |
tree | b5c49cd3dd493f3dbc1e9453ebd607518f8e81ad /macosx/English.lproj | |
parent | 51eb216f691cf5dd1592efa578462ff5cded5068 (diff) |
MacGui: x264 options widget for motion estimation. This is the first widget to use strings for values instead of numbers, so it's a little wonky. Right now, if you don't have a motion est. value specified, but you do have another option with "me" in the name (like "subME" or "b-fraMEs"), the widget will be unresponsive.
Hopefully I'm not accidentally breaking anything with this commit. Had to revert, update, and rewire some stuff after I tried to commit and realized I'd missed a revision.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@582 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 2 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 5 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/keyedobjects.nib | bin | 117541 -> 119535 bytes |
3 files changed, 5 insertions, 2 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index 838479e4a..180416161 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -140,6 +140,8 @@ fX264optBframesPopUp = NSPopUpButton; fX264optMixedRefsLabel = NSTextField; fX264optMixedRefsPopUp = NSPopUpButton; + fX264optMotionEstLabel = NSTextField; + fX264optMotionEstPopUp = NSPopUpButton; fX264optNfpskipLabel = NSTextField; fX264optNfpskipPopUp = NSPopUpButton; fX264optNodctdcmtLabel = NSTextField; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index a58685983..8d46dd189 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -7,7 +7,7 @@ <key>IBEditorPositions</key> <dict> <key>1843</key> - <string>610 276 220 592 0 0 1440 878 </string> + <string>863 409 220 592 0 0 1920 1058 </string> <key>29</key> <string>1793 762 365 44 1440 0 1280 1024 </string> </dict> @@ -19,10 +19,11 @@ </array> <key>IBOpenObjects</key> <array> + <integer>21</integer> <integer>1843</integer> </array> <key>IBSystem Version</key> - <string>8P2137</string> + <string>8L127</string> <key>IBUserGuides</key> <dict> <key>21</key> diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib Binary files differindex b8fb3f3be..213b025c2 100644 --- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib +++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib |