# HG changeset patch # User gpoirier # Date 1113668188 0 # Node ID e743f75cdcc4fd5826777d9e986071593550658e # Parent 15c4330918d360e4e48a80fedaab6b902014f4dc Snow 1.55 (and up) allows 2pass ratecontrol. diff -r 15c4330918d3 -r e743f75cdcc4 DOCS/tech/snow.txt --- 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= + 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).