update to match sgml for 1.1.2 release
This commit is contained in:
parent
26e101a364
commit
91ccea96f8
14
man/flac.1
14
man/flac.1
@ -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" "09 September 2004" "" ""
|
||||
.TH "FLAC" "1" "01 February 2005" "" ""
|
||||
.SH NAME
|
||||
flac \- Free Lossless Audio Codec
|
||||
.SH SYNOPSIS
|
||||
@ -141,7 +141,7 @@ 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
|
||||
is the end of the stream. If the cuepoint 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
|
||||
@ -333,6 +333,16 @@ Set sample rate (in Hz).
|
||||
\fB--sign={\fIsigned\fB|\fIunsigned\fB}\fR
|
||||
Set the sign of samples (the default is signed).
|
||||
.TP
|
||||
\fB--input-size=\fI#\fB\fR
|
||||
Specify the size of the raw input in bytes. If you are
|
||||
encoding raw samples from stdin, you must set this option
|
||||
in order to be able to use --skip, --until, --cue-sheet, or
|
||||
other options that need to know the size of the input
|
||||
beforehand. If the size given is greater than what is
|
||||
found in the input stream, the encoder will complain about
|
||||
an unexpected end-of-file. If the size given is less,
|
||||
samples will be truncated.
|
||||
.TP
|
||||
\fB--force-aiff-format\fR
|
||||
Force the decoder to output AIFF format. This option
|
||||
is not needed if the output filename (as set by -o) ends
|
||||
|
@ -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 "METAFLAC" "1" "14 September 2004" "" ""
|
||||
.TH "METAFLAC" "1" "01 February 2005" "" ""
|
||||
.SH NAME
|
||||
metaflac \- program to list, add, remove, or edit metadata in one or more FLAC files.
|
||||
.SH SYNOPSIS
|
||||
@ -93,14 +93,14 @@ line will be of the form NAME=VALUE. Specify
|
||||
--no-utf8-convert if necessary.
|
||||
.TP
|
||||
\fB--import-cuesheet-from=file\fR
|
||||
Import a cuesheet from a file. Only one FLAC file may be
|
||||
specified. A seekpoint will be added for each index point in
|
||||
the cuesheet to the SEEKTABLE unless --no-cued-seekpoints is
|
||||
specified.
|
||||
Import a cuesheet from a file. Use '-' for stdin. Only one
|
||||
FLAC file may be specified. A seekpoint will be added for each
|
||||
index point in the cuesheet to the SEEKTABLE unless
|
||||
--no-cued-seekpoints is specified.
|
||||
.TP
|
||||
\fB--export-cuesheet-to=file\fR
|
||||
Export CUESHEET block to a cuesheet file, suitable for use by
|
||||
CD authoring software. Use '-' for stdin. Only one FLAC file
|
||||
CD authoring software. Use '-' for stdout. Only one FLAC file
|
||||
may be specified on the command line.
|
||||
.TP
|
||||
\fB--add-replay-gain\fR
|
||||
@ -150,7 +150,7 @@ The first block, the STREAMINFO block, is block 0.
|
||||
\fB--block-type=type[,type[...]]\fR
|
||||
.TP
|
||||
\fB--except-block-type=type[,type[...]]\fR
|
||||
An optional comma-separated list of block types to included
|
||||
An optional comma-separated list of block types to be included
|
||||
or ignored with this option. Use only one of --block-type or
|
||||
--except-block-type. The valid block types are: STREAMINFO,
|
||||
PADDING, APPLICATION, SEEKTABLE, VORBIS_COMMENT. You may
|
||||
|
Loading…
x
Reference in New Issue
Block a user