Skip to content

ECMGS/GTCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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