diff DOCS/encoding.html @ 3859:686ba9f9393c

scaling only works with YV12
author gabucino
date Fri, 28 Dec 2001 22:14:18 +0000
parents 68dae60dd470
children 7510f142e7aa
line wrap: on
line diff
--- a/DOCS/encoding.html	Fri Dec 28 22:00:31 2001 +0000
+++ b/DOCS/encoding.html	Fri Dec 28 22:14:18 2001 +0000
@@ -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>