| Summary: | Some plugins are missing | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | hadmut |
| Component: | Video Effects & Transitions | Assignee: | Vincent PINON <vpinon> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | cmoyer91, fritzibaby |
| Priority: | NOR | Flags: | fritzibaby:
timeline_corruption+
|
| Version First Reported In: | 18.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | frei0r effects | ||
|
Description
hadmut
2018-08-29 15:15:43 UTC
Created attachment 115397 [details] frei0r effects The two plugins you mentioned are blacklisted from the MLT Framework right now because they are not threadsafe. https://github.com/mltframework/mlt/blob/v6.10.0/src/modules/frei0r/not_thread_safe.txt Many frei0r effects are currently available through kdenlive as you can see here: https://cgit.kde.org/kdenlive.git/tree/data/kdenliveeffectscategory.rc?h=v18.08.1 For example, the Posterize effect is available under the Artistic group. We did put many unsafe effects in a separate category to "hide" them, but they should be still accessible for compatibility. |