The SMPTE RDD 6 (Dolby E Audio Metadata) XML Creator is a basic HTML web page application that creates an XML file suitable for bmxtranswrap
to embed a static RDD 6 serial bitstream in an MXF file.
The RDD 6 XML Creator can be found online in github.io. It can also be run locally by coping the index.html and supporting directories (css and js) to a local file system, or by using a clone of this Git repository.
Open RDD 6 XML Creator or index.html
in a web browser and fill-in the RDD 6 metadata. Select "Save XML" to export to a local file.
The file name includes a hash of the file contents (
var filename = "dpp_rdd6_" + hash_djb2(rdd6_xml) + ".xml"
) and therefore files will have a different name if the contents are different.
The exported XML file can be passed to the bmxtranswrap
tool using the --rdd6 <file>
commandline option.
The RDD 6 XML can be extracted from an MXF file using mxf2raw
and the --rdd6 <frames> <file>
option. See the mxf2raw
usage message for more details and what <frames>
is for.
The XML Schema for the RDD 6 XML can be found in ../rdd6/rdd6.xsd.