video-merger-cli
v1.0.0
Published
A simple CLI tool to merge video files using FFmpeg.
Downloads
7
Readme
This CIL tool is mainly used for merge multiple videos into one video.
Usage:
- Download the CIL tool from https://github.com/zhengyuxiang123/VideoMerge/releases
- Unzip the file and put it in the same directory with your videos
- Run the command
python merge.py -i input_dir -o output_dir
to merge the videos in the input directory into one video in the output directory
Example:
python merge.py -i input_dir -o output_dir