Skip to content

OminousLama/go-clipmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

Quickly merge two or more video clips in the terminal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published