diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-12-07 21:07:40 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-12-07 21:07:40 +0000 |
commit | c2424b599720688ebb5539a31d32c262c4b2eac1 (patch) | |
tree | 5813f7e4bf98233c5bf217237941466c12829a9b /DOCS | |
parent | 851f442095d18cbf244d20e6c41cc8db678870d2 (diff) |
Default rescaler is 2; bicubic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14132 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/mencoder.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 2ecec04d5a..432adaae13 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -98,8 +98,7 @@ read the <link linkend="aspect">Preserving aspect ratio</link> section. The scaling process is handled by the <literal>scale</literal> video filter: <option>-vf scale=<replaceable>width</replaceable>:<replaceable>height</replaceable></option>. Its quality can be set with the <option>-sws</option> option. -If it's not specified, <application>MEncoder</application> will use 0: fast -bilinear. +If it's not specified, <application>MEncoder</application> will use 2: bicubic. </para> <para> |