https://bugs.kde.org/show_bug.cgi?id=508947
--- Comment #1 from Uwe Dippel <[email protected]> --- In the meantime, I had an exchange on this with the ffmpeg mailing list. It turns out, that the command given on https://trac.ffmpeg.org/wiki/Concatenate is incomplete/wrong. It should be ffmpeg -f data -i "concat:input1.ts|input2.ts|input3.ts" -map 0 -c copy -f data output.ts which serves the purpose, at least with respect to cover all streams. Funnily enough, though, the resulting file here is identical (md5sum) to the output of cat *.ts >> output.ts If this could be confirmed (it does astonish me), the import of .ts sequences (almost always found when recording satellite or cable) would be much simplified. -- You are receiving this mail because: You are watching all bug changes.
