通过运行ffmpeg -h encoder=apng
,我得到了这个:
APNG encoder AVOptions:
-dpi <int> E..V..... Set image resolution (in dots per inch) (from 0 to 65536) (default 0)
-dpm <int> E..V..... Set image resolution (in dots per meter) (from 0 to 65536) (default 0)
-pred <int> E..V..... Prediction method (from 0 to 5) (default none)
none E..V.....
sub E..V.....
up E..V.....
avg E..V.....
paeth E..V.....
mixed E..V.....
用 指定的这些预测方法之间有什么区别-pred
?
我在 ffmpeg.org 或其他任何地方都找不到任何文档。