https://bugs.kde.org/show_bug.cgi?id=509101

Jean-Baptiste Mardelle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |NEEDSINFO
         Resolution|---                         |WAITINGFORINFO

--- Comment #17 from Jean-Baptiste Mardelle <[email protected]> ---
Thanks for the report and feedback. The original issue - blank track after
reopening the project with a video cut - seems to indicate that your source
video files have some encoding issues and cannot properly be seeked. In this
case, a remux might fix the issue, something like:
ffmpeg -i input.ts -c copy -map 0 output.mkv

Will produce an mkv file without re-encoding, that might solve the problem.
The crash on 25.12.2 is another issue though and I would like to have a closer
look. Unfortunately your crash log doesn't provide any useful info. WOuld it be
possible for you to share the source video, or a cut of it with FFmpeg, like:

ffmpeg -ss 00:00 -to 15 -i input.ts -c: copy output.ts.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to