From 47a81d13a72ddb44cabaed3f64f4a3d2909d37d6 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 3 Dec 2002 06:32:38 +0000 Subject: [PATCH] add -S #s documentation --- man/flac.1 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/man/flac.1 b/man/flac.1 index 6f44c95..aa62608 100644 --- a/man/flac.1 +++ b/man/flac.1 @@ -3,7 +3,7 @@ .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.TH "FLAC" "1" "30 October 2002" "" "" +.TH "FLAC" "1" "02 December 2002" "" "" .SH NAME flac \- Free Lossless Audio Codec .SH SYNOPSIS @@ -147,17 +147,20 @@ Align encoding of multiple CD format WAVE files on sector boundaries. See the HTML documentation for more information. .TP -\fB-S {\fI#\fB|\fIX\fB|\fI#x\fB}, --seekpoint={\fI#\fB|\fIX\fB|\fI#x\fB}\fR +\fB-S {\fI#\fB|\fIX\fB|\fI#x\fB|\fI#s\fB}, --seekpoint={\fI#\fB|\fIX\fB|\fI#x\fB|\fI#s\fB}\fR 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 +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 -- 2.7.4