summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/mencoder.xml
diff options
context:
space:
mode:
authornicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-24 17:24:25 +0000
committernicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-24 17:24:25 +0000
commitbbde5b8f1a5f9212fe39b011ee77a2a607db6374 (patch)
treef291a7ca54e5e5c38bb2cc1f48151dc5403dff81 /DOCS/xml/en/mencoder.xml
parentfc407861681ee6057990df27efca0f2831b43f2f (diff)
downloadmpv-bbde5b8f1a5f9212fe39b011ee77a2a607db6374.tar.bz2
mpv-bbde5b8f1a5f9212fe39b011ee77a2a607db6374.tar.xz
sync with HTML
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9678 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/mencoder.xml')
-rw-r--r--DOCS/xml/en/mencoder.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index 8b3fae6e21..b8d2eb5165 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -146,7 +146,7 @@ section.
<para>
The scaling process is handled by the <literal>scale</literal> video filter:
-<option>-vop scale=<replaceable>width</replaceable>:<replaceable>height</replaceable></option>.
+<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.
@@ -155,7 +155,7 @@ bilinear.
<para>
Usage:
<screen>
-mencoder <replaceable>input.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4 -vop scale=640:480-o <replaceable>output.avi</replaceable>
+mencoder <replaceable>input.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4 -vf scale=640:480-o <replaceable>output.avi</replaceable>
</screen>
</para>
</sect1>
@@ -480,7 +480,7 @@ See the manpage about the usage of the <systemitem>cropdetect</systemitem> and
<formalpara>
<title>Usage</title>
<para>
-<screen>mencoder sample-svcd.mpg -ovc lavc -lavcopts vcodec=mpeg4:aspect=16.0/9.0 -vop crop=714:548:0:14 -oac copy -o output.avi</screen>
+<screen>mencoder sample-svcd.mpg -ovc lavc -lavcopts vcodec=mpeg4:aspect=16.0/9.0 -vf crop=714:548:0:14 -oac copy -o output.avi</screen>
</para>
</formalpara>
</sect1>