Skip to content

Instantly share code, notes, and snippets.

@webcaetano
Created November 27, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webcaetano/6c5a521c65866c55e3d3 to your computer and use it in GitHub Desktop.
Save webcaetano/6c5a521c65866c55e3d3 to your computer and use it in GitHub Desktop.

Timelapse .png sequence to video

ffmpeg -r 20 -i "video/img (%d).png" -q:v 1 -b:v 1500k "../timelapse.avi"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment