No ladpsa plugins

Created by Olivier Girard
Keywords:
ladpsa
Last updated by:
Olivier Girard

Sometimes, some users run Openshot in a console, they can see this warning :

dominic@EQUIUM-A110-tosh ~ $ python
Python 2.7.6 (default, Mar 22 2014, 22:59:38)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mlt
>>> mlt.Factory().init()
No LADSPA plugins were found!

Check your LADSPA_PATH environment variable.
<mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0xb7502920> >

Openshot himself doesn't use ladpsa plugins (until the 1.4.3 version, it will be different with the 2.0.0.) but MLT him use them. So this warning comes from MLT. If you don't want to have this one, you can install the swh-plugins package which will remove this warning by a :
sudo apt-get install swh-plugins or a sudo pacman -S qwh-plugins either by any way at your disposition.
shw-plugins is not the only package which can help you to remove this warning.

Another way is to follow this answer : https://answers.launchpad.net/openshot/+question/255328

Quelques fois, des utilisateurs lance Openshot dans une console, ils peuvent voir ce message d'avertissement :

dominic@EQUIUM-A110-tosh ~ $ python
Python 2.7.6 (default, Mar 22 2014, 22:59:38)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mlt
>>> mlt.Factory().init()
No LADSPA plugins were found!

Check your LADSPA_PATH environment variable.
<mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0xb7502920> >

Openshot lui-même n'utilise pas les lapdsa plugins (du moins jusqu'à la 1.4.3, ce sera different avec la 2.0.0.) mais MLT lui les utilise. Donc, cet avertissement vient de MLT. Si vous ne voulez plus l'avoir, vous pouvez installer le package swh-plugins qui l'enlevera par un :
sudo apt-get install shw-plugins ou un sudo pacman -S shw-plugins soit par n'importe quel moyen à votre disposition.
shw-plugins n'est pas le seul paquet qui enlèvera cet avertissement.

Un autre moyen est de suivre cette question : https://answers.launchpad.net/openshot/+question/255328