summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2008-01-21 17:54:16 +0000
committerdynaflash <[email protected]>2008-01-21 17:54:16 +0000
commit6515cde812cf8c6d18ea288919ef205a6c43d3fb (patch)
treeefc97d4d7c5bf761a738aaa22c6ff454edd46b3c /macosx/Controller.h
parent973cc9d54501ad1783544594fb359fba54e025e0 (diff)
MacGui: Be Gone x264 (h.264 iPod) encoder drop down!
- Added an "Insert iPod Atom" checkbox right under "HTTP optimized" checkbox which sets job->ipod_atom = 1; in prepareJob if checked (Note: the name of the checkbox is currently up for debate, we are taking suggestions though the current name is most indicative of what it does). -Level is now handled in the advanced panel opt strings for x264 and width is no longer sanity checked by the gui. - Changed the remaining x264 (Main) to just x264 - Modified preset code to account for legacy presets from old dropdowns - Modified built in presets to include "level=30" for iPod / iPhone presets NOTE: Update your built in presets if you want the iPod and iPhone presets to be compatible. - Removed the "Reset Picture to 640 for x264 iPod" preference from the Preferences -> Picture panel. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1216 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 615768b40..54eb14252 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -77,6 +77,8 @@
IBOutlet NSButton * fDstMp4LargeFileCheck;
// Optimizes mp4's for http
IBOutlet NSButton * fDstMp4HttpOptFileCheck;
+ // Creates iPod compatible mp4's (add ipod uuid atom)
+ IBOutlet NSButton * fDstMp4iPodFileCheck;
/* Video box */
IBOutlet NSTextField * fVidRateField;