Skip to content

Instantly share code, notes, and snippets.

@petrkle
Created August 28, 2020 06:55
Show Gist options
  • Save petrkle/362db30a4b3cf9064fed9aaf059c84bb to your computer and use it in GitHub Desktop.
Save petrkle/362db30a4b3cf9064fed9aaf059c84bb to your computer and use it in GitHub Desktop.
ffmpeg video screenshot
ffmpeg -ss 123 -i video.mkv -vframes 1 -q:v 2 img.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment