From 55851df650e2cdbcdc95146ed45a89093a05e30f Mon Sep 17 00:00:00 2001 From: jbrjake Date: Fri, 10 Aug 2007 21:47:23 +0000 Subject: 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 --- macosx/Controller.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macosx/Controller.h') 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; -- cgit v1.2.3