summaryrefslogtreecommitdiffstats
path: root/DOCS/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 22:14:18 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 22:14:18 +0000
commit78799c83678da2cb78c29f28ba0ea3662958b2a0 (patch)
tree198037a15ede4e7a4a8c75b7068112d98f3e74d3 /DOCS/encoding.html
parentaa4dfefb56d742672d01a71cd5d0f6de1ae25604 (diff)
downloadmpv-78799c83678da2cb78c29f28ba0ea3662958b2a0.tar.bz2
mpv-78799c83678da2cb78c29f28ba0ea3662958b2a0.tar.xz
scaling only works with YV12
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3860 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r--DOCS/encoding.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 6ffd047990..4679cc95bb 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -101,9 +101,11 @@ commands are needed :<BR>
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>