Create a "timelapse photo" using OpenCV by condensing all frames into one
Install OpenCV on Debian:
sudo apt-get install python-opencv python-numpy
For youtube video input:
pip install pytube
Run the script:
Run the script: python single-frame-timelapse.py
Alternatively, use a python command line:
from single_frame_timelapse import SFTL
help(SFTL)
SFTL(stills='frames')
SFTL(video='car.avi', slice=0.75, stretch=2)