Created
April 19, 2015 01:37
-
-
Save billautomata/6a137a2d5a700c0f7883 to your computer and use it in GitHub Desktop.
ffmpeg image sequence to HQ mp4
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 -f image2 -r 24 -i %04d.png -vcodec libx264 -profile:v high444 -refs 16 -crf 0 -preset ultrafast a.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment