Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 1 | <!doctype refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ |
| 2 | |
| 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. --> |
Josh Coalson | 9906056 | 2002-12-21 03:28:06 +0000 | [diff] [blame] | 7 | <!ENTITY dhdate "<date>December 18, 2002</date>"> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 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"> |
| 15 | |
| 16 | <!ENTITY debian "<productname>Debian GNU/Linux</productname>"> |
| 17 | <!ENTITY gnu "<acronym>GNU</acronym>"> |
| 18 | ]> |
| 19 | |
| 20 | <refentry> |
| 21 | <docinfo> |
| 22 | <address> |
| 23 | &dhemail; |
| 24 | </address> |
| 25 | <author> |
| 26 | &dhfirstname; |
| 27 | &dhsurname; |
| 28 | </author> |
| 29 | <copyright> |
Josh Coalson | 305ae2e | 2002-01-26 17:36:39 +0000 | [diff] [blame] | 30 | <year>2002</year> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 31 | <holder>&dhusername;</holder> |
| 32 | </copyright> |
| 33 | &dhdate; |
| 34 | </docinfo> |
| 35 | <refmeta> |
| 36 | &dhucpackage; |
| 37 | |
| 38 | &dhsection; |
| 39 | </refmeta> |
| 40 | <refnamediv> |
| 41 | <refname>&dhpackage;</refname> |
| 42 | |
Josh Coalson | 26560dd | 2001-02-08 00:38:41 +0000 | [diff] [blame] | 43 | <refpurpose>Free Lossless Audio Codec</refpurpose> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 44 | </refnamediv> |
| 45 | <refsynopsisdiv> |
| 46 | <cmdsynopsis> |
| 47 | <command>flac</command> |
| 48 | |
| 49 | <arg><option><replaceable>OPTION</replaceable></option></arg> |
| 50 | <arg choice=plain><replaceable>infile</replaceable></arg> |
Josh Coalson | d2e0e0e | 2001-06-06 19:27:48 +0000 | [diff] [blame] | 51 | <arg choice=plain><replaceable>...</replaceable></arg> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 52 | </cmdsynopsis> |
| 53 | </refsynopsisdiv> |
| 54 | <refsect1> |
| 55 | <title>DESCRIPTION</title> |
| 56 | |
| 57 | <para>This manual page documents briefly the |
| 58 | <command>flac</command> command.</para> |
| 59 | |
| 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> |
| 64 | |
| 65 | </refsect1> |
| 66 | <refsect1> |
| 67 | <title>OPTIONS</title> |
| 68 | |
| 69 | <para>A summary of options is included below. For a complete |
| 70 | description, see the HTML documentation.</para> |
| 71 | |
| 72 | <refsect2> |
Josh Coalson | 9906056 | 2002-12-21 03:28:06 +0000 | [diff] [blame] | 73 | <title>General Options</title> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 74 | |
| 75 | <variablelist> |
| 76 | <varlistentry> |
Josh Coalson | 3cf909c | 2002-08-20 03:57:59 +0000 | [diff] [blame] | 77 | <term><option>-v</option>, <option>--version</option> |
| 78 | </term> |
| 79 | <listitem> |
| 80 | <para>Show the flac version number</para> |
| 81 | </listitem> |
| 82 | </varlistentry> |
| 83 | |
| 84 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 85 | <term><option>-h</option>, <option>--help</option> |
Josh Coalson | c74cbef | 2001-10-31 23:15:20 +0000 | [diff] [blame] | 86 | </term> |
| 87 | <listitem> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 88 | <para>Show basic usage and a list of all options</para> |
Josh Coalson | c74cbef | 2001-10-31 23:15:20 +0000 | [diff] [blame] | 89 | </listitem> |
| 90 | </varlistentry> |
| 91 | |
| 92 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 93 | <term><option>-H</option>, <option>--explain</option> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 94 | </term> |
| 95 | <listitem> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 96 | <para>Show detailed explanation of usage and all options</para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 97 | </listitem> |
| 98 | </varlistentry> |
| 99 | |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 100 | <varlistentry> |
| 101 | <term><option>-d</option>, <option>--decode</option> |
| 102 | </term> |
| 103 | <listitem> |
| 104 | <para>Decode (the default behavior is to encode)</para> |
| 105 | </listitem> |
| 106 | </varlistentry> |
Matt Zimmerman | cb44927 | 2001-08-17 16:31:17 +0000 | [diff] [blame] | 107 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 108 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 109 | <term><option>-t</option>, <option>--test</option> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 110 | </term> |
| 111 | <listitem> |
| 112 | <para>Test a flac encoded file (same as -d |
| 113 | except no decoded file is written)</para> |
| 114 | </listitem> |
| 115 | </varlistentry> |
| 116 | |
| 117 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 118 | <term><option>-a</option>, <option>--analyze</option> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 119 | </term> |
| 120 | <listitem> |
| 121 | <para>Analyze a flac encoded file (same as -d |
| 122 | except an analysis file is written)</para> |
| 123 | </listitem> |
| 124 | </varlistentry> |
| 125 | |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 126 | <varlistentry> |
| 127 | <term><option>-c</option>, <option>--stdout</option> |
| 128 | </term> |
| 129 | <listitem> |
| 130 | <para>Write output to stdout</para> |
| 131 | </listitem> |
| 132 | </varlistentry> |
| 133 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 134 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 135 | <term><option>-s</option>, <option>--silent</option> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 136 | </term> |
| 137 | <listitem> |
| 138 | <para>Silent mode (do not write runtime |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 139 | encode/decode statistics to stderr)</para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 140 | </listitem> |
| 141 | </varlistentry> |
| 142 | |
| 143 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 144 | <term><option>-o</option> <replaceable>filename</replaceable>, <option>--output-name</option>=<replaceable>filename</replaceable></term> |
Josh Coalson | d2e0e0e | 2001-06-06 19:27:48 +0000 | [diff] [blame] | 145 | <listitem> |
| 146 | <para>Force the output file name (usually flac just |
Josh Coalson | cd22af6 | 2001-06-27 06:53:54 +0000 | [diff] [blame] | 147 | changes the extension). May only be used when |
| 148 | encoding a single file. May not be used in |
| 149 | conjunction with --output-prefix.</para> |
| 150 | </listitem> |
| 151 | </varlistentry> |
| 152 | |
| 153 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 154 | <term><option>--output-prefix</option>=<replaceable>string</replaceable></term> |
Josh Coalson | cd22af6 | 2001-06-27 06:53:54 +0000 | [diff] [blame] | 155 | <listitem> |
| 156 | <para>Prefix each output file name with the given |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 157 | string. This can be useful for encoding or decoding |
Josh Coalson | cd22af6 | 2001-06-27 06:53:54 +0000 | [diff] [blame] | 158 | files to a different directory. Make sure if your |
| 159 | string is a path name that it ends with a trailing |
| 160 | `/' (slash).</para> |
Josh Coalson | d2e0e0e | 2001-06-06 19:27:48 +0000 | [diff] [blame] | 161 | </listitem> |
| 162 | </varlistentry> |
| 163 | |
| 164 | <varlistentry> |
| 165 | <term><option>--delete-input-file</option> |
| 166 | </term> |
| 167 | <listitem> |
| 168 | <para>Automatically delete the input file after a |
| 169 | successful encode or decode. If there was an |
| 170 | error (including a verify error) the input file |
| 171 | is left intact.</para> |
| 172 | </listitem> |
| 173 | </varlistentry> |
| 174 | |
| 175 | <varlistentry> |
Josh Coalson | 9906056 | 2002-12-21 03:28:06 +0000 | [diff] [blame] | 176 | <term><option>--skip</option>={<replaceable>#</replaceable>|<replaceable>mm:ss.ss</replaceable>}</term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 177 | <listitem> |
Josh Coalson | 9906056 | 2002-12-21 03:28:06 +0000 | [diff] [blame] | 178 | <para>Skip over the first number of samples of the input. |
| 179 | This works for both encoding and decoding, but not |
| 180 | testing. The alternative form mm:ss.ss can be used |
| 181 | to specify minutes, seconds, and fractions of a |
| 182 | second.</para> |
| 183 | </listitem> |
| 184 | </varlistentry> |
| 185 | |
| 186 | <varlistentry> |
| 187 | <term><option>--until</option>={<replaceable>#</replaceable>|[<replaceable>+</replaceable>|<replaceable>-</replaceable>]<replaceable>mm:ss.ss</replaceable>}</term> |
| 188 | <listitem> |
| 189 | <para>Stop at the given sample number for each input file. |
| 190 | This works for both encoding and decoding, but not testing. |
| 191 | The given sample number is not included in the decoded |
| 192 | output. The alternative form mm:ss.ss can be used to |
| 193 | specify minutes, seconds, and fractions of a second. If a |
| 194 | `+' (plus) sign is at the beginning, the --until point is |
| 195 | relative to the --skip point. If a `-' (minus) sign is at |
| 196 | the beginning, the --until point is relative to end of the |
| 197 | audio.</para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 198 | </listitem> |
| 199 | </varlistentry> |
| 200 | |
Josh Coalson | f391132 | 2002-09-20 05:53:10 +0000 | [diff] [blame] | 201 | <varlistentry> |
| 202 | <term><option>--ogg</option></term> |
| 203 | |
| 204 | <listitem> |
| 205 | <para>When encoding, generate Ogg-FLAC output instead |
| 206 | of native-FLAC. Ogg-FLAC streams are FLAC streams |
| 207 | wrapped in an Ogg transport layer. The resulting |
| 208 | file should have an '.ogg' extension and will still |
| 209 | be decodable by flac.</para> |
| 210 | <para>When decoding, force the input to be treated as |
| 211 | Ogg-FLAC. This is useful when piping input from |
| 212 | stdin or when the filename does not end in '.ogg'.</para> |
| 213 | </listitem> |
| 214 | </varlistentry> |
| 215 | |
| 216 | <varlistentry> |
| 217 | <term><option>--serial-number</option>=<replaceable>#</replaceable></term> |
| 218 | |
| 219 | <listitem> |
| 220 | <para>When used with --ogg, specifies the serial |
| 221 | number to use for the FLAC stream. When encoding and |
| 222 | no serial number is given, flac uses '0'. When |
| 223 | decoding and no number is given, flac uses the serial |
| 224 | number of the first page.</para> |
| 225 | </listitem> |
| 226 | </varlistentry> |
| 227 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 228 | </variablelist> |
| 229 | </refsect2> |
| 230 | |
| 231 | <refsect2> |
Josh Coalson | 0b7fde9 | 2001-03-15 23:25:54 +0000 | [diff] [blame] | 232 | <title>Analysis Options</title> |
| 233 | |
| 234 | <variablelist> |
| 235 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 236 | <term><option>--residual-text</option> |
Josh Coalson | 0b7fde9 | 2001-03-15 23:25:54 +0000 | [diff] [blame] | 237 | </term> |
| 238 | <listitem> |
Josh Coalson | e43d555 | 2001-03-16 23:33:00 +0000 | [diff] [blame] | 239 | <para>Includes the residual signal in the analysis |
| 240 | file. This will make the file very big, much |
| 241 | larger than even the decoded file.</para> |
| 242 | </listitem> |
| 243 | </varlistentry> |
| 244 | |
| 245 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 246 | <term><option>--residual-gnuplot</option> |
Josh Coalson | e43d555 | 2001-03-16 23:33:00 +0000 | [diff] [blame] | 247 | </term> |
| 248 | <listitem> |
| 249 | <para>Generates a gnuplot file for every subframe; |
| 250 | each file will contain the residual distribution |
| 251 | of the subframe. This will create a lot of |
| 252 | files.</para> |
Josh Coalson | 0b7fde9 | 2001-03-15 23:25:54 +0000 | [diff] [blame] | 253 | </listitem> |
| 254 | </varlistentry> |
| 255 | |
| 256 | </variablelist> |
| 257 | </refsect2> |
| 258 | |
| 259 | <refsect2> |
Josh Coalson | 5d66ae7 | 2002-06-05 05:53:05 +0000 | [diff] [blame] | 260 | <title>Decoding Options</title> |
| 261 | |
| 262 | <variablelist> |
| 263 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 264 | <term><option>-F</option>, <option>--decode-through-errors</option> |
Josh Coalson | 5d66ae7 | 2002-06-05 05:53:05 +0000 | [diff] [blame] | 265 | </term> |
| 266 | <listitem> |
| 267 | <para>By default flac stops decoding with an error |
| 268 | and removes the partially decoded file if it |
| 269 | encounters a bitstream error. With -F, errors are |
| 270 | still printed but flac will continue decoding to |
| 271 | completion. Note that errors may cause the decoded |
| 272 | audio to be missing some samples or have silent |
| 273 | sections.</para> |
| 274 | </listitem> |
| 275 | </varlistentry> |
| 276 | |
| 277 | </variablelist> |
| 278 | </refsect2> |
| 279 | |
| 280 | <refsect2> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 281 | <title>Encoding Options</title> |
| 282 | |
| 283 | <variablelist> |
| 284 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 285 | <term><option>-V</option>, <option>--verify</option></term> |
| 286 | |
| 287 | <listitem> |
| 288 | <para>Verify a correct encoding by decoding the |
| 289 | output in parallel and comparing to the |
| 290 | original</para> |
| 291 | </listitem> |
| 292 | </varlistentry> |
| 293 | |
| 294 | <varlistentry> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 295 | <term><option>--lax</option></term> |
| 296 | |
| 297 | <listitem> |
| 298 | <para>Allow encoder to generate non-Subset |
Josh Coalson | ba03ad1 | 2001-06-27 06:48:34 +0000 | [diff] [blame] | 299 | files.</para> |
| 300 | </listitem> |
| 301 | </varlistentry> |
| 302 | |
| 303 | <varlistentry> |
Josh Coalson | 853d79c | 2002-10-31 06:16:45 +0000 | [diff] [blame] | 304 | <term><option>--replay-gain</option></term> |
| 305 | |
| 306 | <listitem> |
| 307 | <para>Calculate ReplayGain values and store in |
| 308 | Vorbis comments, similar to vorbisgain. Title |
| 309 | gains/peaks will be computed for each input |
| 310 | file, and an album gain/peak will be computed |
| 311 | for all files. All input files must have the |
| 312 | same resolution, sample rate, and number of |
| 313 | channels. Only mono and stereo files are |
| 314 | allowed, and the sample rate must be one of |
| 315 | 8, 11.025, 12, 16, 22.05, 24, 32, 44.1, or 48 |
| 316 | kHz. Also note that this option may leave a |
| 317 | few extra bytes in a PADDING block as the exact |
| 318 | size of the tags is not known until all files |
| 319 | are processed. Note that this option cannot be |
| 320 | used when encoding to standard output (stdout). |
| 321 | </para> |
| 322 | </listitem> |
| 323 | </varlistentry> |
| 324 | |
| 325 | <varlistentry> |
Josh Coalson | 9906056 | 2002-12-21 03:28:06 +0000 | [diff] [blame] | 326 | <term><option>--cuesheet</option>=<replaceable>filename</replaceable></term> |
| 327 | |
| 328 | <listitem> |
| 329 | <para>Import the given cuesheet file and store it in a |
| 330 | CUESHEET metadata block. This option may only be used |
| 331 | when encoding a single file. A seekpoint will be added |
| 332 | for each index point in the cuesheet to the SEEKTABLE |
| 333 | unless --no-cued-seekpoints is specified.</para> |
| 334 | </listitem> |
| 335 | </varlistentry> |
| 336 | |
| 337 | <varlistentry> |
Josh Coalson | ba03ad1 | 2001-06-27 06:48:34 +0000 | [diff] [blame] | 338 | <term><option>--sector-align</option></term> |
| 339 | |
| 340 | <listitem> |
| 341 | <para>Align encoding of multiple CD format WAVE |
| 342 | files on sector boundaries. See the HTML |
| 343 | documentation for more information.</para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 344 | </listitem> |
| 345 | </varlistentry> |
| 346 | |
| 347 | <varlistentry> |
Josh Coalson | 0dad163 | 2002-11-07 05:06:36 +0000 | [diff] [blame] | 348 | <term><option>-S</option> {<replaceable>#</replaceable>|<replaceable>X</replaceable>|<replaceable>#x</replaceable>|<replaceable>#s</replaceable>}, <option>--seekpoint</option>={<replaceable>#</replaceable>|<replaceable>X</replaceable>|<replaceable>#x</replaceable>|<replaceable>#s</replaceable>}</term> |
Josh Coalson | a8b35a9 | 2001-04-16 23:24:03 +0000 | [diff] [blame] | 349 | |
| 350 | <listitem> |
| 351 | <para> |
| 352 | Include a point or points in a SEEKTABLE. Using #, |
| 353 | a seek point at that sample number is added. Using |
| 354 | X, a placeholder point is added at the end of a the |
| 355 | table. Using #x, # evenly spaced seek points will |
Josh Coalson | 0dad163 | 2002-11-07 05:06:36 +0000 | [diff] [blame] | 356 | be added, the first being at sample 0. Using #s, a |
| 357 | seekpoint will be added every # seconds (# does not |
| 358 | have to be a whole number; it can be, for example, 9.5, |
| 359 | meaning a seekpoint every 9.5 seconds). You may use |
Josh Coalson | a8b35a9 | 2001-04-16 23:24:03 +0000 | [diff] [blame] | 360 | many -S options; the resulting SEEKTABLE will be the |
| 361 | unique-ified union of all such values. With no -S |
Josh Coalson | 1ce20b6 | 2002-10-23 22:18:37 +0000 | [diff] [blame] | 362 | options, flac defaults to '-S 100x'. Use --no-seektable |
Josh Coalson | 0dad163 | 2002-11-07 05:06:36 +0000 | [diff] [blame] | 363 | for no SEEKTABLE. Note: '-S #x' and '-S #s' will not |
| 364 | work if the encoder can't determine the input size before |
Josh Coalson | a8b35a9 | 2001-04-16 23:24:03 +0000 | [diff] [blame] | 365 | starting. Note: if you use '-S #' and # is >= |
| 366 | samples in the input, there will be either no seek |
| 367 | point entered (if the input size is determinable |
| 368 | before encoding starts) or a placeholder point (if |
Josh Coalson | ba03ad1 | 2001-06-27 06:48:34 +0000 | [diff] [blame] | 369 | input size is not determinable).</para> |
Josh Coalson | a8b35a9 | 2001-04-16 23:24:03 +0000 | [diff] [blame] | 370 | </listitem> |
| 371 | </varlistentry> |
| 372 | |
| 373 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 374 | <term><option>-P</option> <replaceable>#</replaceable>, <option>--padding</option>=<replaceable>#</replaceable></term> |
Josh Coalson | bd85fd6 | 2001-02-23 21:26:05 +0000 | [diff] [blame] | 375 | |
| 376 | <listitem> |
| 377 | <para>Tell the encoder to write a PADDING metadata |
| 378 | block of the given length (in bytes) after the |
Josh Coalson | 7186ae6 | 2002-05-17 06:11:49 +0000 | [diff] [blame] | 379 | STREAMINFO block. This is useful if you plan to |
| 380 | tag the file later with an APPLICATION block; |
Josh Coalson | bd85fd6 | 2001-02-23 21:26:05 +0000 | [diff] [blame] | 381 | instead of having to rewrite the entire file later |
| 382 | just to insert your block, you can write directly |
Josh Coalson | 7186ae6 | 2002-05-17 06:11:49 +0000 | [diff] [blame] | 383 | over the PADDING block. Note that the total length |
| 384 | of the PADDING block will be 4 bytes longer than |
| 385 | the length given because of the 4 metadata block |
| 386 | header bytes. You can force no PADDING block at |
Josh Coalson | 1ce20b6 | 2002-10-23 22:18:37 +0000 | [diff] [blame] | 387 | all to be written with --no-padding, which is the |
| 388 | default.</para> |
Josh Coalson | bd85fd6 | 2001-02-23 21:26:05 +0000 | [diff] [blame] | 389 | </listitem> |
| 390 | </varlistentry> |
| 391 | |
| 392 | <varlistentry> |
Josh Coalson | f391132 | 2002-09-20 05:53:10 +0000 | [diff] [blame] | 393 | <term><option>-T</option> <replaceable>FIELD=VALUE</replaceable>, <option>--tag</option>=<replaceable>FIELD=VALUE</replaceable></term> |
| 394 | |
| 395 | <listitem> |
| 396 | <para>Add a Vorbis comment. The comment must adhere |
| 397 | to the Vorbis comment spec; i.e. the FIELD must |
| 398 | contain only legal characters, terminated by an |
| 399 | 'equals' sign. Make sure to quote the comment if |
| 400 | necessary. This option may appear more than once |
| 401 | to add several comments. NOTE: all tags will be |
| 402 | added to all encoded files.</para> |
| 403 | </listitem> |
| 404 | </varlistentry> |
| 405 | |
| 406 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 407 | <term><option>-b</option> <replaceable>#</replaceable>, <option>--blocksize</option>=<replaceable>#</replaceable></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 408 | |
| 409 | <listitem> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 410 | <para>Specify the block size in samples. The |
| 411 | default is 1152 for -l 0, else 4608; must be one of |
| 412 | 192, 576, 1152, 2304, 4608, 256, 512, 1024, 2048, |
| 413 | 4096, 8192, 16384, or 32768 (unless --lax is used)</para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 414 | </listitem> |
| 415 | </varlistentry> |
| 416 | |
| 417 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 418 | <term><option>-m</option>, <option>--mid-side</option></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 419 | |
| 420 | <listitem> |
| 421 | <para>Try mid-side coding for each frame (stereo |
| 422 | input only)</para> |
| 423 | </listitem> |
| 424 | </varlistentry> |
| 425 | |
| 426 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 427 | <term><option>-M</option>, <option>--adaptive-mid-side</option></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 428 | |
| 429 | <listitem> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 430 | <para>Adaptive mid-side coding for all frames (stereo |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 431 | input only)</para> |
| 432 | </listitem> |
| 433 | </varlistentry> |
| 434 | |
| 435 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 436 | <term><option>-0</option>..<option>-8</option>, <option>--compression-level-0</option>..<option>--compression-level-8</option></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 437 | |
| 438 | <listitem> |
| 439 | <para>Fastest compression..highest compression |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 440 | (default is -5). These are synonyms for other |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 441 | options:</para> |
| 442 | |
| 443 | <variablelist> |
| 444 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 445 | <term><option>-0</option>, <option>--compression-level-0</option></term> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 446 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 447 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 448 | <para>Synonymous with -l 0 -b 1152 -r 2,2 |
| 449 | </para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 450 | </listitem> |
| 451 | </varlistentry> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 452 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 453 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 454 | <term><option>-1</option>, <option>--compression-level-1</option></term> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 455 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 456 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 457 | <para>Synonymous with -l 0 -b 1152 -M -r 2,2 |
| 458 | </para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 459 | </listitem> |
| 460 | </varlistentry> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 461 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 462 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 463 | <term><option>-2</option>, <option>--compression-level-2</option></term> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 464 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 465 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 466 | <para>Synonymous with -l 0 -b 1152 -m -r 3 |
| 467 | </para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 468 | </listitem> |
| 469 | </varlistentry> |
| 470 | |
| 471 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 472 | <term><option>-3</option>, <option>--compression-level-3</option></term> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 473 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 474 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 475 | <para>Synonymous with -l 6 -b 4608 -r 3,3 |
| 476 | </para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 477 | </listitem> |
| 478 | </varlistentry> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 479 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 480 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 481 | <term><option>-4</option>, <option>--compression-level-4</option></term> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 482 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 483 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 484 | <para>Synonymous with -l 8 -b 4608 -M -r 3,3 |
| 485 | </para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 486 | </listitem> |
| 487 | </varlistentry> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 488 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 489 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 490 | <term><option>-5</option>, <option>--compression-level-5</option></term> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 491 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 492 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 493 | <para>Synonymous with -l 8 -b 4608 -m -r 3,3 |
| 494 | </para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 495 | </listitem> |
| 496 | </varlistentry> |
| 497 | |
| 498 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 499 | <term><option>-6</option>, <option>--compression-level-6</option></term> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 500 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 501 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 502 | <para>Synonymous with -l 8 -b 4608 -m -r 4 |
| 503 | </para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 504 | </listitem> |
| 505 | </varlistentry> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 506 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 507 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 508 | <term><option>-7</option>, <option>--compression-level-7</option></term> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 509 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 510 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 511 | <para>Synonymous with -l 8 -b 4608 -m -e -r 6 |
| 512 | </para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 513 | </listitem> |
| 514 | </varlistentry> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 515 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 516 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 517 | <term><option>-8</option>, <option>--compression-level-8</option></term> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 518 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 519 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 520 | <para>Synonymous with -l 12 -b 4608 -m -e -r 6 |
| 521 | </para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 522 | </listitem> |
| 523 | </varlistentry> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 524 | </variablelist> |
Josh Coalson | cd66fc0 | 2001-06-18 02:34:09 +0000 | [diff] [blame] | 525 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 526 | </listitem> |
| 527 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 528 | </varlistentry> |
| 529 | |
| 530 | <varlistentry> |
Josh Coalson | 0ac0a2e | 2002-02-12 23:00:00 +0000 | [diff] [blame] | 531 | <term><option>--fast</option></term> |
| 532 | |
| 533 | <listitem> |
| 534 | <para>Fastest compression. Currently |
| 535 | synonymous with -0.</para> |
| 536 | </listitem> |
| 537 | </varlistentry> |
| 538 | |
| 539 | <varlistentry> |
| 540 | <term><option>--best</option></term> |
| 541 | |
| 542 | <listitem> |
| 543 | <para>Highest compression. Currently |
| 544 | synonymous with -8.</para> |
| 545 | </listitem> |
| 546 | </varlistentry> |
| 547 | |
| 548 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 549 | <term><option>-e</option>, <option>--exhaustive-model-search</option></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 550 | |
| 551 | <listitem> |
| 552 | <para>Do exhaustive model search |
| 553 | (expensive!)</para> |
| 554 | </listitem> |
| 555 | </varlistentry> |
| 556 | |
| 557 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 558 | <term><option>-l</option> <replaceable>#</replaceable>, <option>--max-lpc-order</option>=<replaceable>#</replaceable></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 559 | |
| 560 | <listitem> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 561 | <para>Set the maximum LPC order; 0 means use only the fixed predictors</para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 562 | </listitem> |
| 563 | </varlistentry> |
| 564 | |
| 565 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 566 | <term><option>-p</option>, <option>--qlp-coeff-precision-search</option></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 567 | |
| 568 | <listitem> |
| 569 | <para>Do exhaustive search of LP coefficient |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 570 | quantization (expensive!). Overrides -q; |
Josh Coalson | e665f2d | 2001-02-08 00:29:58 +0000 | [diff] [blame] | 571 | does nothing if using -l 0</para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 572 | </listitem> |
| 573 | </varlistentry> |
| 574 | |
| 575 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 576 | <term><option>-q</option> <replaceable>#</replaceable>, <option>--qlp-coeff-precision</option>=<replaceable>#</replaceable></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 577 | |
| 578 | <listitem> |
| 579 | <para>Precision of the quantized linear-predictor |
| 580 | coefficients, 0 => let encoder decide (min is 5, |
| 581 | default is 0)</para> |
| 582 | </listitem> |
| 583 | </varlistentry> |
| 584 | |
| 585 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 586 | <term><option>-r</option> [<replaceable>#</replaceable>,]<replaceable>#</replaceable>, <option>--rice-partition-order</option>=[<replaceable>#</replaceable>,]<replaceable>#</replaceable></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 587 | |
| 588 | <listitem> |
Josh Coalson | a68345b | 2001-06-05 23:54:27 +0000 | [diff] [blame] | 589 | <para>Set the [min,]max residual partition order |
| 590 | (0..16). min defaults to 0 if unspecified. Default |
| 591 | is -r 3,3.</para> |
| 592 | </listitem> |
| 593 | </varlistentry> |
| 594 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 595 | </variablelist> |
| 596 | |
| 597 | </refsect2> |
| 598 | <refsect2> |
| 599 | <title>Format Options</title> |
| 600 | |
| 601 | <variablelist> |
| 602 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 603 | <term><option>--endian</option>={<replaceable>big</replaceable>|<replaceable>little</replaceable>}</term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 604 | |
| 605 | <listitem> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 606 | <para>Set the byte order for samples</para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 607 | </listitem> |
| 608 | </varlistentry> |
| 609 | |
| 610 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 611 | <term><option>--channels</option>=<replaceable>#</replaceable></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 612 | |
| 613 | <listitem> |
| 614 | <para>Set number of channels.</para> |
| 615 | </listitem> |
| 616 | </varlistentry> |
| 617 | |
| 618 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 619 | <term><option>--bps</option>=<replaceable>#</replaceable></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 620 | |
| 621 | <listitem> |
| 622 | <para>Set bits per sample.</para> |
| 623 | </listitem> |
| 624 | </varlistentry> |
| 625 | |
| 626 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 627 | <term><option>--sample-rate</option>=<replaceable>#</replaceable></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 628 | |
| 629 | <listitem> |
| 630 | <para>Set sample rate (in Hz).</para> |
| 631 | </listitem> |
| 632 | </varlistentry> |
| 633 | |
| 634 | <varlistentry> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 635 | <term><option>--sign</option>={<replaceable>signed</replaceable>|<replaceable>unsigned</replaceable>}</term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 636 | |
| 637 | <listitem> |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 638 | <para>Set the sign of samples (the default is signed).</para> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 639 | </listitem> |
| 640 | </varlistentry> |
| 641 | |
| 642 | <varlistentry> |
Josh Coalson | 9906056 | 2002-12-21 03:28:06 +0000 | [diff] [blame] | 643 | <term><option>--force-aiff-format</option></term> |
| 644 | |
| 645 | <listitem> |
| 646 | <para>Force the decoder to output AIFF format. This option |
| 647 | is not needed if the output filename (as set by -o) ends |
| 648 | with <filename>.aiff</filename>. Also, this option has no |
| 649 | effect when encoding since input AIFF is auto-detected.</para> |
| 650 | </listitem> |
| 651 | </varlistentry> |
| 652 | |
| 653 | <varlistentry> |
Josh Coalson | eb20903 | 2002-08-20 20:37:26 +0000 | [diff] [blame] | 654 | <term><option>--force-raw-format</option></term> |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 655 | |
| 656 | <listitem> |
Josh Coalson | eb20903 | 2002-08-20 20:37:26 +0000 | [diff] [blame] | 657 | <para>Force input (when encoding) or output (when decoding) |
| 658 | to be treated as raw samples (even if filename ends |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 659 | in <filename>.wav</filename>).</para> |
| 660 | </listitem> |
| 661 | </varlistentry> |
| 662 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 663 | </variablelist> |
| 664 | </refsect2> |
| 665 | |
Josh Coalson | e6eff86 | 2002-08-13 21:18:27 +0000 | [diff] [blame] | 666 | <refsect2> |
| 667 | <title>Negative Options</title> |
| 668 | |
| 669 | <variablelist> |
| 670 | <varlistentry> |
| 671 | <term><option>--no-adaptive-mid-side</option></term> |
| 672 | <term><option>--no-decode-through-errors</option></term> |
| 673 | <term><option>--no-delete-input-file</option></term> |
| 674 | <term><option>--no-escape-coding</option></term> |
| 675 | <term><option>--no-exhaustive-model-search</option></term> |
| 676 | <term><option>--no-lax</option></term> |
| 677 | <term><option>--no-mid-side</option></term> |
| 678 | <term><option>--no-ogg</option></term> |
| 679 | <term><option>--no-padding</option></term> |
| 680 | <term><option>--no-qlp-coeff-precision-search</option></term> |
| 681 | <term><option>--no-residual-gnuplot</option></term> |
| 682 | <term><option>--no-residual-text</option></term> |
| 683 | <term><option>--no-sector-align</option></term> |
| 684 | <term><option>--no-seektable</option></term> |
| 685 | <term><option>--no-silent</option></term> |
| 686 | <term><option>--no-verify</option></term> |
| 687 | <listitem> |
| 688 | <para>These flags can be used to invert the sense |
| 689 | of the corresponding normal option.</para> |
| 690 | </listitem> |
| 691 | </varlistentry> |
| 692 | </variablelist> |
| 693 | |
| 694 | </refsect2> |
| 695 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 696 | </refsect1> |
| 697 | <refsect1> |
| 698 | <title>SEE ALSO</title> |
| 699 | |
Josh Coalson | 9906056 | 2002-12-21 03:28:06 +0000 | [diff] [blame] | 700 | <para>metaflac(1).</para> |
| 701 | |
Josh Coalson | 490c287 | 2001-01-31 02:07:24 +0000 | [diff] [blame] | 702 | <para>The programs are documented fully by HTML format |
| 703 | documentation, available in |
| 704 | <filename>/usr/share/doc/flac/html</filename> on |
| 705 | &debian; systems.</para> |
| 706 | </refsect1> |
| 707 | <refsect1> |
| 708 | <title>AUTHOR</title> |
| 709 | |
| 710 | <para>This manual page was written by &dhusername; &dhemail; for |
| 711 | the &debian; system (but may be used by others).</para> |
| 712 | |
| 713 | <!-- <para>Permission is granted to copy, distribute and/or modify |
| 714 | this document under the terms of the <acronym>GNU</acronym> Free |
| 715 | Documentation License, Version 1.1 or any later version |
| 716 | published by the Free Software Foundation; with no Invariant |
| 717 | Sections, no Front-Cover Texts and no Back-Cover Texts. A copy |
| 718 | of the license can be found under |
| 719 | <filename>/usr/share/common-licenses/FDL</filename>.</para> --> |
| 720 | |
| 721 | </refsect1> |
| 722 | </refentry> |
| 723 | |
| 724 | <!-- Keep this comment at the end of the file |
| 725 | Local variables: |
| 726 | mode: sgml |
| 727 | sgml-omittag:t |
| 728 | sgml-shorttag:t |
| 729 | sgml-minimize-attributes:nil |
| 730 | sgml-always-quote-attributes:t |
| 731 | sgml-indent-step:2 |
| 732 | sgml-indent-data:t |
| 733 | sgml-parent-document:nil |
| 734 | sgml-default-dtd-file:nil |
| 735 | sgml-exposed-tags:nil |
| 736 | sgml-local-catalogs:nil |
| 737 | sgml-local-ecat-files:nil |
| 738 | End: |
| 739 | --> |