Skip to content

Instantly share code, notes, and snippets.

@davidonet
Created November 28, 2011 05:03
Show Gist options
  • Save davidonet/1399174 to your computer and use it in GitHub Desktop.
Save davidonet/1399174 to your computer and use it in GitHub Desktop.
extract png from video
ffmpeg -itsoffset -4 -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320x240 test.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment