---
 man/flac.1    |   25 +++++++++++++++++++++----
 man/flac.sgml |    2 ++
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/man/flac.1 b/man/flac.1
index fef4ded..3d7bd50 100644
--- a/man/flac.1
+++ b/man/flac.1
@@ -68,6 +68,9 @@ Prefix each output file name with the given string.  This can 
be useful for enco
 \fB--delete-input-file \fR
 Automatically delete the input file after a successful encode or decode.  If 
there was an error (including a verify error) the input file is left intact.
 .TP
+\fB--preserve-modtime\fR
+Output files have their timestamps/permissions set to match those of their 
inputs (this is default). Use --no-preserve-modtime to make output files have 
the current time and default permissions.
+.TP
 \fB--keep-foreign-metadata \fR
 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).
 .TP
@@ -280,13 +283,19 @@ Set sample rate (in Hz).
 Set the sign of samples (the default is signed).
 .TP
 \fB--input-size=\fI#\fB\fR
-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.
-.TP
-\fB--force-aiff-format\fR
-Force the decoder to output AIFF format.  This option is not needed if the 
output filename (as set by -o) ends with \fI\&.aiff\fR\&.  Also, this option 
has no effect when encoding since input AIFF is auto-detected.
+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.
 .TP
 \fB--force-raw-format\fR
 Force input (when encoding) or output (when decoding) to be treated as raw 
samples (even if filename ends in \fI\&.wav\fR).
+.TP
+\fB--force-aiff-format\fR
+Force the decoder to output AIFF format. This option is not needed if the 
output filename (as set by -o) ends with \fI\&.aif\fR or \fI\&.aiff\fR\&. Also, 
this option has no effect when encoding since input AIFF is auto-detected.
+.TP
+\fB--force-rf64-format\fR
+Force the decoder to output RF64 format. This option is not needed if the 
output filename (as set by -o) ends with \fI\&.rf64\fR\&. Also, this option has 
no effect when encoding since input RF64 is auto-detected.
+.TP
+\fB--force-wave64-format\fR
+Force the decoder to output Wave64 format. This option is not needed if the 
output filename (as set by -o) ends with \fI\&.w64\fR\&. Also, this option has 
no effect when encoding since input Wave64 is auto-detected.
 .SS "NEGATIVE OPTIONS"
 .TP
 \fB--no-adaptive-mid-side\fR
@@ -295,8 +304,14 @@ Force input (when encoding) or output (when decoding) to 
be treated as raw sampl
 .TP
 \fB--no-delete-input-file\fR
 .TP
+\fB--no-preserve-modtime\fR
+.TP
+\fB--no-keep-foreign-metadata\fR
+.TP
 \fB--no-exhaustive-model-search\fR
 .TP
+\fB--no-force\fR
+.TP
 \fB--no-lax\fR
 .TP
 \fB--no-mid-side\fR
@@ -307,6 +322,8 @@ Force input (when encoding) or output (when decoding) to be 
treated as raw sampl
 .TP
 \fB--no-qlp-coeff-precision-search\fR
 .TP
+\fB--no-replay-gain\fR
+.TP
 \fB--no-residual-gnuplot\fR
 .TP
 \fB--no-residual-text\fR
diff --git a/man/flac.sgml b/man/flac.sgml
index 3b96644..587e377 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -698,11 +698,13 @@
          <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-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>
-- 
1.7.7.6

_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to