improve wording for --lax

This commit is contained in:
Josh Coalson 2005-02-03 04:17:38 +00:00
parent 4cd9e815d0
commit e5c114da89
2 changed files with 11 additions and 6 deletions

View File

@ -584,7 +584,7 @@
<TT>--lax</TT>
</TD>
<TD>
Allow encoder to generate non-<A HREF="format.html#subset">Subset</A> files. The resulting FLAC file may not be streamable, so you should only use this option in combination with custom encoding options meant for archival. File decoders will still be able play (and seek in) such files.
Allow encoder to generate non-<A HREF="format.html#subset">Subset</A> files. The resulting FLAC file may not be streamable or might have trouble being played in all players (especially hardware devices), so you should only use this option in combination with custom encoding options meant for archival.
</TD>
</TR>
<TR>
@ -678,7 +678,7 @@
<TT>-m</TT>, <TT>--mid-side</TT>
</TD>
<TD>
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 &lt;= 16.
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.
</TD>
</TR>
<TR>

View File

@ -4,7 +4,7 @@
<!ENTITY dhfirstname "<firstname>Matt</firstname>">
<!ENTITY dhsurname "<surname>Zimmerman</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY dhdate "<date>July 29, 2004</date>">
<!ENTITY dhdate "<date>Feb 2, 2005</date>">
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
allowed: see man(7), man(1). -->
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
@ -27,8 +27,8 @@
&dhsurname;
</author>
<copyright>
<year>2002,2003,2004</year>
<holder>&dhusername;</holder>
<year>2002,2003,2004,2005</year>
<holder>&dhusername;</holder>
</copyright>
&dhdate;
</docinfo>
@ -350,7 +350,12 @@
<listitem>
<para>Allow encoder to generate non-Subset
files.</para>
files. The resulting FLAC file may not be
streamable or might have trouble being played
in all players (especially hardware devices),
so you should only use this option in
combination with custom encoding options meant
for archival.</para>
</listitem>
</varlistentry>