diff options
author | jbrjake <[email protected]> | 2007-08-10 21:47:23 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-08-10 21:47:23 +0000 |
commit | 55851df650e2cdbcdc95146ed45a89093a05e30f (patch) | |
tree | 6762783b62263c88b9e282a8d9a72e0eccd9b765 /macosx/Controller.h | |
parent | 001656e4f42c542b44f6d888e0f9cb57bb5016dd (diff) |
MacGui: modifies some presets.
- Removes "HB-" from the preset names.
- Adds Broke preset for people who still encode to CD size.
- Adds Blind preset for people who want an encode done *right now*.
- Adds Deux Six Quatre preset with commonly found x264 settings.
- Changes iPhone preset audio bitrate to 128 (160 is incompatible, unlike on the iPod).
- Applies turbo to all existing presets that used 2-pass.
- Switches the Animation and Television presets to use "Same as source" fps.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@795 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 19664c1b4..c415f98b6 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -311,6 +311,10 @@ - (NSDictionary *)CreateAnimationPreset; - (NSDictionary *)CreateBedlamPreset; - (NSDictionary *)CreateiPhonePreset; +- (NSDictionary *)CreateDeuxSixQuatrePreset; +- (NSDictionary *)CreateBrokePreset; +- (NSDictionary *)CreateBlindPreset; + - (IBAction) RevertPictureSizeToMax:(id)sender; - (IBAction)SetDefaultPreset:(id)sender; |