From 047bfe28f4949d7646f3acaa581f60bcba45bd44 Mon Sep 17 00:00:00 2001 From: jbrjake Date: Tue, 24 Jul 2007 01:54:12 +0000 Subject: MacGui: adds a bunch more presets - HB-Normal (a new default, not yet active) - HB-Classic (the default up until now) - HB-QuickTime - HB-Film - HB-Television - HB-Animation - HB-Bedlam (maxed out settings, crazier than MeGUI's HQ-Insane) - HB-iPhone Also touched up some of the existing ones' descriptions and increased the motion estimation and subpixels for the PS3. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@724 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'macosx/Controller.h') diff --git a/macosx/Controller.h b/macosx/Controller.h index f7e1d5068..9479c3699 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -281,6 +281,14 @@ - (NSDictionary *)CreateAppleTVPreset; - (NSDictionary *)CreatePSThreePreset; - (NSDictionary *)CreatePSPPreset; +- (NSDictionary *)CreateNormalPreset; +- (NSDictionary *)CreateClassicPreset; +- (NSDictionary *)CreateQuickTimePreset; +- (NSDictionary *)CreateFilmPreset; +- (NSDictionary *)CreateTelevisionPreset; +- (NSDictionary *)CreateAnimationPreset; +- (NSDictionary *)CreateBedlamPreset; +- (NSDictionary *)CreateiPhonePreset; - (IBAction) RevertPictureSizeToMax:(id)sender; -- cgit v1.2.3