diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-28 22:14:18 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-28 22:14:18 +0000 |
commit | 78799c83678da2cb78c29f28ba0ea3662958b2a0 (patch) | |
tree | 198037a15ede4e7a4a8c75b7068112d98f3e74d3 /DOCS/encoding.html | |
parent | aa4dfefb56d742672d01a71cd5d0f6de1ae25604 (diff) |
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.html | 8 |
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> |