https://bugs.kde.org/show_bug.cgi?id=426640
--- Comment #16 from [email protected] --- Created attachment 133701 --> https://bugs.kde.org/attachment.cgi?id=133701&action=edit An mkv file with 33 streams Okay, I think I managed to get a minimal working example of a video file that can reproduce the crash I used ffprobe on my video file that was causing the crash and noticed it had an abnormally high number of streams (33, mostly TrueType fonts) compared to my other video files that didn't cause crashes. So I tried creating a video file with a similar number of streams using this command: $ ffmpeg -i chirp.mp4 -f srt -i subs.srt -map 0:0 -map 0:1 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -map 1:0 -c:v copy -c:a copy -c:s srt out.mkv And if I try to load this mkv file into a new project, it crashes too! Steps to reproduce: 1. Open a new Kdenlive project 2. Drag the attached mkv file into the project bin 3. Kdenlive will crash -- You are receiving this mail because: You are watching all bug changes.
