Skip to content

Instantly share code, notes, and snippets.

@adeubank
Created November 27, 2021 20:31
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 adeubank/20966b8d203ab1ff4bab56a7ca324d53 to your computer and use it in GitHub Desktop.
Save adeubank/20966b8d203ab1ff4bab56a7ca324d53 to your computer and use it in GitHub Desktop.
Generate 1 thumbnail from a video at timestamp
ffmpeg -i input.mp4 -ss 00:00:00.000 -vframes 1 output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment