Hi all,
Hope you are doing fine and great to see the recent activity on MLT. One
recent change causes problems in Kdenlive and will also in other
applications:
https://github.com/mltframework/mlt/commit/c091cae3a34fe9046e7ed610bd64d2df3c11dfe0
With this change, any property containing an "=" sign will be converted
to animation. However, this is not wanted in some cases, for example if
you want to display a text with an equal sign:
melt -consumer qtext text="frame=1" -consumer xml
This will change the text to "0=1" because it tries to translate the
text string to an animation property. This also currently breaks
kdenlivetitle producer because it stores some xml data, including equal
signs, in the "xmldata" property.
Maybe this animation parsing should not be done on "string" type
properties? Any idea?
Thanks
Jean-Baptiste
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel