https://bugs.kde.org/show_bug.cgi?id=509101
--- Comment #28 from Uwe Dippel <[email protected]> --- I was afraid of that, because all these files comes from tvheadend. And that's still a veritable project. I could file a bug over there, but I understand zero about the problem. May I suggest that you file this instead of me being a second-hand intermediary who knows exactly nada of what he's talking about? With kdenlive mentioned, they might eventually consider this more seriously than me bubbling nonsense. What do you think? On Tue, 19 May 2026, 11:45 Jean-Baptiste Mardelle, <[email protected]> wrote: > https://bugs.kde.org/show_bug.cgi?id=509101 > > --- Comment #27 from Jean-Baptiste Mardelle <[email protected]> --- > Ok, so some feedback. The file has some encoding issues. > > ffmpeg -i file.ts > gives this error: > [h264 @ 0x7f88b826fcc0] non-existing PPS 0 referenced > > Remuxing the file using this command fixes the problem: > >ffmpeg -i input.ts -map 0:v -map 0:a -c copy output.mkv > > Sure, the file is playable in various video players, but the encoding issue > means it does not properly seek, which explains why cutting it breaks. The > only > thing we could do is to detect the decoding errors when adding such video > to > the project, and warn user that the file needs remuxing. > > I have a proof of concept MR for MLT here: > > https://github.com/mltframework/mlt/compare/master...j-b-m:mlt:work/decode-error > > But not sure it will be accepted. > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.
