- ffmpeg
# Fedora
sudo dnf install ffmpeg
# Debian
sudo apt install ffmpeg
Grab the latest release from the release page.
clipmerge <output_file> <input_file_1> <input_file_2> <input_file_3> ...
clipmerge output.mp4 input1.mp4 input2.mp4 input3.mp4
This command...
- takes the files
input1.mp4
,input2.mp4
andinput3.mp4
- merges them
- and saves the result in
output.mp4
This software uses the following open source packages:
GPL-3.0 license