[Mplayer-cvslog] CVS: main/DOCS/tech libavc-options.txt,1.34,1.35

Michael Niedermayer CVS michael at mplayerhq.hu
Fri Jan 10 22:10:55 CET 2003


Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv29970

Modified Files:
	libavc-options.txt 
Log Message:
psnr
more vstrict info
another mpeg intro link


Index: libavc-options.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/libavc-options.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- libavc-options.txt	5 Jan 2003 16:44:44 -0000	1.34
+++ libavc-options.txt	10 Jan 2003 21:10:32 -0000	1.35
@@ -188,9 +188,12 @@
 	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
-        decoder
+vstrict (-1,0,1) strict standard compliance
+	0  (default)
+        1  only recommended if you want to feed the output into the mpeg4 reference
+           decoder
+        -1 allows nonstandard YV12 huffyuv encoding (20% smaller files, but 
+           cant be played back by the official huffyuv codec)
 
 vdpart	data partitioning
 	adds 2 byte per video packet
@@ -333,6 +336,10 @@
 subq	(1-8) subpel refinement quality (for qpel)
 	8 (default)
 	Note: this has a significant effect on the speed
+        
+psnr	will print the psnr for the whole video after encoding and store the per frame psnr
+	in a file with name like "psnr_012345.log"
+
 
 lavdopts: (decoder options)
 ---------------------------
@@ -389,6 +396,7 @@
 IDCT	Inverse Discrete Cosine Transform
 DC	The coefficient of the constant term in the DCT (avg value of block)
 JVT	Joint Video Team Standard -- http://www.itu.int/ITU-T/news/jvtpro.html
+PSNR	peak signal to noise ratio
 
 Examples:
 mencoder foobar.avi -lavcopts vcodec=mpeg4:vhq:keyint=300:vqscale=2 -o new-foobar.avi
@@ -399,6 +407,7 @@
 http://www.eecs.umich.edu/~amarathe/mpeg.html
 longer intro to jpeg/mpeg coding:
 http://www.cs.sfu.ca/undergrad/CourseMaterials/CMPT479/material/notes/Chap4/Chap4.2/Chap4.2.html
+ftp://ftp.tek.com/mbd/manuals/video_audio/25W_11418_4.pdf
 
 --
 Written 2002 by Michael Niedermayer and reviewed by Felix Buenemann.



More information about the MPlayer-cvslog mailing list