Mercurial > mplayer.hg
changeset 15189:e743f75cdcc4
Snow 1.55 (and up) allows 2pass ratecontrol.
author | gpoirier |
---|---|
date | Sat, 16 Apr 2005 16:16:28 +0000 |
parents | 15c4330918d3 |
children | 4619b543c6c1 |
files | DOCS/tech/snow.txt |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/snow.txt Sat Apr 16 15:57:08 2005 +0000 +++ b/DOCS/tech/snow.txt Sat Apr 16 16:16:28 2005 +0000 @@ -20,6 +20,15 @@ Note that 0 may not be specified; if you want lossless encoding, you must leave out vqscale. + * vpass=<1|2> + Activates internal two pass mode. + + * vbitrate=<value> + Specify bitrate of the 2nd pass. + Don't use it for 1st pass as CBR isn't implemented yet, use vqscale + instead, and set it to a quantizer near to the target average quant + of the final encode. + * cmp, subcmp, mbcmp Set the comparison function, default: 0 (SAD). useful values = 0 (SAD), 1 (SSD), 11 (5/3 wavelet), 12 (9/7 wavelet).