diff --git a/doc/html/documentation_tools_flac.html b/doc/html/documentation_tools_flac.html index 935c07dc..ea1b8a13 100644 --- a/doc/html/documentation_tools_flac.html +++ b/doc/html/documentation_tools_flac.html @@ -888,7 +888,7 @@ Set the [min,]max residual partition order. The min value defaults to 0 if unspecified.

- 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. + 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,15 to force the highest degree of optimization. diff --git a/man/flac.1 b/man/flac.1 index b9ec9907..aaa9b051 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" "2013/04/30" "" "" +.TH "FLAC" "1" "2013/09/18" "" "" .SH NAME flac \- Free Lossless Audio Codec @@ -300,7 +300,7 @@ Do exhaustive search of LP coefficient quantization (expensive!). Overrides -q; Precision of the quantized linear-predictor coefficients, 0 => let encoder decide (min is 5, default is 0) .TP \fB-r [\fI#\fB,]\fI#\fB, --rice-partition-order=[\fI#\fB,]\fI#\fB\fR -Set the [min,]max residual partition order (0..16). min defaults to 0 if unspecified. Default is -r 5. +Set the [min,]max residual partition order (0..15). min defaults to 0 if unspecified. Default is -r 5. .SS "FORMAT OPTIONS" .TP \fB--endian={\fIbig\fB|\fIlittle\fB}\fR @@ -378,9 +378,9 @@ Force the decoder to output Wave64 format. This option is not needed if the out These flags can be used to invert the sense of the corresponding normal option. .SH "SEE ALSO" .PP -metaflac(1). +metaflac(1) .PP The programs are documented fully by HTML format documentation, available in \fI/usr/share/doc/libflac-doc/html\fR on Debian GNU/Linux systems. .SH "AUTHOR" .PP -This manual page was written by Matt Zimmerman for the Debian GNU/Linux system (but may be used by others). +This manual page was initially written by Matt Zimmerman for the Debian GNU/Linux system (but may be used by others). It has been kept up-to-date by the Xiph.org Foundation. diff --git a/man/flac.sgml b/man/flac.sgml index b76722b0..7fa410b5 100644 --- a/man/flac.sgml +++ b/man/flac.sgml @@ -4,7 +4,7 @@ Matt"> Zimmerman"> - 2013/04/30"> + 2013/09/18"> 1"> @@ -648,7 +648,7 @@ [#,]#, =[#,]# - Set the [min,]max residual partition order (0..16). min defaults to 0 if unspecified. Default is -r 5. + Set the [min,]max residual partition order (0..15). min defaults to 0 if unspecified. Default is -r 5. @@ -780,14 +780,14 @@ SEE ALSO - metaflac(1). + metaflac(1) The programs are documented fully by HTML format documentation, available in /usr/share/doc/libflac-doc/html on &debian; systems. AUTHOR - This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). + This manual page was initially written by &dhusername; &dhemail; for the &debian; system (but may be used by others). It has been kept up-to-date by the Xiph.org Foundation.