不用安装软件,Linux和Ubuntu下使用ffmpeg可以将视频导出帧图片。
ffmpeg
ffmpeg -i inputfile.avi -r 1 image-%3d.jpeg
-i
-r 1
image-%3d.jpeg
3d
%03d