Skip to content

Instantly share code, notes, and snippets.

@wmandrews
Created July 19, 2015 14:47
Show Gist options
  • Save wmandrews/3fd61811a7097edfbe16 to your computer and use it in GitHub Desktop.
Save wmandrews/3fd61811a7097edfbe16 to your computer and use it in GitHub Desktop.
Image sequence to mp4/webm
ffmpeg -i %03d.png -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis ../promo.webm
ffmpeg -framerate 24 -i %03d.png -c:v libx264 -r 30 -pix_fmt yuv420p ../promo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment