This program makes it easy to create great videos by combining random chunks from other videos.
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.
- Ubuntu:
sudo apt install ffmpeg
- macOS:
brew install ffmpeg
- Windows: download exe files and add it to the
PATH
environment variable
- Ubuntu:
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).
Get 5 to 10 videos from Pexels:
Get 1 audio from YouTube Audio Library:
Put all of them to the same folder (e.g. /tmp/src
):
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: