set sar=%4
if "%sar%"=="" set sar=1:1
x264 --pass 1 --bitrate %3 --stats "%~f2.x264_stats" --level 3.1 --ref 8 --mixed-refs --bframes 4 --b-pyramid --direct auto --subme 1 --partitions none --bime --weightb --me dia --aq-mode 0 --threads auto --thread-input --sar %sar% --progress --no-psnr --no-ssim --output NUL "%~f1" 2>&1 | tee "%~f2.log"
x264 --pass 2 --bitrate %3 --stats "%~f2.x264_stats" --level 3.1 --ref 8 --mixed-refs --no-fast-pskip --bframes 4 --b-pyramid --b-rdo --bime --weightb --direct auto --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me umh --aq-mode 0 --threads auto --thread-input --sar %sar% --progress --no-psnr --output "%~f2" "%~f1" 2>&1 | tee -a "%~f2.log"
我用的是这个配置。。。bitrate用550,压出来加上48k音频105mb左右,画质秒杀rmvb,甚至比之前压的xvid还要高。。。(结果mkv也转压264了。。。
至于时间,貌似比ehq100的rmvb要长半小时,不过我基本都是在半夜压的,所以无视。。。