[Mplayer-cvslog] CVS: main/DOCS encoding.html,1.18,1.19

Winner of tha face compo gabucino at mplayer.dev.hu
Fri Dec 28 23:14:50 CET 2001


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

Modified Files:
	encoding.html 
Log Message:
scaling only works with YV12


Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- encoding.html	26 Dec 2001 21:45:23 -0000	1.18
+++ encoding.html	28 Dec 2001 22:14:06 -0000	1.19
@@ -101,9 +101,11 @@
   AVI (DivX) files, you have be aware that AVI headers don't store this
   value. Thus, the only solution is rescaling.</P>
 
-<P>The output size is specified with the <CODE>-x</CODE>, and <CODE>-y</CODE>
-  options.  Furthermore, there are 3 rescaling filters in <B>MEncoder</B>, <I>0
-  : fast bilinear</I>, <I>1 : bilinear</I>, <I>2 : bicubic</I> (best quality).
+<P><B>MEncoder can scale input images if they come in YV12 format (for example:
+  ffdivx, odivx drivers, or mpeg1/2). The output size is specified with the
+  <CODE>-x</CODE>, and <CODE>-y</CODE> options.  Furthermore, there are 3
+  rescaling filters in <B>MEncoder</B>, <I>0
+  : fast bilinear</I>, <I>1 : bilinear</I>, <I>2 : bicubic</I> (best quality). 
   They can be specified with the <CODE>-sws</CODE> option. If not specified,
   <B>MEncoder</B> will use 0 : fast bilinear.</P>
 




More information about the MPlayer-cvslog mailing list