comparison DOCS/xml/en/mencoder.xml @ 9677:142c42fa0986

sync with HTML
author nicolas
date Mon, 24 Mar 2003 17:24:25 +0000
parents 62c5a17038ba
children 422876da049e
comparison
equal deleted inserted replaced
9676:14ba7ecf788a 9677:142c42fa0986
144 section. 144 section.
145 </para> 145 </para>
146 146
147 <para> 147 <para>
148 The scaling process is handled by the <literal>scale</literal> video filter: 148 The scaling process is handled by the <literal>scale</literal> video filter:
149 <option>-vop scale=<replaceable>width</replaceable>:<replaceable>height</replaceable></option>. 149 <option>-vf scale=<replaceable>width</replaceable>:<replaceable>height</replaceable></option>.
150 Its quality can be set with the <option>-sws</option> option. 150 Its quality can be set with the <option>-sws</option> option.
151 If it's not specified, <application>MEncoder</application> will use 0: fast 151 If it's not specified, <application>MEncoder</application> will use 0: fast
152 bilinear. 152 bilinear.
153 </para> 153 </para>
154 154
155 <para> 155 <para>
156 Usage: 156 Usage:
157 <screen> 157 <screen>
158 mencoder <replaceable>input.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4 -vop scale=640:480-o <replaceable>output.avi</replaceable> 158 mencoder <replaceable>input.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4 -vf scale=640:480-o <replaceable>output.avi</replaceable>
159 </screen> 159 </screen>
160 </para> 160 </para>
161 </sect1> 161 </sect1>
162 162
163 163
478 </para> 478 </para>
479 479
480 <formalpara> 480 <formalpara>
481 <title>Usage</title> 481 <title>Usage</title>
482 <para> 482 <para>
483 <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> 483 <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>
484 </para> 484 </para>
485 </formalpara> 485 </formalpara>
486 </sect1> 486 </sect1>
487 487
488 </chapter> 488 </chapter>