mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
Snow 1.55 (and up) allows 2pass ratecontrol.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15190 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cf8a94fbe7
commit
da47cc3068
@ -20,6 +20,15 @@ OPTIONS RECOGNIZED BY SNOW
|
||||
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).
|
||||
|
Loading…
Reference in New Issue
Block a user