comparison DOCS/encoding.html @ 2907:33c720ea4654

*** empty log message ***
author gabucino
date Wed, 14 Nov 2001 22:07:34 +0000
parents 632032ff27bf
children 53d168c38d29
comparison
equal deleted inserted replaced
2906:2ec3ec904cd4 2907:33c720ea4654
66 better image quality. If this is the first time you heard about this, you 66 better image quality. If this is the first time you heard about this, you
67 should consult some guides available on the Net.</P> 67 should consult some guides available on the Net.</P>
68 68
69 <P>This example shows how to encode a DVD to a 2-pass DivX4 AVI. Just two 69 <P>This example shows how to encode a DVD to a 2-pass DivX4 AVI. Just two
70 commands are needed :<BR> 70 commands are needed :<BR>
71 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 71 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100
72 -o movie.avi -pass 1<BR> 72 -o movie.avi -pass 1<BR>
73 &nbsp;&nbsp;&nbsp;&nbsp;mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P> 73 &nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P>
74 74
75 <P><B><I>Syntax</I></B></P> 75 <P><B><I>Syntax</I></B></P>
76 76
77 <P>&nbsp;&nbsp;<CODE>mencoder [options] &lt;input file&gt; [options] ...</P> 77 <P>&nbsp;&nbsp;<CODE>mencoder [options] &lt;input file&gt; [options] ...</P>
78 78