More recent versions of Kdenlive are putting properties in entries. For example:
<entry producer="producer1" in="00:00:00.000" out="00:05:12.804">
<property name="kdenlive:id">2</property>
</entry>
and:
<entry producer="producer3" in="00:05:12.846" out="01:34:03.420">
<property name="kdenlive:id">2</property>
<property name="kdenlive:activeeffect">1</property>
<filter id="filter6">
...
This technically isn't part of the spec (at least according to
src/modules/xml/mlt-xml.dtd). Would there be any downside to changing the MLT
XML DTD from...:
<!ELEMENT entry (producer | playlist | tractor | multitrack | filter |
transition | chain)* >
...to:
<!ELEMENT entry (property*,(producer | playlist | tractor | multitrack |
filter | transition | chain)*) >
Thanks,
Tom
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel