diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-07-30 19:39:06 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-31 11:57:52 +0200 |
commit | ccb212b6c3ed18c9ff4e0c982574c43f92657f9f (patch) | |
tree | 7de1bab02239fc9c2dc798f8947bac91d78a7491 /doc | |
parent | 95960027a59fe38ad01a1429b85f9b3aa8fa2432 (diff) | |
download | ffmpeg-ccb212b6c3ed18c9ff4e0c982574c43f92657f9f.tar.gz |
libxvid: add working lumimasking and variance AQ
The old implementation is unusable due to change in the Xvid API.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 16be9483f2..a64783688d 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1323,6 +1323,19 @@ half pixel and quarter pixel refinement for 8x8 blocks, and rate distortion-based search using square pattern. @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 png |