Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.71 KB

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