x264.exe -o a.mp4 --profile high --qp 23 --thread-input --deblock 1:1 --keyint 250 --min-keyint 22 --bframes 16 --no-weightb --ref 12 --aq-mode 0 --me umh --direct auto --partitions all --trellis 2 --psy-rd 0.0:0 --no-psy --no-fast-pskip --deldup 12 --versioninfo G:\animation\TOOS\direct264_20100129\111.AVS
就结果上说,其他参数完全不变,比起只不过没有--no-psy 这个参数压制的动画,体积基本无变化
严格的说,2,863,456字节 ,--no-psy 的是2,863,441字节
压缩速度,普通,6.39FPS ,--no-psy是6.34FPS(这个可能有误差,不像字节那么精准。不过误差在1%以内。)
x264.exe -o a.mp4 --profile high --qp 23 --thread-input --deblock 1:1 --keyint 250 --min-keyint 22 --bframes 16 --no-weightb --ref 12 --aq-mode 0 --me umh --direct auto --partitions all --trellis 2 --psy-rd 0.0:0 --no-fast-pskip --deldup 12 --versioninfo
简单的结论。
-psy-rd 0.00:0.00的时候,就已经和--no-psy基本没有差距了。