Skip to content

Instantly share code, notes, and snippets.

@asika32764
Created July 31, 2015 03:33
Show Gist options
  • Save asika32764/37bdfcc558f5f8407f1a to your computer and use it in GitHub Desktop.
Save asika32764/37bdfcc558f5f8407f1a to your computer and use it in GitHub Desktop.
Create Video preview image
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