[ Prev ] [ Index ] [ Next ]

File Concatenation

Created Saturday 15 August 2020

cat <file1> <file2> [...<fileN>] | ffmpeg -f <fmt> -i - -vcodec copy -acodec copy <outfile>

Where <fmt> is the format specifier for the input files (e.g. mkv).

All the input files must be of the same type.