add -M doc item

This commit is contained in:
Josh Coalson 2001-01-28 09:47:22 +00:00
parent efc42137fa
commit 5a0e0fadf2

View File

@ -216,6 +216,14 @@
Enable mid-side coding (only for stereo streams). Tends to increase compression by a few percent on average. For each block both the stereo pair and mid-side versions of the block will be encoded, and smallest resulting frame will be stored. Currently mid-side encoding is only available when bits-per-sample <= 16.
</TD>
</TR>
<TR>
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
-M
</TD>
<TD>
Enable loose mid-side coding (only for stereo streams). Like <TT>-m</TT> but the encoder adaptively switches between independent and mid-side coding, which is faster but yields less compression.
</TD>
</TR>
<TR>
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
-0 .. -9
@ -237,7 +245,7 @@
-1
</TD>
<TD>
Synonymous with -l 0 -m
Synonymous with -l 0 -M
</TD>
</TR>
<TR>
@ -269,7 +277,7 @@
-5
</TD>
<TD>
Synonymous with -l 8 -m
Synonymous with -l 8 -M
</TD>
</TR>
<TR>