comparison DOCS/encoding.html @ 5721:b53597b930b1

more deciliters
author gabucino
date Sat, 20 Apr 2002 07:02:36 +0000
parents e9aac7e08638
children 7c6cf46a44ce
comparison
equal deleted inserted replaced
5720:e9aac7e08638 5721:b53597b930b1
69 <LI>video encoding from <B>V4L compatible TV tuners</B></LI> 69 <LI>video encoding from <B>V4L compatible TV tuners</B></LI>
70 <LI>encoding/multiplexing to interleaved AVI files with proper index</LI> 70 <LI>encoding/multiplexing to interleaved AVI files with proper index</LI>
71 <LI>creating files from external audio stream</LI> 71 <LI>creating files from external audio stream</LI>
72 <LI>1, 2 or 3 pass <B>DivX4</B> video</LI> 72 <LI>1, 2 or 3 pass <B>DivX4</B> video</LI>
73 <LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE</B> : VBR MP3 audio doesn't 73 <LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE</B> : VBR MP3 audio doesn't
74 always play nicely on windows players! If you intend to encode AVIs 74 always play nicely on windows players! On the other hand, currently
75 mainly for windows, encode with CBR!</LI> 75 <B>MEncoder</B>'s CBR encoding is totally broken on win32 players :)</LI>
76 <LI>PCM audio</LI> 76 <LI>PCM audio</LI>
77 <LI>stream copying</LI> 77 <LI>stream copying</LI>
78 <LI>input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)</LI> 78 <LI>input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)</LI>
79 <LI>FPS correction with <CODE>-ofps</CODE> option (useful when encoding 79 <LI>FPS correction with <CODE>-ofps</CODE> option (useful when encoding
80 29.97fps VOB to 24fps AVI)</LI> 80 29.97fps VOB to 24fps AVI)</LI>
429 Common options: <B>(for full list, check the manpage!)</B><BR> 429 Common options: <B>(for full list, check the manpage!)</B><BR>
430 &nbsp;&nbsp;<B>help</B> - get help<BR> 430 &nbsp;&nbsp;<B>help</B> - get help<BR>
431 &nbsp;&nbsp;<B>cbr</B> - select <B>CBR</B> MP3 (default is <B>VBR</B>)<BR> 431 &nbsp;&nbsp;<B>cbr</B> - select <B>CBR</B> MP3 (default is <B>VBR</B>)<BR>
432 &nbsp;&nbsp;<B>br</B>=&lt;value&gt; - specify bitrate in kbit &lt;0-1024&gt; (this is for <B>CBR</B> only!)<BR> 432 &nbsp;&nbsp;<B>br</B>=&lt;value&gt; - specify bitrate in kbit &lt;0-1024&gt; (this is for <B>CBR</B> only!)<BR>
433 &nbsp;&nbsp;<B>q</B>=&lt;value&gt; - quality (0-highest, 9-fastest - default 0) (this is for <B>VBR</B> only!)<BR> 433 &nbsp;&nbsp;<B>q</B>=&lt;value&gt; - quality (0-highest, 9-fastest - default 0) (this is for <B>VBR</B> only!)<BR>
434 &nbsp;&nbsp;<B>vbr</B>=&lt;value&gt; - VBR sub-mode (3-ABR, best quality/speed) (this is for <B>VBR</B> only!)<BR>
434 </TD> 435 </TD>
435 </TR> 436 </TR>
436 </TABLE> 437 </TABLE>
437 438
438 <P><B><A NAME=2.4.6>2.4.6. Examples</B></P> 439 <P><B><A NAME=2.4.6>2.4.6. Examples</B></P>