mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add -H and --ogg options, remove -9 and -fw options
This commit is contained in:
@@ -73,6 +73,14 @@
|
||||
<title>Generic Options</title>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><option>-H</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show detailed help screen</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-d</option>
|
||||
</term>
|
||||
@@ -193,6 +201,21 @@
|
||||
<title>Encoding Options</title>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><option>--ogg</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>When encoding, generate Ogg-FLAC output instead
|
||||
of native-FLAC. Ogg-FLAC streams are FLAC streams
|
||||
wrapped in an Ogg transport layer. The resulting
|
||||
file should have an '.ogg' extension and will still
|
||||
be decodable by <TT><B>flac</B></TT>.<P></para>
|
||||
<para>When decoding, force the input to be treated as
|
||||
Ogg-FLAC. This is useful when piping input from
|
||||
stdin or when the filename does not end in '.ogg'.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--lax</option></term>
|
||||
|
||||
@@ -279,7 +302,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-0</option>..<option>-9</option></term>
|
||||
<term><option>-0</option>..<option>-8</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Fastest compression..highest compression
|
||||
@@ -367,15 +390,6 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-9</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Synonymous with -l 32 -b 4608 -m -e -E -r 16 -p
|
||||
(very slow!)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</listitem>
|
||||
@@ -462,7 +476,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-S-</option> <option>-m-</option> <option>-M-</option> <option>-e-</option> <option>-E-</option> <option>-p-</option> <option>-V-</option> <option>--delete-input-file-</option> <option>--lax-</option>
|
||||
<term><option>-S-</option> <option>-m-</option> <option>-M-</option> <option>-e-</option> <option>-E-</option> <option>-p-</option> <option>-V-</option> <option>--delete-input-file-</option> <option>--lax-</option> <option>--ogg-</option>
|
||||
</term>
|
||||
|
||||
<listitem>
|
||||
@@ -537,14 +551,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-fw</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Force to RIFF WAVE.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</refsect2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user