Skip to content

Instantly share code, notes, and snippets.

@elliotthilaire
Created June 24, 2018 08:58
Show Gist options
  • Save elliotthilaire/f369c445be4d2339eafdcc34294a7974 to your computer and use it in GitHub Desktop.
Save elliotthilaire/f369c445be4d2339eafdcc34294a7974 to your computer and use it in GitHub Desktop.
ffmpeg -r 12.5 -pattern_type glob -i '*.JPG' -s 1920:1440 -vcodec libx264 timelapse.mp4
ffmpeg -r 30 -start_number 71543 -i G00%d.JPG -s 1920:1440 -vcodec libx264 timelapse.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment