08 December 2022
SMPTE 436m and Teletext parameters
Added new mux mode for closed captions - 436m and teletext parameters.
Format supportSMPTE 436m mux mode and teletext parameters only available for mxf_op1a output format.
<?xml version="1.0"?>
<query>
<userid><<id>></userid> <!-- required-->
<userkey><<key>></userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<source>[SourceFile]</source> <!-- required-->
<format>
<output>mxf_op1a</output> <!-- required-->
<closed_captions>
<mux_type>436m</mux_type>
<page>[PageNumber]</page>
<!-- closed captions params -->
</closed_captions>
<!-- Multiple closed captions params may be included in output format -->
<closed_captions>
<!-- closed captions params -->
</closed_captions>
<teletext>
<vanc_line_1>[VANCLine1]</vanc_line_1>
<vanc_line_2>[VANCLine2]</vanc_line_2>
<vbi_line_1>[VBILine1]</vbi_line_1>
<vbi_line_2>[VBILine2]</vbi_line_2>
</teletext>
<!-- format params -->
</format></query>
{
"query": {
"userid": "<<id>>", // required
"userkey": "<<key>>", // required
"action": "[Action]", // required
"source": "[SourceFile]", // required
"format": {
"output": "mxf_op1a", // required
"closed_captions": [
{
"mux_type": "436m",
"page", "[PageNumber]"
// closed captions params
},
{
// closed captions params
}
],
"teletext": {
"vanc_line_1": "[VANCLine1]",
"vanc_line_2": "[VANCLine2]",
"vbi_line_1": "[VBILine1]",
"vbi_line_2": "[VBILine2]"
}
// format params
}
}
}
Parameter | Description | Allowed Values | Default Value |
---|---|---|---|
Closed Captions Params | |||
mux_type | Specify the closed captions mux type. |
| none |
page | Set ttxt page value | Positive integer number | none |
Teletext Parameters | |||
vanc_line_1 | VANC Line 1 value for teletext ancillary data | Positive integer number | 12 |
vanc_line_2 | VANC Line 2 value for teletext ancillary data | Positive integer number | 575 |
vbi_line_1 | VBI Line 1 value for teletext ancillary data | Positive integer number | 21 |
vbi_line_2 | VBI Line 2 value for teletext ancillary data | Positive integer number | 334 |