Skip to content

Instantly share code, notes, and snippets.

@nkcr
Created July 4, 2016 17:38
Show Gist options
  • Save nkcr/27a074bf60d682fbb6264aa064207e74 to your computer and use it in GitHub Desktop.
Save nkcr/27a074bf60d682fbb6264aa064207e74 to your computer and use it in GitHub Desktop.
Export a timelapse using ffmpeg

With FFMPEG

ffmpeg -r 24 -start_number 6885 -i DSC_%04d.JPG -s hd1080 -vcodec libx264 timelapse.mp4 -crf 18 -preset slow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment