Skip to content

Instantly share code, notes, and snippets.

@thiagooak
Last active June 30, 2020 05:39
Show Gist options
  • Save thiagooak/eb6b74f1a57b47e6463c6ff620cc5a60 to your computer and use it in GitHub Desktop.
Save thiagooak/eb6b74f1a57b47e6463c6ff620cc5a60 to your computer and use it in GitHub Desktop.
ffmpeg
ffmpeg -i video_file_name.ext -r 1 image-%04d.jpeg # creates a jpeg for every second of a video
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment