Skip to content

Instantly share code, notes, and snippets.

@hezhao
Created February 8, 2017 18:50
Show Gist options
  • Save hezhao/3efeb46a0b9d8fc7051debc1143afba9 to your computer and use it in GitHub Desktop.
Save hezhao/3efeb46a0b9d8fc7051debc1143afba9 to your computer and use it in GitHub Desktop.
Create timelapse video from images with ffmpeg
$ ffmpeg -framerate 60 -pattern_type glob -i 'output/*.jpg' out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment