这个工具是用于将视频(GIF)转换为图片列表
ffmpeg -i test.gif output/test_%04d.png <br> ffmpeg -i test.mp4 -vf "fps=1" output/output_%04d.png