[FFmpeg-user] How to retain correct frame order when concatenating?

2024-10-29 Thread Flopsy
Hi! I'm trying to concatenate these two single frame videos [https://files.catbox.moe/v85pqy.zip], but they always end up in the wrong order. I've tried with the following command: ffmpeg -y -f concat -i filelist.txt -c copy outf.mkv ...where filelist.txt contains: file '0012890a_9680.m

Re: [FFmpeg-user] How to retain correct frame order when concatenating?

2024-10-29 Thread Flopsy
On 29/10/2024 10:46 pm, Bouke / edit 'B wrote: Smells like someone is soring by alphabet. Test it yourself after renaming the files 0001.mkv and 0002.mkv See what happens then. Thanks for the suggestion! I gave that a try, unfortunately it didn't make any difference. Even tried reversing the

Re: [FFmpeg-user] How to retain correct frame order when concatenating?

2024-10-29 Thread Flopsy
On 30/10/2024 5:25 am, Terje J. Hanssen wrote: Have you simply tried cat 001.mkv 002.mkv > 001+002.mkv Thanks for the idea. That concatenates the files, not the video streams, though ffmpeg/ffprobe seems to recognise it regardless. Unfortunately, ffprobe still shows the frames out of orde