You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/mediaconvert/src/main/resources/codegen-resources/service-2.json
+29-5Lines changed: 29 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2654,6 +2654,11 @@
2654
2654
"shape": "MpdSettings",
2655
2655
"locationName": "mpdSettings",
2656
2656
"documentation": "Settings for MP4 segments in DASH"
2657
+
},
2658
+
"MxfSettings": {
2659
+
"shape": "MxfSettings",
2660
+
"locationName": "mxfSettings",
2661
+
"documentation": "MXF settings"
2657
2662
}
2658
2663
},
2659
2664
"documentation": "Container specific settings."
@@ -5674,14 +5679,14 @@
5674
5679
"StylePassthrough": {
5675
5680
"shape": "ImscStylePassthrough",
5676
5681
"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."
5678
5683
}
5679
5684
},
5680
5685
"documentation": "Settings specific to IMSC caption outputs."
5681
5686
},
5682
5687
"ImscStylePassthrough": {
5683
5688
"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.",
5685
5690
"enum": [
5686
5691
"ENABLED",
5687
5692
"DISABLED"
@@ -7939,6 +7944,25 @@
7939
7944
"UTF16"
7940
7945
]
7941
7946
},
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
+
},
7942
7966
"NielsenConfiguration": {
7943
7967
"type": "structure",
7944
7968
"members": {
@@ -9121,14 +9145,14 @@
9121
9145
"StylePassthrough": {
9122
9146
"shape": "TtmlStylePassthrough",
9123
9147
"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."
9125
9149
}
9126
9150
},
9127
9151
"documentation": "Settings specific to TTML caption outputs, including Pass style information (TtmlStylePassthrough)."
9128
9152
},
9129
9153
"TtmlStylePassthrough": {
9130
9154
"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.",
0 commit comments