| Summary: | kdenlive crashes on adding certain filters to zones | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | rlk |
| Component: | Video Effects & Transitions | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | rlk |
| Priority: | NOR | ||
| Version First Reported In: | 25.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Flatpak | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 25.08.1 | |
| Sentry Crash Report: | |||
|
Description
rlk
2025-09-01 16:10:04 UTC
The workaround is to split the file in question into segments. That requires either recoding, imprecise cut positions (the master is LGOP with a keyframe every .5 second), or originally shooting all-I, and either way doubles (minus footage I did not need) the storage requirement; in this case that's an extra 68 GB; I chose the imprecise cut points which works for what I'm doing. BTW, the original file was 85 GB, not 85 MB! I am trying to find some sample clips from an EOD R5 MKII to see if I can reproduce. Could you please test with the AppImage to see if the bug also happens here ? You can download it from here: https://download.kde.org/stable/kdenlive/25.08/linux/ Just make it executable and run it. Thanks in advance for your feedback Not sure it needs a video file specifically from that camera. I do have a small file from that camera, but "small" still means about 270 MB. I managed to reproduce it with https://rlk.smugmug.com/Manny-Gani-Celebration-of-Life (which I hold copyright to, and I authorize its use for this). It always reproduces instantly. I just set a seemingly random in point and out point, and tried to insert the zone in my project bin (ctrl-i). I'm not used to using AppImage images; if you can't reproduce it with the above file, I will try it. Obvious correction: it extracts to the project bin just fine; it crashes when I try to apply the fade in filter. But it isn't specific to the camera. Oh, ok understood. WHen you were talking about zones, I thought you were cutting the clip in the timeline. Adding effects to clip zones in the project bin is not supported. Effects should normally be applied to the whole clip. However if you double click on the effect while a clip zone is selected in Bin, I can confirm the crash. Will work on a fix, thanks. Applying effects can be done when the zone is inserted in timeline. I see, so the idea is to do all the work in the timeline and not on the clip? What's the purpose then in being able to add zones to the project bin? Git commit 6d7eb4a3191a113831bef94edf62f739dc102f94 by Jean-Baptiste Mardelle. Committed on 02/09/2025 at 21:03. Pushed by mardelle into branch 'master'. Fix crash trying to apply an effect on a subclip M +0 -1 src/assets/assetlist/view/assetlistwidget.cpp M +45 -12 src/bin/bin.cpp M +1 -1 src/bin/bin.h M +1 -1 src/mainwindow.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/6d7eb4a3191a113831bef94edf62f739dc102f94 Git commit fc95e6bdbc1f7570f8781e555fc22a64a98d25fd by Jean-Baptiste Mardelle. Committed on 02/09/2025 at 21:04. Pushed by mardelle into branch 'release/25.08'. Fix crash trying to apply an effect on a subclip M +0 -1 src/assets/assetlist/view/assetlistwidget.cpp M +45 -12 src/bin/bin.cpp M +1 -1 src/bin/bin.h M +1 -1 src/mainwindow.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/fc95e6bdbc1f7570f8781e555fc22a64a98d25fd You can perform some tasks on clip zones, like clip jobs (stablilze) and extract audio. Otherwise it's mostly a way to select the interesting sequences in a clip to use them later in timeline. With the upcoming introduction of markers with a duration, we will think again about it as there won't really be a reason to have both. |