Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 486 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 486 Bytes

Single Frame Timelapse

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)