comparison DOCS/encoding.html @ 8402:3f6029569733

misc fixes
author gabucino
date Sat, 07 Dec 2002 21:34:29 +0000
parents 352b654c7787
children 1a558102e0d4
comparison
equal deleted inserted replaced
8401:1b2fc92980d9 8402:3f6029569733
285 <P>This feature can be used only with <B>libavcodec</B>'s <CODE>mpeg4</CODE> 285 <P>This feature can be used only with <B>libavcodec</B>'s <CODE>mpeg4</CODE>
286 codec. Keep in mind: although MPlayer will correctly play the created file, 286 codec. Keep in mind: although MPlayer will correctly play the created file,
287 other players will use the wrong aspect ratio.</P> 287 other players will use the wrong aspect ratio.</P>
288 288
289 <P>You seriously should crop the black bands over and below the movie image. 289 <P>You seriously should crop the black bands over and below the movie image.
290 See TODO.</P> 290 See the manpage about the usage of the <CODE>cropdetect</CODE> and
291 <CODE>crop</CODE> filters.</P>
291 292
292 <H5>Usage:</H5> 293 <H5>Usage:</H5>
293 294
294 <P><CODE>$ mencoder sample-svcd.mpg -ovc lavc -lavcopts 295 <P><CODE>$ mencoder sample-svcd.mpg -ovc lavc -lavcopts
295 vcodec=mpeg4:aspect=16.0/9.0 -vop crop=714:548:0:14 -oac copy -o output.avi</CODE></P> 296 vcodec=mpeg4:aspect=16.0/9.0 -vop crop=714:548:0:14 -oac copy -o output.avi</CODE></P>