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

Michael Niedermayer CVS michael at mplayerhq.hu
Thu Nov 14 20:33:23 CET 2002


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

Modified Files:
	libavc-options.txt 
Log Message:
ffhuffyuv docs


Index: libavc-options.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/libavc-options.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- libavc-options.txt	22 Oct 2002 19:21:24 -0000	1.24
+++ libavc-options.txt	14 Nov 2002 19:33:19 -0000	1.25
@@ -73,6 +73,9 @@
         2 second pass
           (only need to specify if two-pass encoding is used)
         Tip: u can try to use constant quantizer mode for pass1 (vqscale=<quantizer>)
+        for huffyuv:
+        	pass 1 saves statistics
+                pass 2 encodes with a optimal huffman table based upon the pass 1 stats
 
 vbitrate (kbits per second) for pass1/2
 	800 is default
@@ -254,6 +257,15 @@
  
 ildct	use interlaced dct
 
+format
+	YV12 (default)
+        422P (for huffyuv)
+
+pred (for huffyuv)
+	0 left prediction
+        1 plane/gradient prediction
+        2 median prediction
+
 lavdopts: (decoder options)
 ---------------------------
 
@@ -278,7 +290,7 @@
 	8 for mpeg4	UMP4                     (autodetected if fourcc==UMP4)
         16for mpeg4	padding bug
         32for mpeg4	illegal vlc bug          (autodetected per fourcc)
-	64for mpeg4	XVID&DIVX qpel bug	 (autodetected for divx)
+	64for mpeg4	XVID&DIVX qpel bug	 (autodetected)
         Note: just add the ones u want to enable
 
 gray	grayscale only decoding (a bit faster than with color ...)




More information about the MPlayer-cvslog mailing list