Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Created January 22, 2022 03:25
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/4df2803400d72d9b58152de7652616f7 to your computer and use it in GitHub Desktop.
Save AbeEstrada/4df2803400d72d9b58152de7652616f7 to your computer and use it in GitHub Desktop.
ffmpeg: get last frame from video
ffmpeg -sseof -3 -i input.mp4 -update 1 -q:v 1 last.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment