[Mlt-devel] Animation property in Kdenlive

2015-06-06 Thread jb
Hi all, As you might know, we have a student working on integrating animation property in Kdenlive. The mlt_animation stuff in MLT is still partially implemented in effects and transitions. As a starting point, I think we will try to work on the volume effect that has support for a "level" ani

Re: [Mlt-devel] Animation property in Kdenlive

2015-06-06 Thread Dan Dennedy
Most animation things are done through the Properties API, and just as there is no Mlt::Property in C++ maybe same thing goes for animation. However, a quick analysis reveals a few things an app might want to do not yet available through Properties. Maybe, it is better to expose these through prope

Re: [Mlt-devel] Animation property in Kdenlive

2015-06-06 Thread jb
On Saturday 06 June 2015 20.22:27 Dan Dennedy wrote: > Most animation things are done through the Properties API, and just as > there is no Mlt::Property in C++ maybe same thing goes for animation. > However, a quick analysis reveals a few things an app might want to do not > yet available through