Summary: | Effect Oldfilm not working on kdenlive | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Murilo Ferraz <glilco> |
Component: | Video Effects & Transitions | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | berndmj, iglega, inb-bugzilla-1e1cff, p.r.worrall |
Priority: | NOR | ||
Version First Reported In: | 23.04.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Murilo Ferraz
2023-06-21 14:02:08 UTC
*** Bug 471329 has been marked as a duplicate of this bug. *** *** Bug 471330 has been marked as a duplicate of this bug. *** Running the oldfilm filter from the command line (melt <video.mp4> -filter oldfilm) works OK Running other MLT filters from within kdenlive (e.g. greyscale) works OK I can confirm this for 23.04.2 under Linux (appimage and ppa install) also for the dust effect. Both oldfilm and dust work in 22.12.2 Thanks for the report and input. This bug seems to be happening inside MLT. These effects don't work when applied to an MLT chain, but work on MLT producers (MLT recently introduced chain containers for video clips). I will investigate and give feedback asap. I just opened an MLT issue to track the problem: https://github.com/mltframework/mlt/issues/927 Git commit 96d5d34a107d1b64aa9f39ad118befd94e86a9e4 by Jean-Baptiste Mardelle. Committed on 20/07/2023 at 10:57. Pushed by mardelle into branch 'release/23.08'. Initial fix for broken effects caused by switch to MLT chains. M +1 -1 data/effects/tracker.xml M +4 -0 src/assets/model/assetparametermodel.cpp M +4 -0 src/assets/model/assetparametermodel.hpp M +0 -1 src/doc/documentvalidator.cpp M +25 -0 src/effects/effectstack/model/effectstackmodel.cpp M +1 -0 src/jobs/filtertask.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/96d5d34a107d1b64aa9f39ad118befd94e86a9e4 Git commit 526e8b33082c74eaabaeb6176d7e98fbd3f6d5e7 by Jean-Baptiste Mardelle. Committed on 22/07/2023 at 20:06. Pushed by mardelle into branch 'release/23.08'. Revert recent change setting in/out on all filters, breaks all keyframable effects M +1 -1 data/effects/oldfilm.xml M +1 -1 data/effects/tracker.xml M +4 -4 src/assets/model/assetparametermodel.cpp M +3 -3 src/assets/model/assetparametermodel.hpp M +5 -8 src/effects/effectstack/model/effectstackmodel.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/526e8b33082c74eaabaeb6176d7e98fbd3f6d5e7 Seems to be fixed now (Kdenlive 24.02.0, MLT 7.22.0) |