-
-
Save Deshdeepak1/cc7ccce0a8e8fad50b4e04b15a464ee5 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 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 -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