QP curve compression(*QPカーブコンプレッション*)。
低くするとビットレートの変動幅が減り、0.00でCBRになる。高くするとquantizerの変動幅が減り、1.0でCQPになる。
推奨はデフォルトの0.60のまま。特にAMVでは0.00のCBRは非常に良く無い。ローモーション/複雑さの少ない場面でbitを節約して、ハイモーション/複雑な場面に回すx264のレートコントロール機能を阻害するからだ。
http://aflux.deltaanime.net/Zero1/MP4/x264.html#rate-control
--qcomp
Usage: --qcomp <float> (default=0.60) [0.00 - 1.00]
This is QP curve compression. Setting lower values will result in a more constant bitrate encode, 0.00 should be CBR. Higher values will result in a more constant QP encode. It is suggested to use the default of 0.60. Setting 0.00 for CBR is a very bad idea, especially for AMVs, because you cripple the encoders ability to use rate control, which saves bits in low motion/complexity areas, and re-allocates them to high motion/complexity areas.