changeset 8877:c21430ed38a9

psnr more vstrict info another mpeg intro link
author michael
date Fri, 10 Jan 2003 21:10:32 +0000
parents 026ed72206ba
children 12e69a0d5a67
files DOCS/tech/libavc-options.txt
diffstat 1 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/libavc-options.txt	Fri Jan 10 20:38:37 2003 +0000
+++ b/DOCS/tech/libavc-options.txt	Fri Jan 10 21:10:32 2003 +0000
@@ -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.