Skip to content

Commit 30c9496

Browse files
author
AWS
committed
AWS Elemental MediaConvert Update: AWS Elemental MediaConvert SDK has added support for including AFD signaling in MXF wrapper.
1 parent 45bb841 commit 30c9496

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaConvert",
4+
"description": "AWS Elemental MediaConvert SDK has added support for including AFD signaling in MXF wrapper."
5+
}

services/mediaconvert/src/main/resources/codegen-resources/service-2.json

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,6 +2654,11 @@
26542654
"shape": "MpdSettings",
26552655
"locationName": "mpdSettings",
26562656
"documentation": "Settings for MP4 segments in DASH"
2657+
},
2658+
"MxfSettings": {
2659+
"shape": "MxfSettings",
2660+
"locationName": "mxfSettings",
2661+
"documentation": "MXF settings"
26572662
}
26582663
},
26592664
"documentation": "Container specific settings."
@@ -5674,14 +5679,14 @@
56745679
"StylePassthrough": {
56755680
"shape": "ImscStylePassthrough",
56765681
"locationName": "stylePassthrough",
5677-
"documentation": "Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output. This option is available only when your input captions are CFF-TT, IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output captions."
5682+
"documentation": "Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output. This option is available only when your input captions are IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output captions."
56785683
}
56795684
},
56805685
"documentation": "Settings specific to IMSC caption outputs."
56815686
},
56825687
"ImscStylePassthrough": {
56835688
"type": "string",
5684-
"documentation": "Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output. This option is available only when your input captions are CFF-TT, IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output captions.",
5689+
"documentation": "Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output. This option is available only when your input captions are IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output captions.",
56855690
"enum": [
56865691
"ENABLED",
56875692
"DISABLED"
@@ -7939,6 +7944,25 @@
79397944
"UTF16"
79407945
]
79417946
},
7947+
"MxfAfdSignaling": {
7948+
"type": "string",
7949+
"documentation": "Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.",
7950+
"enum": [
7951+
"NO_COPY",
7952+
"COPY_FROM_VIDEO"
7953+
]
7954+
},
7955+
"MxfSettings": {
7956+
"type": "structure",
7957+
"members": {
7958+
"AfdSignaling": {
7959+
"shape": "MxfAfdSignaling",
7960+
"locationName": "afdSignaling",
7961+
"documentation": "Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings."
7962+
}
7963+
},
7964+
"documentation": "MXF settings"
7965+
},
79427966
"NielsenConfiguration": {
79437967
"type": "structure",
79447968
"members": {
@@ -9121,14 +9145,14 @@
91219145
"StylePassthrough": {
91229146
"shape": "TtmlStylePassthrough",
91239147
"locationName": "stylePassthrough",
9124-
"documentation": "Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output."
9148+
"documentation": "Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT) to the TTML output."
91259149
}
91269150
},
91279151
"documentation": "Settings specific to TTML caption outputs, including Pass style information (TtmlStylePassthrough)."
91289152
},
91299153
"TtmlStylePassthrough": {
91309154
"type": "string",
9131-
"documentation": "Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.",
9155+
"documentation": "Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT) to the TTML output.",
91329156
"enum": [
91339157
"ENABLED",
91349158
"DISABLED"
@@ -10416,4 +10440,4 @@
1041610440
}
1041710441
},
1041810442
"documentation": "AWS Elemental MediaConvert"
10419-
}
10443+
}

0 commit comments

Comments
 (0)