level 1
我的理解是 x264 有很多动态量化编码,根据场景重要度判断来分配码率。
qcomp设置会降低这个作用的, qcomp越高,x264认为不太重要的场景就会相对分配较多的码率。
根据x264的开发者Dark Shikari所说
http://doom10.org/index.php?topic=1349.0
I've found exactly the opposite to be true: the lower the bitrate, the lower qcomp should be. At very high bitrates, qcomp can justifiably be raised a bit to keep transparency more easily.
码率非常高的时侯,可以提升qcomp来更容易达到“接近无损(transparency)”的效果。
可能这个也是某些高码率relase小组会适当提高这个值(缺省0.6)的原因。
个人乱说一句,如果码率低于缺省 crf 21.5的码率,可能提高这个值没啥好处。
2014年05月13日 06点05分