Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.06 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.06 KB


Clipmerge Icon
Clipmerge

Easily merge video clips in the CLI.

Getting started

Prerequisites

  • ffmpeg
# Fedora
sudo dnf install ffmpeg

# Debian
sudo apt install ffmpeg

How To Use

Grab the latest release from the release page.

Usage

clipmerge <output_file> <input_file_1> <input_file_2> <input_file_3> ...

Examples

clipmerge output.mp4 input1.mp4 input2.mp4 input3.mp4

This command...

  • takes the files input1.mp4, input2.mp4 and input3.mp4
  • merges them
  • and saves the result in output.mp4

Credits

This software uses the following open source packages:

License

GPL-3.0 license