Created
February 6, 2023 10:52
-
-
Save khoa-le/ba36820d2a62f2d40f674f0f4ee12f8c to your computer and use it in GitHub Desktop.
Create cover image from 1 frame of video
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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