From a8b35a9aa5224b5d163053f160c6c02a8a3e9374 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Mon, 16 Apr 2001 23:24:03 +0000 Subject: [PATCH] add -S docs --- man/flac.sgml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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 @@ - + -- 2.7.4