Skip to content

Instantly share code, notes, and snippets.

@cloudwalking
Created January 13, 2014 08:39
Show Gist options
  • Save cloudwalking/8396629 to your computer and use it in GitHub Desktop.
Save cloudwalking/8396629 to your computer and use it in GitHub Desktop.
ffmpeg photo sequence to video
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