Created
April 24, 2016 18:32
-
-
Save mortennobel/3a0f252b00636f047f447659bf69042f to your computer and use it in GitHub Desktop.
Encode png images as movie
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
# Loosely based on http://superuser.com/a/533706 | |
ffmpeg -framerate 10 -i shot\ %04d.png -s:v 1280x720 -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p smart-avenue-1.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment