Skip to content

Instantly share code, notes, and snippets.

@mca-gif
Created April 28, 2017 06:56
Show Gist options
  • Save mca-gif/c47aa173a80d003273c04855107c5d6d to your computer and use it in GitHub Desktop.
Save mca-gif/c47aa173a80d003273c04855107c5d6d to your computer and use it in GitHub Desktop.
PNGs frames to MP4 Playable on iOS
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