summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-18 20:13:43 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-18 20:13:43 +0000
commit88f440321bd266511775f9527a9dbdc3c705742a (patch)
tree0f478197a11d7739505f55c2ecfe4ab4a59be82a /DOCS
parentcd57606202358acf72e47e54458c372030175c77 (diff)
downloadmpv-88f440321bd266511775f9527a9dbdc3c705742a.tar.bz2
mpv-88f440321bd266511775f9527a9dbdc3c705742a.tar.xz
mention the generic ratecontrol options (lmin,lmax,vqcomp,vratetol)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15215 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/snow.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/tech/snow.txt b/DOCS/tech/snow.txt
index eb9a90592a..3f7fdbc06f 100644
--- a/DOCS/tech/snow.txt
+++ b/DOCS/tech/snow.txt
@@ -29,6 +29,11 @@ OPTIONS RECOGNIZED BY SNOW
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).