之前哪个是偏向速度的参数 如果有人觉得压缩率比较重要的话可以试:
avs2yuv "test.avs" -o - | x265 --y4m --input - -p medium --crf 22 --refresh 2 -i 240 --ref 3 --bframes 4 --b-adapt 2 --max-merge 5 -o "test.hevc"
如果不嫌慢的话:
avs2yuv "test.avs" -o - | x265 --y4m --input - -p medium --crf 22 --refresh 2 -i 240 --ref 3 --bframes 6 --b-adapt 2 --max-merge 5 -o "test.hevc"
如果是土豪的话:
avs2yuv "test.avs" -o - | x265 --y4m --input - -p medium --crf 22 --refresh 2 -i 240 --ref 7 --bframes 4 --b-adapt 2 --max-merge 5 -o "test.hevc"
如果有需要 把 -i 240 改成 -i 480 也能提升点压缩率 这个不影响编码速度
下面网盘链接里的这个编码器同参数压出来的视频也能小一点
[无效] http://pan.baidu.com/s/1tcS8p