Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Created January 22, 2022 03:11
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 AbeEstrada/092f0096a9502a9e37a3e69fbfac6494 to your computer and use it in GitHub Desktop.
Save AbeEstrada/092f0096a9502a9e37a3e69fbfac6494 to your computer and use it in GitHub Desktop.
ffmpeg: get first frame from video
ffmpeg -i input.mp4 -ss 00:00:00 -frames:v 1 first.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment