Skip to main content

Can Kdenlive execute macros for repetitive editing tasks?

6 posts / 0 new
Last post
marklde
Offline
Joined: 04/19/2012
Posts:
Can Kdenlive execute macros for repetitive editing tasks?

Can Kdenlive execute macros for repetitive editing tasks?

I need to insert more than 1,000 still slides (svg files) into several videos. Each slide must have numerous settings applied to it, a process that takes several minutes manually per slide. If I could define a macro to do this, it would save many, many hours. Is this possible?

Thanks.

0
Your rating: None
al25fps
Offline
Joined: 10/31/2009
Posts:
Re: Can Kdenlive execute macros for repetitive editing tasks?

Kdenlive does not support macros, but you can copy and paste your effects applied to a clip. And maybe you can apply an effect stack as a default effect for a picture sequence - never tried that.

j-b-m
Offline
Joined: 05/19/2009
Posts:
Re: Can Kdenlive execute macros for repetitive editing tasks?

There is currently no scripting available in Kdenlive. Your best choice might be to write a script creating the xml for the project file...

marklde
Offline
Joined: 04/19/2012
Posts:
Re: Can Kdenlive execute macros for repetitive editing tasks?

THANK YOU!!! I didn't realize the project file was xml (I had never looked). This is a viable solution.

I've done some experimenting and partially figured out the xml in the project file, at least as to what I need, but there are some weird things about the numbers that don't make sense.

Is there any documentation of the xml format of the kdenlive project file?

j-b-m
Offline
Joined: 05/19/2009
Posts:
Re: Can Kdenlive execute macros for repetitive editing tasks?

In fact most of the xml data is in the MLT format. Kdenlive specific code is embeded in the <kdenlivedoc> tags.
You can find some documentation about MLT's xml format here:

http://www.mltframework.org/bin/view/MLT/MltXml

I don't think we have documentation for the Kdenlive specific code, but you should be able to figure most of it by testing. Otherwise, you can ask here...
regards

marklde
Offline
Joined: 04/19/2012
Posts:
Re: Can Kdenlive execute macros for repetitive editing tasks?

Excellent. Thank you. I will turn this project over to a programmer now, who is my son.