diff --git a/doc/html/documentation.html b/doc/html/documentation.html
index b90ab197..e8d01a77 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.
+ |
+
+
+ |
+