Created
June 30, 2017 13:30
-
-
Save hteumeuleu/45e8b24073a2ade8f0615f70e7a17ee7 to your computer and use it in GitHub Desktop.
Commands to generate a background sprite from an MP4 video (using ffmpeg and ImageMagick)
This file contains 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 -i video.mp4 -r 1 img/frames_%04d.png | |
montage -tile 34x1 -geometry 640x960 *.png background.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment