Code: Select all
lrwxrwxrwx 1 root root 17 2024-03-28 /usr/lib/ladspa -> /usr/lib64/ladspa
lrwxrwxrwx 1 root root 15 2024-03-28 /usr/lib/lv2 -> /usr/lib64/lv2The kdenlive ebuild itself does not have either of those USE flags.szatox wrote:Have you enabled ladspa USE flag? ... Same thing applies to lv2.
Kinda grasping at straws here, but a bunch of things depend on media-libs/ladspa-sdk. Could it be a missing dependency?starting kdenlive from the command line reveals a few lines of plugin not available: "ladspa"
Code: Select all
ladspa_declipper.xml
ladspa_equalizer.xml
ladspa_equalizer_15.xml
ladspa_librnnoise.xml
ladspa_limiter.xml
ladspa_phaser.xml
ladspa_pitch.xml
ladspa_pitch_scale.xml
ladspa_rate_scale.xml
ladspa_reverb.xml
ladspa_room_reverb.xml
ladspa_vinyl.xmlCode: Select all
20802 22:45:40.280080 openat(AT_FDCWD</home/USER/MY/PATH>, "/usr/share/kdenlive/effects/ladspa_limiter.xml", O_RDONLY|O_CLOEXEC) = 37</usr/share/kdenlive/effects/ladspa_limiter.xml>In my case, media-libs/ladspa-sdk-1.17-r2 only has the following so files:pingtoo wrote: Can you find for example am_pitchshift_1433.so on your file system?
Code: Select all
/usr/lib64/ladspa/amp.so
/usr/lib64/ladspa/delay.so
/usr/lib64/ladspa/filter.so
/usr/lib64/ladspa/noise.so
/usr/lib64/ladspa/sine.so
I don't have kdenlive on my system, so I can not really tell you where to look. But I vaguely remember when I do the research about this. I remember I saw somewhere said that item is hidden somewhere in the menu system it is not obvious that it is use the plugins but if you don't have them install the menu item will gray out.ecko wrote:I installed cmt-plugins, tap-plugins, swh-plugins and rebuilt kdenlive. I have "/usr/lib64/ladspa/am_pitchshift_1433.so". The results are the same with kdenlive (same CLI messages, same audio filters available), with kdenlive-24.12.0 and -24.08.3.