Summary: | Normalize (2 pass) causes Kdenlive to freeze-up | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | turtle.engr |
Component: | Video Effects & Transitions | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | berndmj, fritzibaby, kdenlive-bugs |
Priority: | NOR | Keywords: | triaged |
Version First Reported In: | 24.08.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/kdenlive/-/commit/f80f40ca7634f50645cef9ccc2e9515c67e1b232 | Version Fixed In: | |
Sentry Crash Report: |
Description
turtle.engr
2024-09-06 20:57:42 UTC
The Status hasn't changed for a couple of months. Are there any plans to look at or fix this? Currently version 24.x is unusable for me. Until this is fixed, I'll continue using kdenlive 23.04.3. If you like to run Kdenlive with Qt6 (Kdenlive version 24.x) then you have to update Ubuntu to version 22.04. Otherwise, you have to stay with Kdenlive version 23.08.5 (the last Qt5 version) Yes, I understand Appimage 24.x Kdenlive will not work on Ubuntu 18.x. It fails on startup. However, Kdenlive 24.x FLATPAK does start and seems to work for everything I've tried so far, but Normalize crashes it. Oh well, thanks for responding. I just tested the latest stable FlatPak (24.08.3) and I can add the Normalize (2 pass) effect to an audio clip, click "Analyse", everything works. Can you confirm your flatpak version ? I updated to Kdenlive: 24.08.3 flatpak. Same problem. The application freezes. Kdenlive: 24.08.3 Package Type: Flatpak MLT: 7.28.0 Qt: 6.7.3 (built against 6.7.3 x86_64-little_endian-lp64) Frameworks: 6.8.0 System: KDE Flatpak runtime Kernel: linux 5.3.0-7648-generic CPU: x86_64 Windowing System: xcb GPU: NVIDIA Corporation/GeForce GTX 670MX/PCIe/SSE2 Movit (GPU): disabled Track Compositing: qtblend ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! (In reply to turtle.engr from comment #3) > Kdenlive will not work on Ubuntu 18.x. ... Ubuntu 18.04 went EOL mid 2023 ... is there some compelling reason you can't upgrade that? I do recall Normalize (2 pass) was flaky in the very early years of me using Kdenlive, but I've been using it in nearly every project for many years now without any trouble from the appimage releases. I'm not sure offhand what code that effect is using - but when kill -9 is the only way out it's usually something system level ... ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! ๐๐งน This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. Git commit f80f40ca7634f50645cef9ccc2e9515c67e1b232 by Jean-Baptiste Mardelle. Committed on 14/02/2025 at 09:57. Pushed by mardelle into branch 'master'. Fix effects with analysis step like loudness 2 pass and tracker broken on cut clips or on tracks Related: bug 441451 Fixes #1789 M +4 -4 src/assets/keyframes/model/keyframemodel.cpp M +6 -38 src/assets/keyframes/model/keyframemodellist.cpp M +4 -3 src/assets/model/assetparametermodel.cpp M +1 -2 src/assets/view/widgets/buttonparamwidget.cpp M +9 -4 src/bin/projectitemmodel.cpp M +1 -1 src/bin/projectitemmodel.h M +2 -2 src/core.cpp M +2 -2 src/core.h M +66 -40 src/jobs/filtertask.cpp M +7 -3 src/jobs/filtertask.h M +12 -3 src/project/projectmanager.cpp M +5 -1 src/project/projectmanager.h M +1 -1 src/pythoninterfaces/otioconvertions.cpp M +1 -1 src/render/renderrequest.cpp M +13 -0 src/timeline2/model/timelinemodel.cpp M +5 -0 src/timeline2/model/timelinemodel.hpp https://invent.kde.org/multimedia/kdenlive/-/commit/f80f40ca7634f50645cef9ccc2e9515c67e1b232 |