diff options
author | jbrjake <[email protected]> | 2007-12-08 21:43:00 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-12-08 21:43:00 +0000 |
commit | 9c1b5ba05a2db718753399cc062aa59ee0be5add (patch) | |
tree | bd2600fad6cccb7d777eb3d3d048e414e606965e /macosx/HBPresets.h | |
parent | 2111b9f456626a91191f16de0ac122c847b9280a (diff) |
Adds a preset for the 360, accounts for filters in the presets, updates manicure.rb formatting, removes from the presets the keyint stuff that's now handled in encx264.c, and slightly tweaks the x264 options of a few presets. Also, Animation and Television now use slower deinterlacing, and the latter uses weak denoising as well. Not sure why the @tv preset used trellis=2, brought that down to 1.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1110 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.h')
-rw-r--r-- | macosx/HBPresets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBPresets.h b/macosx/HBPresets.h index 0ab2d3968..d40ce0e82 100644 --- a/macosx/HBPresets.h +++ b/macosx/HBPresets.h @@ -31,4 +31,6 @@ - (NSDictionary *)createBrokePreset; - (NSDictionary *)createBlindPreset; - (NSDictionary *)createCRFPreset; +- (NSDictionary *)create360Preset; + @end |