"Quantization overflow."

x264のリビジョンをあげてみたところ表題のようなエラーが出るようになった。CQM関連の処理が変わったのだろうか。

ちなみにログをさらすと、

--pass 1 --bitrate 2048 --stats VTS_01_1.stats --keyint 300 --min-keyint 6 --bframes 4 --b-pyramid --direct auto --subme 1 --analyse none --qpstep 24 --ratetol 8.0 --scenecut 55 --me dia --merange 32 --thread-input --cqmfile jvt-6.cfg --progress --no-dct-decimate --no-psnr --no-ssim --output NUL VTS_01_1.avs

avis [info]: 720x480 @ 24.32 fps (67878 frames)
x264 [error]: Quantization overflow.
x264 [error]: Your CQM is incompatible with QP < 11, but min QP is set to 10
x264 [error]: x264_encoder_open failed

とりあえず警告に従いminQPを11にあげたところ、エラーは出なくなった。小さな数字を多用しているのが問題になったのかもしれない。