Skip to content

Instantly share code, notes, and snippets.

@khoa-le
Created February 6, 2023 10:52
Show Gist options
  • Save khoa-le/ba36820d2a62f2d40f674f0f4ee12f8c to your computer and use it in GitHub Desktop.
Save khoa-le/ba36820d2a62f2d40f674f0f4ee12f8c to your computer and use it in GitHub Desktop.
Create cover image from 1 frame of video
ffmpeg -i video.mp4 -vframes 1 -f image2 cover.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment