This forum has been archived. All content is frozen. Please use KDE Discuss instead.

How to create new effects or transitions for KDEnlive ?

Tags: None
(comma "," separated)
Serge COUD??
Registered Member
Posts
3
Karma
0
Hi everybody,

I'm searching how to code new effect or transition in KDEnlive (with C language I imagine ?) and then put it in KDEnlive.
Is there any tutorial on it ?
I noted that MLT was used for video-effect...
Google wasn't my friend for this research :(
Thanks in advance !
User avatar
bartoloni
Moderator
Posts
1510
Karma
4
OS
i also want to know that.
alcinos
Registered Member
Posts
57
Karma
0
As you noted, all the effects and transitions in Kdenlive comes from Melt (https://github.com/mltframework/mlt)

For example if you look at the effects, there is a special folder with filters designed for kdenlive (example https://github.com/mltframework/mlt/blob/master/src/modules/kdenlive/filter_wave.c)
As you see, the filter itself is quite straightforward, you have to provide an initialization function and a processing function.

May I ask if you have a particular filter/transition in mind ? Note that if your effect can be achieved as a combination of several other filters that already exist, you can contribute an effect group in kdenlive.
User avatar
bartoloni
Moderator
Posts
1510
Karma
4
OS
alcinos wrote:As you noted, all the effects and transitions in Kdenlive comes from Melt (https://github.com/mltframework/mlt)

For example if you look at the effects, there is a special folder with filters designed for kdenlive (example https://github.com/mltframework/mlt/blob/master/src/modules/kdenlive/filter_wave.c)
As you see, the filter itself is quite straightforward, you have to provide an initialization function and a processing function.

May I ask if you have a particular filter/transition in mind ? Note that if your effect can be achieved as a combination of several other filters that already exist, you can contribute an effect group in kdenlive.

very thank you Alcinos!


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]