Hi
I have recently installed Kdenlive on my opensuse 13.2 using kde. No matter what kind of clip i try to use in kdenlive it won’t work.
A dialogue box comes up stating “The clip is invalid and will be removed from the project”
I stated kdenlive in a terminal this is what happens
No LADSPA plugins were found!
Check your LADSPA_PATH environment variable.
kdenlive(2605) KMimeTypeRepository::parents: "/usr/share/mime/subclasses" refers to unknown mimetype "application/vnd.ms-excel.sheet.binary.macroEnabled.12"
kdenlive(2605) KMimeTypeRepository::parents: "/usr/share/mime/subclasses" refers to unknown mimetype "application/vnd.ms-excel.addin.macroEnabled.12"
kdenlive(2605) KMimeTypeRepository::parents: "/usr/share/mime/subclasses" refers to unknown mimetype "application/vnd.ms-powerpoint.slideshow.macroEnabled.12"
kdenlive(2605) KMimeTypeRepository::parents: "/usr/share/mime/subclasses" refers to unknown mimetype "application/vnd.ms-excel.sheet.macroEnabled.12"
kdenlive(2605) KMimeTypeRepository::parents: "/usr/share/mime/subclasses" refers to unknown mimetype "application/vnd.ms-powerpoint.presentation.macroEnabled.12"
I do not know what these messages are telling me.
Thank you for your help, it is appreciated
basically it is telling you that you are missing something called LADSPA
This is what LADSPA is
https://en.wikipedia.org/wiki/LADSPA
Looks yo me like a set of codecs
Did you get kdenlive from packman or openSUSE? You probably want the one from packman
No, it’s a set of audio effect plugins.
But you don’t need it, kdenlive should work fine without it.
Did you get kdenlive from packman or openSUSE? You probably want the one from packman
It doesn’t really matter where kdenlive comes from, but you must install libmlt6 (and libmlt6-modules in particular) from Packman for full codec support. And you should also have the full-featured ffmpeg libraries (libav*) from there.
Better do a full switch to the Packman repo as explained here:
https://en.opensuse.org/SDB:Vendor_change_update#Full_repository_Vendor_change
Thank you, for your response I have tried what you suggested unfortuneately it did not work. I reinstalled kdenlive and updated ffmeg because when it checked for the MLT engine it showd a red cross next to “Avformat module(ffmpeg)” Can yo suggest something I can try
As I wrote: you need to install the libmlt packages from Packman (and in particular libmlt6-modules).
Please post your repo list, and I’ll tell you what to do:
zypper lr -d
Sorry this took long, Here is the result of your request.
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
---+------------------------------+------------------------------------+---------+-----------+---------+----------+--------+-----------------------------------------------------------------+--------
1 | download.nvidia.com-opensuse | nVidia Graphics Drivers | Yes | ( p) Yes | Yes | 99 | rpm-md | http://download.nvidia.com/opensuse/13.2/ |
2 | libdvdcss | libdvdcss | Yes | ( p) Yes | Yes | 99 | rpm-md | http://opensuse-guide.org/repo/13.2/ |
3 | openSUSE-13.2-0 | openSUSE-13.2-0 | Yes | ( p) Yes | No | 99 | yast2 | cd:///?devices=/dev/disk/by-id/ata-DRW-24D3ST_K85E9NG0811 |
4 | packman | packman | Yes | (r ) Yes | Yes | 99 | rpm-md | http://packman.inode.at/suse/openSUSE_13.2/ |
5 | repo-debug | openSUSE-13.2-Debug | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/distribution/13.2/repo/oss/ |
6 | repo-debug-update | openSUSE-13.2-Update-Debug | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/update/13.2/ |
7 | repo-debug-update-non-oss | openSUSE-13.2-Update-Debug-Non-Oss | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/update/13.2-non-oss/ |
8 | repo-non-oss | openSUSE-13.2-Non-Oss | Yes | ( p) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/13.2/repo/non-oss/ |
9 | repo-oss | openSUSE-13.2-Oss | Yes | ( p) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/13.2/repo/oss/ |
10 | repo-source | openSUSE-13.2-Source | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/source/distribution/13.2/repo/oss/ |
11 | repo-update | openSUSE-13.2-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/13.2/ |
12 | repo-update-non-oss | openSUSE-13.2-Update-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/13.2-non-oss/ |
Once again, thank you
As mentioned already, you need to add the Packman repo, and install libmlt from there.
The version shipped with openSUSE 13.2 is built without ffmpeg (libavformat) support, as ffmpeg is not included in openSUSE 13.2 for legal reasons.
So go into YaST->Software Repositories, click on “Add”, choose “Community Repositories”, and activate the “Packman Repository”.
Then do a full switch to it as explained here:
https://en.opensuse.org/SDB:Vendor_change_update#Full_repository_Vendor_change
Or run this:
sudo zypper ar http://packman.inode.at/suse/openSUSE_13.2/ packman
sudo zypper dup --from packman
Then you should be able to load practically all kind of video files.
Thank you, Wolfi323 Kdenlive is now working fine