Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexturpin/de9681fecf90cb5b6c3c36936d362f0d to your computer and use it in GitHub Desktop.
Save alexturpin/de9681fecf90cb5b6c3c36936d362f0d to your computer and use it in GitHub Desktop.
ffmpeg timelapse
# G0063482.JPG, G0063483.JPG, ...
./ffmpeg -r 24 -start_number 63482 -i 'G%07d.JPG' -s hd1080 -vcodec libx264 timelapse.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment