Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-07-31 06:39:06 +0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-07 01:23:13 +0400
commit5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1 (patch)
treecbd071ceb8834c8178539183a916f3e64a16fb44 /doc/encoders.texi
parentd3789eeeed3423bd1ca9dc40030a2f7a21ea5332 (diff)
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/encoders.texi')
-rw-r--r--doc/encoders.texi13
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