blind-concat - Concatenate videos
blind-concat [-o output-file [-j jobs]] first-stream ... last-stream
blind-concat concatenates the videos from the file first-stream to last-stream in the order they are specified, and prints the resulting video to stdout, or if specified, output-file.
-o output-file
Print the resulting video to output-file instead of stdout. output-file must be a regular file.
-j jobs
Always tead from jobs input files at the same time (or the number of uncomplete files if less are remaining). The files will be read in order. This is useful if the files are pipes to which other processes are rendering.
blind(7), blind-to-video(1), blind-split(1)
Mattias Andrée <[email protected]>