Skip to content

Instantly share code, notes, and snippets.

@ToshY
Created February 2, 2021 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ToshY/595269cb1c01eef8d81e68f228eec600 to your computer and use it in GitHub Desktop.
Save ToshY/595269cb1c01eef8d81e68f228eec600 to your computer and use it in GitHub Desktop.
FFmpeg single frame / screenshot
ffmpeg -ss 00:00:10 -i "input.mp4" -vframes 1 -q:v 2 -s 960:540 "output.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment