summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-18 01:07:37 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-18 01:07:37 +0000
commite5f74c273e8580afd828ae668a2643ff775ab9b4 (patch)
treea3b0cb47a5d438c5dee5bab9939bef5cdfb0c6bc /DOCS
parent74c5df8ea7c7ce548c94b1ba373b35539340991b (diff)
downloadmpv-e5f74c273e8580afd828ae668a2643ff775ab9b4.tar.bz2
mpv-e5f74c273e8580afd828ae668a2643ff775ab9b4.tar.xz
same behavior for luma & chroma single coeff elimination
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7040 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libavc-options.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt
index 01c01e860c..a3e063b690 100644
--- a/DOCS/tech/libavc-options.txt
+++ b/DOCS/tech/libavc-options.txt
@@ -104,13 +104,17 @@ vqcomp (0.0-1.0) quantizer compression (for pass1/2)
vrc_strategy (0,1,2)
FIXME (different rate control strategies)
-vlelim (0-1000) single coefficient elimination threshold for luminance
+vlelim (-1000-1000) single coefficient elimination threshold for luminance
0 disabled (default)
- 4 (JVT recommendation)
+ -4 (JVT recommendation)
+ negative values will allso consider the dc coefficient
+ should be at least -4 or lower for encoding at quant=1
-vcelim (0-1000) single coefficient elimination threshold for chrominance
+vcelim (-1000-1000) single coefficient elimination threshold for chrominance
0 disabled (default)
7 (JVT recommendation)
+ negative values will allso consider the dc coefficient
+ should be at least -4 or lower for encoding at quant=1
vstrict strict standard compliance
only recommended if you want to feed the output into the mpeg4 reference