Fastest way to extract frames using ffmpeg?

前端 未结 7 1473
礼貌的吻别
礼貌的吻别 2020-12-07 07:20

Hi I need to extract frames from videos using ffmpeg.. Is there a faster way to do it than this:

ffmpeg -i file.mpg -r 1/1 $filename%03d.jpg
<
7条回答
提交回复
热议问题