ffmpeg -i %s1 -f image2 -an -ss 0:0:0.0 -an -r 1 -vframes 1 -y %s2.jpg 其中 s1为视频文件名 0:0:0.0为截断图的视频播放时间 %s2为图片名