Skip to content

Instantly share code, notes, and snippets.

@adrianseeley
Created February 2, 2017 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianseeley/78e225947ebe6077ebffc2b8f8f0b684 to your computer and use it in GitHub Desktop.
Save adrianseeley/78e225947ebe6077ebffc2b8f8f0b684 to your computer and use it in GitHub Desktop.
ffmpg convert png to mp4
ffmpeg -framerate 10 -i ./img/%06d.png -s:v 1280x720 -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p ./ani.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment