comparison DOCS/encoding.html @ 9302:e23939b2ac30

sync
author gabucino
date Thu, 06 Feb 2003 21:25:48 +0000
parents 513e02e2e553
children
comparison
equal deleted inserted replaced
9301:7841308ad250 9302:e23939b2ac30
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=widht:height</CODE>. Its quality can be set with the 118 <CODE>-vop scale=widht: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 <H5>Usage:</H5> 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 -vop scale=640:480 -oac copy -o
126 output.avi</CODE></P> 126 output.avi</CODE></P>
127 127
309 309
310 <P>You seriously should crop the black bands over and below the movie image. 310 <P>You seriously should crop the black bands over and below the movie image.
311 See the manpage about the usage of the <CODE>cropdetect</CODE> and 311 See the manpage about the usage of the <CODE>cropdetect</CODE> and
312 <CODE>crop</CODE> filters.</P> 312 <CODE>crop</CODE> filters.</P>
313 313
314 <H5>Usage:</H5> 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 -vop crop=714:548:0:14 -oac copy -o output.avi</CODE></P>
318 318
319 </BODY> 319 </BODY>