Skip to content

Instantly share code, notes, and snippets.

@datlife
Created February 20, 2018 23:05
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 datlife/4819a1774de689916dcaa8fca2c42c86 to your computer and use it in GitHub Desktop.
Save datlife/4819a1774de689916dcaa8fca2c42c86 to your computer and use it in GitHub Desktop.
Convert list of images into a MP4 H264
ffmpeg -framerate 25 -i img%05d.jpg -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment