Skip to content

OpenCV based Video Timelapse Creator with Graphical User Interface

License

Notifications You must be signed in to change notification settings

animikhaich/Timelapse-Creator

Repository files navigation

Release Version Downloads Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Video Time Lapse Creator

A automatic batch timelapse creator, originally created for a real-world use-case.
View Demo · Download · Report Bug · Request Feature

Video Time Lapse Creator

Table of Contents

About The Project

Time-lapse photography is a technique whereby the frequency at which film frames are captured is much more spread out than the frequency used to view the sequence. It allows the user to create beautiful videos of a slow-changing environment. For example, if you have one 2 hours of video containing the sunset, you can create a 2-minute short video of it with just the click of a button.

Demo

This will be updated soon.

Downloads (Executable)

Getting Started

If you just want to run the code, then you can head to the Releases Page and download the executable. I have it both for Linux and Windows. If you want to develop, modify or contribute, you can follow along.

Prerequisites

Built With

I wanted to reduce the file-size for this simple project. Hence, I used Tkinter instead of PyQT5.

Minimum Hardware Requirements

  • CPU: 1 Logical Cores (Threads)
  • RAM: 500 MB
  • Storage: 500 MB (Including Dependencies)
  • OS: Linux, Windows, MacOS

Installation

  1. Clone the repo
git clone https://github.com/animikhaich/Timelapse-Creator.git
  1. Install Python packages
pip install -r requirements.txt
  1. Run the main file
python main.py

Usage

There are two buttons and a dropdown selector.

  • With the first button, you can select and open one or more Video files
  • Then you can select the amount of speedup that you want to introduce to your video
  • Finally, press the "Convert" button to see the video being processed on the progress bar.

Changelog

See the Changelog.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Animikh Aich

Acknowledgements