Stitching Pictures Into a Time Lapse

From Open Source Ecology
Revision as of 02:47, 30 October 2016 by Marcin (talk | contribs)
Jump to navigation Jump to search

Reference

ffmpeg does it

https://ubuntuforums.org/showthread.php?t=2022316

Howto

Navigate to directory with pictures.

ffmpeg -r 25 -pattern_type glob -i '*.JPG' -c:v mjpeg -q:v 2 foundation1.avi

Note: # -q:v can get a value between 2-31. 2 is best quality and bigger size, 31 is worst quality and least size)