summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-22 15:48:15 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-22 15:48:15 +0000
commit9fbd6b81c0d54350db3398711d96560c4c9b3a85 (patch)
tree80924bc1b26ca495890cc15cc4857cbc23eb27a3 /DOCS
parent79b6ff09766d76d9a2f5009e5d179a042e96bf4c (diff)
downloadmpv-9fbd6b81c0d54350db3398711d96560c4c9b3a85.tar.bz2
mpv-9fbd6b81c0d54350db3398711d96560c4c9b3a85.tar.xz
mention vrc_eq, vrc_override. remove duplicate warning about 9/7 in lossless.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15240 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/snow.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/tech/snow.txt b/DOCS/tech/snow.txt
index 3f7fdbc06f..778996aeb1 100644
--- a/DOCS/tech/snow.txt
+++ b/DOCS/tech/snow.txt
@@ -29,7 +29,7 @@ OPTIONS RECOGNIZED BY SNOW
instead, and set it to a quantizer near the target average quant
of the final encode.
- * lmin, lmax, vqcomp, vratetol
+ * lmin, lmax, vqcomp, vratetol, vrc_eq, vrc_override
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).
@@ -42,7 +42,6 @@ OPTIONS RECOGNIZED BY SNOW
You can add 256 to any of the options to enable chroma motion
estimation for that comparison (e.g. mbcmp=257 for SSD with chroma),
but it doesn't seem to help much for the moment.
- NOTE: 9/7 wavelet doesn't work with lossless mode.
* pred=<0-2>
Wavelet type. 0 (9/7 wavelet), 1 (5/3 wavelet), 2 (13/7 wavelet).
@@ -53,7 +52,7 @@ OPTIONS RECOGNIZED BY SNOW
Tries a few extra predicted motion vectors before doing EPZS search,
default: 0.
This option has negligible effect on both speed and quality of snow,
- so just leave it off. (It does, however, help MPEG-4.)
+ so just leave it off.
* qpel
Refines motion estimation, default: off.