Skip to content

Instantly share code, notes, and snippets.

@billglover
Created May 13, 2015 05:31
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 billglover/d0dda9becbc8ee44d81f to your computer and use it in GitHub Desktop.
Save billglover/d0dda9becbc8ee44d81f to your computer and use it in GitHub Desktop.
Encode a folder of images as MP4 video
ffmpeg -pattern_type glob -framerate 30 -i '*.JPG' -s:v 1920x1080 -profile:v high -crf 18 -pix_fmt yuv420p -r 30 -movflags faststart -bf 2 -g 15 -shortest youtube.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment