Win utf8 treatment for CreateFile.
[platform/upstream/flac.git] / man / flac.sgml
index 7572a73..df69aa6 100644 (file)
@@ -48,6 +48,7 @@
       <arg choice=opt><replaceable>OPTIONS</replaceable></arg>
       <group rep=repeat>
        <arg><replaceable>infile.wav</replaceable></arg>
+       <arg><replaceable>infile.rf64</replaceable></arg>
        <arg><replaceable>infile.aiff</replaceable></arg>
        <arg><replaceable>infile.raw</replaceable></arg>
        <arg><replaceable>infile.flac</replaceable></arg>
          <term><option>--keep-foreign-metadata</option>
          </term>
          <listitem>
-           <para>If encoding, save WAVE 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).</para>
+           <para>If 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).</para>
          </listitem>
        </varlistentry>
 
          <term><option>--input-size</option>=<replaceable>#</replaceable></term>
 
          <listitem>
-           <para>Specify 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, --cue-sheet, 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.</para>
+           <para>Specify 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.</para>
+         </listitem>
+       </varlistentry>
+
+       <varlistentry>
+         <term><option>--force-raw-format</option></term>
+
+         <listitem>
+           <para>Force input (when encoding) or output (when decoding) to be treated as raw samples (even if filename ends in <filename>.wav</filename>).</para>
          </listitem>
        </varlistentry>
 
          <term><option>--force-aiff-format</option></term>
 
          <listitem>
-           <para>Force the decoder to output AIFF format.  This option is not needed if the output filename (as set by -o) ends with <filename>.aiff</filename>.  Also, this option has no effect when encoding since input AIFF is auto-detected.</para>
+           <para>Force the decoder to output AIFF format.  This option is not needed if the output filename (as set by -o) ends with <filename>.aif</filename> or <filename>.aiff</filename>.  Also, this option has no effect when encoding since input AIFF is auto-detected.</para>
          </listitem>
        </varlistentry>
 
        <varlistentry>
-         <term><option>--force-raw-format</option></term>
+         <term><option>--force-rf64-format</option></term>
 
          <listitem>
-           <para>Force input (when encoding) or output (when decoding) to be treated as raw samples (even if filename ends in <filename>.wav</filename>).</para>
+           <para>Force the decoder to output RF64 format.  This option is not needed if the output filename (as set by -o) ends with <filename>.rf64</filename>.  Also, this option has no effect when encoding since input RF64 is auto-detected.</para>
+         </listitem>
+       </varlistentry>
+
+       <varlistentry>
+         <term><option>--force-wave64-format</option></term>
+
+         <listitem>
+           <para>Force the decoder to output Wave64 format.  This option is not needed if the output filename (as set by -o) ends with <filename>.w64</filename>.  Also, this option has no effect when encoding since input Wave64 is auto-detected.</para>
          </listitem>
        </varlistentry>
 
       <variablelist>
        <varlistentry>
          <term><option>--no-adaptive-mid-side</option></term>
+         <term><option>--no-cued-seekpoints</option></term>
          <term><option>--no-decode-through-errors</option></term>
          <term><option>--no-delete-input-file</option></term>
          <term><option>--no-preserve-modtime</option></term>
          <term><option>--no-keep-foreign-metadata</option></term>
          <term><option>--no-exhaustive-model-search</option></term>
+         <term><option>--no-force</option></term>
          <term><option>--no-lax</option></term>
          <term><option>--no-mid-side</option></term>
          <term><option>--no-ogg</option></term>
          <term><option>--no-padding</option></term>
-         <term><option>--no-qlp-coeff-precision-search</option></term>
+         <term><option>--no-qlp-coeff-prec-search</option></term>
+         <term><option>--no-replay-gain</option></term>
          <term><option>--no-residual-gnuplot</option></term>
          <term><option>--no-residual-text</option></term>
          <term><option>--no-sector-align</option></term>