Mercurial > mplayer.hg
changeset 15239:3e1bdfd60e60
mention vrc_eq, vrc_override. remove duplicate warning about 9/7 in lossless.
author | lorenm |
---|---|
date | Fri, 22 Apr 2005 15:48:15 +0000 |
parents | 2cc48c37a7eb |
children | 6d6792c02b6f |
files | DOCS/tech/snow.txt |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/snow.txt Fri Apr 22 13:53:56 2005 +0000 +++ b/DOCS/tech/snow.txt Fri Apr 22 15:48:15 2005 +0000 @@ -29,7 +29,7 @@ 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 @@ 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 @@ 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.