diff --git a/doc/html/documentation.html b/doc/html/documentation.html index 7c98a6f7..4003407f 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -483,7 +483,7 @@ - -S {#|X|#x},
--seekpoint={#|X|#x} + -S {#|X|#x|#s},
--seekpoint={#|X|#x|#s} Include a point or points in a SEEKTABLE:
@@ -497,10 +497,13 @@
  • #x : # evenly spaced seekpoints, the first being at sample 0
  • +
  • + #s : a seekpoint every # seconds; # does not have to be a whole number, it can be, for example, 9.5, meaning a seekpoint every 9.5 seconds +
  • 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 --no-seektable for no SEEKTABLE.
    - NOTE: -S #x will not work if the encoder can't determine the input size before starting.
    + NOTE: -S #x and -S #s 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).
    diff --git a/man/flac.sgml b/man/flac.sgml index b97950d7..35013a8e 100644 --- a/man/flac.sgml +++ b/man/flac.sgml @@ -4,7 +4,7 @@ Matt"> Zimmerman"> - October 30, 2002"> + November 6, 2002"> 1"> @@ -316,7 +316,7 @@ - {#|X|#x}, ={#|X|#x} + {#|X|#x|#s}, ={#|X|#x|#s} @@ -324,12 +324,15 @@ 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 + be added, the first being at sample 0. Using #s, a + seekpoint will be added every # seconds (# does not + have to be a whole number; it can be, for example, 9.5, + meaning a seekpoint every 9.5 seconds). 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 --no-seektable - for no SEEKTABLE. Note: '-S #x' will not work if the - encoder can't determine the input size before + for no SEEKTABLE. Note: '-S #x' and '-S #s' 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