Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 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>. |
Josh Coalson | 47a81d1 | 2002-12-03 06:32:38 +0000 | [diff] [blame^] | 6 | .TH "FLAC" "1" "02 December 2002" "" "" |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 7 | .SH NAME |
| 8 | flac \- Free Lossless Audio Codec |
| 9 | .SH SYNOPSIS |
| 10 | |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 11 | \fBflac\fR [ \fB\fIOPTION\fB\fR ] \fB\fIinfile\fB\fR \fB\fI...\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 12 | |
| 13 | .SH "DESCRIPTION" |
| 14 | .PP |
| 15 | This manual page documents briefly the |
| 16 | \fBflac\fR command. |
| 17 | .PP |
| 18 | This manual page was written for the Debian GNU/Linux |
| 19 | distribution because the original program does not have a |
| 20 | manual page. Instead, it has documentation in HTML |
| 21 | format; see below. |
| 22 | .SH "OPTIONS" |
| 23 | .PP |
| 24 | A summary of options is included below. For a complete |
| 25 | description, see the HTML documentation. |
| 26 | .SS "GENERIC OPTIONS" |
| 27 | .TP |
Josh Coalson | 3cf909c | 2002-08-20 03:57:59 +0000 | [diff] [blame] | 28 | \fB-v, --version \fR |
| 29 | Show the flac version number |
| 30 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 31 | \fB-h, --help \fR |
| 32 | Show basic usage and a list of all options |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 33 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 34 | \fB-H, --explain \fR |
| 35 | Show detailed explanation of usage and all options |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 36 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 37 | \fB-d, --decode \fR |
| 38 | Decode (the default behavior is to encode) |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 39 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 40 | \fB-t, --test \fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 41 | Test a flac encoded file (same as -d |
| 42 | except no decoded file is written) |
| 43 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 44 | \fB-a, --analyze \fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 45 | Analyze a flac encoded file (same as -d |
| 46 | except an analysis file is written) |
| 47 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 48 | \fB-c, --stdout \fR |
| 49 | Write output to stdout |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 50 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 51 | \fB-s, --silent \fR |
| 52 | Silent mode (do not write runtime |
| 53 | encode/decode statistics to stderr) |
| 54 | .TP |
| 55 | \fB-o \fIfilename\fB, --output-name=\fIfilename\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 56 | Force the output file name (usually flac just |
| 57 | changes the extension). May only be used when |
| 58 | encoding a single file. May not be used in |
| 59 | conjunction with --output-prefix. |
| 60 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 61 | \fB--output-prefix=\fIstring\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 62 | Prefix each output file name with the given |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 63 | string. This can be useful for encoding or decoding |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 64 | files to a different directory. Make sure if your |
| 65 | string is a path name that it ends with a trailing |
| 66 | `/' (slash). |
| 67 | .TP |
| 68 | \fB--delete-input-file \fR |
| 69 | Automatically delete the input file after a |
| 70 | successful encode or decode. If there was an |
| 71 | error (including a verify error) the input file |
| 72 | is left intact. |
| 73 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 74 | \fB--skip=\fI#\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 75 | Skip the specified number of samples at the |
| 76 | beginning of the input file (can be used for both |
| 77 | encoding and decoding) |
Josh Coalson | f391132 | 2002-09-20 05:53:10 +0000 | [diff] [blame] | 78 | .TP |
| 79 | \fB--ogg\fR |
| 80 | When encoding, generate Ogg-FLAC output instead |
| 81 | of native-FLAC. Ogg-FLAC streams are FLAC streams |
| 82 | wrapped in an Ogg transport layer. The resulting |
| 83 | file should have an '.ogg' extension and will still |
| 84 | be decodable by flac. |
| 85 | |
| 86 | When decoding, force the input to be treated as |
| 87 | Ogg-FLAC. This is useful when piping input from |
| 88 | stdin or when the filename does not end in '.ogg'. |
| 89 | .TP |
| 90 | \fB--serial-number=\fI#\fB\fR |
| 91 | When used with --ogg, specifies the serial |
| 92 | number to use for the FLAC stream. When encoding and |
| 93 | no serial number is given, flac uses '0'. When |
| 94 | decoding and no number is given, flac uses the serial |
| 95 | number of the first page. |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 96 | .SS "ANALYSIS OPTIONS" |
| 97 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 98 | \fB--residual-text \fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 99 | Includes the residual signal in the analysis |
| 100 | file. This will make the file very big, much |
| 101 | larger than even the decoded file. |
| 102 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 103 | \fB--residual-gnuplot \fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 104 | Generates a gnuplot file for every subframe; |
| 105 | each file will contain the residual distribution |
| 106 | of the subframe. This will create a lot of |
| 107 | files. |
| 108 | .SS "DECODING OPTIONS" |
| 109 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 110 | \fB-F, --decode-through-errors \fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 111 | By default flac stops decoding with an error |
| 112 | and removes the partially decoded file if it |
| 113 | encounters a bitstream error. With -F, errors are |
| 114 | still printed but flac will continue decoding to |
| 115 | completion. Note that errors may cause the decoded |
| 116 | audio to be missing some samples or have silent |
| 117 | sections. |
| 118 | .SS "ENCODING OPTIONS" |
| 119 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 120 | \fB-V, --verify\fR |
| 121 | Verify a correct encoding by decoding the |
| 122 | output in parallel and comparing to the |
| 123 | original |
| 124 | .TP |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 125 | \fB--lax\fR |
| 126 | Allow encoder to generate non-Subset |
| 127 | files. |
| 128 | .TP |
Josh Coalson | 853d79c | 2002-10-31 06:16:45 +0000 | [diff] [blame] | 129 | \fB--replay-gain\fR |
| 130 | Calculate ReplayGain values and store in |
| 131 | Vorbis comments, similar to vorbisgain. Title |
| 132 | gains/peaks will be computed for each input |
| 133 | file, and an album gain/peak will be computed |
| 134 | for all files. All input files must have the |
| 135 | same resolution, sample rate, and number of |
| 136 | channels. Only mono and stereo files are |
| 137 | allowed, and the sample rate must be one of |
| 138 | 8, 11.025, 12, 16, 22.05, 24, 32, 44.1, or 48 |
| 139 | kHz. Also note that this option may leave a |
| 140 | few extra bytes in a PADDING block as the exact |
| 141 | size of the tags is not known until all files |
| 142 | are processed. Note that this option cannot be |
| 143 | used when encoding to standard output (stdout). |
| 144 | .TP |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 145 | \fB--sector-align\fR |
| 146 | Align encoding of multiple CD format WAVE |
| 147 | files on sector boundaries. See the HTML |
| 148 | documentation for more information. |
| 149 | .TP |
Josh Coalson | 47a81d1 | 2002-12-03 06:32:38 +0000 | [diff] [blame^] | 150 | \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 Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 151 | Include a point or points in a SEEKTABLE. Using #, |
| 152 | a seek point at that sample number is added. Using |
| 153 | X, a placeholder point is added at the end of a the |
| 154 | table. Using #x, # evenly spaced seek points will |
Josh Coalson | 47a81d1 | 2002-12-03 06:32:38 +0000 | [diff] [blame^] | 155 | be added, the first being at sample 0. Using #s, a |
| 156 | seekpoint will be added every # seconds (# does not |
| 157 | have to be a whole number; it can be, for example, 9.5, |
| 158 | meaning a seekpoint every 9.5 seconds). You may use |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 159 | many -S options; the resulting SEEKTABLE will be the |
| 160 | unique-ified union of all such values. With no -S |
Josh Coalson | 853d79c | 2002-10-31 06:16:45 +0000 | [diff] [blame] | 161 | options, flac defaults to '-S 100x'. Use --no-seektable |
Josh Coalson | 47a81d1 | 2002-12-03 06:32:38 +0000 | [diff] [blame^] | 162 | for no SEEKTABLE. Note: '-S #x' and '-S #s' will not |
| 163 | work if the encoder can't determine the input size before |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 164 | starting. Note: if you use '-S #' and # is >= |
| 165 | samples in the input, there will be either no seek |
| 166 | point entered (if the input size is determinable |
| 167 | before encoding starts) or a placeholder point (if |
| 168 | input size is not determinable). |
| 169 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 170 | \fB-P \fI#\fB, --padding=\fI#\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 171 | Tell the encoder to write a PADDING metadata |
| 172 | block of the given length (in bytes) after the |
| 173 | STREAMINFO block. This is useful if you plan to |
| 174 | tag the file later with an APPLICATION block; |
| 175 | instead of having to rewrite the entire file later |
| 176 | just to insert your block, you can write directly |
| 177 | over the PADDING block. Note that the total length |
| 178 | of the PADDING block will be 4 bytes longer than |
| 179 | the length given because of the 4 metadata block |
| 180 | header bytes. You can force no PADDING block at |
Josh Coalson | 853d79c | 2002-10-31 06:16:45 +0000 | [diff] [blame] | 181 | all to be written with --no-padding, which is the |
| 182 | default. |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 183 | .TP |
Josh Coalson | f391132 | 2002-09-20 05:53:10 +0000 | [diff] [blame] | 184 | \fB-T \fIFIELD=VALUE\fB, --tag=\fIFIELD=VALUE\fB\fR |
| 185 | Add a Vorbis comment. The comment must adhere |
| 186 | to the Vorbis comment spec; i.e. the FIELD must |
| 187 | contain only legal characters, terminated by an |
| 188 | \&'equals' sign. Make sure to quote the comment if |
| 189 | necessary. This option may appear more than once |
| 190 | to add several comments. NOTE: all tags will be |
| 191 | added to all encoded files. |
| 192 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 193 | \fB-b \fI#\fB, --blocksize=\fI#\fB\fR |
| 194 | Specify the block size in samples. The |
| 195 | default is 1152 for -l 0, else 4608; must be one of |
| 196 | 192, 576, 1152, 2304, 4608, 256, 512, 1024, 2048, |
| 197 | 4096, 8192, 16384, or 32768 (unless --lax is used) |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 198 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 199 | \fB-m, --mid-side\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 200 | Try mid-side coding for each frame (stereo |
| 201 | input only) |
| 202 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 203 | \fB-M, --adaptive-mid-side\fR |
| 204 | Adaptive mid-side coding for all frames (stereo |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 205 | input only) |
| 206 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 207 | \fB-0..-8, --compression-level-0..--compression-level-8\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 208 | Fastest compression..highest compression |
| 209 | (default is -5). These are synonyms for other |
| 210 | options: |
| 211 | .RS |
| 212 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 213 | \fB-0, --compression-level-0\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 214 | Synonymous with -l 0 -b 1152 -r 2,2 |
| 215 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 216 | \fB-1, --compression-level-1\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 217 | Synonymous with -l 0 -b 1152 -M -r 2,2 |
| 218 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 219 | \fB-2, --compression-level-2\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 220 | Synonymous with -l 0 -b 1152 -m -r 3 |
| 221 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 222 | \fB-3, --compression-level-3\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 223 | Synonymous with -l 6 -b 4608 -r 3,3 |
| 224 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 225 | \fB-4, --compression-level-4\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 226 | Synonymous with -l 8 -b 4608 -M -r 3,3 |
| 227 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 228 | \fB-5, --compression-level-5\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 229 | Synonymous with -l 8 -b 4608 -m -r 3,3 |
| 230 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 231 | \fB-6, --compression-level-6\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 232 | Synonymous with -l 8 -b 4608 -m -r 4 |
| 233 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 234 | \fB-7, --compression-level-7\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 235 | Synonymous with -l 8 -b 4608 -m -e -r 6 |
| 236 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 237 | \fB-8, --compression-level-8\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 238 | Synonymous with -l 12 -b 4608 -m -e -r 6 |
| 239 | .RE |
| 240 | .TP |
| 241 | \fB--fast\fR |
| 242 | Fastest compression. Currently |
| 243 | synonymous with -0. |
| 244 | .TP |
| 245 | \fB--best\fR |
| 246 | Highest compression. Currently |
| 247 | synonymous with -8. |
| 248 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 249 | \fB-e, --exhaustive-model-search\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 250 | Do exhaustive model search |
| 251 | (expensive!) |
| 252 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 253 | \fB-l \fI#\fB, --max-lpc-order=\fI#\fB\fR |
| 254 | Set the maximum LPC order; 0 means use only the fixed predictors |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 255 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 256 | \fB-p, --qlp-coeff-precision-search\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 257 | Do exhaustive search of LP coefficient |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 258 | quantization (expensive!). Overrides -q; |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 259 | does nothing if using -l 0 |
| 260 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 261 | \fB-q \fI#\fB, --qlp-coeff-precision=\fI#\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 262 | Precision of the quantized linear-predictor |
| 263 | coefficients, 0 => let encoder decide (min is 5, |
| 264 | default is 0) |
| 265 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 266 | \fB-r [\fI#\fB,]\fI#\fB, --rice-partition-order=[\fI#\fB,]\fI#\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 267 | Set the [min,]max residual partition order |
| 268 | (0..16). min defaults to 0 if unspecified. Default |
| 269 | is -r 3,3. |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 270 | .SS "FORMAT OPTIONS" |
| 271 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 272 | \fB--endian={\fIbig\fB|\fIlittle\fB}\fR |
| 273 | Set the byte order for samples |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 274 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 275 | \fB--channels=\fI#\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 276 | Set number of channels. |
| 277 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 278 | \fB--bps=\fI#\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 279 | Set bits per sample. |
| 280 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 281 | \fB--sample-rate=\fI#\fB\fR |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 282 | Set sample rate (in Hz). |
| 283 | .TP |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 284 | \fB--sign={\fIsigned\fB|\fIunsigned\fB}\fR |
| 285 | Set the sign of samples (the default is signed). |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 286 | .TP |
Josh Coalson | eb20903 | 2002-08-20 20:37:26 +0000 | [diff] [blame] | 287 | \fB--force-raw-format\fR |
| 288 | Force input (when encoding) or output (when decoding) |
| 289 | to be treated as raw samples (even if filename ends |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 290 | in \fI.wav\fR). |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 291 | .SS "NEGATIVE OPTIONS" |
| 292 | .TP |
| 293 | \fB--no-adaptive-mid-side\fR |
| 294 | .TP |
| 295 | \fB--no-decode-through-errors\fR |
| 296 | .TP |
| 297 | \fB--no-delete-input-file\fR |
| 298 | .TP |
| 299 | \fB--no-escape-coding\fR |
| 300 | .TP |
| 301 | \fB--no-exhaustive-model-search\fR |
| 302 | .TP |
| 303 | \fB--no-lax\fR |
| 304 | .TP |
| 305 | \fB--no-mid-side\fR |
| 306 | .TP |
| 307 | \fB--no-ogg\fR |
| 308 | .TP |
| 309 | \fB--no-padding\fR |
| 310 | .TP |
| 311 | \fB--no-qlp-coeff-precision-search\fR |
| 312 | .TP |
| 313 | \fB--no-residual-gnuplot\fR |
| 314 | .TP |
| 315 | \fB--no-residual-text\fR |
| 316 | .TP |
| 317 | \fB--no-sector-align\fR |
| 318 | .TP |
| 319 | \fB--no-seektable\fR |
| 320 | .TP |
| 321 | \fB--no-silent\fR |
| 322 | .TP |
| 323 | \fB--no-verify\fR |
| 324 | These flags can be used to invert the sense |
| 325 | of the corresponding normal option. |
Josh Coalson | ca30b37 | 2002-07-03 05:49:13 +0000 | [diff] [blame] | 326 | .SH "SEE ALSO" |
| 327 | .PP |
| 328 | The programs are documented fully by HTML format |
| 329 | documentation, available in |
| 330 | \fI/usr/share/doc/flac/html\fR on |
| 331 | Debian GNU/Linux systems. |
| 332 | .SH "AUTHOR" |
| 333 | .PP |
| 334 | This manual page was written by Matt Zimmerman <mdz@debian.org> for |
| 335 | the Debian GNU/Linux system (but may be used by others). |