add docs for --serial-number
This commit is contained in:
parent
d3a6e20fdc
commit
d185e6b682
@ -446,6 +446,14 @@
|
||||
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'.
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
|
||||
<TT>--serial-number=#</TT>
|
||||
</TD>
|
||||
<TD>
|
||||
When used with --ogg, specifies the serial number to use the for the FLAC stream. When encoding and no serial number is given, flac uses '0'. When decoding and no number is given, flac uses the serial number of the first page.<P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
|
||||
<TT>--lax</TT>
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "FLAC" "1" "20 August 2002" "" ""
|
||||
.TH "FLAC" "1" "03 September 2002" "" ""
|
||||
.SH NAME
|
||||
flac \- Free Lossless Audio Codec
|
||||
.SH SYNOPSIS
|
||||
@ -115,6 +115,13 @@ 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'.
|
||||
.TP
|
||||
\fB--ogg=\fI#\fB\fR
|
||||
When used with --ogg, specifies the serial
|
||||
number to use for the FLAC stream. When encoding and
|
||||
no serial number is given, flac uses '0'. When
|
||||
decoding and no number is given, flac uses the serial
|
||||
number of the first page.
|
||||
.TP
|
||||
\fB--lax\fR
|
||||
Allow encoder to generate non-Subset
|
||||
files.
|
||||
|
@ -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>August 20, 2002</date>">
|
||||
<!ENTITY dhdate "<date>September 3, 2002</date>">
|
||||
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
|
||||
allowed: see man(7), man(1). -->
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
@ -262,6 +262,18 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--ogg</option>=<replaceable>#</replaceable></term>
|
||||
|
||||
<listitem>
|
||||
<para>When used with --ogg, specifies the serial
|
||||
number to use for the FLAC stream. When encoding and
|
||||
no serial number is given, flac uses '0'. When
|
||||
decoding and no number is given, flac uses the serial
|
||||
number of the first page.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--lax</option></term>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user