changeset 15214:47027be213b2

mention the generic ratecontrol options (lmin,lmax,vqcomp,vratetol)
author lorenm
date Mon, 18 Apr 2005 20:13:43 +0000
parents 4d8a0ecce6ac
children db6286839af7
files DOCS/tech/snow.txt
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/snow.txt	Mon Apr 18 19:49:40 2005 +0000
+++ b/DOCS/tech/snow.txt	Mon Apr 18 20:13:43 2005 +0000
@@ -29,6 +29,11 @@
    instead, and set it to a quantizer near the target average quant
    of the final encode.
 
+ * lmin, lmax, vqcomp, vratetol
+   Generic multipass ratecontrol options, subject to the same suggestions
+   as in other codecs.
+   lmin=1 can be useful for medium to high bitrates (see vqscale).
+
  * cmp, subcmp, mbcmp
    Set the comparison function, default: 0 (SAD).
    useful values = 0 (SAD), 1 (SSD), 11 (5/3 wavelet), 12 (9/7 wavelet).