DVR-Scan icon indicating copy to clipboard operation
DVR-Scan copied to clipboard

Support input concatenation in ffmpeg output mode

Open Breakthrough opened this issue 2 years ago • 0 comments

In v1.5, support for using ffmpeg to export video files was added. However, there is no support yet for concatenating multiple input videos.

To correctly support this, a temporary list of input files needs to be generated and used with the concat demuxer. The concat filter is not suitable for this purpose, as some operating systems place a hard limit on the allowable length of shell commands.

Breakthrough avatar Jul 01 '22 22:07 Breakthrough