Skip to content

dan144/timelapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

670b7fd · Jul 7, 2018

History

10 Commits
Jun 22, 2018
Jul 6, 2018

Repository files navigation

Simple script to create a timelapse

Takes a specified number of frames per second from input file. Creates the output video at a specified fps. Suggest defaults are 1 frame per second from the input file and 30 FPS in the output video.

Uses Python3 and MoviePy

Upcoming features

  • Allowing multiple input files to one unified output file
  • Option to create video with range of output FPS values and input frame sample rate
  • Rounding on times given
  • Code cleanup/refactoring

Examples

This script was used to produce the time lapse videos below:

Source footage

1 frame per 1s of source footage, 30fps output

1 frame per 2s of source footage, 30fps output

1 frame per 4s of source footage, 30fps output

1 frame per 8s of source footage, 30fps output

1 frame per 16s of source footage, 30fps output

1 frame per 32s of source footage, 30fps output

1 frame per 64s of source footage, 30fps output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages