regxmllib
regxmllib copied to clipboard
Convert MXF to XML: RegXML (SMPTE ST 2001-1) tools and libraries
I've not fully explored this but it would appear that the C++ implementation will import Integer Types regardless of Type Size and then only throw an exception about an unsupported...
Features: - Different targets for Release and Debug (the latter with appendix "_d" - Creates regxmllibcConfig.cmake and regxmllibcTargets.cmake files that allow other applications to discover regxmllib using find_package(regxmllibc) - GUI...
Hi, I try to use regxmlib to dump MXF datas to xml file but i get an error while i try to submit the dictionnary folder containing all dictionnaries in...
The ordering of elements in XML 1.0 (as used by ST 2001-1:2013) is not guaranteed, but many XML tools and specifications utilise document order: - the `children` property of the...
Warnings are given about Dark KLV Sets and Properties. However, it seems that KLV Sets which are known about (and appear within the Header Metadata of the MXF file) but...
This appears to be an artifact of JAXBContext.generateSchema()
Modern platforms require C++ > 98. CI should include testing in an environment that uses C++98, i.e. `__cplusplus