为什么ffmpeg需要这么长时间才能从高分辨率gif解码1帧

时间:2018-08-29 13:32:48

标签: python ffmpeg hang

我正在研究gif到png解码。我的命令就像:

  

ffmpeg -probesize 20M -y -i“ GIF_High resolution_4952x7000.gif” -y   -frames:v 1%03d.png

输入:gif(4952x7000)

输出:png

这是输出结果: enter image description here

大约需要13秒。 如果我使用python来调用subprocess.Popen()来执行它,则会导致UI挂起。 而且我在Process Monitor中发现了一些奇怪的东西: enter image description here

它长时间停留在过程分析中。我不知道为什么有人可以帮忙吗?我会很感激的。

0 个答案:

没有答案