Created
April 11, 2018 02:57
-
-
Save npyoung/b05838af902f1ce7c008b140fa84167b to your computer and use it in GitHub Desktop.
Frames to video
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 -pattern_type glob -i "img *.png" -c:v libx264 -crf 18 -pix_fmt yuv420p -preset slow -r 60 out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment