Created
May 13, 2015 05:31
-
-
Save billglover/d0dda9becbc8ee44d81f to your computer and use it in GitHub Desktop.
Encode a folder of images as MP4 video
This file contains hidden or 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 -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