1. enable rpmfusion free or install rpmfusion repo
vim /etc/yum.repos.d/rpmfusion-free.repo
2. Make todo file
find /home/nkonev/Видео/another_day_of_life -iname '*.ts' -exec echo "file '{}'" \; | sort -V > /tmp/sorted.txt
3. Concatenate
ffmpeg -f concat -safe 0 -i /tmp/sorted.txt -c copy /tmp/another_day_of_life.ts
Links
Tags: ts, Video Transport Stream File