Re: [Mlt-devel] Webvfx producer transparency

2013-06-21 Thread Dan Dennedy
On Fri, Jun 21, 2013 at 11:31 AM, Dan Dennedy wrote: > On Tue, Jun 18, 2013 at 6:10 AM, j-b-m wrote: >> I still have a problem when trying to use these producers in Kdenlive because >> in EffectsImpl::render(double time, Image* renderImage), the >> QMetaObject::invokeMethod(this, "renderInvokable

Re: [Mlt-devel] Webvfx producer transparency

2013-06-21 Thread Dan Dennedy
On Tue, Jun 18, 2013 at 6:10 AM, j-b-m wrote: > I still have a problem when trying to use these producers in Kdenlive because > in EffectsImpl::render(double time, Image* renderImage), the > QMetaObject::invokeMethod(this, "renderInvokable" (...) sometimes freezes. What I have noticed while tryin

Re: [Mlt-devel] Webvfx producer transparency

2013-06-18 Thread Dan Dennedy
On Tue, Jun 18, 2013 at 12:25 PM, j-b-m wrote: > On Tuesday 18 June 2013 09.18:54 Dan Dennedy wrote: >> On Tue, Jun 18, 2013 at 6:10 AM, j-b-m wrote: >> > Hi, >> > >> > So if anyone is interested to have a look, here are my changes to make the >> > webvfx producers transparent. I think it would b

Re: [Mlt-devel] Webvfx producer transparency

2013-06-18 Thread j-b-m
On Tuesday 18 June 2013 09.18:54 Dan Dennedy wrote: > On Tue, Jun 18, 2013 at 6:10 AM, j-b-m wrote: > > Hi, > > > > So if anyone is interested to have a look, here are my changes to make the > > webvfx producers transparent. I think it would be fantastic if we can make > > it work correctly withi

Re: [Mlt-devel] Webvfx producer transparency

2013-06-18 Thread Dan Dennedy
On Tue, Jun 18, 2013 at 6:10 AM, j-b-m wrote: > Hi, > > So if anyone is interested to have a look, here are my changes to make the > webvfx producers transparent. I think it would be fantastic if we can make it > work correctly within the MLT framework since it would allow anyone with HTML5 > know

[Mlt-devel] Webvfx producer transparency

2013-06-18 Thread j-b-m
Hi, So if anyone is interested to have a look, here are my changes to make the webvfx producers transparent. I think it would be fantastic if we can make it work correctly within the MLT framework since it would allow anyone with HTML5 knowledge to create custom producers to overlay text and gr