On Sat, Dec 13, 2014 at 7:41 AM, Geoffroy Montel <
geoffroy.montel...@gmail.com> wrote:
>
> Hello
>
> Melt 0.9.2 is installed on my Ubuntu 14/04 VM in /opt/melt directory
> and it is working.
>
> Now I'm trying to add the webvfx filter.
>
> I git cloned mltframework/webvfx, build it and installed it /opt/webvfx
>
> Now I'm trying to use the webvfx filter in my MELT XML with something like
>
> <entry producer="0" in="0" out="240">
> <filter>
> <property name="mlt_service">webvfx</property>
> <property name="resource">plain:title.html</property>
> </filter>
> </entry>
>
> And I get the following error
>
> $ melt title-test.xml -progress -consumer avformat:title-test.mp4
> strict=experimental
>
> [producer_xml] failed to load filter "webvfx"
> [producer_xml] failed to load filter "webvfx"
>
> Is there something else to install the webvfx filter to my existing
> melt installation ?
>
>
/opt/webvx/lib/mlt/libmltwebvfx.so (or something like that) needs to be put
into your MLT installation's $prefix/lib/mlt folder, and
/opt/webvfx/lib/libwebvfx* need to be put into a path known by ld.so
(according to /etc/ld.so.conf and LD_LIBRARY_PATH env var) or configure
ld.so to know about /opt/webvfx/lib.
Or, use the same prefix for both mlt and webvfx builds, and do whatever you
do to make melt usable from your custom mlt install. In other words, if you
configure mlt with --prefix=/opt/melt, make install, and then simply run
/opt/melt/bin/melt, then you are doing it wrong.
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel