diff options
author | Bradley Sepos <[email protected]> | 2017-06-22 05:53:13 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-06-22 05:53:13 -0400 |
commit | be794bdcaa7c899a7b42251bc1ad34fbbdb8b992 (patch) | |
tree | b88ce0bfdac05b64764c250dc6b26926257a13b5 /preset/preset_builtin.list | |
parent | 047ea7cf23d23d8fa4c1527455e9ce707457ee2b (diff) |
presets: Minor encoder tweaks for main Production presets.
Add additional x264 encoder options dct-decimate=0 and fast-pskip=0 (same as no-dct-decimate=1 and no-fast-pskip=1).
In some special cases, reproduction of flat areas and subtle gradients may improve slightly. Generally speaking, any change should be visually imperceptible at these bit rates, but adding a few extra bits is always acceptable when encoding for production intermediate purposes. Negligible speed hit (1-2%) for the main Production presets.
On the contrary, these settings are worse than useless for Production Proxy presets, which are optimized for speed. 5% speed hit isn't worth the tradeoff for low resolution proxies that need to be generated quickly and won't be used for final export.
Diffstat (limited to 'preset/preset_builtin.list')
-rw-r--r-- | preset/preset_builtin.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preset/preset_builtin.list b/preset/preset_builtin.list index 27d95a873..ff85b96b2 100644 --- a/preset/preset_builtin.list +++ b/preset/preset_builtin.list @@ -1,6 +1,6 @@ <resources> <section name="PresetTemplate"> - <integer name="VersionMajor" value="28" /> + <integer name="VersionMajor" value="29" /> <integer name="VersionMinor" value="0" /> <integer name="VersionMicro" value="0" /> <json name="Preset" file="preset_template.json" /> |