blob: 853b89ccff273a576a5012d525cb349dd4294cb9 [file] [log] [blame]
Josh Coalsonca30b372002-07-03 05:49:13 +00001.\" 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>.
Martijn van Beurden733efde2013-09-18 18:51:17 +02006.TH "FLAC" "1" "2013/09/18" "" ""
Josh Coalsonb0468ee2006-10-10 03:47:36 +00007
Josh Coalsonca30b372002-07-03 05:49:13 +00008.SH NAME
9flac \- Free Lossless Audio Codec
10.SH SYNOPSIS
11
Erik de Castro Lopoa2923e62012-09-19 18:06:49 +100012\fBflac\fR [ \fB\fIOPTIONS\fB\fR ] [ \fB\fIinfile.wav\fB\fR | \fB\fIinfile.rf64\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 ]
Josh Coalson0c68bb92004-07-30 00:28:48 +000013
14
Josh Coalson3038f522007-09-14 15:04:49 +000015\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 ]
Josh Coalsonca30b372002-07-03 05:49:13 +000016
17.SH "DESCRIPTION"
18.PP
Josh Coalsonb0468ee2006-10-10 03:47:36 +000019\fBflac\fR is a command-line tool for encoding, decoding, testing and analyzing FLAC streams.
Josh Coalsonca30b372002-07-03 05:49:13 +000020.SH "OPTIONS"
21.PP
22A summary of options is included below. For a complete
23description, see the HTML documentation.
Josh Coalson99060562002-12-21 03:28:06 +000024.SS "GENERAL OPTIONS"
Josh Coalsonca30b372002-07-03 05:49:13 +000025.TP
Josh Coalsonb0468ee2006-10-10 03:47:36 +000026\fB-v, --version\fR
Josh Coalson3cf909c2002-08-20 03:57:59 +000027Show the flac version number
28.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000029\fB-h, --help \fR
30Show basic usage and a list of all options
Josh Coalsonca30b372002-07-03 05:49:13 +000031.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000032\fB-H, --explain \fR
33Show detailed explanation of usage and all options
Josh Coalsonca30b372002-07-03 05:49:13 +000034.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000035\fB-d, --decode \fR
36Decode (the default behavior is to encode)
Josh Coalsonca30b372002-07-03 05:49:13 +000037.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000038\fB-t, --test \fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000039Test a flac encoded file (same as -d except no decoded file is written)
Josh Coalsonca30b372002-07-03 05:49:13 +000040.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000041\fB-a, --analyze \fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000042Analyze a FLAC encoded file (same as -d except an analysis file is written)
Josh Coalsonca30b372002-07-03 05:49:13 +000043.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000044\fB-c, --stdout \fR
45Write output to stdout
Josh Coalsonca30b372002-07-03 05:49:13 +000046.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000047\fB-s, --silent \fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000048Silent mode (do not write runtime encode/decode statistics to stderr)
Josh Coalsone6eff862002-08-13 21:18:27 +000049.TP
Josh Coalson0c68bb92004-07-30 00:28:48 +000050\fB--totally-silent \fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000051Do not print anything of any kind, including warnings or errors. The exit code will be the only way to determine successful completion.
Josh Coalson0c68bb92004-07-30 00:28:48 +000052.TP
Josh Coalson3038f522007-09-14 15:04:49 +000053\fB--no-utf8-convert \fR
54Do 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
Josh Coalson9c17e6e2007-02-14 01:28:01 +000056\fB-w, --warnings-as-errors \fR
57Treat all warnings as errors (which cause flac to terminate with a non-zero exit code).
58.TP
Josh Coalson0c68bb92004-07-30 00:28:48 +000059\fB-f, --force \fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000060Force overwriting of output files. By default, flac warns that the output file already exists and continues to the next file.
Josh Coalson0c68bb92004-07-30 00:28:48 +000061.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000062\fB-o \fIfilename\fB, --output-name=\fIfilename\fB\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000063Force 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.
Josh Coalsonca30b372002-07-03 05:49:13 +000064.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000065\fB--output-prefix=\fIstring\fB\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000066Prefix 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).
Josh Coalsonca30b372002-07-03 05:49:13 +000067.TP
68\fB--delete-input-file \fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000069Automatically 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.
Josh Coalsonca30b372002-07-03 05:49:13 +000070.TP
Erik de Castro Lopoa2923e62012-09-19 18:06:49 +100071\fB--preserve-modtime \fR
72Output files have their timestamps/permissions set to match those of their inputs (this is default). Use --no-preserve-modtime to make output files have the current time and default permissions.
73.TP
Josh Coalson3038f522007-09-14 15:04:49 +000074\fB--keep-foreign-metadata \fR
Erik de Castro Lopoa2923e62012-09-19 18:06:49 +100075If encoding, save WAVE, RF64, 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).
Josh Coalson3038f522007-09-14 15:04:49 +000076.TP
Josh Coalson99060562002-12-21 03:28:06 +000077\fB--skip={\fI#\fB|\fImm:ss.ss\fB}\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000078Skip 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.
Josh Coalson99060562002-12-21 03:28:06 +000079.TP
80\fB--until={\fI#\fB|[\fI+\fB|\fI-\fB]\fImm:ss.ss\fB}\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000081Stop 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.
Josh Coalsonf3911322002-09-20 05:53:10 +000082.TP
83\fB--ogg\fR
Josh Coalson3038f522007-09-14 15:04:49 +000084When 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.
Josh Coalsonf3911322002-09-20 05:53:10 +000085
Josh Coalson3038f522007-09-14 15:04:49 +000086When 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'.
Josh Coalsonf3911322002-09-20 05:53:10 +000087.TP
88\fB--serial-number=\fI#\fB\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000089When 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.
Josh Coalsonca30b372002-07-03 05:49:13 +000090.SS "ANALYSIS OPTIONS"
91.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000092\fB--residual-text \fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000093Includes the residual signal in the analysis file. This will make the file very big, much larger than even the decoded file.
Josh Coalsonca30b372002-07-03 05:49:13 +000094.TP
Josh Coalsone6eff862002-08-13 21:18:27 +000095\fB--residual-gnuplot \fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +000096Generates a gnuplot file for every subframe; each file will contain the residual distribution of the subframe. This will create a lot of files.
Josh Coalsonca30b372002-07-03 05:49:13 +000097.SS "DECODING OPTIONS"
98.TP
Josh Coalson0c68bb92004-07-30 00:28:48 +000099\fB--cue=[\fI#.#\fB][-[\fI#.#\fB]]\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000100Set 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.
Josh Coalson0c68bb92004-07-30 00:28:48 +0000101.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000102\fB-F, --decode-through-errors \fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000103By 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.
Erik de Castro Lopo6ed38092013-04-28 15:48:41 +1000104.TP
105\fB--apply-replaygain-which-is-not-lossless[=<specification>] \fR
106Applies ReplayGain values while decoding.
107
108WARNING: THIS IS NOT LOSSLESS. DECODED AUDIO WILL NOT BE IDENTICAL TO THE ORIGINAL WITH THIS OPTION.
109
110The equals sign and <specification> is optional. If omitted, the default is 0aLn1.
111
112The <specification> is a shorthand notation for describing how to apply ReplayGain. All components are optional but order is important. '[]' means 'optional'. '|' means 'or'. '{}' means required. The format is:
113
114[<preamp>][a|t][l|L][n{0|1|2|3}]
115.RS
116.TP
117\fBpreamp\fR
118A floating point number in dB. This is added to the existing gain value.
119.TP
120\fBa|t\fR
121Specify 'a' to use the album gain, or 't' to use the track gain. If tags for the preferred kind (album/track) do not exist but tags for the other (track/album) do, those will be used instead.
122.TP
123\fBl|L\fR
124Specify 'l' to peak-limit the output, so that the ReplayGain peak value is full-scale. Specify 'L' to use a 6dB hard limiter that kicks in when the signal approaches full-scale.
125.TP
126\fBn{0|1|2|3}\fR
127Specify the amount of noise shaping. ReplayGain synthesis happens in floating point; the result is dithered before converting back to integer. This quantization adds noise. Noise shaping tries to move the noise where you won't hear it as much. 0 means no noise shaping, 1 means 'low', 2 means 'medium', 3 means 'high'.
128.RE
129
130For example, the default of 0aLn1 means 0dB preamp, use album gain, 6dB hard limit, low noise shaping.
131
132--apply-replaygain-which-is-not-lossless=3 means 3dB preamp, use album gain, no limiting, no noise shaping.
133
134flac uses the ReplayGain tags for the calculation. If a stream does not have the required tags or they can't be parsed, decoding will continue with a warning, and no ReplayGain is applied to that stream.
Josh Coalsonca30b372002-07-03 05:49:13 +0000135.SS "ENCODING OPTIONS"
136.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000137\fB-V, --verify\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000138Verify a correct encoding by decoding the output in parallel and comparing to the original
Josh Coalsone6eff862002-08-13 21:18:27 +0000139.TP
Josh Coalsonca30b372002-07-03 05:49:13 +0000140\fB--lax\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000141Allow 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.
Josh Coalsonca30b372002-07-03 05:49:13 +0000142.TP
Josh Coalson853d79c2002-10-31 06:16:45 +0000143\fB--replay-gain\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000144Calculate 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).
Josh Coalson853d79c2002-10-31 06:16:45 +0000145.TP
Josh Coalson99060562002-12-21 03:28:06 +0000146\fB--cuesheet=\fIfilename\fB\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000147Import 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.
148.TP
Josh Coalson9c17e6e2007-02-14 01:28:01 +0000149\fB--picture={\fIFILENAME\fB|\fISPECIFICATION\fB}\fR
150Import 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
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000151
Josh Coalson9c17e6e2007-02-14 01:28:01 +0000152[TYPE]|[MIME-TYPE]|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILE
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000153
154TYPE is optional; it is a number from one of:
155
1560: Other
157
1581: 32x32 pixels 'file icon' (PNG only)
159
1602: Other file icon
161
1623: Cover (front)
163
1644: Cover (back)
165
1665: Leaflet page
167
1686: Media (e.g. label side of CD)
169
1707: Lead artist/lead performer/soloist
171
1728: Artist/performer
173
1749: Conductor
175
17610: Band/Orchestra
177
17811: Composer
179
18012: Lyricist/text writer
181
18213: Recording Location
183
18414: During recording
185
18615: During performance
187
18816: Movie/video screen capture
189
19017: A bright coloured fish
191
19218: Illustration
193
19419: Band/artist logotype
195
19620: Publisher/Studio logotype
197
198The default is 3 (front cover). There may only be one picture each of type 1 and 2 in a file.
199
Josh Coalson9c17e6e2007-02-14 01:28:01 +0000200MIME-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.
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000201
202DESCRIPTION is optional; the default is an empty string.
203
luz.paz01eb1972018-05-22 10:17:53 -0400204The next part specifies 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.
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000205
206FILE is the path to the picture file to be imported, or the URL if MIME type is -->
207
208For 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.
209
210The 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.
Josh Coalson99060562002-12-21 03:28:06 +0000211.TP
Josh Coalsonca30b372002-07-03 05:49:13 +0000212\fB--sector-align\fR
Erik de Castro Lopoa2923e62012-09-19 18:06:49 +1000213Align encoding of multiple CD format files on sector boundaries. See the HTML documentation for more information. This option is DEPRECATED and may not exist in future versions of flac.
Josh Coalsonca30b372002-07-03 05:49:13 +0000214.TP
Erik de Castro Lopo03b9d5d2013-04-28 14:30:05 +1000215\fB--ignore-chunk-sizes\fR
216When encoding to flac, ignore the file size headers in WAV and AIFF files to attempt to work around problems with over-sized or malformed files.
217
218WAV and AIFF files both have an unsigned 32 bit numbers in the file header which specifes the length of audio data. Since this number is unsigned 32 bits, that limits the size of a valid file to being just over 4 Gigabytes. Files larger than this are mal-formed, but should be read correctly using this option.
219.TP
Josh Coalson47a81d12002-12-03 06:32:38 +0000220\fB-S {\fI#\fB|\fIX\fB|\fI#x\fB|\fI#s\fB}, --seekpoint={\fI#\fB|\fIX\fB|\fI#x\fB|\fI#s\fB}\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000221Include 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).
Josh Coalsonca30b372002-07-03 05:49:13 +0000222.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000223\fB-P \fI#\fB, --padding=\fI#\fB\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000224Tell 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).
Josh Coalsonca30b372002-07-03 05:49:13 +0000225.TP
Josh Coalsonf3911322002-09-20 05:53:10 +0000226\fB-T \fIFIELD=VALUE\fB, --tag=\fIFIELD=VALUE\fB\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000227Add 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.
228.TP
229\fB--tag-from-file=\fIFIELD=FILENAME\fB\fR
230Like --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.
Josh Coalsonf3911322002-09-20 05:53:10 +0000231.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000232\fB-b \fI#\fB, --blocksize=\fI#\fB\fR
Josh Coalson86325ef2006-11-17 16:06:15 +0000233Specify 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).
Josh Coalsonca30b372002-07-03 05:49:13 +0000234.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000235\fB-m, --mid-side\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000236Try mid-side coding for each frame (stereo input only)
Josh Coalsonca30b372002-07-03 05:49:13 +0000237.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000238\fB-M, --adaptive-mid-side\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000239Adaptive mid-side coding for all frames (stereo input only)
Josh Coalsonca30b372002-07-03 05:49:13 +0000240.TP
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000241\fB-0\&..-8, --compression-level-0\&..--compression-level-8\fR
242Fastest compression..highest compression (default is -5). These are synonyms for other options:
Josh Coalsonca30b372002-07-03 05:49:13 +0000243.RS
244.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000245\fB-0, --compression-level-0\fR
Thomas Zander20d721e2015-10-25 13:31:23 +0100246Synonymous with -l 0 -b 1152 -r 3 --no-mid-side
Josh Coalsonca30b372002-07-03 05:49:13 +0000247.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000248\fB-1, --compression-level-1\fR
Josh Coalson9c17e6e2007-02-14 01:28:01 +0000249Synonymous with -l 0 -b 1152 -M -r 3
Josh Coalsonca30b372002-07-03 05:49:13 +0000250.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000251\fB-2, --compression-level-2\fR
Josh Coalsonca30b372002-07-03 05:49:13 +0000252Synonymous with -l 0 -b 1152 -m -r 3
253.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000254\fB-3, --compression-level-3\fR
Thomas Zander20d721e2015-10-25 13:31:23 +0100255Synonymous with -l 6 -b 4096 -r 4 --no-mid-side
Josh Coalsonca30b372002-07-03 05:49:13 +0000256.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000257\fB-4, --compression-level-4\fR
Josh Coalson9c17e6e2007-02-14 01:28:01 +0000258Synonymous with -l 8 -b 4096 -M -r 4
Josh Coalsonca30b372002-07-03 05:49:13 +0000259.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000260\fB-5, --compression-level-5\fR
Josh Coalson9c17e6e2007-02-14 01:28:01 +0000261Synonymous with -l 8 -b 4096 -m -r 5
Josh Coalsonca30b372002-07-03 05:49:13 +0000262.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000263\fB-6, --compression-level-6\fR
Erik de Castro Lopo9971e702014-11-15 09:19:19 -0800264Synonymous with -l 8 -b 4096 -m -r 6 -A tukey(0.5) -A partial_tukey(2)
Josh Coalsonca30b372002-07-03 05:49:13 +0000265.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000266\fB-7, --compression-level-7\fR
Thomas Zander20d721e2015-10-25 13:31:23 +0100267Synonymous with -l 12 -b 4096 -m -r 6 -A tukey(0.5) -A partial_tukey(2)
Josh Coalsonca30b372002-07-03 05:49:13 +0000268.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000269\fB-8, --compression-level-8\fR
Thomas Zander20d721e2015-10-25 13:31:23 +0100270Synonymous with -l 12 -b 4096 -m -r 6 -A tukey(0.5) -A partial_tukey(2) -A punchout_tukey(3)
Josh Coalsonca30b372002-07-03 05:49:13 +0000271.RE
272.TP
273\fB--fast\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000274Fastest compression. Currently synonymous with -0.
Josh Coalsonca30b372002-07-03 05:49:13 +0000275.TP
276\fB--best\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000277Highest compression. Currently synonymous with -8.
Josh Coalsonca30b372002-07-03 05:49:13 +0000278.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000279\fB-e, --exhaustive-model-search\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000280Do exhaustive model search (expensive!)
281.TP
282\fB-A \fIfunction\fB, --apodization=\fIfunction\fB\fR
Martijn van Beurden29a28332014-08-10 10:59:29 +0200283Window 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), partial_tukey(n[/ov[/P]]), punchout_tukey(n[/ov[/P]]), welch.
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000284
285For gauss(STDDEV), STDDEV is the standard deviation (0<STDDEV<=0.5).
286
287For 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").
288
Martijn van Beurden29a28332014-08-10 10:59:29 +0200289For partial_tukey(n) and punchout_tukey(n), n apodization functions are added that span different parts of each block. Values of 2 to 6 seem to yield sane results. If necessary, an overlap can be specified, as can be the taper parameter, for example partial_tukey(2/0.2) or partial_tukey(2/0.2/0.5). ov should be smaller than 1 and can be negative.
290
291Please note that P, STDDEV and ov are locale specific, so a comma as decimal separator might be required instead of a dot.
292
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000293More 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).
294
295When 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.
Josh Coalsonca30b372002-07-03 05:49:13 +0000296.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000297\fB-l \fI#\fB, --max-lpc-order=\fI#\fB\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000298Specifies 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.
Josh Coalsonca30b372002-07-03 05:49:13 +0000299.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000300\fB-p, --qlp-coeff-precision-search\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000301Do exhaustive search of LP coefficient quantization (expensive!). Overrides -q; does nothing if using -l 0
Josh Coalsonca30b372002-07-03 05:49:13 +0000302.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000303\fB-q \fI#\fB, --qlp-coeff-precision=\fI#\fB\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000304Precision of the quantized linear-predictor coefficients, 0 => let encoder decide (min is 5, default is 0)
Josh Coalsonca30b372002-07-03 05:49:13 +0000305.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000306\fB-r [\fI#\fB,]\fI#\fB, --rice-partition-order=[\fI#\fB,]\fI#\fB\fR
Martijn van Beurden733efde2013-09-18 18:51:17 +0200307Set the [min,]max residual partition order (0..15). min defaults to 0 if unspecified. Default is -r 5.
Josh Coalsonca30b372002-07-03 05:49:13 +0000308.SS "FORMAT OPTIONS"
309.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000310\fB--endian={\fIbig\fB|\fIlittle\fB}\fR
311Set the byte order for samples
Josh Coalsonca30b372002-07-03 05:49:13 +0000312.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000313\fB--channels=\fI#\fB\fR
Josh Coalsonca30b372002-07-03 05:49:13 +0000314Set number of channels.
315.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000316\fB--bps=\fI#\fB\fR
Josh Coalsonca30b372002-07-03 05:49:13 +0000317Set bits per sample.
318.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000319\fB--sample-rate=\fI#\fB\fR
Josh Coalsonca30b372002-07-03 05:49:13 +0000320Set sample rate (in Hz).
321.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000322\fB--sign={\fIsigned\fB|\fIunsigned\fB}\fR
323Set the sign of samples (the default is signed).
Josh Coalsonca30b372002-07-03 05:49:13 +0000324.TP
Josh Coalson91ccea92005-02-02 04:35:49 +0000325\fB--input-size=\fI#\fB\fR
Miroslav Lichvar1ec6e3a2013-03-27 17:49:19 +0100326Specify 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, --cuesheet, 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.
Josh Coalson91ccea92005-02-02 04:35:49 +0000327.TP
Josh Coalsoneb209032002-08-20 20:37:26 +0000328\fB--force-raw-format\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000329Force input (when encoding) or output (when decoding) to be treated as raw samples (even if filename ends in \fI\&.wav\fR).
Erik de Castro Lopoa2923e62012-09-19 18:06:49 +1000330.TP
331\fB--force-aiff-format\fR
332Force the decoder to output AIFF format. This option is not needed if the output filename (as set by -o) ends with \fI\&.aif\fR or \fI\&.aiff\fR\&. Also, this option has no effect when encoding since input AIFF is auto-detected.
333.TP
334\fB--force-rf64-format\fR
335Force the decoder to output RF64 format. This option is not needed if the output filename (as set by -o) ends with \fI\&.rf64\fR\&. Also, this option has no effect when encoding since input RF64 is auto-detected.
336.TP
337\fB--force-wave64-format\fR
338Force the decoder to output Wave64 format. This option is not needed if the output filename (as set by -o) ends with \fI\&.w64\fR\&. Also, this option has no effect when encoding since input Wave64 is auto-detected.
Josh Coalsone6eff862002-08-13 21:18:27 +0000339.SS "NEGATIVE OPTIONS"
340.TP
341\fB--no-adaptive-mid-side\fR
342.TP
Miroslav Lichvar1ec6e3a2013-03-27 17:49:19 +0100343\fB--no-cued-seekpoints\fR
344.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000345\fB--no-decode-through-errors\fR
346.TP
347\fB--no-delete-input-file\fR
348.TP
Erik de Castro Lopoa2923e62012-09-19 18:06:49 +1000349\fB--no-preserve-modtime\fR
350.TP
351\fB--no-keep-foreign-metadata\fR
352.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000353\fB--no-exhaustive-model-search\fR
354.TP
Miroslav Lichvarb61825d2012-11-30 16:38:28 +0100355\fB--no-force\fR
356.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000357\fB--no-lax\fR
358.TP
359\fB--no-mid-side\fR
360.TP
361\fB--no-ogg\fR
362.TP
363\fB--no-padding\fR
364.TP
Miroslav Lichvar1ec6e3a2013-03-27 17:49:19 +0100365\fB--no-qlp-coeff-prec-search\fR
Josh Coalsone6eff862002-08-13 21:18:27 +0000366.TP
Miroslav Lichvarb61825d2012-11-30 16:38:28 +0100367\fB--no-replay-gain\fR
368.TP
Josh Coalsone6eff862002-08-13 21:18:27 +0000369\fB--no-residual-gnuplot\fR
370.TP
371\fB--no-residual-text\fR
372.TP
373\fB--no-sector-align\fR
374.TP
375\fB--no-seektable\fR
376.TP
377\fB--no-silent\fR
378.TP
379\fB--no-verify\fR
Josh Coalson9c17e6e2007-02-14 01:28:01 +0000380.TP
381\fB--no-warnings-as-errors\fR
Josh Coalsonb0468ee2006-10-10 03:47:36 +0000382These flags can be used to invert the sense of the corresponding normal option.
Josh Coalsonca30b372002-07-03 05:49:13 +0000383.SH "SEE ALSO"
384.PP
Martijn van Beurden733efde2013-09-18 18:51:17 +0200385metaflac(1)
Josh Coalson99060562002-12-21 03:28:06 +0000386.PP
Erik de Castro Lopo2273cb92013-04-30 17:47:49 +1000387The programs are documented fully by HTML format documentation, available in \fI/usr/share/doc/libflac-doc/html\fR on Debian GNU/Linux systems.
Josh Coalsonca30b372002-07-03 05:49:13 +0000388.SH "AUTHOR"
389.PP
Martijn van Beurden733efde2013-09-18 18:51:17 +0200390This manual page was initially written by Matt Zimmerman <mdz@debian.org> for the Debian GNU/Linux system (but may be used by others). It has been kept up-to-date by the Xiph.org Foundation.