Registered Timelapse Images
Date: October 27, 2024
Technology: ffmpeg, opencv, timelapse, animation, image registration
Fun Fact: one of the images contained an epic rainbow
Technology: ffmpeg, opencv, timelapse, animation, image registration
Fun Fact: one of the images contained an epic rainbow
Using code from this blog post, I attempted to align a timelapse of 31 images taken out my window. Of those, 15 images aligned successfully (not sure the issue with the others). I then combined them into a gif using:
ffmpeg -framerate 10 -pattern_type glob -i "IMG_*.JPG" -vf "scale=640:-1:flags=lanczos" output.gif`
Demo
Raw

Registered
