[Kdenlive-devel] Next release...

jb jb at kdenlive.org
Wed Jan 21 21:55:29 UTC 2009


On Wednesday 21 January 2009 21.12:35 Dan Dennedy wrote:
> > I?will also try to fix support for h.264 with b frame dropping:
> > http://www.kdenlive.org:80/mantis/view.php?id=494
>
> I will try to look into this as well.

Currently, my problem is that if I create the clip from a westley file like:

<producer resource="video.mpg" ... skip_loop_filter="all" skip_frame="bidir">

It works.
But If I create a clip using Mlt++ like that:

Mlt::Producer producer(profile, "video.mpg");
producer.set("skip_loop_filter", "all");
producer.set("skip_frame", "bidir");

It doesn't work. Looks like those parameters need to be set at the beginning 
of clip creation, but I didn't succeed with Mlt++...

>
> I have a MLT patch that lets users override the duration of a producer
> if they know it is wrong. There are some bugs for videos that
> libavformat is unable to determine the duration. However, this patch
> will require a small change in kdenlive. The particular details escape
> me at the moment. Do you want to try to include this - both the
> required kdenlive changes as a result of the patch and the changing of
> kdenlive to make duration editable in clip info?

Yes, seems possible to do this in one week time.

regards
jb





More information about the Kdenlive mailing list