From 99b44c2ee4ab693038f39d40346f9701a5c02f22 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Mon, 16 Apr 2001 23:18:06 +0000 Subject: [PATCH] add -S options --- doc/documentation.html | 43 ++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/doc/documentation.html b/doc/documentation.html index 00053845..7867cfc3 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -228,6 +228,29 @@ Allow encoder to generate non-Subset files. The resulting FLAC file may not be streamable, so you should only use this option in combination with custom encoding options meant for archival. File decoders will still be able play (and seek in) such files. + + + -S { # | X | #x } + + + Include a point or points in a SEEKTABLE:
+ + You may use many -S options; the resulting SEEKTABLE will be the unique-ified union of all such values.
+ With no -S options, flac defaults to '-S 100x'. Use -S- for no SEEKTABLE.
+ NOTE: -S #x will not work if the encoder can't determine the input size before starting.
+ NOTE: if you use -S # and # is >= samples in the input, there will be either no seek point entered (if the input size is determinable before encoding starts) or a placeholder point (if input size is not determinable)
+ + -P # @@ -241,7 +264,7 @@ -b # - Set the blocksize. The default is 1152 for -l 0, otherwise 4608. Subset streams must use one of 192/576/1152/2304/4608. The current encoder uses the same blocksize for the entire stream. + Specify the blocksize in samples. The default is 1152 for -l 0, otherwise 4608. Subset streams must use one of 192/576/1152/2304/4608/256/512/1024/2048/4096/8192/16384/32768. The current encoder uses the same blocksize for the entire stream. @@ -273,7 +296,7 @@ -0 - Synonymous with -l 0 + Synonymous with -l 0 -b 1152 @@ -281,7 +304,7 @@ -1 - Synonymous with -l 0 -M + Synonymous with -l 0 -b 1152 -M @@ -289,7 +312,7 @@ -2 - Synonymous with -l 0 -m -r # (where # is set based on the blocksize) + Synonymous with -l 0 -b 1152 -m -r 2 @@ -305,7 +328,7 @@ -4 - Synonymous with -l 8 + Synonymous with -l 8 -b 4608 @@ -313,7 +336,7 @@ -5 - Synonymous with -l 8 -M + Synonymous with -l 8 -b 4608 -M @@ -321,7 +344,7 @@ -6 - Synonymous with -l 8 -m -r # (where # is set based on the blocksize) + Synonymous with -l 8 -b 4608 -m -r 4 @@ -337,7 +360,7 @@ -8 - Synonymous with -l 32 -m -r # (where # is set based on the blocksize) + Synonymous with -l 32 -b 4608 -m -r 4 @@ -345,7 +368,7 @@ -9 - Synonymous with -l 32 -m -e -r 99 -p. This is painfully slow but gives you the maximum compression flac can do for a given blocksize. + Synonymous with -l 32 -b 4608 -m -e -r 99 -p. This is painfully slow but gives you the maximum compression flac can do for a given blocksize. @@ -400,7 +423,7 @@ - -m-, -e-, -p-, -V-, --lax- can all be used to turn off a particular option. + -S-, -m-, -e-, -p-, -V-, --lax- can all be used to turn off a particular option.