Skip to content

harrisont/TimeLapse

Repository files navigation

TimeLapse

Utility to create a time lapse movie from a series of images.

Screenshot

Platform Support

Currently only Windows is supported. Mac support is in progress.

Usage

  1. Install dependencies.
    1. pip install --requirement requirements.txt
    2. (Windows-only) pip install --requirement requirements-win.txt
  2. Run Source/create_time_lapse.py.
  3. Click the "Select Images" button to select the images to use.
  4. (optional) Choose a frame rate. Note that the video encoding has trouble below 10 frames-per-second.
  5. (optional) Choose the video resolution. If none is specified, the image resolution is used.
  6. Click the "Create Video From Images" button.
  7. View the created movie in the input-image directory.

Dependencies

Bundled with TimeLapse:
Not Bundled
  • Python 3 (<= 3.4, see cx_Freeze requirement)
  • cx_Freeze: at the moment (version 4.3.4) does not support Python 3.5 or greater.

Create Standalone Executable

  1. Install cx_Freeze.
  2. Update CreateExecutable.py with the path to your Python installation directory.
  3. Run create_executable.py build..
  4. The output will be under ./build/.
  5. Optionally zip the output up and send to users.

About

Utility to create a time lapse movie from a series of images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published