1 <!doctype refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
3 <!-- Fill in your name for FIRSTNAME and SURNAME. -->
4 <!ENTITY dhfirstname "<firstname>Matt</firstname>">
5 <!ENTITY dhsurname "<surname>Zimmerman</surname>">
6 <!-- Please adjust the date whenever revising the manpage. -->
7 <!ENTITY dhdate "<date>June 26, 2001</date>">
8 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
9 allowed: see man(7), man(1). -->
10 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
11 <!ENTITY dhemail "<email>mdz@debian.org</email>">
12 <!ENTITY dhusername "Matt Zimmerman">
13 <!ENTITY dhucpackage "<refentrytitle>FLAC</refentrytitle>">
14 <!ENTITY dhpackage "flac">
16 <!ENTITY debian "<productname>Debian GNU/Linux</productname>">
17 <!ENTITY gnu "<acronym>GNU</acronym>">
31 <holder>&dhusername;</holder>
41 <refname>&dhpackage;</refname>
43 <refpurpose>Free Lossless Audio Codec</refpurpose>
47 <command>flac</command>
49 <arg><option><replaceable>OPTION</replaceable></option></arg>
50 <arg choice=plain><replaceable>infile</replaceable></arg>
51 <arg choice=plain><replaceable>...</replaceable></arg>
55 <title>DESCRIPTION</title>
57 <para>This manual page documents briefly the
58 <command>flac</command> command.</para>
60 <para>This manual page was written for the &debian;
61 distribution because the original program does not have a
62 manual page. Instead, it has documentation in HTML
63 format; see below.</para>
67 <title>OPTIONS</title>
69 <para>A summary of options is included below. For a complete
70 description, see the HTML documentation.</para>
73 <title>Generic Options</title>
77 <term><option>-d</option>
80 <para>Decode (default behavior is encode)</para>
85 <term><option>-t</option>
88 <para>Test a flac encoded file (same as -d
89 except no decoded file is written)</para>
94 <term><option>-a</option>
97 <para>Analyze a flac encoded file (same as -d
98 except an analysis file is written)</para>
103 <term><option>-s</option>
106 <para>Silent mode (do not write runtime
107 encode/decode statistics to stdout)</para>
112 <term><option>-o</option> <replaceable>filename</replaceable></term>
114 <para>Force the output file name (usually flac just
115 changes the extension). May only be used when
116 encoding a single file. May not be used in
117 conjunction with --output-prefix.</para>
122 <term><option>--output-prefix</option> <replaceable>string</replaceable></term>
124 <para>Prefix each output file name with the given
125 string. This can be useful for encoding/decoding
126 files to a different directory. Make sure if your
127 string is a path name that it ends with a trailing
133 <term><option>--delete-input-file</option>
136 <para>Automatically delete the input file after a
137 successful encode or decode. If there was an
138 error (including a verify error) the input file
139 is left intact.</para>
144 <term><option>--skip</option> <replaceable>samples</replaceable></term>
146 <para>Skip the specified number of samples at the
147 beginning of the input file (can be used for both
148 encoding and decoding)</para>
156 <title>Analysis Options</title>
160 <term><option>--a-rtext</option>
163 <para>Includes the residual signal in the analysis
164 file. This will make the file very big, much
165 larger than even the decoded file.</para>
170 <term><option>--a-rgp</option>
173 <para>Generates a gnuplot file for every subframe;
174 each file will contain the residual distribution
175 of the subframe. This will create a lot of
184 <title>Encoding Options</title>
188 <term><option>--lax</option></term>
191 <para>Allow encoder to generate non-Subset
197 <term><option>--sector-align</option></term>
200 <para>Align encoding of multiple CD format WAVE
201 files on sector boundaries. See the HTML
202 documentation for more information.</para>
207 <term><option>-S</option> <replaceable>{ # | X | #x }</replaceable></term>
211 Include a point or points in a SEEKTABLE. Using #,
212 a seek point at that sample number is added. Using
213 X, a placeholder point is added at the end of a the
214 table. Using #x, # evenly spaced seek points will
215 be added, the first being at sample 0. You may use
216 many -S options; the resulting SEEKTABLE will be the
217 unique-ified union of all such values. With no -S
218 options, flac defaults to '-S 100x'. Use -S- for
219 no SEEKTABLE. Note: '-S #x' will not work if the
220 encoder can't determine the input size before
221 starting. Note: if you use '-S #' and # is >=
222 samples in the input, there will be either no seek
223 point entered (if the input size is determinable
224 before encoding starts) or a placeholder point (if
225 input size is not determinable).</para>
230 <term><option>-P</option> <replaceable>bytes</replaceable></term>
233 <para>Tell the encoder to write a PADDING metadata
234 block of the given length (in bytes) after the
235 STREAMINFO block. -P 0 implies no PADDING block,
236 which is the default. This is useful if you plan
237 to tag the file later with an APPLICATION block;
238 instead of having to rewrite the entire file later
239 just to insert your block, you can write directly
240 over the PADDING block.</para>
245 <term><option>-b</option> <replaceable>blocksize</replaceable></term>
248 <para>Default is 1152 for -l 0, else 4608; must be
249 192/576/1152/2304/4608/256/512/1024/2048/4096/8192/16384/32768
250 (unless --lax is used)</para>
255 <term><option>-m</option></term>
258 <para>Try mid-side coding for each frame (stereo
264 <term><option>-m</option></term>
267 <para>Loose mid-side coding for all frames (stereo
273 <term><option>-0</option>..<option>-9</option></term>
276 <para>Fastest compression..highest compression
277 (default is -5). These are synonyms for other
282 <term><option>-0</option></term>
285 <para>Synonymous with -l 0 -b 1152 -r 2,2
291 <term><option>-1</option></term>
294 <para>Synonymous with -l 0 -b 1152 -M -r 2,2
300 <term><option>-2</option></term>
303 <para>Synonymous with -l 0 -b 1152 -m -r 3
309 <term><option>-3</option></term>
312 <para>Synonymous with -l 6 -b 4608 -r 3,3
318 <term><option>-4</option></term>
321 <para>Synonymous with -l 8 -b 4608 -M -r 3,3
327 <term><option>-5</option></term>
330 <para>Synonymous with -l 8 -b 4608 -m -r 3,3
336 <term><option>-6</option></term>
339 <para>Synonymous with -l 8 -b 4608 -m -r 4
345 <term><option>-7</option></term>
348 <para>Synonymous with -l 8 -b 4608 -m -e -r 6
354 <term><option>-8</option></term>
357 <para>Synonymous with -l 12 -b 4608 -m -e -r 6
363 <term><option>-9</option></term>
366 <para>Synonymous with -l 32 -b 4608 -m -e -E -r 16 -p
378 <term><option>-e</option></term>
381 <para>Do exhaustive model search
387 <term><option>-E</option></term>
390 <para>Do escape coding in the entropy coder. This
391 causes the encoder to use an unencoded representation
392 of the residual in a partition if it is smaller. It
393 increases the runtime and usually results in an
394 improvement of less than 1%.</para>
399 <term><option>-l</option> <replaceable>max_lpc_order</replaceable></term>
402 <para>0 => use only fixed predictors</para>
407 <term><option>-p</option></term>
410 <para>Do exhaustive search of LP coefficient
411 quantization (expensive!). Overrides -q,
412 does nothing if using -l 0</para>
417 <term><option>-q</option> <replaceable>bits</replaceable></term>
420 <para>Precision of the quantized linear-predictor
421 coefficients, 0 => let encoder decide (min is 5,
427 <term><option>-r</option> <replaceable>[level,]level</replaceable></term>
430 <para>Set the [min,]max residual partition order
431 (0..16). min defaults to 0 if unspecified. Default
437 <term><option>-R</option> <replaceable>#</replaceable></term>
440 <para>Set the Rice parameter search distance.
446 <term><option>-V</option></term>
449 <para>Verify a correct encoding by decoding the
450 output in parallel and comparing to the
456 <term><option>-S-</option> <option>-m-</option> <option>-M-</option> <option>-e-</option> <option>-p-</option> <option>-V-</option> <option>--delete-input-file-</option> <option>--lax-</option>
460 <para>These flags can be used to invert the sense
461 of the corresponding normal option.</para>
468 <title>Format Options</title>
472 <term><option>-fb</option></term>
475 <para>Big-endian byte order</para>
480 <term><option>-fl</option></term>
483 <para>Little-endian byte order</para>
488 <term><option>-fc</option>
489 <replaceable>channels</replaceable></term>
492 <para>Set number of channels.</para>
497 <term><option>-fp</option>
498 <replaceable>bits_per_sample</replaceable></term>
501 <para>Set bits per sample.</para>
506 <term><option>-fs</option>
507 <replaceable>sample_rate</replaceable></term>
510 <para>Set sample rate (in Hz).</para>
515 <term><option>-fu</option></term>
518 <para>Unsigned samples (default is signed)</para>
523 <term><option>-fr</option></term>
526 <para>Force to raw format (even if filename ends
527 in <filename>.wav</filename>).</para>
532 <term><option>-fw</option></term>
535 <para>Force to RIFF WAVE.</para>
544 <title>SEE ALSO</title>
546 <para>The programs are documented fully by HTML format
547 documentation, available in
548 <filename>/usr/share/doc/flac/html</filename> on
549 &debian; systems.</para>
552 <title>AUTHOR</title>
554 <para>This manual page was written by &dhusername; &dhemail; for
555 the &debian; system (but may be used by others).</para>
557 <!-- <para>Permission is granted to copy, distribute and/or modify
558 this document under the terms of the <acronym>GNU</acronym> Free
559 Documentation License, Version 1.1 or any later version
560 published by the Free Software Foundation; with no Invariant
561 Sections, no Front-Cover Texts and no Back-Cover Texts. A copy
562 of the license can be found under
563 <filename>/usr/share/common-licenses/FDL</filename>.</para> -->
568 <!-- Keep this comment at the end of the file
573 sgml-minimize-attributes:nil
574 sgml-always-quote-attributes:t
577 sgml-parent-document:nil
578 sgml-default-dtd-file:nil
579 sgml-exposed-tags:nil
580 sgml-local-catalogs:nil
581 sgml-local-ecat-files:nil