mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
Fix suggested by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15198 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3e8915e082
commit
5249738b39
@ -26,7 +26,7 @@ OPTIONS RECOGNIZED BY SNOW
|
||||
* 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
|
||||
instead, and set it to a quantizer near the target average quant
|
||||
of the final encode.
|
||||
|
||||
* cmp, subcmp, mbcmp
|
||||
@ -65,4 +65,4 @@ won't work well until we get OBMC-aware motion estimation.
|
||||
|
||||
In short:
|
||||
The best options in almost all cases are
|
||||
vcodec=snow:vstrict=-1:vqscale=$N:pred=0:cmp=1:subcmp=1:mbcmp=1:qpel
|
||||
vcodec=snow:vstrict=-1:vqscale=$N:pred=0:cmp=1:subcmp=1:mbcmp=1:qpel
|
||||
|
Loading…
Reference in New Issue
Block a user