[Mplayer-cvslog] CVS: main/DOCS/tech libavc-options.txt,1.11,1.12
Michael Niedermayer
michael at mplayerhq.hu
Sun Aug 18 03:07:39 CEST 2002
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv20075/DOCS/tech
Modified Files:
libavc-options.txt
Log Message:
same behavior for luma & chroma single coeff elimination
Index: libavc-options.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/libavc-options.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libavc-options.txt 14 Aug 2002 23:49:55 -0000 1.11
+++ libavc-options.txt 18 Aug 2002 01:07:24 -0000 1.12
@@ -104,13 +104,17 @@
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
More information about the MPlayer-cvslog
mailing list