flac.sgml
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:25k
源码类别:

Windows CE

开发平台:

C/C++

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