curve compressionの前にQPのバラツキを抑止。
curve compression[※1]の前に、予測されたフレームの複雑さに時間軸ぼかしフィルタ[※2]をかける。
低い数値にすると、必要に応じてquantizer値は急激に変化する。
高い数値は急激な変化を許さず、なだらかな変化しか許さない。
cplx_blurはIフレームが後続のPフレームに近い画質になる事を保証する。そして複雑なフレームと単純なフレームが交互にあっても~例えばfpsの低いアニメーションなど~、不安定なquantizerを適用してビットを無駄にしない。
[※1]:意味不明
[※2]: Temporal blur。映像を直接ボカすのではなく、適用するquantizer値を平均化する、という程の意味だろう。
原文
Temporal blur of the estimated frame complexity, before curve
compression (default: 20). Lower values allow the quantizer
value to jump around more, higher values force it to vary more
smoothly. cplx_blur ensures that each I-frame has quality com-
parable to the following P-frames, and ensures that alternating
high and low complexity frames (e.g. low fps animation) do not
waste bits on fluctuating quantizer.