Skip to content
/ Gluer Public

🎥 This program makes it easy to create great videos by combining random chunks from other videos.

License

Notifications You must be signed in to change notification settings

IrvoNet/Gluer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gluer

This program makes it easy to create great videos by combining random chunks from other videos.

Prerequisite

To build and run this application, you will need the following tools:

  • python - Python is an interpreted, high-level and general-purpose programming language.
  • ffpmeg - A complete, cross-platform solution to record, convert and stream audio and video.

Usage

usage: gluer [-h] [-output path] input

positional arguments:
  input         The path to the folder with video and audio files.

optional arguments:
  -h, --help    show this help message and exit
  -output path  The path to the output file (default: output.mp4).

Example

Get 5 to 10 videos from Pexels:

Pexels Screenshot

Get 1 audio from YouTube Audio Library:

Pexels Screenshot

Put all of them to the same folder (e.g. /tmp/src):

Pexels Screenshot

Open Terminal, navigate to the Gluer folder and run the following command:

./gluer -output /tmp/output.mp4 /tmp/src

The result of the manipulation above is available on YouTube:

Video Screenshot

About

🎥 This program makes it easy to create great videos by combining random chunks from other videos.

Topics

Resources

License

Stars

Watchers

Forks

Languages