Skip to content

Instantly share code, notes, and snippets.

@dogrdon
Created March 9, 2016 16:59
Show Gist options
  • Save dogrdon/7619114bfddc7178b35d to your computer and use it in GitHub Desktop.
Save dogrdon/7619114bfddc7178b35d to your computer and use it in GitHub Desktop.
simple command for generating thumbnail preview from videos with a url
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