From: Josh Coalson Date: Mon, 16 Apr 2001 23:24:03 +0000 (+0000) Subject: add -S docs X-Git-Tag: 1.2.0~2469 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8b35a9aa5224b5d163053f160c6c02a8a3e9374;p=platform%2Fupstream%2Fflac.git add -S docs --- diff --git a/man/flac.sgml b/man/flac.sgml index 35e430c..bc2daf6 100644 --- a/man/flac.sgml +++ b/man/flac.sgml @@ -162,6 +162,29 @@ + { # | X | #x } + + + + Include a point or points in a SEEKTABLE. Using #, + a seek point at that sample number is added. Using + X, a placeholder point is added at the end of a the + table. Using #x, # evenly spaced seek points will + be added, the first being at sample 0. 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) + + + + bytes @@ -364,7 +387,7 @@ - +