App to join all the recorded videos automatically from 1 folder

Nice find on the mkv container. I had the same issue but ended up re-encoding the audio, which is a bit slower but still pretty zippy:

ffmpeg -f concat -i files.lst -c:v copy -c:a aac combined.mp4

2 Likes