Skip to content

Instantly share code, notes, and snippets.

@secretgspot
Forked from aemkei/timelapse.sh
Created September 22, 2020 01:50
Show Gist options
  • Save secretgspot/63be80c91395e1037e2598d5ef5a0df4 to your computer and use it in GitHub Desktop.
Save secretgspot/63be80c91395e1037e2598d5ef5a0df4 to your computer and use it in GitHub Desktop.
Create a Timelapse with ffmpeg
ffmpeg -framerate 25 -f image2 -pattern_type glob -i "*.JPG" -s:v 1920x1440 -c:v libx264 -r 25 ../timelapse.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment