Created
July 19, 2015 14:47
-
-
Save wmandrews/3fd61811a7097edfbe16 to your computer and use it in GitHub Desktop.
Image sequence to mp4/webm
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 %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