level 1
LumaDB(g1str=1.2,g2str=1.0,g3str=0,g1const=false,g2const=false,temp_avg=40)f3kdb(Y=0,Cb=0,Cr=0,ditherY=0,ditherC=0,keep_tv_range=true,precision_mode=3,output_mode=2,output_depth=10)
这段内容写在第二行的话压制速度就变得很慢
但如果放在最后一行的话压制速度比放在第二行要快上5倍左右
为什么第二行和最后一行压制速度会变化这么大?
2013年06月03日 07点06分
1
level 11
output_mode=2,output_depth=10
你f3kdb后输出的是交织格式的10bit了(3840×1080),之后处理当然慢。
2013年06月03日 12点06分
4
顺带一提的是我觉得你如果f3kdb放在前面那最后输出的画面可能会变得很奇怪...即使加上--input-depth 10
2013年06月03日 12点06分