Registered Member
|
Hi there,
I'm running kdenlive 19.12.3 on Linux Mint 20 (Cinnamon, x64) and noticed that a lot of the effects mentioned in the documentation / wiki seem to be 'missing' in my installation. Example: I don't have any crop and transform effects, and I need those. Upon digging deeper, I've learnt that these effects have been 'removed' from kdenlive (why?) and are blacklisted via text file so they won't be loaded together with the software. The only thing I cannot figure out is how to 'unblacklist' these effects so that I will be able to use them. For starters, I'd be grateful if someone could point me to said text file because I cannot find it anywhere on my system. Best wishes ParaDice |
Registered Member
|
|
Registered Member
|
The list is very likely to keep the blacklisted items from being compiled, so the only way to enable them is to compile the code yourself after editing that file, which resides in the source code download, not a user setting
claydoh, proud to be a member of KDE forums since 2008-Oct, and KDE user since 2001
|
Registered Member
|
Thanks for the hint! I'll try the 'compiling yourself' route.
For anyone unwilling or unable to do that: There's an AppImage of kdenlive v18.12 that still has all the effects. I'm running this until I get to the compiling solution. What I still do not understand is why the devs would castrate their app to this degree and remove so many effects. What's the reasoning behind this? Do those effects have performance or stability issues? |
KDE Developer
|
Hello,
1st of all, did you install frei0r-plugins package? It is only recommended on debian derivatives, not a hard dependency, but without it you certainly lack many base effects. It ships the "Crop Scale and Tilt" effect that you seem to miss. The blacklisted_effects.txt is unfortunately not available to play with as it is bundled into Qt ressource file for easier deployment (AppImage, Windows etc). So one needs to recompile to change it. The effects we blacklisted are probably there for good reasons (all effects for which we declare an ui through XML description file are blacklisted to avoid a broken duplicate, and also we filtered out those that crashed or didn't work, to avoid confusion; avfilter also add bunch of duplicate effects, and often we don't handle them properly). Transform (qtblend) integrates many functions. Crop can be achieved by seve |
Registered Member
|
Hey there vpinon,
I appreciate your suggestions, many thanks! I've checked whether frei0r-plugins is installed, which it is (v1.7.0).
I've tried to make sense of the error and blacklisting messages kdenlive throws when starting it via terminal, but failed. Maybe they make more sense to you.
|
Registered users: Bing [Bot], Evergrowing, Google [Bot]