GSoC 2015: Kdenlive
This is first post regarding GSoC project: "Add support for new Animation capabilities".
Right now, Kdenlive has the keyframe animation which only support linear interpolation which does not provide the flexibility to the user to exploit the robustness of animation.
And this project aims to upgrade the animation capabilities to allow much simpler, smoother and more general animations than the traditional keyframes technology and also intend to provide new widgets to edit these properties, and eventually evolve on-monitor interactions.
After discussion during Community Bonding period and a bit slow start (health issues), I'm now picking up the pace.
The first step is to upgrade Kdenlive to use newer Animation API of MLT Framework which is more powerful and provides all forms of interpolation:
- Discrete
- Linear
- Smooth Catmull-Rom spline
- Mix of the above three.
More updates soon!