mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add --cue option to flac, and tests and documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user