Other similar subtitles.mxf files have all produced valid XML from mediatrace. I can't test if this is just a corrupt file or if the issue is with Mediatrace.
I used the following command to generate the XML
mediainfo --Details=1 --Output=XML /Users/kieranoleary/Downloads/CHARBON-SMPTE-24/sub1_24.mxf > der.xml
xmlstarlet validation error:
kieranoleary$ xmlstarlet val -e der.xml
der.xml:2955.13: Opening and ending tag mismatch: media line 8 and block
</block>
^
der.xml - invalid
Here are lines 2953 to 2965, where there are a bunch of closing tags that do not appear to have corresponding opening tags:
Hi,
Using the 0.7.8.4 CLI on OS X (and 0.7.8.3 on Ubuntu), and the 16.03 Mediaconch OS X GUI, the file
sub1_24.mxf
in the following DCP - https://www.charbon-studio.com/get/dcps/CHARBON-SMPTE-24.zip produces invalid XML, located in full here: https://gist.github.com/kieranjol/20e469ecf72462ada979a37d8d5007d4Other similar subtitles.mxf files have all produced valid XML from mediatrace. I can't test if this is just a corrupt file or if the issue is with Mediatrace.
I used the following command to generate the XML
mediainfo --Details=1 --Output=XML /Users/kieranoleary/Downloads/CHARBON-SMPTE-24/sub1_24.mxf > der.xml
xmlstarlet validation error:
Here are lines 2953 to 2965, where there are a bunch of closing tags that do not appear to have corresponding opening tags:
Thanks,
Kieran.