Created
December 20, 2017 20:28
-
-
Save fedden/45abfaa353548382b516358a0d775ef1 to your computer and use it in GitHub Desktop.
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 -r 25 -f image2 -s 640x360 -i image_%04d.png -vcodec libx264 -crf 25 -pix_fmt yuv420p name_of_output_file.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment