Skip to content

Instantly share code, notes, and snippets.

@iamjason
Created May 14, 2013 02:26
Show Gist options
  • Save iamjason/5573210 to your computer and use it in GitHub Desktop.
Save iamjason/5573210 to your computer and use it in GitHub Desktop.
Export Single Image From Video Using ffmpeg
ffmpeg -i input.mp4 -ss 0:00:00.000 -qscale 0 -vframes 1 output.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment