https://bugs.kde.org/show_bug.cgi?id=361505
Jean-Baptiste Mardelle <j...@kdenlive.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- This is an MLT issue. I can confirm that with current MLT's git (6.0.1), the clip does not play, we just get black frames. The problem seems to be that your VOB file contains DVD navigation and subtiltle streams. Remuxing the clip with the following command fixes the issue: ffmpeg -i VTS_01_1.VOB -acodec copy -vcodec copy fixed.vob -- You are receiving this mail because: You are watching all bug changes.