Skip to content

Instantly share code, notes, and snippets.

@iamchristough
Created December 6, 2017 13:36
Show Gist options
  • Save iamchristough/70597283f9a1500b2c12ba3939726170 to your computer and use it in GitHub Desktop.
Save iamchristough/70597283f9a1500b2c12ba3939726170 to your computer and use it in GitHub Desktop.
FFMpeg Extract single frame
ffmpeg -i video-3.mp4 -ss 00:00:05 -vframes 1 video-3.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment