comparison DOCS/en/encoding.html @ 9644:0fe056bdb135

vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
author jonas
date Sat, 22 Mar 2003 12:02:27 +0000
parents 6c6ea2b4cfdb
children 198a1413f0ad
comparison
equal deleted inserted replaced
9643:f1b66e97c3d3 9644:0fe056bdb135
113 even do rescaling when converting DVDs or SVCDs to DivX AVI. <B>This is bad.</B> 113 even do rescaling when converting DVDs or SVCDs to DivX AVI. <B>This is bad.</B>
114 Instead of even you doing so, read the <A HREF="#aspect">Preserving 114 Instead of even you doing so, read the <A HREF="#aspect">Preserving
115 aspect ratio</A> section.</P> 115 aspect ratio</A> section.</P>
116 116
117 <P>The scaling process is handled by the <I>'scale'</I> video filter: 117 <P>The scaling process is handled by the <I>'scale'</I> video filter:
118 <CODE>-vop scale=width:height</CODE>. Its quality can be set with the 118 <CODE>-vf scale=width:height</CODE>. Its quality can be set with the
119 <CODE>-sws</CODE> option. If it's not specified, MEncoder will use 0: 119 <CODE>-sws</CODE> option. If it's not specified, MEncoder will use 0:
120 fast bilinear.</P> 120 fast bilinear.</P>
121 121
122 <H4>Usage:</H4> 122 <H4>Usage:</H4>
123 123
124 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder input.mpg -ovc lavc -lavcopts 124 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder input.mpg -ovc lavc -lavcopts
125 vcodec=mpeg4 -vop scale=640:480 -oac copy -o 125 vcodec=mpeg4 -vf scale=640:480 -oac copy -o
126 output.avi</CODE></P> 126 output.avi</CODE></P>
127 127
128 128
129 <H2><A NAME="copying">7.4 Stream copying</A></H2> 129 <H2><A NAME="copying">7.4 Stream copying</A></H2>
130 130
312 <CODE>crop</CODE> filters.</P> 312 <CODE>crop</CODE> filters.</P>
313 313
314 <H4>Usage:</H4> 314 <H4>Usage:</H4>
315 315
316 <P><CODE>$ mencoder sample-svcd.mpg -ovc lavc -lavcopts 316 <P><CODE>$ mencoder sample-svcd.mpg -ovc lavc -lavcopts
317 vcodec=mpeg4:aspect=16.0/9.0 -vop crop=714:548:0:14 -oac copy -o output.avi</CODE></P> 317 vcodec=mpeg4:aspect=16.0/9.0 -vf crop=714:548:0:14 -oac copy -o output.avi</CODE></P>
318 318
319 </BODY> 319 </BODY>
320 </HTML> 320 </HTML>