Created
March 9, 2016 16:59
-
-
Save dogrdon/7619114bfddc7178b35d to your computer and use it in GitHub Desktop.
simple command for generating thumbnail preview from videos with a url
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 "put_url_here" -vf fps=1/15 img_%03d.jpg && montage -geometry +4+4 img_* output.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment