ECMGS / GTCreator

Creates video time-lapses for a series of images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GTCreator

Creates a video time-lapses for a series of images

GTCreator uses the python-ffmpeg library to automate the process of creating timelapses from a series of still images stored in different folders, exponentially reducing the complexity of the process, and allows you to configure a series of parametters so that you don't have to specify everything everytime

installation:

FFmpeg should be installed and added to path in order for GTCreator to work properly

   git clone https://github.com/ECMGS/GTCreator/
   cd GTCreator
   pip install .

usage:

Basic timelapse

   GTCreator -i <input-folders> -o <output file>.mp4

this command will create a mp4 output file with a resolution of 1920x1080 @ 25 fps using the libx264 encoding library and yuv420p pixel format

for example, this command will create a timelapse using files from two different folders:

   GTCreator -i ~/100GOPRO ~/101GOPRO -o timelapse.mp4

You can find the documentation of all the commands by using GTCreator.py -h

About

Creates video time-lapses for a series of images

License:Apache License 2.0


Languages

Language:Python 100.0%