[Mlt-devel] [PATCH] use INT_MAX for for default producer length ?

2014-06-26 Thread Maksym Veremeyenko
Hi, i found that specifying in/out properties of producer (with still image) is not enough for playing it for specified time. In the attached test file logo will disappear in 10 minutes because of default length for producer was set to 15000 frames. may be we can change 15000 magic value wit

[Mlt-devel] [PATCH] enable output VITC and RP188 by default

2014-06-26 Thread Maksym Veremeyenko
Hi, attached patch enable output VITC by default. -- Maksym Veremeyenko >From c1a3d25bca943f6eae144bab4efd9d46d5ff653a Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko Date: Thu, 26 Jun 2014 14:55:36 +0300 Subject: [PATCH 1/2] enable output VITC and RP1

[Mlt-devel] Planning to release 0.9.2 this weekend

2014-06-26 Thread Dan Dennedy
Just FYI that I plan to release v0.9.2 of MLT this weekend. This should help the packaging of latest MLT for Kdenlive 0.9.8 and Flowblade 0.14. Let me know if you have a problem with that. -- +-DRD-+ -- Open source busin

Re: [Mlt-devel] [PATCH] implement matte transition

2014-06-26 Thread Dan Dennedy
On Thu, Jun 26, 2014 at 10:17 AM, Maksym Veremeyenko wrote: > 26.06.14 20:07, Dan Dennedy написав(ла): > [...] >> OK, still some minor problems. In transition_matte_init(), you make >> property "factory" but that is never used. Remove it. >> > i will > >> The bigger problems are now in the yml fil

Re: [Mlt-devel] [PATCH] implement matte transition

2014-06-26 Thread Maksym Veremeyenko
26.06.14 20:07, Dan Dennedy написав(ла): [...] > OK, still some minor problems. In transition_matte_init(), you make > property "factory" but that is never used. Remove it. > i will > The bigger problems are now in the yml file. Why did you not properly > document the full_luma property using the

Re: [Mlt-devel] [PATCH] implement matte transition

2014-06-26 Thread Dan Dennedy
On Thu, Jun 26, 2014 at 1:43 AM, Maksym Veremeyenko wrote: > 26.06.14 09:31, Dan Dennedy написав(ла): > >> On Tue, Jun 24, 2014 at 11:36 PM, Maksym Veremeyenko >> wrote: >>> >>> Hi, >>> >>> attached patch implement *matte* transition. it perform replacing alpha >>> channel of track A with luma of

Re: [Mlt-devel] [PATCH] implement matte transition

2014-06-26 Thread Maksym Veremeyenko
26.06.14 09:31, Dan Dennedy написав(ла): On Tue, Jun 24, 2014 at 11:36 PM, Maksym Veremeyenko wrote: Hi, attached patch implement *matte* transition. it perform replacing alpha channel of track A with luma of track B. Luma of track B will be scaled if it required. Hi Maksym, excellent contri