Skip to content

Instantly share code, notes, and snippets.

View phillip-boombox's full-sized avatar

Phillip Dodson phillip-boombox

View GitHub Profile
@hteumeuleu
hteumeuleu / mp4-to-jpg
Created June 30, 2017 13:30
Commands to generate a background sprite from an MP4 video (using ffmpeg and ImageMagick)
ffmpeg -i video.mp4 -r 1 img/frames_%04d.png
montage -tile 34x1 -geometry 640x960 *.png background.jpg