Created
April 28, 2017 06:56
-
-
Save mca-gif/c47aa173a80d003273c04855107c5d6d to your computer and use it in GitHub Desktop.
PNGs frames to MP4 Playable on iOS
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 -framerate 30 -i images%03d.png -vf format=yuv420p -profile:v high -level 4.2 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment