From 3beadb6de33d36826db4d358904f0d5817ad7bf3 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 13 Aug 2002 21:42:00 +0000 Subject: [PATCH] minor formatting --- doc/html/documentation.html | 63 ++++++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/doc/html/documentation.html b/doc/html/documentation.html index b90ab19..e8d01a7 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -334,7 +334,7 @@ - -o filename, --output-name=filename + -o filename,
--output-name=filename Force the output file name (usually flac just changes the extension). May only be used when encoding a single file. May not be used in conjunction with --output-prefix. @@ -458,7 +458,7 @@ - -S {#|X|#x}, --seekpoint={#|X|#x} + -S {#|X|#x},
--seekpoint={#|X|#x} Include a point or points in a SEEKTABLE:
@@ -513,7 +513,7 @@ - -0 .. -8, --compression-level-0 .. --compression-level-8 + -0 .. -8 Fastest compression .. highest compression. The default is -5. @@ -656,29 +656,6 @@ By default the encoder uses a single Rice parameter for the subframe's entire residual. With this option, the residual is iteratively partitioned into 2^min# .. 2^max# pieces, each with its own Rice parameter. Higher values of max# yield diminishing returns. The most bang for the buck is usually with -r 2,2 (more for higher block sizes). This usually shaves off about 1.5%. The technique tends to peak out about when blocksize/(2^n)=128. Use -r 0,16 to force the highest degree of optimization. - - - --no-adaptive-mid-side
- --no-decode-through-errors
- --no-delete-input-file
- --no-escape-coding
- --no-exhaustive-model-search
- --no-lax
- --no-mid-side
- --no-ogg
- --no-padding
- --no-qlp-coeff-precision-search
- --no-residual-gnuplot
- --no-residual-text
- --no-sector-align
- --no-seektable
- --no-silent
- --no-verify< - - - can all be used to turn off a particular option. - -

@@ -741,6 +718,40 @@

+

+
+ + + + + + + + +
+ Negative Options +
+ --no-adaptive-mid-side
+ --no-decode-through-errors
+ --no-delete-input-file
+ --no-escape-coding
+ --no-exhaustive-model-search
+ --no-lax
+ --no-mid-side
+ --no-ogg
+ --no-padding
+ --no-qlp-coeff-precision-search
+ --no-residual-gnuplot
+ --no-residual-text
+ --no-sector-align
+ --no-seektable
+ --no-silent
+ --no-verify +
+ can all be used to turn off a particular option. +
+
+

-- 2.7.4