Created
January 13, 2014 08:39
-
-
Save cloudwalking/8396629 to your computer and use it in GitHub Desktop.
ffmpeg photo sequence to 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 -r 25 -start_number 59696 -i G00%d.JPG -pattern_type sequence -s 1920x1080 -vcodec libx264 -crf 18 video.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment