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
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
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
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
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
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
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
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
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