meguiでAVSを読み込ませてconst.QUANTIZERでエンコすると、
status errorでエンコできません。
LoadPlugin("パスwarpsharp.dll")
MPEG2Source("パス映像.d2v")
AudioDub(last,WavSource("パス.wav"))
Assumetff()
Auto24FPS(true, 58, 14, "", false)
KenKunNR(256,2,24)
Crop(8,60,-8,-60)
LanczosResize(640,368)
いたって平凡なavsなのですが・・・
設定パラメーター
--qp 20.0 --ref 3 --bframes 2 --b-pyramid --direct auto --trellis 1 --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --progress --no-psnr --no-ssim --output
下のようにConst.Qualityにすると普通にエンコできます。
-crf 20.0 --ref 3 --bframes 2 --b-pyramid --direct auto --trellis 1 --analyse p8x8,b8x8,i4x4 --qpstep 9 --vbv-maxrate 25000 --threads auto --thread-input --progress --no-psnr --no-ssim --output
バージョンは0.2.5.1007です。最新アップデートはやってます。
何が原因なのでしょうか?