diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-07-30 19:39:06 -0700 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-06 23:23:13 +0200 |
commit | 5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1 (patch) | |
tree | cbd071ceb8834c8178539183a916f3e64a16fb44 /doc | |
parent | d3789eeeed3423bd1ca9dc40030a2f7a21ea5332 (diff) | |
download | ffmpeg-5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1.tar.gz |
libxvid: add working lumimasking and variance AQ
The old implementation is unusable due to changes in the Xvid API.
Further fixes by Michael Niedermayer <michaelni@gmx.at>.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 24692b7884..5c0e489684 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -505,6 +505,19 @@ Small-sized colorful images Text-like @end table +@item lumi_aq +Enable lumi masking adaptive quantization when set to 1. Default is 0 +(disabled). + +@item variance_aq +Enable variance adaptive quantization when set to 1. Default is 0 +(disabled). + +When combined with @option{lumi_aq}, the resulting quality will not +be better than any of the two specified individually. In other +words, the resulting quality will be the worse one of the two +effects. + @end table @section libx264 |