Skip to content

Instantly share code, notes, and snippets.

@celsowhite
Created June 19, 2024 20:58
Show Gist options
  • Save celsowhite/ff11b4eebc3e58b3b0cfdb43689d0695 to your computer and use it in GitHub Desktop.
Save celsowhite/ff11b4eebc3e58b3b0cfdb43689d0695 to your computer and use it in GitHub Desktop.
Pull first frame of a video.
ffmpeg -i input.mov -vf "select=eq(n\,0)" -vframes 1 output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment