Created
November 27, 2021 20:31
-
-
Save adeubank/20966b8d203ab1ff4bab56a7ca324d53 to your computer and use it in GitHub Desktop.
Generate 1 thumbnail from a video at timestamp
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 input.mp4 -ss 00:00:00.000 -vframes 1 output.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment