Skip to content

gujo/timelapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timelapse.py

Grab images from webcam and make time lapse videos

Build Status

Usage

usage: timelapse.py [-h] [-c COUNT] [-d DELAY] [-f FPS] [-o OUTPUT]
                       [-t INPUTTIME] [-T OUTPUTTIME]
optional arguments:
  -h, --help            show this help message and exit
  -c COUNT, --count COUNT
                    Number of images to grab
  -d DELAY, --delay DELAY
                    Delay between images, defaults to 1 sec
  -f FPS, --fps FPS     Frames per second in movie, defaults to 25
  -o OUTPUT, --output OUTPUT
                    Output filename
  -t INPUTTIME, --inputtime INPUTTIME
                    Duration of image grabbing (seconds)
  -T OUTPUTTIME, --outputtime OUTPUTTIME
                    Time of the produced video file (seconds)

Requires

  • python-pygame
  • mencoder

About

Grab images from webcam and make time lapse videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages