Skip to content

Instantly share code, notes, and snippets.

@gestadieu
Created December 31, 2016 09:27
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 gestadieu/96054a5f5a1e343fde2b4a58be84b616 to your computer and use it in GitHub Desktop.
Save gestadieu/96054a5f5a1e343fde2b4a58be84b616 to your computer and use it in GitHub Desktop.
Timelapse - JPEG to MP4 with avconv
# standard framerate 25
# output to hd720 (check documentation for more https://libav.org/avconv.html)
# on Mac, can rename jpg files with Automator
avconv -framerate 25 -i sourcefolder/image-%05d.jpg -s:v hd720 all.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment