Hi,
is there any sort of "compact" documentation regarding XML effect files available ?
What's the best place to start ?
Is it worth browsing the Kdenlive-devel mailing-list archive ro should I directly move on
reading the related kdenlive source code ?
Toby
It should be noted that in order to create such a file, you must understand well the MLT properties of the MLT filter you want to work with. Some filters are bridges to frei0r, sox, or LADSPA, and you need to understand the mapping of their parameter to MLT's properties. Unfortunately, not all of the MLT filters and its properties are as well-documented as the framework and API. Please ask questions about this on the mlt-devel mailing list on SourceForge.
Thanks for your feedback !
Now I know where I have to search and ask :-)
Toby
Hi!
No, currently, there is no doc available. I just committed a minimal list of supported values in effectstackedit.cpp. Basically, the currently supported types are:
The xml structure should be fairly easy to understand if you look at the effects xml files. New types can be implemented in effectstackedit.cpp
regards