diff options
author | dynaflash <[email protected]> | 2012-06-27 21:06:34 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2012-06-27 21:06:34 +0000 |
commit | 6bb2ef496275a62f957adfdc77dfb845cc2b6328 (patch) | |
tree | f33102d65ef63662eaa3d93f41eb745fc8062454 /macosx/HBPresets.h | |
parent | 61cdce11c3522ca680c14263b4bfff59f046b89b (diff) |
MacGui: Add AppleTV 3 Preset
- Basically High Profile preset with rc-lookahead removed ( so now default)
- 1920 x nnn (1080p) resolution max
- Fast decomb due to the fact that "decomb 3" is currently deemed too much of a speed hit. Upon a speed up recommend a change.
- - Note this is the first device preset to use decomb … fast decomb is better imo than no decomb.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4784 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.h')
-rw-r--r-- | macosx/HBPresets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPresets.h b/macosx/HBPresets.h index b2baafbc8..2b3708cbd 100644 --- a/macosx/HBPresets.h +++ b/macosx/HBPresets.h @@ -21,6 +21,7 @@ - (NSDictionary *)createiPhone4Preset; - (NSDictionary *)createAppleTv2Preset; - (NSDictionary *)createAppleTVPreset; +- (NSDictionary *)createAppleTv3Preset; - (NSDictionary *)createAppleUniversalPreset; - (NSDictionary *)createClassicPreset; - (NSDictionary *)createiPhonePreset; |