diff options
author | jbrjake <[email protected]> | 2009-06-04 17:37:43 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2009-06-04 17:37:43 +0000 |
commit | 2c5699a0b597b55a6c6f7cc663e473dd4a7345e1 (patch) | |
tree | ffcae844907629e77f2bf514b97ab521b4e40b9b /macosx/HBPresets.h | |
parent | 69f7bd110eed1c513bdcf4495751d11aaeb57b57 (diff) |
MacGui and CLI: New built-in presets. The list has been much pared down, and a stronger emphasis has been given to quality-based encoding. Video game console presets are gone because supporting them is an endlessly frustrating experience. Either they work with the Normal preset's vanilla main profile H.264 in a standard MP4 container, or they don't. The high profile presets have been condensed down into a single one. Many presets have been sped up. The AppleTV preset is now High Profile and uses better B-frame decisions. MacGui presets also now use the AudioList array.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2481 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.h')
-rw-r--r-- | macosx/HBPresets.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/macosx/HBPresets.h b/macosx/HBPresets.h index 71a516066..d8ea61a2e 100644 --- a/macosx/HBPresets.h +++ b/macosx/HBPresets.h @@ -14,27 +14,18 @@ /* Built-In Preset Dictionaries (one for each built in preset) */ - (NSDictionary *)createApplePresetFolder; -- (NSDictionary *)createBasicPresetFolder; -- (NSDictionary *)createGamingConsolesPresetFolder; -- (NSDictionary *)createHiProfilePresetFolder; +- (NSDictionary *)createRegularPresetFolder; - (NSDictionary *)createLegacyPresetFolder; -- (NSDictionary *)create360Preset; -- (NSDictionary *)createAnimationPreset; - (NSDictionary *)createAppleTVPreset; - (NSDictionary *)createAppleTVLegacyPreset; - (NSDictionary *)createAppleUniversalPreset; - (NSDictionary *)createClassicPreset; -- (NSDictionary *)createCRFPreset; -- (NSDictionary *)createFilmPreset; - (NSDictionary *)createiPhonePreset; - (NSDictionary *)createiPhoneLegacyPreset; - (NSDictionary *)createIpodHighPreset; - (NSDictionary *)createIpodLowPreset; - (NSDictionary *)createNormalPreset; -- (NSDictionary *)createPSPPreset; -- (NSDictionary *)createPSThreePreset; -- (NSDictionary *)createQuickTimePreset; -- (NSDictionary *)createTelevisionPreset; +- (NSDictionary *)createHighProfilePreset; @end |