Created
November 28, 2011 05:03
-
-
Save davidonet/1399174 to your computer and use it in GitHub Desktop.
extract png from video
This file contains hidden or 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 -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