Hello! Creating xml files from the avformat producer is currently broken with FFmpeg's recent git. The problem comes from avformat's "handler_name" metadata, whose value contains invalid characters.
The problem only appears when creating xml files, not when outputting to stdout. For example: melt test.mov -consumer xml I get this: (...) <property name="meta.attr.0.stream.handler_name.markup"></property> (...) Empty value for that metadata. But when trying to create an xml file: melt test.mov -consumer xml:test.mlt I get this: (...) <property name="meta.attr.0.stream.handler_name.markup"> DataHandler</property> (...) Notice the invalid character in front of DataHandler (not sure how it will appear in the email, but the invalid char is here). This breaks the xml file and makes it unreadable when trying to play it... regards jb ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel