Git Product home page Git Product logo

timelapse-creator's Introduction

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

timelapse-creator's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

timelapse-creator's Issues

Problem in installing the run file.

Traceback (most recent call last):
File "main.py", line 3, in
from video_utils import bulk_validate_video, bulk_video_converter
File "/home/ani/miniconda3/envs/gui/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "video_utils.py", line 4, in
import cv2
File "/home/ani/miniconda3/envs/gui/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "site-packages/cv2/init.py", line 5, in
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/_MEIVWNRO7/./libglib-2.0.so.0)
[11479] Failed to execute script main

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.