Skip to content

Instantly share code, notes, and snippets.

@t27
Created March 26, 2020 06:18
Show Gist options
  • Save t27/24cab1ebc71b37492ab36f8800ad0c7d to your computer and use it in GitHub Desktop.
Save t27/24cab1ebc71b37492ab36f8800ad0c7d to your computer and use it in GitHub Desktop.
Convert Video to Images using FFMPEG
# https://trac.ffmpeg.org/wiki/Create%20a%20thumbnail%20image%20every%20X%20seconds%20of%20the%20video
ffmpeg -i input.flv -vf fps=1 out%d.png
# fps is number of images per second
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment