Skip to content

Instantly share code, notes, and snippets.

@fracz
Created March 9, 2017 07:09
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 fracz/4f1218433378c5da66e082dad6e3c621 to your computer and use it in GitHub Desktop.
Save fracz/4f1218433378c5da66e082dad6e3c621 to your computer and use it in GitHub Desktop.
FFMPEG time lapse from photos
ffmpeg -r 15 -start_number 1 -i frame%04d.JPG -s 1280x720 -vcodec libx264 timelapse.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment