summaryrefslogtreecommitdiffstats
path: root/DOCS/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-20 07:02:36 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-20 07:02:36 +0000
commit0b352877d74d08bdf7d9f516c88cb1edb8057590 (patch)
treed8fc6a593229a8ef4550220ba09ed7be15da828e /DOCS/encoding.html
parentf29ddd4a2e90c082e8c7de6c014a76c264954651 (diff)
downloadmpv-0b352877d74d08bdf7d9f516c88cb1edb8057590.tar.bz2
mpv-0b352877d74d08bdf7d9f516c88cb1edb8057590.tar.xz
more deciliters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5722 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r--DOCS/encoding.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index dde420208d..4b56cf5dcb 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -71,8 +71,8 @@ stream copying and video resizing abilities.</P>
<LI>creating files from external audio stream</LI>
<LI>1, 2 or 3 pass <B>DivX4</B> video</LI>
<LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE</B> : VBR MP3 audio doesn't
- always play nicely on windows players! If you intend to encode AVIs
- mainly for windows, encode with CBR!</LI>
+ always play nicely on windows players! On the other hand, currently
+ <B>MEncoder</B>'s CBR encoding is totally broken on win32 players :)</LI>
<LI>PCM audio</LI>
<LI>stream copying</LI>
<LI>input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)</LI>
@@ -431,6 +431,7 @@ unsupported). You can encode to the following codecs :</P>
&nbsp;&nbsp;<B>cbr</B> - select <B>CBR</B> MP3 (default is <B>VBR</B>)<BR>
&nbsp;&nbsp;<B>br</B>=&lt;value&gt; - specify bitrate in kbit &lt;0-1024&gt; (this is for <B>CBR</B> only!)<BR>
&nbsp;&nbsp;<B>q</B>=&lt;value&gt; - quality (0-highest, 9-fastest - default 0) (this is for <B>VBR</B> only!)<BR>
+ &nbsp;&nbsp;<B>vbr</B>=&lt;value&gt; - VBR sub-mode (3-ABR, best quality/speed) (this is for <B>VBR</B> only!)<BR>
</TD>
</TR>
</TABLE>