Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
91ccea96
Commit
91ccea96
authored
Feb 02, 2005
by
Josh Coalson
Browse files
update to match sgml for 1.1.2 release
parent
26e101a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
man/flac.1
View file @
91ccea96
...
...
@@ -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" "0
9 September
200
4
" "" ""
.TH "FLAC" "1" "0
1 February
200
5
" "" ""
.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
seek
point does not
is the end of the stream. If the
cue
point 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
...
...
man/metaflac.1
View file @
91ccea96
...
...
@@ -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
200
4
" "" ""
.TH "METAFLAC" "1" "
01 February
200
5
" "" ""
.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 b
e
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 on
e
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 std
in
. Only one FLAC file
CD authoring software. Use '-' for std
out
. 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment