Skip to content

Instantly share code, notes, and snippets.

@davidraedev
Created April 25, 2018 20:31
Show Gist options
  • Save davidraedev/0bde219cabefdcdfe79aa832b2adc1a2 to your computer and use it in GitHub Desktop.
Save davidraedev/0bde219cabefdcdfe79aa832b2adc1a2 to your computer and use it in GitHub Desktop.
ffmpeg timelapse
ffmpeg -r 6 -pattern_type glob -i '*.jpg' -vcodec libx264 video.mp4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment