Created
July 31, 2015 03:33
-
-
Save asika32764/37bdfcc558f5f8407f1a to your computer and use it in GitHub Desktop.
Create Video preview image
This file contains hidden or 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 /path/to/video.mp4 -ss 00:00:5 -vframes 1 -y /path/to/preview.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment