https://bugs.kde.org/show_bug.cgi?id=455508
--- Comment #1 from Rick Stockton <rickstock...@reno-computerhelp.com> --- With this comment, I reference a 'failing' MP4 clip (kdenlive crash upon import), along with a 'working bypass' MTS file. Both play within VLC, and import to other manipulation apps (handbrake, avidimux, etc). Although these files contain an irrelevant audio recode to OPUS, the import problem is related to the video, not the audio. When the MTS is imported to this project, KDE correctly offers to modify the FPS of the project to match the clip, and when I choose not to do that, the clip is adapted to the project's specified profile. Either choice is successful. But, when the MP4 is imported, kdenlive crashes. (Sometimes with a Dr Konqi popup, sometimes without.) The MTS was created from the MP4 using this simple ffmpeg command: ffmpeg -i out2.mp4 -c:v copy -c:a copy out2.mts - - - This may be a critical hint: For the failing MP4 file input file, ffmpeg shows "59.94 fps, 59.94 tbr, 30k tbn, 119.88 tbc (default)" For the 'succeeding' MTS output file from ffmpeg, ffmpeg shows specification changes to tbn and tbc: "59.94 fps, 59.94 tbr, 90k tbn, 30k tbc (default)" - - - MP4 file download: https://drive.google.com/file/d/17JMkKClcMJZJbnfY5428nf3lS24h8ffL/view?usp=sharing MTS file download: https://drive.google.com/file/d/1-W0uBkgvN3Od8YzGCA49E_JKvyswHqWN/view?usp=sharing Empty Project Download: https://drive.google.com/file/d/1_LHyzty2F0sciM520r_ao5SAUSkb6Jes/view?usp=sharing -- You are receiving this mail because: You are watching all bug changes.