update copyright for 2008
[platform/upstream/flac.git] / man / flac.1
1 .\" This manpage has been automatically generated by docbook2man 
2 .\" from a DocBook document.  This tool can be found at:
3 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .TH "FLAC" "1" "14 September 2007" "" ""
7
8 .SH NAME
9 flac \- Free Lossless Audio Codec
10 .SH SYNOPSIS
11
12 \fBflac\fR [ \fB\fIOPTIONS\fB\fR ] [ \fB\fIinfile.wav\fB\fR | \fB\fIinfile.aiff\fB\fR | \fB\fIinfile.raw\fB\fR | \fB\fIinfile.flac\fB\fR | \fB\fIinfile.oga\fB\fR | \fB\fIinfile.ogg\fB\fR | \fB-\fR\fI ...\fR ]
13
14
15 \fBflac\fR [ \fB-d\fR | \fB--decode\fR | \fB-t\fR | \fB--test\fR | \fB-a\fR | \fB--analyze\fR ] [ \fB\fIOPTIONS\fB\fR ] [ \fB\fIinfile.flac\fB\fR | \fB\fIinfile.oga\fB\fR | \fB\fIinfile.ogg\fB\fR | \fB-\fR\fI ...\fR ]
16
17 .SH "DESCRIPTION"
18 .PP
19 \fBflac\fR is a command-line tool for encoding, decoding, testing and analyzing FLAC streams.
20 .SH "OPTIONS"
21 .PP
22 A summary of options is included below.  For a complete
23 description, see the HTML documentation.
24 .SS "GENERAL OPTIONS"
25 .TP
26 \fB-v, --version\fR
27 Show the flac version number
28 .TP
29 \fB-h, --help \fR
30 Show basic usage and a list of all options
31 .TP
32 \fB-H, --explain \fR
33 Show detailed explanation of usage and all options
34 .TP
35 \fB-d, --decode \fR
36 Decode (the default behavior is to encode)
37 .TP
38 \fB-t, --test \fR
39 Test a flac encoded file (same as -d except no decoded file is written)
40 .TP
41 \fB-a, --analyze \fR
42 Analyze a FLAC encoded file (same as -d except an analysis file is written)
43 .TP
44 \fB-c, --stdout \fR
45 Write output to stdout
46 .TP
47 \fB-s, --silent \fR
48 Silent mode (do not write runtime encode/decode statistics to stderr)
49 .TP
50 \fB--totally-silent \fR
51 Do not print anything of any kind, including warnings or errors.  The exit code will be the only way to determine successful completion.
52 .TP
53 \fB--no-utf8-convert \fR
54 Do not convert tags from local charset to UTF-8.  This is useful for scripts, and setting tags in situations where the locale is wrong.  This option must appear before any tag options!
55 .TP
56 \fB-w, --warnings-as-errors \fR
57 Treat all warnings as errors (which cause flac to terminate with a non-zero exit code).
58 .TP
59 \fB-f, --force \fR
60 Force overwriting of output files.  By default, flac warns that the output file already exists and continues to the next file.
61 .TP
62 \fB-o \fIfilename\fB, --output-name=\fIfilename\fB\fR
63 Force the output file name (usually flac just changes the extension).  May only be used when encoding a single file.  May not be used in conjunction with --output-prefix.
64 .TP
65 \fB--output-prefix=\fIstring\fB\fR
66 Prefix each output file name with the given string.  This can be useful for encoding or decoding files to a different directory.  Make sure if your string is a path name that it ends with a trailing `/' (slash).
67 .TP
68 \fB--delete-input-file \fR
69 Automatically delete the input file after a successful encode or decode.  If there was an error (including a verify error) the input file is left intact.
70 .TP
71 \fB--keep-foreign-metadata \fR
72 If encoding, save WAVE or AIFF non-audio chunks in FLAC metadata.  If decoding, restore any saved non-audio chunks from FLAC metadata when writing the decoded file.  Foreign metadata cannot be transcoded, e.g. WAVE chunks saved in a FLAC file cannot be restored when decoding to AIFF.  Input and output must be regular files (not stdin or stdout).
73 .TP
74 \fB--skip={\fI#\fB|\fImm:ss.ss\fB}\fR
75 Skip over the first number of samples of the input.  This works for both encoding and decoding, but not testing.  The alternative form mm:ss.ss can be used to specify minutes, seconds, and fractions of a second.
76 .TP
77 \fB--until={\fI#\fB|[\fI+\fB|\fI-\fB]\fImm:ss.ss\fB}\fR
78 Stop at the given sample number for each input file.  This works for both encoding and decoding, but not testing.  The given sample number is not included in the decoded output.  The alternative form mm:ss.ss can be used to specify minutes, seconds, and fractions of a second.  If a `+' (plus) sign is at the beginning, the --until point is relative to the --skip point.  If a `-' (minus) sign is at the beginning, the --until point is relative to end of the audio.
79 .TP
80 \fB--ogg\fR
81 When encoding, generate Ogg FLAC output instead of native FLAC.  Ogg FLAC streams are FLAC streams wrapped in an Ogg transport layer.  The resulting file should have an '.oga' extension and will still be decodable by flac.
82
83 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 '.oga' or '.ogg'.
84 .TP
85 \fB--serial-number=\fI#\fB\fR
86 When used with --ogg, specifies the serial number to use for the first Ogg FLAC stream, which is then incremented for each additional stream.  When encoding and no serial number is given, flac uses a random number for the first stream, then increments it for each additional stream.  When decoding and no number is given, flac uses the serial number of the first page.
87 .SS "ANALYSIS OPTIONS"
88 .TP
89 \fB--residual-text \fR
90 Includes the residual signal in the analysis file.  This will make the file very big, much larger than even the decoded file.
91 .TP
92 \fB--residual-gnuplot \fR
93 Generates a gnuplot file for every subframe; each file will contain the residual distribution of the subframe.  This will create a lot of files.
94 .SS "DECODING OPTIONS"
95 .TP
96 \fB--cue=[\fI#.#\fB][-[\fI#.#\fB]]\fR
97 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 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 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.  A CD track can always be cued by, for example, --cue=9.1-10.1 for track 9, even if the CD has no 10th track.
98 .TP
99 \fB-F, --decode-through-errors \fR
100 By default flac stops decoding with an error and removes the partially decoded file if it encounters a bitstream error.  With -F, errors are still printed but flac will continue decoding to completion.  Note that errors may cause the decoded audio to be missing some samples or have silent sections.
101 .SS "ENCODING OPTIONS"
102 .TP
103 \fB-V, --verify\fR
104 Verify a correct encoding by decoding the output in parallel and comparing to the original
105 .TP
106 \fB--lax\fR
107 Allow encoder to generate non-Subset files.  The resulting FLAC file may not be streamable or might have trouble being played in all players (especially hardware devices), so you should only use this option in combination with custom encoding options meant for archival.
108 .TP
109 \fB--replay-gain\fR
110 Calculate ReplayGain values and store them as FLAC tags, similar to vorbisgain.  Title gains/peaks will be computed for each input file, and an album gain/peak will be computed for all files.  All input files must have the same resolution, sample rate, and number of channels.  Only mono and stereo files are allowed, and the sample rate must be one of 8, 11.025, 12, 16, 22.05, 24, 32, 44.1, or 48 kHz.  Also note that this option may leave a few extra bytes in a PADDING block as the exact size of the tags is not known until all files are processed.  Note that this option cannot be used when encoding to standard output (stdout).
111 .TP
112 \fB--cuesheet=\fIfilename\fB\fR
113 Import the given cuesheet file and store it in a CUESHEET metadata block.  This option may only be used when encoding a single file.  A seekpoint will be added for each index point in the cuesheet to the SEEKTABLE unless --no-cued-seekpoints is specified.
114 .TP
115 \fB--picture={\fIFILENAME\fB|\fISPECIFICATION\fB}\fR
116 Import a picture and store it in a PICTURE metadata block.  More than one --picture command can be specified.  Either a filename for the picture file or a more complete specification form can be used.  The SPECIFICATION is a string whose parts are separated by | (pipe) characters.  Some parts may be left empty to invoke default values.  FILENAME is just shorthand for "||||FILENAME".  The format of SPECIFICATION is
117
118 [TYPE]|[MIME-TYPE]|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILE
119
120 TYPE is optional; it is a number from one of:
121
122 0: Other
123
124 1: 32x32 pixels 'file icon' (PNG only)
125
126 2: Other file icon
127
128 3: Cover (front)
129
130 4: Cover (back)
131
132 5: Leaflet page
133
134 6: Media (e.g. label side of CD)
135
136 7: Lead artist/lead performer/soloist
137
138 8: Artist/performer
139
140 9: Conductor
141
142 10: Band/Orchestra
143
144 11: Composer
145
146 12: Lyricist/text writer
147
148 13: Recording Location
149
150 14: During recording
151
152 15: During performance
153
154 16: Movie/video screen capture
155
156 17: A bright coloured fish
157
158 18: Illustration
159
160 19: Band/artist logotype
161
162 20: Publisher/Studio logotype
163
164 The default is 3 (front cover).  There may only be one picture each of type 1 and 2 in a file.
165
166 MIME-TYPE is optional; if left blank, it will be detected from the file.  For best compatibility with players, use pictures with MIME type image/jpeg or image/png.  The MIME type can also be --> to mean that FILE is actually a URL to an image, though this use is discouraged.
167
168 DESCRIPTION is optional; the default is an empty string.
169
170 The next part specfies the resolution and color information.  If the MIME-TYPE is image/jpeg, image/png, or image/gif, you can usually leave this empty and they can be detected from the file.  Otherwise, you must specify the width in pixels, height in pixels, and color depth in bits-per-pixel.  If the image has indexed colors you should also specify the number of colors used.  When manually specified, it is not checked against the file for accuracy.
171
172 FILE is the path to the picture file to be imported, or the URL if MIME type is -->
173
174 For example, "|image/jpeg|||../cover.jpg" will embed the JPEG file at ../cover.jpg, defaulting to type 3 (front cover) and an empty description.  The resolution and color info will be retrieved from the file itself.
175
176 The specification "4|-->|CD|320x300x24/173|http://blah.blah/backcover.tiff" will embed the given URL, with type 4 (back cover), description "CD", and a manually specified resolution of 320x300, 24 bits-per-pixel, and 173 colors.  The file at the URL will not be fetched; the URL itself is stored in the PICTURE metadata block.
177 .TP
178 \fB--sector-align\fR
179 Align encoding of multiple CD format files on sector boundaries.  See the HTML documentation for more information.
180 .TP
181 \fB-S {\fI#\fB|\fIX\fB|\fI#x\fB|\fI#s\fB}, --seekpoint={\fI#\fB|\fIX\fB|\fI#x\fB|\fI#s\fB}\fR
182 Include a point or points in a SEEKTABLE.  Using #, a seek point at that sample number is added.  Using X, a placeholder point is added at the end of a the table.  Using #x, # evenly spaced seek points will be added, the first being at sample 0.  Using #s, a seekpoint will be added every # seconds (# does not have to be a whole number; it can be, for example, 9.5, meaning a seekpoint every 9.5 seconds).  You may use many -S options; the resulting SEEKTABLE will be the unique-ified union of all such values.  With no -S options, flac defaults to '-S 10s'.  Use --no-seektable for no SEEKTABLE.  Note: '-S #x' and '-S #s' will not work if the encoder can't determine the input size before starting.  Note: if you use '-S #' and # is >= samples in the input, there will be either no seek point entered (if the input size is determinable before encoding starts) or a placeholder point (if input size is not determinable).
183 .TP
184 \fB-P \fI#\fB, --padding=\fI#\fB\fR
185 Tell the encoder to write a PADDING metadata block of the given length (in bytes) after the STREAMINFO block.  This is useful if you plan to tag the file later with an APPLICATION block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the PADDING block.  Note that the total length of the PADDING block will be 4 bytes longer than the length given because of the 4 metadata block header bytes.  You can force no PADDING block at all to be written with --no-padding.  The encoder writes a PADDING block of 8192 bytes by default (or 65536 bytes if the input audio stream is more that 20 minutes long).
186 .TP
187 \fB-T \fIFIELD=VALUE\fB, --tag=\fIFIELD=VALUE\fB\fR
188 Add a FLAC tag.  The comment must adhere to the Vorbis comment spec; i.e. the FIELD must contain only legal characters, terminated by an 'equals' sign.  Make sure to quote the comment if necessary.  This option may appear more than once to add several comments.  NOTE: all tags will be added to all encoded files.
189 .TP
190 \fB--tag-from-file=\fIFIELD=FILENAME\fB\fR
191 Like --tag, except FILENAME is a file whose contents will be read verbatim to set the tag value.  The contents will be converted to UTF-8 from the local charset.  This can be used to store a cuesheet in a tag (e.g.  --tag-from-file="CUESHEET=image.cue").  Do not try to store binary data in tag fields!  Use APPLICATION blocks for that.
192 .TP
193 \fB-b \fI#\fB, --blocksize=\fI#\fB\fR
194 Specify the block size in samples.  Subset streams must use one of 192, 576, 1152, 2304, 4608, 256, 512, 1024, 2048, 4096 (and 8192 or 16384 if the sample rate is >48kHz).
195 .TP
196 \fB-m, --mid-side\fR
197 Try mid-side coding for each frame (stereo input only)
198 .TP
199 \fB-M, --adaptive-mid-side\fR
200 Adaptive mid-side coding for all frames (stereo input only)
201 .TP
202 \fB-0\&..-8, --compression-level-0\&..--compression-level-8\fR
203 Fastest compression..highest compression (default is -5).  These are synonyms for other options:
204 .RS
205 .TP
206 \fB-0, --compression-level-0\fR
207 Synonymous with -l 0 -b 1152 -r 3
208 .TP
209 \fB-1, --compression-level-1\fR
210 Synonymous with -l 0 -b 1152 -M -r 3
211 .TP
212 \fB-2, --compression-level-2\fR
213 Synonymous with -l 0 -b 1152 -m -r 3
214 .TP
215 \fB-3, --compression-level-3\fR
216 Synonymous with -l 6 -b 4096 -r 4
217 .TP
218 \fB-4, --compression-level-4\fR
219 Synonymous with -l 8 -b 4096 -M -r 4
220 .TP
221 \fB-5, --compression-level-5\fR
222 Synonymous with -l 8 -b 4096 -m -r 5
223 .TP
224 \fB-6, --compression-level-6\fR
225 Synonymous with -l 8 -b 4096 -m -r 6
226 .TP
227 \fB-7, --compression-level-7\fR
228 Synonymous with -l 8 -b 4096 -m -e -r 6
229 .TP
230 \fB-8, --compression-level-8\fR
231 Synonymous with -l 12 -b 4096 -m -e -r 6
232 .RE
233 .TP
234 \fB--fast\fR
235 Fastest compression.  Currently synonymous with -0.
236 .TP
237 \fB--best\fR
238 Highest compression.  Currently synonymous with -8.
239 .TP
240 \fB-e, --exhaustive-model-search\fR
241 Do exhaustive model search (expensive!)
242 .TP
243 \fB-A \fIfunction\fB, --apodization=\fIfunction\fB\fR
244 Window audio data with given the apodization function.  The functions are: bartlett, bartlett_hann, blackman, blackman_harris_4term_92db, connes, flattop, gauss(STDDEV), hamming, hann, kaiser_bessel, nuttall, rectangle, triangle, tukey(P), welch.
245
246 For gauss(STDDEV), STDDEV is the standard deviation (0<STDDEV<=0.5).
247
248 For tukey(P), P specifies the fraction of the window that is tapered (0<=P<=1; P=0 corresponds to "rectangle" and P=1 corresponds to "hann").
249
250 More than one -A option (up to 32) may be used.  Any function that is specified erroneously is silently dropped.  The encoder chooses suitable defaults in the absence of any -A options; any -A option specified replaces the default(s).
251
252 When more than one function is specified, then for every subframe the encoder will try each of them separately and choose the window that results in the smallest compressed subframe.  Multiple functions can greatly increase the encoding time.
253 .TP
254 \fB-l \fI#\fB, --max-lpc-order=\fI#\fB\fR
255 Specifies the maximum LPC order. This number must be <= 32. For Subset streams, it must be <=12 if the sample rate is <=48kHz. If 0, the encoder will not attempt generic linear prediction, and use only fixed predictors. Using fixed predictors is faster but usually results in files being 5-10% larger.
256 .TP
257 \fB-p, --qlp-coeff-precision-search\fR
258 Do exhaustive search of LP coefficient quantization (expensive!).  Overrides -q; does nothing if using -l 0
259 .TP
260 \fB-q \fI#\fB, --qlp-coeff-precision=\fI#\fB\fR
261 Precision of the quantized linear-predictor coefficients, 0 => let encoder decide (min is 5, default is 0)
262 .TP
263 \fB-r [\fI#\fB,]\fI#\fB, --rice-partition-order=[\fI#\fB,]\fI#\fB\fR
264 Set the [min,]max residual partition order (0..16). min defaults to 0 if unspecified.  Default is -r 5.
265 .SS "FORMAT OPTIONS"
266 .TP
267 \fB--endian={\fIbig\fB|\fIlittle\fB}\fR
268 Set the byte order for samples
269 .TP
270 \fB--channels=\fI#\fB\fR
271 Set number of channels.
272 .TP
273 \fB--bps=\fI#\fB\fR
274 Set bits per sample.
275 .TP
276 \fB--sample-rate=\fI#\fB\fR
277 Set sample rate (in Hz).
278 .TP
279 \fB--sign={\fIsigned\fB|\fIunsigned\fB}\fR
280 Set the sign of samples (the default is signed).
281 .TP
282 \fB--input-size=\fI#\fB\fR
283 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.
284 .TP
285 \fB--force-aiff-format\fR
286 Force the decoder to output AIFF format.  This option is not needed if the output filename (as set by -o) ends with \fI\&.aiff\fR\&.  Also, this option has no effect when encoding since input AIFF is auto-detected.
287 .TP
288 \fB--force-raw-format\fR
289 Force input (when encoding) or output (when decoding) to be treated as raw samples (even if filename ends in \fI\&.wav\fR).
290 .SS "NEGATIVE OPTIONS"
291 .TP
292 \fB--no-adaptive-mid-side\fR
293 .TP
294 \fB--no-decode-through-errors\fR
295 .TP
296 \fB--no-delete-input-file\fR
297 .TP
298 \fB--no-exhaustive-model-search\fR
299 .TP
300 \fB--no-lax\fR
301 .TP
302 \fB--no-mid-side\fR
303 .TP
304 \fB--no-ogg\fR
305 .TP
306 \fB--no-padding\fR
307 .TP
308 \fB--no-qlp-coeff-precision-search\fR
309 .TP
310 \fB--no-residual-gnuplot\fR
311 .TP
312 \fB--no-residual-text\fR
313 .TP
314 \fB--no-sector-align\fR
315 .TP
316 \fB--no-seektable\fR
317 .TP
318 \fB--no-silent\fR
319 .TP
320 \fB--no-verify\fR
321 .TP
322 \fB--no-warnings-as-errors\fR
323 These flags can be used to invert the sense of the corresponding normal option.
324 .SH "SEE ALSO"
325 .PP
326 metaflac(1).
327 .PP
328 The programs are documented fully by HTML format documentation, available in \fI/usr/share/doc/flac/html\fR on Debian GNU/Linux systems.
329 .SH "AUTHOR"
330 .PP
331 This manual page was written by Matt Zimmerman <mdz@debian.org> for the Debian GNU/Linux system (but may be used by others).