Skip to content

Instantly share code, notes, and snippets.

@lucasdavila
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasdavila/2807c9b3c47d9f538504 to your computer and use it in GitHub Desktop.
Save lucasdavila/2807c9b3c47d9f538504 to your computer and use it in GitHub Desktop.
Export video thumbnail with ffmpeg
ffmpeg -itsoffset -7 -i video.mov -vcodec mjpeg -f rawvideo -s 624x416 image.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment