Skip to content

danielxu05/Time-lapse-stacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Time-Lapse Video Stacker

Description

This Python script converts a sequence of time-lapse images into a video. It stacks the images together to create a smooth transition video, ideal for time-lapse photography.

Features

  • Converts a sequence of images into a video.
  • Smooth transition between images.
  • Customizable parameters (frame rate).
  • Simple to use.

Installation

  1. Clone this repository to your local machine:

    git clone [email protected]:danielxu05/Time-lapse-stacking.git
  2. Navigate to the directory:

    cd your-repository
  3. Install the required packages:

    pip install opencv-python

Usage

  1. Place your time-lapse images in a folder (e.g., input_images).

  2. Run the Python script:

    python main.py -i input_images -o output_video.mp4 -f 25

    Replace input_images with the path to your input folder and output_video.mp4 with the desired name for your output video file.

Parameters

  • -i, --input: Path to the input folder containing time-lapse images.
  • -o, --output: Path to the output video file.
  • -f, --frame_rate: Frame rate of the output video (default: 25).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages