Skip to content

Instantly share code, notes, and snippets.

@aemkei
Created November 25, 2015 10:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save aemkei/1c3b109158e374ae8f3d to your computer and use it in GitHub Desktop.
Save aemkei/1c3b109158e374ae8f3d 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