add --cue option to flac, and tests and documentation

This commit is contained in:
Josh Coalson
2004-07-17 00:23:17 +00:00
parent ba56c9e31a
commit 03a5a69e11
8 changed files with 562 additions and 121 deletions

View File

@@ -284,6 +284,25 @@
<refsect2>
<title>Decoding Options</title>
<variablelist>
<varlistentry>
<term><option>--cue=[<replaceable>#.#</replaceable>][-[<replaceable>#.#</replaceable>]]</option></term>
<listitem>
<para>Set the beginning and ending cuepoints to decode.
The optional first #.# is the track and index point at
which decoding will start; the default is the beginning
of the stream. The optional second #.# is the track
and index point at which decoding will end; the default
is the end of the stream. If the seekpoint does not
exist, the closest one before it (for the start point)
or after it (for the end point) will be used. If those
don't exist, the start of the stream (for the start
point) or end of the stream (for the end point) will be
used. The cuepoints are merely translated into sample
numbers then used as --skip and --until.</para>
</listitem>
</varlistentry>
<variablelist>
<varlistentry>
<term><option>-F</option>, <option>--decode-through-errors</option>