Categories
Links

FFMPEG Script To Save Off An Image Every Second, Minute, Etc.

`ffmpeg -i input.flv -vf fps=1 out%d.png`

Very useful snippet on the ffmpeg site. You’ll see.