summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2001-10-31 23:15:20 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2001-10-31 23:15:20 +0000
commitc74cbef7b46efe78d361b671dfa6395a2a20bb81 (patch)
treebd0e4011a045b2b90d93b7a3f56deddece2c0a3e /man
parent5bdbcf2fc884051968d53a8f5c7a6aed08c629c1 (diff)
downloadflac-c74cbef7b46efe78d361b671dfa6395a2a20bb81.tar.gz
add -H and --ogg options, remove -9 and -fw options
Diffstat (limited to 'man')
-rw-r--r--man/flac.sgml44
1 files changed, 25 insertions, 19 deletions
diff --git a/man/flac.sgml b/man/flac.sgml
index 84b28697..98db4d03 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -74,6 +74,14 @@
<variablelist>
<varlistentry>
+ <term><option>-H</option>
+ </term>
+ <listitem>
+ <para>Show detailed help screen</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-d</option>
</term>
<listitem>
@@ -194,6 +202,21 @@
<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>
<listitem>
@@ -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>