summaryrefslogtreecommitdiffstats
path: root/DOCS/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-01 20:39:59 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-01 20:39:59 +0000
commit7d3941ab6dc7e6d8dc06a6382954bea5dc3322c8 (patch)
treec1323cfb3b36dfebfb6d18a74d3901c7fb3f866e /DOCS/encoding.html
parent094f9712df21935d71e9d3ee13307035df1ae100 (diff)
downloadmpv-7d3941ab6dc7e6d8dc06a6382954bea5dc3322c8.tar.bz2
mpv-7d3941ab6dc7e6d8dc06a6382954bea5dc3322c8.tar.xz
strike period over, commiting stuff. next commit will be rewrite. (?)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4909 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r--DOCS/encoding.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 23e5d182dc..1d278b249b 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -165,9 +165,8 @@ commands are needed :<BR>
<P><B>MEncoder</B> 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).
+ <CODE>-x</CODE>, and <CODE>-y</CODE> options. Furthermore, there are some
+ rescaling filters in <B>MEncoder</B>, see the manpage for them !
They can be specified with the <CODE>-sws</CODE> option. If not specified,
<B>MEncoder</B> will use 0 : fast bilinear.</P>