From 565b93b6244eb8bf8e295b8d19e40b3252ed1c68 Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Wed, 11 Oct 2023 17:34:27 +0100 Subject: [PATCH] review: remove redundant --rdd6 description in rdd6_xml_creator --- meta/rdd6_xml_creator/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/rdd6_xml_creator/README.md b/meta/rdd6_xml_creator/README.md index 0678dafe..f380c1ee 100644 --- a/meta/rdd6_xml_creator/README.md +++ b/meta/rdd6_xml_creator/README.md @@ -10,8 +10,6 @@ Open `index.html` in a web browser and fill-in the RDD 6 metadata. Select "Save The exported XML file can be passed to the `bmxtranswrap` tool using the `--rdd6 ` commandline option. -The RDD 6 XML can be extracted from an MXF file using `mxf2raw` and the `--rdd6 ` option. - -> Set the `` argument to a single MXF frame (e.g. `10`) or sequence of MXF frames (e.g. `0-10`) to extract the RDD 6 metadata. The RDD 6 metadata is the same in each frame except for the program description which is spread across multiple frames. Each frame has 1 character of the description text, a description start byte (0x02) or a description end byte (0x03). +The RDD 6 XML can be extracted from an MXF file using `mxf2raw` and the `--rdd6 ` option. See the `mxf2raw` usage message for more details and what `` is for. The XML Schema for the RDD 6 XML can be found in [../rdd6/rdd6.xsd](../rdd6/rdd6.xsd). \ No newline at end of file