将.avi .mp4视频转成gif动画(未压缩) ffmpeg -i video.avi list.gif 截取一张352x240尺寸大小的,格式为jpg的图片 ffmpeg -i test.mp4 -y -f image2 -t 0.001 -s 352x240 a.jpg