类似这样的:
echo ............................................... Now Starting Run 1: Pass 1 of 2
start /high /b x264-747 --quiet --progress --pass 1 --bitrate 3959 --stats "1.stats" --level 4.1 --keyint 24 --min-keyint 1 --bframes 3 --direct auto --subme 1 --analyse none --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 30000 --vbv-maxrate 38000 --qcomp 0.5 --me dia --threads auto --thread-input --sar 1:1 --progress --no-psnr --no-ssim --output NUL "test-720p.avs" --mvrange 511 --aud --nal-hrd 2>&1 | tee run1pass1(v747).log
echo ............................................... Now Starting Run 1: Pass 2 of 2
start /high /b x264-747 --quiet --progress --pass 2 --bitrate 3959 --stats "1.stats" --level 4.1 --keyint 24 --min-keyint 1 --ref 3 --mixed-refs --bframes 3 --b-rdo --bime --weightb --direct auto --subme 6 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 30000 --vbv-maxrate 38000 --qcomp 0.5 --me umh --threads auto --thread-input --sar 1:1 --progress --no-psnr --no-ssim --output "../run1-720p.mp4" "test-720p.avs" --mvrange 511 --aud --nal-hrd 2>&1 | tee run1pass2(v747).log
(这是 x264 Benchmark 2.0里面的语句。)
该如何修改成可以调用新版X264(1139?)?
pass1 还可以显示,pass2就有问题了。请问哪里有问题,该如何修改?