ffmpeg combining multiple .ts files

-1

I'd like to combine multiple .ts files in ffmpeg; there's this wiki article; http://trac.ffmpeg.org/wiki/Concatenate

The question is I have many .ts files; playing them 1 by 1 I get audio gaps.

The issue with ffmpeg and concat is needing all files upfront. If the files aren't available it doesn't work.

Is it possible to have say the first 10 .ts files started processing. When more .ts files are available; add them to the list

TeAna

Posted 2020-02-11T22:25:59.703

Reputation: 1

No answers