[思考][请教]大家压x264的1 pass用ABR还是CQ还是crf?[召唤看过源码的大大分析stat文件作用]
Galaxy001@2006-12-01 15:53
自从发现1 pass可以用--crf,我就用它代替Xvid CQ2去估计码率。感觉会节约一遍pass。引用
from http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html
The first pass may use either average bitrate or constant quantizer. ABR is recommended, since it does not require guessing a quantizer. Subsequent passes are ABR, and must specify bitrate.
引用#options: 640x480 fps=24/1 cabac=1 ref=9 deblock=1:0:1 analyse=0x3:0x133 me=umh subme=7 brdo=1 mixed_ref=1 me_range=32 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 chroma_qp_offset=0 slices=1 nr=0 decimate=1 mbaff=0 bframes=16 b_pyramid=1 b_adapt=1 b_bias=0 direct=3 wpredb=1 bime=1 keyint=250 keyint_min=25 scenecut=40 rc=crf crf=16.0 rceq='blurCplx^(1-qComp)' qcomp=0.60 qpmin=8 qpmax=27 qpstep=4 ip_ratio=1.40 pb_ratio=1.30
in:1337 out:1337 type:I q:13.00 itex:321041 ptex:0 mv:20809 misc:350 imb:1200 pmb:0 smb:0 d:s;
in:1341 out:1338 type:P q:15.00 itex:25929 ptex:81441 mv:18319 misc:391 imb:221 pmb:714 smb:265 d:s;
in:1339 out:1339 type:B q:16.00 itex:8435 ptex:46454 mv:10473 misc:678 imb:130 pmb:608 smb:360 d:s;
in:1338 out:1340 type:b q:17.00 itex:2539 ptex:22295 mv:6821 misc:1017 imb:25 pmb:527 smb:601 d:s;
in:1340 out:1341 type:b q:17.00 itex:1846 ptex:25322 mv:6971 misc:957 imb:17 pmb:656 smb:505 d:s;
in:1345 out:1342 type:P q:16.00 itex:18293 ptex:60128 mv:14777 misc:426 imb:222 pmb:719 smb:259 d:s;
in:1343 out:1343 type:B q:17.00 itex:1515 ptex:26138 mv:8557 misc:846 imb:24 pmb:683 smb:444 d:s;
realsweet@2006-12-01 16:47
ORZ连你也开贴....badchris@2006-12-01 17:32
嗯……这里也是就用qp18,我也只知道它和XviD Q2相当OrzGalaxy001@2006-12-01 17:33
我以前翻doom9时,记得只有crf是完全没有限制的VBR,qp还是有,具体忘了。realsweet@2006-12-01 18:03
引用最初由 Galaxy001 发布
我以前翻doom9时,记得只有crf是完全没有限制的VBR,qp还是有,具体忘了。
是否可以说crf最适合呢?
Galaxy001@2006-12-01 18:37
qcomp我不知道如何设好,做n pass的目的就是作曲线压缩(那个XviD的Curve ???是叫它吧?)。我就知道XviD VfW的是对Q值调的,但当年就没用它。