level 1
dgtvsir
楼主
avs喂给x264压片,速度越压越慢,低参数,一开始100多fps,然后慢慢就降至20多fps,是什么原因?
参数:x264 "c:\qwe.avs" --level 3.1 --crf 33 --ref 1 --bframes 1 --partitions p8x8,b8x8,i4x4 --deblock 3:3 --b-adapt 2 --me hex --merange 4 --subme 1 --threads auto --thread-input --output "c:\qqq.264"
avs:DirectShowSource("D:\qwe.ts")
ConvertToYV12()
LanczosResize(512,384)
是不是“ConvertToYV12”这里使速度慢下来?
2010年01月06日 01点01分
1
参数:x264 "c:\qwe.avs" --level 3.1 --crf 33 --ref 1 --bframes 1 --partitions p8x8,b8x8,i4x4 --deblock 3:3 --b-adapt 2 --me hex --merange 4 --subme 1 --threads auto --thread-input --output "c:\qqq.264"
avs:DirectShowSource("D:\qwe.ts")
ConvertToYV12()
LanczosResize(512,384)
是不是“ConvertToYV12”这里使速度慢下来?