Skip to content

whilenot-dev/ffmpeg-concat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

ffmpeg-concat

A CLI script to concatenate videos and preserve their chapters.

Prerequisites

Requires python >= 3.10.

Have ffmpeg installed and available for command line usage.

Usage

usage: ffmpeg-concat [-h] -i INPUTS [INPUTS ...] -o OUTPUT [-v]

Concatenate video files and preserve their chapters.

options:
  -h, --help                            show this help message and exit
  -i, --inputs INPUTS [INPUTS ...]      input files (requires 2+)
  -o, --output OUTPUT                   output file
  -v, --verbose                         verbosity

Credit

Based on a gist by cliss (Casey Liss).

About

A CLI script to concatenate videos and preserve their chapters

Resources

License

Stars

Watchers

Forks

Languages