mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add docs for --serial-number
This commit is contained in:
@@ -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'.
|
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>
|
</TD>
|
||||||
</TR>
|
</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>
|
<TR>
|
||||||
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
|
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
|
||||||
<TT>--lax</TT>
|
<TT>--lax</TT>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||||
.\" Please send any bug reports, improvements, comments, patches,
|
.\" Please send any bug reports, improvements, comments, patches,
|
||||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||||
.TH "FLAC" "1" "20 August 2002" "" ""
|
.TH "FLAC" "1" "03 September 2002" "" ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
flac \- Free Lossless Audio Codec
|
flac \- Free Lossless Audio Codec
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -115,6 +115,13 @@ When decoding, force the input to be treated as
|
|||||||
Ogg-FLAC. This is useful when piping input from
|
Ogg-FLAC. This is useful when piping input from
|
||||||
stdin or when the filename does not end in '.ogg'.
|
stdin or when the filename does not end in '.ogg'.
|
||||||
.TP
|
.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
|
\fB--lax\fR
|
||||||
Allow encoder to generate non-Subset
|
Allow encoder to generate non-Subset
|
||||||
files.
|
files.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<!ENTITY dhfirstname "<firstname>Matt</firstname>">
|
<!ENTITY dhfirstname "<firstname>Matt</firstname>">
|
||||||
<!ENTITY dhsurname "<surname>Zimmerman</surname>">
|
<!ENTITY dhsurname "<surname>Zimmerman</surname>">
|
||||||
<!-- Please adjust the date whenever revising the manpage. -->
|
<!-- 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
|
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
|
||||||
allowed: see man(7), man(1). -->
|
allowed: see man(7), man(1). -->
|
||||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||||
@@ -262,6 +262,18 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
<varlistentry>
|
||||||
<term><option>--lax</option></term>
|
<term><option>--lax</option></term>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user