Skip to content

Create a "timelapse photo" using OpenCV by condensing all frames into one

Notifications You must be signed in to change notification settings

gabrielburnworth/single-frame-timelapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Create a "timelapse photo" using OpenCV by condensing all frames into one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages