Skip to content

Commit c993bea

Browse files
This release adds the ability to replace video frames without modifying the audio essence.
1 parent a3dc08d commit c993bea

32 files changed

+1368
-120
lines changed

generator/ServiceModels/mediaconvert/mediaconvert-2017-08-29.api.json

Lines changed: 94 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4808,6 +4808,13 @@
48084808
"STATIC"
48094809
]
48104810
},
4811+
"H264EndOfStreamMarkers": {
4812+
"type": "string",
4813+
"enum": [
4814+
"INCLUDE",
4815+
"SUPPRESS"
4816+
]
4817+
},
48114818
"H264EntropyEncoding": {
48124819
"type": "string",
48134820
"enum": [
@@ -4959,6 +4966,10 @@
49594966
"shape": "H264DynamicSubGop",
49604967
"locationName": "dynamicSubGop"
49614968
},
4969+
"EndOfStreamMarkers": {
4970+
"shape": "H264EndOfStreamMarkers",
4971+
"locationName": "endOfStreamMarkers"
4972+
},
49624973
"EntropyEncoding": {
49634974
"shape": "H264EntropyEncoding",
49644975
"locationName": "entropyEncoding"
@@ -5206,6 +5217,13 @@
52065217
"STATIC"
52075218
]
52085219
},
5220+
"H265EndOfStreamMarkers": {
5221+
"type": "string",
5222+
"enum": [
5223+
"INCLUDE",
5224+
"SUPPRESS"
5225+
]
5226+
},
52095227
"H265FlickerAdaptiveQuantization": {
52105228
"type": "string",
52115229
"enum": [
@@ -5347,6 +5365,10 @@
53475365
"shape": "H265DynamicSubGop",
53485366
"locationName": "dynamicSubGop"
53495367
},
5368+
"EndOfStreamMarkers": {
5369+
"shape": "H265EndOfStreamMarkers",
5370+
"locationName": "endOfStreamMarkers"
5371+
},
53505372
"FlickerAdaptiveQuantization": {
53515373
"shape": "H265FlickerAdaptiveQuantization",
53525374
"locationName": "flickerAdaptiveQuantization"
@@ -6258,6 +6280,10 @@
62586280
"shape": "InputVideoGenerator",
62596281
"locationName": "videoGenerator"
62606282
},
6283+
"VideoOverlays": {
6284+
"shape": "__listOfVideoOverlay",
6285+
"locationName": "videoOverlays"
6286+
},
62616287
"VideoSelector": {
62626288
"shape": "VideoSelector",
62636289
"locationName": "videoSelector"
@@ -6438,6 +6464,10 @@
64386464
"shape": "__stringMin11Max11Pattern01D20305D205D",
64396465
"locationName": "timecodeStart"
64406466
},
6467+
"VideoOverlays": {
6468+
"shape": "__listOfVideoOverlay",
6469+
"locationName": "videoOverlays"
6470+
},
64416471
"VideoSelector": {
64426472
"shape": "VideoSelector",
64436473
"locationName": "videoSelector"
@@ -6680,10 +6710,6 @@
66806710
"shape": "ExtendedDataServices",
66816711
"locationName": "extendedDataServices"
66826712
},
6683-
"FollowInputIndex": {
6684-
"shape": "__integerMin0Max149",
6685-
"locationName": "followInputIndex"
6686-
},
66876713
"Inputs": {
66886714
"shape": "__listOfInput",
66896715
"locationName": "inputs"
@@ -6816,10 +6842,6 @@
68166842
"shape": "ExtendedDataServices",
68176843
"locationName": "extendedDataServices"
68186844
},
6819-
"FollowInputIndex": {
6820-
"shape": "__integerMin0Max149",
6821-
"locationName": "followInputIndex"
6822-
},
68236845
"Inputs": {
68246846
"shape": "__listOfInputTemplate",
68256847
"locationName": "inputs"
@@ -10175,6 +10197,57 @@
1017510197
}
1017610198
}
1017710199
},
10200+
"VideoOverlay": {
10201+
"type": "structure",
10202+
"members": {
10203+
"EndTimecode": {
10204+
"shape": "__stringPattern010920405090509092",
10205+
"locationName": "endTimecode"
10206+
},
10207+
"Input": {
10208+
"shape": "VideoOverlayInput",
10209+
"locationName": "input"
10210+
},
10211+
"StartTimecode": {
10212+
"shape": "__stringPattern010920405090509092",
10213+
"locationName": "startTimecode"
10214+
}
10215+
}
10216+
},
10217+
"VideoOverlayInput": {
10218+
"type": "structure",
10219+
"members": {
10220+
"FileInput": {
10221+
"shape": "__stringPatternS3Https",
10222+
"locationName": "fileInput"
10223+
},
10224+
"InputClippings": {
10225+
"shape": "__listOfVideoOverlayInputClipping",
10226+
"locationName": "inputClippings"
10227+
},
10228+
"TimecodeSource": {
10229+
"shape": "InputTimecodeSource",
10230+
"locationName": "timecodeSource"
10231+
},
10232+
"TimecodeStart": {
10233+
"shape": "__stringMin11Max11Pattern01D20305D205D",
10234+
"locationName": "timecodeStart"
10235+
}
10236+
}
10237+
},
10238+
"VideoOverlayInputClipping": {
10239+
"type": "structure",
10240+
"members": {
10241+
"EndTimecode": {
10242+
"shape": "__stringPattern010920405090509092",
10243+
"locationName": "endTimecode"
10244+
},
10245+
"StartTimecode": {
10246+
"shape": "__stringPattern010920405090509092",
10247+
"locationName": "startTimecode"
10248+
}
10249+
}
10250+
},
1017810251
"VideoPreprocessor": {
1017910252
"type": "structure",
1018010253
"members": {
@@ -10980,11 +11053,6 @@
1098011053
"min": 0,
1098111054
"max": 1466400000
1098211055
},
10983-
"__integerMin0Max149": {
10984-
"type": "integer",
10985-
"min": 0,
10986-
"max": 149
10987-
},
1098811056
"__integerMin0Max15": {
1098911057
"type": "integer",
1099011058
"min": 0,
@@ -11615,6 +11683,18 @@
1161511683
"shape": "TeletextPageType"
1161611684
}
1161711685
},
11686+
"__listOfVideoOverlay": {
11687+
"type": "list",
11688+
"member": {
11689+
"shape": "VideoOverlay"
11690+
}
11691+
},
11692+
"__listOfVideoOverlayInputClipping": {
11693+
"type": "list",
11694+
"member": {
11695+
"shape": "VideoOverlayInputClipping"
11696+
}
11697+
},
1161811698
"__listOfWarningGroup": {
1161911699
"type": "list",
1162011700
"member": {
@@ -11938,4 +12018,4 @@
1193812018
"timestampFormat": "unixTimestamp"
1193912019
}
1194012020
}
11941-
}
12021+
}

0 commit comments

Comments
 (0)