diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-09-09 07:24:23 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-09-09 07:24:23 +0000 |
commit | 7617cacb282a00c0188aca3fec5613aa1d038740 (patch) | |
tree | 61e8092c033101e5c5e03a817c2a1ed8dc9c9b8a /man | |
parent | 59c9d343ffa2fb8b443c033508f8d32ac6047e94 (diff) | |
download | flac-7617cacb282a00c0188aca3fec5613aa1d038740.tar.gz |
add support for RF64
Diffstat (limited to 'man')
-rw-r--r-- | man/flac.sgml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/man/flac.sgml b/man/flac.sgml index 7572a738..317afd13 100644 --- a/man/flac.sgml +++ b/man/flac.sgml @@ -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> @@ -217,7 +218,7 @@ <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> @@ -655,7 +656,15 @@ <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-rf64-format</option></term> + + <listitem> + <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> |