Hi.
I am investigating Kdenlive bug http://kdenlive.org/mantis/view.php?id=2219
where moving groups of clips corrupts the timeline. I traced the bug to a
problem in MLT's playlist "consolidate_blanks" routine.
The problem is a bit complicated, I will try to do my best to describe: the
playlist
Hi.
Following the recent introduction of locale aware stuff, the frei0r factory
requires a few changes, see below.
(Note there is maybe a better trick than my log10 function to calculate
version).
regards
jb
_
diff --git a/s
On Thu, Jul 7, 2011 at 3:15 PM, j-b-m wrote:
> Hi.
>
> Following the recent introduction of locale aware stuff, the frei0r factory
> requires a few changes, see below.
>
> (Note there is maybe a better trick than my log10 function to calculate
> version).
>
> regards
> jb
>
> _
On Friday 08 July 2011 00:46:31 Dan Dennedy wrote:
> >f0r_init();
> >plginfo(&info);
> > - snprintf ( string, sizeof(string) , "%d.%d" , info.major_version
> > , info.minor_version );
> > - mlt_properties_set ( metadata, "schema_version" , "0.1" );
>
> In general, I do
On Thu, Jul 7, 2011 at 3:56 PM, j-b-m wrote:
> On Friday 08 July 2011 00:46:31 Dan Dennedy wrote:
>
>> > f0r_init();
>> > plginfo(&info);
>> > - snprintf ( string, sizeof(string) , "%d.%d" , info.major_version
>> > , info.minor_version );
>> > - mlt_properties_set ( metad
src/modules/core/filter_data_show.yml | 47 +
src/modules/core/filter_gamma.yml | 13 +++
src/modules/core/filter_greyscale.yml |1 +
src/modules/core/filter_luma.yml | 22 +
src/modules/core/filter_watermark.yml | 66 +
src/modules/core/producer_c
On Wed, Jul 6, 2011 at 8:53 PM, Brian Matherly wrote:
> Dan,
>
> I've been working on adding to the service metadata. Basically, I'm working
> my way through "services.txt" and transposing the information into the .yml
> files. I must admit, I'm not testing most properties for accuracy.
>
> I'm
src/modules/core/filter_greyscale.yml |2 +-
src/modules/core/filter_luma.yml | 14 +++---
src/modules/core/filter_watermark.yml | 47 ---
src/modules/core/producer_colour.yml | 10 +++
src/modules/core/producer_noise.yml|6
src/
On Thu, Jul 7, 2011 at 9:42 PM, Dan Dennedy wrote:
> On Wed, Jul 6, 2011 at 8:53 PM, Brian Matherly wrote:
>> Dan,
>>
>> I've been working on adding to the service metadata. Basically, I'm working
>> my way through "services.txt" and transposing the information into the .yml
>> files. I must ad