summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-09-12 01:04:40 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-09-12 01:04:40 +0000
commit908e5c8b9b79f13f3a365fd9d87fb7fbacd7bbab (patch)
tree16bf3678822198c7495995d00fc9e6847f0d11ff /man
parent4d20d894dd105bd133af47ee67b8fd61819d2260 (diff)
downloadflac-908e5c8b9b79f13f3a365fd9d87fb7fbacd7bbab.tar.gz
document --keep-foreign-metadata
Diffstat (limited to 'man')
-rw-r--r--man/flac.sgml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/flac.sgml b/man/flac.sgml
index 2758db4c..cd34dfdb 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -206,6 +206,14 @@
</varlistentry>
<varlistentry>
+ <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>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--skip</option>={<replaceable>#</replaceable>|<replaceable>mm:ss.ss</replaceable>}</term>
<listitem>
<para>Skip over the first number of samples of the input. This works for both encoding and decoding, but not testing. The alternative form mm:ss.ss can be used to specify minutes, seconds, and fractions of a second.</para>