Re: [Mlt-devel] Automatic scene detection

2012-10-19 Thread Dan Dennedy
On Fri, Oct 19, 2012 at 6:15 PM, j-b-m wrote: > On Friday 19 October 2012 16:49:59 Dan Dennedy wrote: >> On Fri, Oct 19, 2012 at 2:46 PM, j-b-m wrote: >> > Hi, >> > >> > Following a feature request in Kdenlive (1), I tried to make a few changes >> > to >> > the motion_est filter to allow the dete

Re: [Mlt-devel] Automatic scene detection

2012-10-19 Thread Dan Dennedy
On Fri, Oct 19, 2012 at 6:15 PM, j-b-m wrote: > On Friday 19 October 2012 16:49:59 Dan Dennedy wrote: >> On Fri, Oct 19, 2012 at 2:46 PM, j-b-m wrote: >> > Hi, >> > >> > Following a feature request in Kdenlive (1), I tried to make a few changes >> > to >> > the motion_est filter to allow the dete

Re: [Mlt-devel] Automatic scene detection

2012-10-19 Thread j-b-m
On Friday 19 October 2012 16:49:59 Dan Dennedy wrote: > On Fri, Oct 19, 2012 at 2:46 PM, j-b-m wrote: > > Hi, > > > > Following a feature request in Kdenlive (1), I tried to make a few changes > > to > > the motion_est filter to allow the detection of scene changes in a clip. > > > > I made 2 ch

Re: [Mlt-devel] Automatic scene detection

2012-10-19 Thread Dan Dennedy
On Fri, Oct 19, 2012 at 2:46 PM, j-b-m wrote: > > Hi, > > Following a feature request in Kdenlive (1), I tried to make a few changes > to > the motion_est filter to allow the detection of scene changes in a clip. > > I made 2 changes to the filter: > > 1 - add a geometry property "bounding" allowi

[Mlt-devel] Automatic scene detection

2012-10-19 Thread j-b-m
Hi, Following a feature request in Kdenlive (1), I tried to make a few changes to the motion_est filter to allow the detection of scene changes in a clip. I made 2 changes to the filter: 1 - add a geometry property "bounding" allowing to process filter on a part of the image only to speed up p

[Mlt-devel] [mltframework/mlt] f6089a: Fix loading of extra image formats using Kdelibs (...

2012-10-19 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: f6089a4e3d2b12a1e8b264249176f16defe83f79 https://github.com/mltframework/mlt/commit/f6089a4e3d2b12a1e8b264249176f16defe83f79 Author: Jean-Baptiste Mardelle Date: 2012-10-19 (Fri, 19 Oct 2012) Change

Re: [Mlt-devel] encoding special characters with pango

2012-10-19 Thread Dan Dennedy
On Fri, Oct 19, 2012 at 9:39 AM, Murthy Avanithsa wrote: > Hello everyone, > > I am using Dynamic-Filter to add text overlay on a video. > I have some special characters in my text, as per documentation I am > escaping special character '&' as '&' > > While playing mlt file I am finding an error

[Mlt-devel] encoding special characters with pango

2012-10-19 Thread Murthy Avanithsa
Hello everyone, I am using Dynamic-Filter to add text overlay on a video. I have some special characters in my text, as per documentation I am escaping special character '&' as '&' While playing mlt file I am finding an error like this *Pango-WARNING **: pango_layout_set_markup_with_accel: Erro

Re: [Mlt-devel] kdenlive/mlt-0.8.2: *.xcf files render into huge INVALID title

2012-10-19 Thread j-b-m
On Wednesday 17 October 2012 13:16:47 Dan Dennedy wrote: > If XCF works in kdenlive preview then perhaps the qimage plugin > requires some KDE-specific initialization that is occurring within a > KDE application but not in the mlt qimage plugin and melt is not a KDE > app. Hi, I just sent a pull