diff options
author | dynaflash <[email protected]> | 2007-08-13 17:02:37 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-08-13 17:02:37 +0000 |
commit | 9d03e655fbc53a95e56ebd28d367175a0202a8c6 (patch) | |
tree | ecb1ce066595eeb8ce61172b0fa4c7c27cf09e16 /macosx/English.lproj | |
parent | e532199ceccdc03a2a356b44dd5a2ab1cb859408 (diff) |
MacGui: Detelecine initial implementation
- Added -VideoFramerateChanged method to controller.mm to detect NTSC Film content to error check detelecine.
- Auto detected or manually choosing 23.967 (NTSC Film) disables detelecine checkbox in the picture preview window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@800 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 6 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 5 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/keyedobjects.nib | bin | 129127 -> 130562 bytes |
3 files changed, 8 insertions, 3 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index 56978b1c7..0fb334d92 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -39,6 +39,7 @@ ShowScanPanel = id; TitlePopUpChanged = id; TwoPassCheckboxChanged = id; + VideoFrameRateChanged = id; VideoMatrixChanged = id; X264AdvancedOptionsChanged = id; X264AdvancedOptionsSet = id; @@ -94,6 +95,8 @@ fPicSettingAutoCropLabel = NSTextField; fPicSettingDeinterlace = NSTextField; fPicSettingDeinterlaceDsply = NSTextField; + fPicSettingDetelecine = NSTextField; + fPicSettingDetelecineLabel = NSTextField; fPicSettingHeight = NSTextField; fPicSettingPAR = NSTextField; fPicSettingPARDsply = NSTextField; @@ -229,6 +232,8 @@ fCropTopStepper = NSStepper; fDeinterlaceLevelMainWindow = NSTextField; fDeinterlacePopUp = NSPopUpButton; + fDetelecineCheck = NSButton; + fDetelecineMainWindow = NSTextField; fEffectsCheck = NSButton; fHeightField = NSTextField; fHeightStepper = NSStepper; @@ -245,6 +250,7 @@ fPictureGLView = HBPictureGLView; fPrevButton = NSButton; fRatioCheck = NSButton; + fVidFrameRatePopUpMainWindow = NSPopUpButton; fWidthField = NSTextField; fWidthStepper = NSStepper; }; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index fb661e2d8..9d18815dc 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>IBDocumentLocation</key> - <string>87 46 558 375 0 0 1440 878 </string> + <string>-2 463 763 415 0 0 1440 878 </string> <key>IBEditorPositions</key> <dict> <key>1843</key> @@ -28,9 +28,8 @@ <key>IBOpenObjects</key> <array> <integer>2436</integer> + <integer>365</integer> <integer>21</integer> - <integer>29</integer> - <integer>1843</integer> </array> <key>IBSystem Version</key> <string>8R2218</string> diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib Binary files differindex e6539fd7b..a4fcb87b5 100644 --- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib +++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib |