@aws-sdk/client-mediaconvert 3.222.0 → 3.224.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/GetPolicyCommand.js +2 -1
- package/dist-cjs/commands/GetPresetCommand.js +3 -3
- package/dist-cjs/commands/GetQueueCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +1 -2
- package/dist-cjs/models/models_0.js +34 -32
- package/dist-cjs/models/models_1.js +44 -41
- package/dist-cjs/models/models_2.js +36 -1
- package/dist-cjs/protocols/Aws_restJson1.js +24 -0
- package/dist-es/commands/GetPolicyCommand.js +2 -1
- package/dist-es/commands/GetPresetCommand.js +1 -1
- package/dist-es/commands/GetQueueCommand.js +1 -1
- package/dist-es/commands/ListJobsCommand.js +1 -2
- package/dist-es/models/models_0.js +30 -26
- package/dist-es/models/models_1.js +36 -29
- package/dist-es/models/models_2.js +29 -0
- package/dist-es/protocols/Aws_restJson1.js +24 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +62 -57
- package/dist-types/models/models_1.d.ts +83 -87
- package/dist-types/models/models_2.d.ts +86 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +32 -31
- package/dist-types/ts3.4/models/models_1.d.ts +44 -55
- package/dist-types/ts3.4/models/models_2.d.ts +50 -2
- package/package.json +28 -29
|
@@ -1005,6 +1005,11 @@ export var CmafManifestDurationFormat;
|
|
|
1005
1005
|
CmafManifestDurationFormat["FLOATING_POINT"] = "FLOATING_POINT";
|
|
1006
1006
|
CmafManifestDurationFormat["INTEGER"] = "INTEGER";
|
|
1007
1007
|
})(CmafManifestDurationFormat || (CmafManifestDurationFormat = {}));
|
|
1008
|
+
export var CmafMpdManifestBandwidthType;
|
|
1009
|
+
(function (CmafMpdManifestBandwidthType) {
|
|
1010
|
+
CmafMpdManifestBandwidthType["AVERAGE"] = "AVERAGE";
|
|
1011
|
+
CmafMpdManifestBandwidthType["MAX"] = "MAX";
|
|
1012
|
+
})(CmafMpdManifestBandwidthType || (CmafMpdManifestBandwidthType = {}));
|
|
1008
1013
|
export var CmafMpdProfile;
|
|
1009
1014
|
(function (CmafMpdProfile) {
|
|
1010
1015
|
CmafMpdProfile["MAIN_PROFILE"] = "MAIN_PROFILE";
|
|
@@ -1035,6 +1040,11 @@ export var CmafTargetDurationCompatibilityMode;
|
|
|
1035
1040
|
CmafTargetDurationCompatibilityMode["LEGACY"] = "LEGACY";
|
|
1036
1041
|
CmafTargetDurationCompatibilityMode["SPEC_COMPLIANT"] = "SPEC_COMPLIANT";
|
|
1037
1042
|
})(CmafTargetDurationCompatibilityMode || (CmafTargetDurationCompatibilityMode = {}));
|
|
1043
|
+
export var CmafVideoCompositionOffsets;
|
|
1044
|
+
(function (CmafVideoCompositionOffsets) {
|
|
1045
|
+
CmafVideoCompositionOffsets["SIGNED"] = "SIGNED";
|
|
1046
|
+
CmafVideoCompositionOffsets["UNSIGNED"] = "UNSIGNED";
|
|
1047
|
+
})(CmafVideoCompositionOffsets || (CmafVideoCompositionOffsets = {}));
|
|
1038
1048
|
export var CmafWriteDASHManifest;
|
|
1039
1049
|
(function (CmafWriteDASHManifest) {
|
|
1040
1050
|
CmafWriteDASHManifest["DISABLED"] = "DISABLED";
|
|
@@ -1077,6 +1087,11 @@ export var DashIsoIntervalCadence;
|
|
|
1077
1087
|
DashIsoIntervalCadence["FOLLOW_CUSTOM"] = "FOLLOW_CUSTOM";
|
|
1078
1088
|
DashIsoIntervalCadence["FOLLOW_IFRAME"] = "FOLLOW_IFRAME";
|
|
1079
1089
|
})(DashIsoIntervalCadence || (DashIsoIntervalCadence = {}));
|
|
1090
|
+
export var DashIsoMpdManifestBandwidthType;
|
|
1091
|
+
(function (DashIsoMpdManifestBandwidthType) {
|
|
1092
|
+
DashIsoMpdManifestBandwidthType["AVERAGE"] = "AVERAGE";
|
|
1093
|
+
DashIsoMpdManifestBandwidthType["MAX"] = "MAX";
|
|
1094
|
+
})(DashIsoMpdManifestBandwidthType || (DashIsoMpdManifestBandwidthType = {}));
|
|
1080
1095
|
export var DashIsoMpdProfile;
|
|
1081
1096
|
(function (DashIsoMpdProfile) {
|
|
1082
1097
|
DashIsoMpdProfile["MAIN_PROFILE"] = "MAIN_PROFILE";
|
|
@@ -1097,6 +1112,11 @@ export var DashIsoSegmentLengthControl;
|
|
|
1097
1112
|
DashIsoSegmentLengthControl["EXACT"] = "EXACT";
|
|
1098
1113
|
DashIsoSegmentLengthControl["GOP_MULTIPLE"] = "GOP_MULTIPLE";
|
|
1099
1114
|
})(DashIsoSegmentLengthControl || (DashIsoSegmentLengthControl = {}));
|
|
1115
|
+
export var DashIsoVideoCompositionOffsets;
|
|
1116
|
+
(function (DashIsoVideoCompositionOffsets) {
|
|
1117
|
+
DashIsoVideoCompositionOffsets["SIGNED"] = "SIGNED";
|
|
1118
|
+
DashIsoVideoCompositionOffsets["UNSIGNED"] = "UNSIGNED";
|
|
1119
|
+
})(DashIsoVideoCompositionOffsets || (DashIsoVideoCompositionOffsets = {}));
|
|
1100
1120
|
export var DashIsoWriteSegmentTimelineInRepresentation;
|
|
1101
1121
|
(function (DashIsoWriteSegmentTimelineInRepresentation) {
|
|
1102
1122
|
DashIsoWriteSegmentTimelineInRepresentation["DISABLED"] = "DISABLED";
|
|
@@ -1260,6 +1280,11 @@ export var CmfcKlvMetadata;
|
|
|
1260
1280
|
CmfcKlvMetadata["NONE"] = "NONE";
|
|
1261
1281
|
CmfcKlvMetadata["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1262
1282
|
})(CmfcKlvMetadata || (CmfcKlvMetadata = {}));
|
|
1283
|
+
export var CmfcManifestMetadataSignaling;
|
|
1284
|
+
(function (CmfcManifestMetadataSignaling) {
|
|
1285
|
+
CmfcManifestMetadataSignaling["DISABLED"] = "DISABLED";
|
|
1286
|
+
CmfcManifestMetadataSignaling["ENABLED"] = "ENABLED";
|
|
1287
|
+
})(CmfcManifestMetadataSignaling || (CmfcManifestMetadataSignaling = {}));
|
|
1263
1288
|
export var CmfcScte35Esam;
|
|
1264
1289
|
(function (CmfcScte35Esam) {
|
|
1265
1290
|
CmfcScte35Esam["INSERT"] = "INSERT";
|
|
@@ -1275,6 +1300,11 @@ export var CmfcTimedMetadata;
|
|
|
1275
1300
|
CmfcTimedMetadata["NONE"] = "NONE";
|
|
1276
1301
|
CmfcTimedMetadata["PASSTHROUGH"] = "PASSTHROUGH";
|
|
1277
1302
|
})(CmfcTimedMetadata || (CmfcTimedMetadata = {}));
|
|
1303
|
+
export var CmfcTimedMetadataBoxVersion;
|
|
1304
|
+
(function (CmfcTimedMetadataBoxVersion) {
|
|
1305
|
+
CmfcTimedMetadataBoxVersion["VERSION_0"] = "VERSION_0";
|
|
1306
|
+
CmfcTimedMetadataBoxVersion["VERSION_1"] = "VERSION_1";
|
|
1307
|
+
})(CmfcTimedMetadataBoxVersion || (CmfcTimedMetadataBoxVersion = {}));
|
|
1278
1308
|
export var ContainerType;
|
|
1279
1309
|
(function (ContainerType) {
|
|
1280
1310
|
ContainerType["CMFC"] = "CMFC";
|
|
@@ -1321,26 +1351,6 @@ export var OutputSdt;
|
|
|
1321
1351
|
OutputSdt["SDT_MANUAL"] = "SDT_MANUAL";
|
|
1322
1352
|
OutputSdt["SDT_NONE"] = "SDT_NONE";
|
|
1323
1353
|
})(OutputSdt || (OutputSdt = {}));
|
|
1324
|
-
export var M2tsEbpAudioInterval;
|
|
1325
|
-
(function (M2tsEbpAudioInterval) {
|
|
1326
|
-
M2tsEbpAudioInterval["VIDEO_AND_FIXED_INTERVALS"] = "VIDEO_AND_FIXED_INTERVALS";
|
|
1327
|
-
M2tsEbpAudioInterval["VIDEO_INTERVAL"] = "VIDEO_INTERVAL";
|
|
1328
|
-
})(M2tsEbpAudioInterval || (M2tsEbpAudioInterval = {}));
|
|
1329
|
-
export var M2tsEbpPlacement;
|
|
1330
|
-
(function (M2tsEbpPlacement) {
|
|
1331
|
-
M2tsEbpPlacement["VIDEO_AND_AUDIO_PIDS"] = "VIDEO_AND_AUDIO_PIDS";
|
|
1332
|
-
M2tsEbpPlacement["VIDEO_PID"] = "VIDEO_PID";
|
|
1333
|
-
})(M2tsEbpPlacement || (M2tsEbpPlacement = {}));
|
|
1334
|
-
export var M2tsEsRateInPes;
|
|
1335
|
-
(function (M2tsEsRateInPes) {
|
|
1336
|
-
M2tsEsRateInPes["EXCLUDE"] = "EXCLUDE";
|
|
1337
|
-
M2tsEsRateInPes["INCLUDE"] = "INCLUDE";
|
|
1338
|
-
})(M2tsEsRateInPes || (M2tsEsRateInPes = {}));
|
|
1339
|
-
export var M2tsForceTsVideoEbpOrder;
|
|
1340
|
-
(function (M2tsForceTsVideoEbpOrder) {
|
|
1341
|
-
M2tsForceTsVideoEbpOrder["DEFAULT"] = "DEFAULT";
|
|
1342
|
-
M2tsForceTsVideoEbpOrder["FORCE"] = "FORCE";
|
|
1343
|
-
})(M2tsForceTsVideoEbpOrder || (M2tsForceTsVideoEbpOrder = {}));
|
|
1344
1354
|
export const AllowedRenditionSizeFilterSensitiveLog = (obj) => ({
|
|
1345
1355
|
...obj,
|
|
1346
1356
|
});
|
|
@@ -1662,9 +1672,3 @@ export const F4vSettingsFilterSensitiveLog = (obj) => ({
|
|
|
1662
1672
|
export const DvbNitSettingsFilterSensitiveLog = (obj) => ({
|
|
1663
1673
|
...obj,
|
|
1664
1674
|
});
|
|
1665
|
-
export const DvbSdtSettingsFilterSensitiveLog = (obj) => ({
|
|
1666
|
-
...obj,
|
|
1667
|
-
});
|
|
1668
|
-
export const DvbTdtSettingsFilterSensitiveLog = (obj) => ({
|
|
1669
|
-
...obj,
|
|
1670
|
-
});
|
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
2
|
+
export var M2tsEbpAudioInterval;
|
|
3
|
+
(function (M2tsEbpAudioInterval) {
|
|
4
|
+
M2tsEbpAudioInterval["VIDEO_AND_FIXED_INTERVALS"] = "VIDEO_AND_FIXED_INTERVALS";
|
|
5
|
+
M2tsEbpAudioInterval["VIDEO_INTERVAL"] = "VIDEO_INTERVAL";
|
|
6
|
+
})(M2tsEbpAudioInterval || (M2tsEbpAudioInterval = {}));
|
|
7
|
+
export var M2tsEbpPlacement;
|
|
8
|
+
(function (M2tsEbpPlacement) {
|
|
9
|
+
M2tsEbpPlacement["VIDEO_AND_AUDIO_PIDS"] = "VIDEO_AND_AUDIO_PIDS";
|
|
10
|
+
M2tsEbpPlacement["VIDEO_PID"] = "VIDEO_PID";
|
|
11
|
+
})(M2tsEbpPlacement || (M2tsEbpPlacement = {}));
|
|
12
|
+
export var M2tsEsRateInPes;
|
|
13
|
+
(function (M2tsEsRateInPes) {
|
|
14
|
+
M2tsEsRateInPes["EXCLUDE"] = "EXCLUDE";
|
|
15
|
+
M2tsEsRateInPes["INCLUDE"] = "INCLUDE";
|
|
16
|
+
})(M2tsEsRateInPes || (M2tsEsRateInPes = {}));
|
|
17
|
+
export var M2tsForceTsVideoEbpOrder;
|
|
18
|
+
(function (M2tsForceTsVideoEbpOrder) {
|
|
19
|
+
M2tsForceTsVideoEbpOrder["DEFAULT"] = "DEFAULT";
|
|
20
|
+
M2tsForceTsVideoEbpOrder["FORCE"] = "FORCE";
|
|
21
|
+
})(M2tsForceTsVideoEbpOrder || (M2tsForceTsVideoEbpOrder = {}));
|
|
2
22
|
export var M2tsKlvMetadata;
|
|
3
23
|
(function (M2tsKlvMetadata) {
|
|
4
24
|
M2tsKlvMetadata["NONE"] = "NONE";
|
|
@@ -128,6 +148,11 @@ export var MpdKlvMetadata;
|
|
|
128
148
|
MpdKlvMetadata["NONE"] = "NONE";
|
|
129
149
|
MpdKlvMetadata["PASSTHROUGH"] = "PASSTHROUGH";
|
|
130
150
|
})(MpdKlvMetadata || (MpdKlvMetadata = {}));
|
|
151
|
+
export var MpdManifestMetadataSignaling;
|
|
152
|
+
(function (MpdManifestMetadataSignaling) {
|
|
153
|
+
MpdManifestMetadataSignaling["DISABLED"] = "DISABLED";
|
|
154
|
+
MpdManifestMetadataSignaling["ENABLED"] = "ENABLED";
|
|
155
|
+
})(MpdManifestMetadataSignaling || (MpdManifestMetadataSignaling = {}));
|
|
131
156
|
export var MpdScte35Esam;
|
|
132
157
|
(function (MpdScte35Esam) {
|
|
133
158
|
MpdScte35Esam["INSERT"] = "INSERT";
|
|
@@ -143,6 +168,11 @@ export var MpdTimedMetadata;
|
|
|
143
168
|
MpdTimedMetadata["NONE"] = "NONE";
|
|
144
169
|
MpdTimedMetadata["PASSTHROUGH"] = "PASSTHROUGH";
|
|
145
170
|
})(MpdTimedMetadata || (MpdTimedMetadata = {}));
|
|
171
|
+
export var MpdTimedMetadataBoxVersion;
|
|
172
|
+
(function (MpdTimedMetadataBoxVersion) {
|
|
173
|
+
MpdTimedMetadataBoxVersion["VERSION_0"] = "VERSION_0";
|
|
174
|
+
MpdTimedMetadataBoxVersion["VERSION_1"] = "VERSION_1";
|
|
175
|
+
})(MpdTimedMetadataBoxVersion || (MpdTimedMetadataBoxVersion = {}));
|
|
146
176
|
export var MxfAfdSignaling;
|
|
147
177
|
(function (MxfAfdSignaling) {
|
|
148
178
|
MxfAfdSignaling["COPY_FROM_VIDEO"] = "COPY_FROM_VIDEO";
|
|
@@ -1239,17 +1269,12 @@ export var InputPolicy;
|
|
|
1239
1269
|
InputPolicy["ALLOWED"] = "ALLOWED";
|
|
1240
1270
|
InputPolicy["DISALLOWED"] = "DISALLOWED";
|
|
1241
1271
|
})(InputPolicy || (InputPolicy = {}));
|
|
1242
|
-
export
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
})
|
|
1248
|
-
export var Order;
|
|
1249
|
-
(function (Order) {
|
|
1250
|
-
Order["ASCENDING"] = "ASCENDING";
|
|
1251
|
-
Order["DESCENDING"] = "DESCENDING";
|
|
1252
|
-
})(Order || (Order = {}));
|
|
1272
|
+
export const DvbSdtSettingsFilterSensitiveLog = (obj) => ({
|
|
1273
|
+
...obj,
|
|
1274
|
+
});
|
|
1275
|
+
export const DvbTdtSettingsFilterSensitiveLog = (obj) => ({
|
|
1276
|
+
...obj,
|
|
1277
|
+
});
|
|
1253
1278
|
export const M2tsScte35EsamFilterSensitiveLog = (obj) => ({
|
|
1254
1279
|
...obj,
|
|
1255
1280
|
});
|
|
@@ -1520,21 +1545,3 @@ export const GetPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
|
1520
1545
|
export const PolicyFilterSensitiveLog = (obj) => ({
|
|
1521
1546
|
...obj,
|
|
1522
1547
|
});
|
|
1523
|
-
export const GetPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1524
|
-
...obj,
|
|
1525
|
-
});
|
|
1526
|
-
export const GetPresetRequestFilterSensitiveLog = (obj) => ({
|
|
1527
|
-
...obj,
|
|
1528
|
-
});
|
|
1529
|
-
export const GetPresetResponseFilterSensitiveLog = (obj) => ({
|
|
1530
|
-
...obj,
|
|
1531
|
-
});
|
|
1532
|
-
export const GetQueueRequestFilterSensitiveLog = (obj) => ({
|
|
1533
|
-
...obj,
|
|
1534
|
-
});
|
|
1535
|
-
export const GetQueueResponseFilterSensitiveLog = (obj) => ({
|
|
1536
|
-
...obj,
|
|
1537
|
-
});
|
|
1538
|
-
export const ListJobsRequestFilterSensitiveLog = (obj) => ({
|
|
1539
|
-
...obj,
|
|
1540
|
-
});
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
export var JobTemplateListBy;
|
|
2
|
+
(function (JobTemplateListBy) {
|
|
3
|
+
JobTemplateListBy["CREATION_DATE"] = "CREATION_DATE";
|
|
4
|
+
JobTemplateListBy["NAME"] = "NAME";
|
|
5
|
+
JobTemplateListBy["SYSTEM"] = "SYSTEM";
|
|
6
|
+
})(JobTemplateListBy || (JobTemplateListBy = {}));
|
|
7
|
+
export var Order;
|
|
8
|
+
(function (Order) {
|
|
9
|
+
Order["ASCENDING"] = "ASCENDING";
|
|
10
|
+
Order["DESCENDING"] = "DESCENDING";
|
|
11
|
+
})(Order || (Order = {}));
|
|
1
12
|
export var PresetListBy;
|
|
2
13
|
(function (PresetListBy) {
|
|
3
14
|
PresetListBy["CREATION_DATE"] = "CREATION_DATE";
|
|
@@ -9,6 +20,24 @@ export var QueueListBy;
|
|
|
9
20
|
QueueListBy["CREATION_DATE"] = "CREATION_DATE";
|
|
10
21
|
QueueListBy["NAME"] = "NAME";
|
|
11
22
|
})(QueueListBy || (QueueListBy = {}));
|
|
23
|
+
export const GetPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
24
|
+
...obj,
|
|
25
|
+
});
|
|
26
|
+
export const GetPresetRequestFilterSensitiveLog = (obj) => ({
|
|
27
|
+
...obj,
|
|
28
|
+
});
|
|
29
|
+
export const GetPresetResponseFilterSensitiveLog = (obj) => ({
|
|
30
|
+
...obj,
|
|
31
|
+
});
|
|
32
|
+
export const GetQueueRequestFilterSensitiveLog = (obj) => ({
|
|
33
|
+
...obj,
|
|
34
|
+
});
|
|
35
|
+
export const GetQueueResponseFilterSensitiveLog = (obj) => ({
|
|
36
|
+
...obj,
|
|
37
|
+
});
|
|
38
|
+
export const ListJobsRequestFilterSensitiveLog = (obj) => ({
|
|
39
|
+
...obj,
|
|
40
|
+
});
|
|
12
41
|
export const ListJobsResponseFilterSensitiveLog = (obj) => ({
|
|
13
42
|
...obj,
|
|
14
43
|
});
|
|
@@ -2678,6 +2678,7 @@ const serializeAws_restJson1CmafGroupSettings = (input, context) => {
|
|
|
2678
2678
|
...(input.MinFinalSegmentLength != null && {
|
|
2679
2679
|
minFinalSegmentLength: __serializeFloat(input.MinFinalSegmentLength),
|
|
2680
2680
|
}),
|
|
2681
|
+
...(input.MpdManifestBandwidthType != null && { mpdManifestBandwidthType: input.MpdManifestBandwidthType }),
|
|
2681
2682
|
...(input.MpdProfile != null && { mpdProfile: input.MpdProfile }),
|
|
2682
2683
|
...(input.PtsOffsetHandlingForBFrames != null && {
|
|
2683
2684
|
ptsOffsetHandlingForBFrames: input.PtsOffsetHandlingForBFrames,
|
|
@@ -2689,6 +2690,7 @@ const serializeAws_restJson1CmafGroupSettings = (input, context) => {
|
|
|
2689
2690
|
...(input.TargetDurationCompatibilityMode != null && {
|
|
2690
2691
|
targetDurationCompatibilityMode: input.TargetDurationCompatibilityMode,
|
|
2691
2692
|
}),
|
|
2693
|
+
...(input.VideoCompositionOffsets != null && { videoCompositionOffsets: input.VideoCompositionOffsets }),
|
|
2692
2694
|
...(input.WriteDashManifest != null && { writeDashManifest: input.WriteDashManifest }),
|
|
2693
2695
|
...(input.WriteHlsManifest != null && { writeHlsManifest: input.WriteHlsManifest }),
|
|
2694
2696
|
...(input.WriteSegmentTimelineInRepresentation != null && {
|
|
@@ -2717,9 +2719,13 @@ const serializeAws_restJson1CmfcSettings = (input, context) => {
|
|
|
2717
2719
|
}),
|
|
2718
2720
|
...(input.IFrameOnlyManifest != null && { iFrameOnlyManifest: input.IFrameOnlyManifest }),
|
|
2719
2721
|
...(input.KlvMetadata != null && { klvMetadata: input.KlvMetadata }),
|
|
2722
|
+
...(input.ManifestMetadataSignaling != null && { manifestMetadataSignaling: input.ManifestMetadataSignaling }),
|
|
2720
2723
|
...(input.Scte35Esam != null && { scte35Esam: input.Scte35Esam }),
|
|
2721
2724
|
...(input.Scte35Source != null && { scte35Source: input.Scte35Source }),
|
|
2722
2725
|
...(input.TimedMetadata != null && { timedMetadata: input.TimedMetadata }),
|
|
2726
|
+
...(input.TimedMetadataBoxVersion != null && { timedMetadataBoxVersion: input.TimedMetadataBoxVersion }),
|
|
2727
|
+
...(input.TimedMetadataSchemeIdUri != null && { timedMetadataSchemeIdUri: input.TimedMetadataSchemeIdUri }),
|
|
2728
|
+
...(input.TimedMetadataValue != null && { timedMetadataValue: input.TimedMetadataValue }),
|
|
2723
2729
|
};
|
|
2724
2730
|
};
|
|
2725
2731
|
const serializeAws_restJson1ColorCorrector = (input, context) => {
|
|
@@ -2799,6 +2805,7 @@ const serializeAws_restJson1DashIsoGroupSettings = (input, context) => {
|
|
|
2799
2805
|
...(input.MinFinalSegmentLength != null && {
|
|
2800
2806
|
minFinalSegmentLength: __serializeFloat(input.MinFinalSegmentLength),
|
|
2801
2807
|
}),
|
|
2808
|
+
...(input.MpdManifestBandwidthType != null && { mpdManifestBandwidthType: input.MpdManifestBandwidthType }),
|
|
2802
2809
|
...(input.MpdProfile != null && { mpdProfile: input.MpdProfile }),
|
|
2803
2810
|
...(input.PtsOffsetHandlingForBFrames != null && {
|
|
2804
2811
|
ptsOffsetHandlingForBFrames: input.PtsOffsetHandlingForBFrames,
|
|
@@ -2806,6 +2813,7 @@ const serializeAws_restJson1DashIsoGroupSettings = (input, context) => {
|
|
|
2806
2813
|
...(input.SegmentControl != null && { segmentControl: input.SegmentControl }),
|
|
2807
2814
|
...(input.SegmentLength != null && { segmentLength: input.SegmentLength }),
|
|
2808
2815
|
...(input.SegmentLengthControl != null && { segmentLengthControl: input.SegmentLengthControl }),
|
|
2816
|
+
...(input.VideoCompositionOffsets != null && { videoCompositionOffsets: input.VideoCompositionOffsets }),
|
|
2809
2817
|
...(input.WriteSegmentTimelineInRepresentation != null && {
|
|
2810
2818
|
writeSegmentTimelineInRepresentation: input.WriteSegmentTimelineInRepresentation,
|
|
2811
2819
|
}),
|
|
@@ -3706,9 +3714,13 @@ const serializeAws_restJson1MpdSettings = (input, context) => {
|
|
|
3706
3714
|
...(input.AudioDuration != null && { audioDuration: input.AudioDuration }),
|
|
3707
3715
|
...(input.CaptionContainerType != null && { captionContainerType: input.CaptionContainerType }),
|
|
3708
3716
|
...(input.KlvMetadata != null && { klvMetadata: input.KlvMetadata }),
|
|
3717
|
+
...(input.ManifestMetadataSignaling != null && { manifestMetadataSignaling: input.ManifestMetadataSignaling }),
|
|
3709
3718
|
...(input.Scte35Esam != null && { scte35Esam: input.Scte35Esam }),
|
|
3710
3719
|
...(input.Scte35Source != null && { scte35Source: input.Scte35Source }),
|
|
3711
3720
|
...(input.TimedMetadata != null && { timedMetadata: input.TimedMetadata }),
|
|
3721
|
+
...(input.TimedMetadataBoxVersion != null && { timedMetadataBoxVersion: input.TimedMetadataBoxVersion }),
|
|
3722
|
+
...(input.TimedMetadataSchemeIdUri != null && { timedMetadataSchemeIdUri: input.TimedMetadataSchemeIdUri }),
|
|
3723
|
+
...(input.TimedMetadataValue != null && { timedMetadataValue: input.TimedMetadataValue }),
|
|
3712
3724
|
};
|
|
3713
3725
|
};
|
|
3714
3726
|
const serializeAws_restJson1Mpeg2Settings = (input, context) => {
|
|
@@ -5241,6 +5253,7 @@ const deserializeAws_restJson1CmafGroupSettings = (output, context) => {
|
|
|
5241
5253
|
ManifestDurationFormat: __expectString(output.manifestDurationFormat),
|
|
5242
5254
|
MinBufferTime: __expectInt32(output.minBufferTime),
|
|
5243
5255
|
MinFinalSegmentLength: __limitedParseDouble(output.minFinalSegmentLength),
|
|
5256
|
+
MpdManifestBandwidthType: __expectString(output.mpdManifestBandwidthType),
|
|
5244
5257
|
MpdProfile: __expectString(output.mpdProfile),
|
|
5245
5258
|
PtsOffsetHandlingForBFrames: __expectString(output.ptsOffsetHandlingForBFrames),
|
|
5246
5259
|
SegmentControl: __expectString(output.segmentControl),
|
|
@@ -5248,6 +5261,7 @@ const deserializeAws_restJson1CmafGroupSettings = (output, context) => {
|
|
|
5248
5261
|
SegmentLengthControl: __expectString(output.segmentLengthControl),
|
|
5249
5262
|
StreamInfResolution: __expectString(output.streamInfResolution),
|
|
5250
5263
|
TargetDurationCompatibilityMode: __expectString(output.targetDurationCompatibilityMode),
|
|
5264
|
+
VideoCompositionOffsets: __expectString(output.videoCompositionOffsets),
|
|
5251
5265
|
WriteDashManifest: __expectString(output.writeDashManifest),
|
|
5252
5266
|
WriteHlsManifest: __expectString(output.writeHlsManifest),
|
|
5253
5267
|
WriteSegmentTimelineInRepresentation: __expectString(output.writeSegmentTimelineInRepresentation),
|
|
@@ -5272,9 +5286,13 @@ const deserializeAws_restJson1CmfcSettings = (output, context) => {
|
|
|
5272
5286
|
DescriptiveVideoServiceFlag: __expectString(output.descriptiveVideoServiceFlag),
|
|
5273
5287
|
IFrameOnlyManifest: __expectString(output.iFrameOnlyManifest),
|
|
5274
5288
|
KlvMetadata: __expectString(output.klvMetadata),
|
|
5289
|
+
ManifestMetadataSignaling: __expectString(output.manifestMetadataSignaling),
|
|
5275
5290
|
Scte35Esam: __expectString(output.scte35Esam),
|
|
5276
5291
|
Scte35Source: __expectString(output.scte35Source),
|
|
5277
5292
|
TimedMetadata: __expectString(output.timedMetadata),
|
|
5293
|
+
TimedMetadataBoxVersion: __expectString(output.timedMetadataBoxVersion),
|
|
5294
|
+
TimedMetadataSchemeIdUri: __expectString(output.timedMetadataSchemeIdUri),
|
|
5295
|
+
TimedMetadataValue: __expectString(output.timedMetadataValue),
|
|
5278
5296
|
};
|
|
5279
5297
|
};
|
|
5280
5298
|
const deserializeAws_restJson1ColorCorrector = (output, context) => {
|
|
@@ -5340,11 +5358,13 @@ const deserializeAws_restJson1DashIsoGroupSettings = (output, context) => {
|
|
|
5340
5358
|
: undefined,
|
|
5341
5359
|
MinBufferTime: __expectInt32(output.minBufferTime),
|
|
5342
5360
|
MinFinalSegmentLength: __limitedParseDouble(output.minFinalSegmentLength),
|
|
5361
|
+
MpdManifestBandwidthType: __expectString(output.mpdManifestBandwidthType),
|
|
5343
5362
|
MpdProfile: __expectString(output.mpdProfile),
|
|
5344
5363
|
PtsOffsetHandlingForBFrames: __expectString(output.ptsOffsetHandlingForBFrames),
|
|
5345
5364
|
SegmentControl: __expectString(output.segmentControl),
|
|
5346
5365
|
SegmentLength: __expectInt32(output.segmentLength),
|
|
5347
5366
|
SegmentLengthControl: __expectString(output.segmentLengthControl),
|
|
5367
|
+
VideoCompositionOffsets: __expectString(output.videoCompositionOffsets),
|
|
5348
5368
|
WriteSegmentTimelineInRepresentation: __expectString(output.writeSegmentTimelineInRepresentation),
|
|
5349
5369
|
};
|
|
5350
5370
|
};
|
|
@@ -6236,9 +6256,13 @@ const deserializeAws_restJson1MpdSettings = (output, context) => {
|
|
|
6236
6256
|
AudioDuration: __expectString(output.audioDuration),
|
|
6237
6257
|
CaptionContainerType: __expectString(output.captionContainerType),
|
|
6238
6258
|
KlvMetadata: __expectString(output.klvMetadata),
|
|
6259
|
+
ManifestMetadataSignaling: __expectString(output.manifestMetadataSignaling),
|
|
6239
6260
|
Scte35Esam: __expectString(output.scte35Esam),
|
|
6240
6261
|
Scte35Source: __expectString(output.scte35Source),
|
|
6241
6262
|
TimedMetadata: __expectString(output.timedMetadata),
|
|
6263
|
+
TimedMetadataBoxVersion: __expectString(output.timedMetadataBoxVersion),
|
|
6264
|
+
TimedMetadataSchemeIdUri: __expectString(output.timedMetadataSchemeIdUri),
|
|
6265
|
+
TimedMetadataValue: __expectString(output.timedMetadataValue),
|
|
6242
6266
|
};
|
|
6243
6267
|
};
|
|
6244
6268
|
const deserializeAws_restJson1Mpeg2Settings = (output, context) => {
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetPolicyRequest
|
|
5
|
+
import { GetPolicyRequest } from "../models/models_1";
|
|
6
|
+
import { GetPolicyResponse } from "../models/models_2";
|
|
6
7
|
export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
7
8
|
}
|
|
8
9
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetPresetRequest, GetPresetResponse } from "../models/
|
|
5
|
+
import { GetPresetRequest, GetPresetResponse } from "../models/models_2";
|
|
6
6
|
export interface GetPresetCommandInput extends GetPresetRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetQueueRequest, GetQueueResponse } from "../models/
|
|
5
|
+
import { GetQueueRequest, GetQueueResponse } from "../models/models_2";
|
|
6
6
|
export interface GetQueueCommandInput extends GetQueueRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface GetQueueCommandOutput extends GetQueueResponse, __MetadataBearer {
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { ListJobsRequest } from "../models/
|
|
6
|
-
import { ListJobsResponse } from "../models/models_2";
|
|
5
|
+
import { ListJobsRequest, ListJobsResponse } from "../models/models_2";
|
|
7
6
|
export interface ListJobsCommandInput extends ListJobsRequest {
|
|
8
7
|
}
|
|
9
8
|
export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
|
|
@@ -135,7 +135,7 @@ export declare enum AacVbrQuality {
|
|
|
135
135
|
*/
|
|
136
136
|
export interface AacSettings {
|
|
137
137
|
/**
|
|
138
|
-
* Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and
|
|
138
|
+
* Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and FollowInputAudioType. Choose NORMAL when the input does not contain pre-mixed audio + audio description (AD). In this case, the encoder will use any values you provide for AudioType and FollowInputAudioType.
|
|
139
139
|
*/
|
|
140
140
|
AudioDescriptionBroadcasterMix?: AacAudioDescriptionBroadcasterMix | string;
|
|
141
141
|
/**
|
|
@@ -147,7 +147,7 @@ export interface AacSettings {
|
|
|
147
147
|
*/
|
|
148
148
|
CodecProfile?: AacCodecProfile | string;
|
|
149
149
|
/**
|
|
150
|
-
*
|
|
150
|
+
* The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Five channels, C, L, R, Ls, Rs, LFE.
|
|
151
151
|
*/
|
|
152
152
|
CodingMode?: AacCodingMode | string;
|
|
153
153
|
/**
|
|
@@ -159,7 +159,7 @@ export interface AacSettings {
|
|
|
159
159
|
*/
|
|
160
160
|
RawFormat?: AacRawFormat | string;
|
|
161
161
|
/**
|
|
162
|
-
* Sample rate in Hz. Valid
|
|
162
|
+
* Specify the Sample rate in Hz. Valid sample rates depend on the Profile and Coding mode that you select. The following list shows valid sample rates for each Profile and Coding mode. * LC Profile, Coding mode 1.0, 2.0, and Receiver Mix: 8000, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000. * LC Profile, Coding mode 5.1: 32000, 44100, 48000, 96000. * HEV1 Profile, Coding mode 1.0 and Receiver Mix: 22050, 24000, 32000, 44100, 48000. * HEV1 Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. * HEV2 Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000.
|
|
163
163
|
*/
|
|
164
164
|
SampleRate?: number;
|
|
165
165
|
/**
|
|
@@ -3105,6 +3105,10 @@ export declare enum CmafManifestDurationFormat {
|
|
|
3105
3105
|
FLOATING_POINT = "FLOATING_POINT",
|
|
3106
3106
|
INTEGER = "INTEGER"
|
|
3107
3107
|
}
|
|
3108
|
+
export declare enum CmafMpdManifestBandwidthType {
|
|
3109
|
+
AVERAGE = "AVERAGE",
|
|
3110
|
+
MAX = "MAX"
|
|
3111
|
+
}
|
|
3108
3112
|
export declare enum CmafMpdProfile {
|
|
3109
3113
|
MAIN_PROFILE = "MAIN_PROFILE",
|
|
3110
3114
|
ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE"
|
|
@@ -3129,6 +3133,10 @@ export declare enum CmafTargetDurationCompatibilityMode {
|
|
|
3129
3133
|
LEGACY = "LEGACY",
|
|
3130
3134
|
SPEC_COMPLIANT = "SPEC_COMPLIANT"
|
|
3131
3135
|
}
|
|
3136
|
+
export declare enum CmafVideoCompositionOffsets {
|
|
3137
|
+
SIGNED = "SIGNED",
|
|
3138
|
+
UNSIGNED = "UNSIGNED"
|
|
3139
|
+
}
|
|
3132
3140
|
export declare enum CmafWriteDASHManifest {
|
|
3133
3141
|
DISABLED = "DISABLED",
|
|
3134
3142
|
ENABLED = "ENABLED"
|
|
@@ -3201,6 +3209,10 @@ export interface CmafGroupSettings {
|
|
|
3201
3209
|
* Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back the end of your video asset. If you know that player devices are hanging on the final segment of your video because the length of your final segment is too short, use this setting to specify a minimum final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your segment length. When you specify a value for this setting, the encoder will combine any final segment that is shorter than the length that you specify with the previous segment. For example, your segment length is 3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the minimum final segment length to 1, your final segment is 3.5 seconds.
|
|
3202
3210
|
*/
|
|
3203
3211
|
MinFinalSegmentLength?: number;
|
|
3212
|
+
/**
|
|
3213
|
+
* Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest. We recommend that you choose a MPD manifest bandwidth type that is compatible with your downstream player configuration. Max: Use the same value that you specify for Max bitrate in the video output, in bits per second. Average: Use the calculated average bitrate of the encoded video output, in bits per second.
|
|
3214
|
+
*/
|
|
3215
|
+
MpdManifestBandwidthType?: CmafMpdManifestBandwidthType | string;
|
|
3204
3216
|
/**
|
|
3205
3217
|
* Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your .mpd. When you choose On-demand, you must also set the output group setting Segment control (SegmentControl) to Single file (SINGLE_FILE).
|
|
3206
3218
|
*/
|
|
@@ -3229,6 +3241,10 @@ export interface CmafGroupSettings {
|
|
|
3229
3241
|
* When set to LEGACY, the segment target duration is always rounded up to the nearest integer value above its current value in seconds. When set to SPEC\\_COMPLIANT, the segment target duration is rounded up to the nearest integer value if fraction seconds are greater than or equal to 0.5 (>= 0.5) and rounded down if less than 0.5 (< 0.5). You may need to use LEGACY if your client needs to ensure that the target duration is always longer than the actual duration of the segment. Some older players may experience interrupted playback when the actual duration of a track in a segment is longer than the target duration.
|
|
3230
3242
|
*/
|
|
3231
3243
|
TargetDurationCompatibilityMode?: CmafTargetDurationCompatibilityMode | string;
|
|
3244
|
+
/**
|
|
3245
|
+
* Specify the video sample composition time offset mode in the output fMP4 TRUN box. For wider player compatibility, set Video composition offsets to Unsigned or leave blank. The earliest presentation time may be greater than zero, and sample composition time offsets will increment using unsigned integers. For strict fMP4 video and audio timing, set Video composition offsets to Signed. The earliest presentation time will be equal to zero, and sample composition time offsets will increment using signed integers.
|
|
3246
|
+
*/
|
|
3247
|
+
VideoCompositionOffsets?: CmafVideoCompositionOffsets | string;
|
|
3232
3248
|
/**
|
|
3233
3249
|
* When set to ENABLED, a DASH MPD manifest will be generated for this output.
|
|
3234
3250
|
*/
|
|
@@ -3328,6 +3344,10 @@ export interface DashIsoImageBasedTrickPlaySettings {
|
|
|
3328
3344
|
*/
|
|
3329
3345
|
TileWidth?: number;
|
|
3330
3346
|
}
|
|
3347
|
+
export declare enum DashIsoMpdManifestBandwidthType {
|
|
3348
|
+
AVERAGE = "AVERAGE",
|
|
3349
|
+
MAX = "MAX"
|
|
3350
|
+
}
|
|
3331
3351
|
export declare enum DashIsoMpdProfile {
|
|
3332
3352
|
MAIN_PROFILE = "MAIN_PROFILE",
|
|
3333
3353
|
ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE"
|
|
@@ -3344,6 +3364,10 @@ export declare enum DashIsoSegmentLengthControl {
|
|
|
3344
3364
|
EXACT = "EXACT",
|
|
3345
3365
|
GOP_MULTIPLE = "GOP_MULTIPLE"
|
|
3346
3366
|
}
|
|
3367
|
+
export declare enum DashIsoVideoCompositionOffsets {
|
|
3368
|
+
SIGNED = "SIGNED",
|
|
3369
|
+
UNSIGNED = "UNSIGNED"
|
|
3370
|
+
}
|
|
3347
3371
|
export declare enum DashIsoWriteSegmentTimelineInRepresentation {
|
|
3348
3372
|
DISABLED = "DISABLED",
|
|
3349
3373
|
ENABLED = "ENABLED"
|
|
@@ -3400,6 +3424,10 @@ export interface DashIsoGroupSettings {
|
|
|
3400
3424
|
* Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back the end of your video asset. If you know that player devices are hanging on the final segment of your video because the length of your final segment is too short, use this setting to specify a minimum final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your segment length. When you specify a value for this setting, the encoder will combine any final segment that is shorter than the length that you specify with the previous segment. For example, your segment length is 3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the minimum final segment length to 1, your final segment is 3.5 seconds.
|
|
3401
3425
|
*/
|
|
3402
3426
|
MinFinalSegmentLength?: number;
|
|
3427
|
+
/**
|
|
3428
|
+
* Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest. We recommend that you choose a MPD manifest bandwidth type that is compatible with your downstream player configuration. Max: Use the same value that you specify for Max bitrate in the video output, in bits per second. Average: Use the calculated average bitrate of the encoded video output, in bits per second.
|
|
3429
|
+
*/
|
|
3430
|
+
MpdManifestBandwidthType?: DashIsoMpdManifestBandwidthType | string;
|
|
3403
3431
|
/**
|
|
3404
3432
|
* Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your .mpd. When you choose On-demand, you must also set the output group setting Segment control (SegmentControl) to Single file (SINGLE_FILE).
|
|
3405
3433
|
*/
|
|
@@ -3420,6 +3448,10 @@ export interface DashIsoGroupSettings {
|
|
|
3420
3448
|
* Specify how you want MediaConvert to determine the segment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Segment length (SegmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.
|
|
3421
3449
|
*/
|
|
3422
3450
|
SegmentLengthControl?: DashIsoSegmentLengthControl | string;
|
|
3451
|
+
/**
|
|
3452
|
+
* Specify the video sample composition time offset mode in the output fMP4 TRUN box. For wider player compatibility, set Video composition offsets to Unsigned or leave blank. The earliest presentation time may be greater than zero, and sample composition time offsets will increment using unsigned integers. For strict fMP4 video and audio timing, set Video composition offsets to Signed. The earliest presentation time will be equal to zero, and sample composition time offsets will increment using signed integers.
|
|
3453
|
+
*/
|
|
3454
|
+
VideoCompositionOffsets?: DashIsoVideoCompositionOffsets | string;
|
|
3423
3455
|
/**
|
|
3424
3456
|
* If you get an HTTP error in the 400 range when you play back your DASH output, enable this setting and run your transcoding job again. When you enable this setting, the service writes precise segment durations in the DASH manifest. The segment duration information appears inside the SegmentTimeline element, inside SegmentTemplate at the Representation level. When you don't enable this setting, the service writes approximate segment durations in your DASH manifest.
|
|
3425
3457
|
*/
|
|
@@ -3845,6 +3877,10 @@ export declare enum CmfcKlvMetadata {
|
|
|
3845
3877
|
NONE = "NONE",
|
|
3846
3878
|
PASSTHROUGH = "PASSTHROUGH"
|
|
3847
3879
|
}
|
|
3880
|
+
export declare enum CmfcManifestMetadataSignaling {
|
|
3881
|
+
DISABLED = "DISABLED",
|
|
3882
|
+
ENABLED = "ENABLED"
|
|
3883
|
+
}
|
|
3848
3884
|
export declare enum CmfcScte35Esam {
|
|
3849
3885
|
INSERT = "INSERT",
|
|
3850
3886
|
NONE = "NONE"
|
|
@@ -3857,6 +3893,10 @@ export declare enum CmfcTimedMetadata {
|
|
|
3857
3893
|
NONE = "NONE",
|
|
3858
3894
|
PASSTHROUGH = "PASSTHROUGH"
|
|
3859
3895
|
}
|
|
3896
|
+
export declare enum CmfcTimedMetadataBoxVersion {
|
|
3897
|
+
VERSION_0 = "VERSION_0",
|
|
3898
|
+
VERSION_1 = "VERSION_1"
|
|
3899
|
+
}
|
|
3860
3900
|
/**
|
|
3861
3901
|
* These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
|
|
3862
3902
|
*/
|
|
@@ -3889,6 +3929,10 @@ export interface CmfcSettings {
|
|
|
3889
3929
|
* To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
|
|
3890
3930
|
*/
|
|
3891
3931
|
KlvMetadata?: CmfcKlvMetadata | string;
|
|
3932
|
+
/**
|
|
3933
|
+
* To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled.
|
|
3934
|
+
*/
|
|
3935
|
+
ManifestMetadataSignaling?: CmfcManifestMetadataSignaling | string;
|
|
3892
3936
|
/**
|
|
3893
3937
|
* Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).
|
|
3894
3938
|
*/
|
|
@@ -3901,6 +3945,21 @@ export interface CmfcSettings {
|
|
|
3901
3945
|
* To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.
|
|
3902
3946
|
*/
|
|
3903
3947
|
TimedMetadata?: CmfcTimedMetadata | string;
|
|
3948
|
+
/**
|
|
3949
|
+
* Specify the event message box (eMSG) version for ID3 timed metadata in your output.
|
|
3950
|
+
* For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.3 Syntax.
|
|
3951
|
+
* Leave blank to use the default value Version 0.
|
|
3952
|
+
* When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
3953
|
+
*/
|
|
3954
|
+
TimedMetadataBoxVersion?: CmfcTimedMetadataBoxVersion | string;
|
|
3955
|
+
/**
|
|
3956
|
+
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more informaiton, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to use the default value: https://aomedia.org/emsg/ID3 When you specify a value for ID3 metadata scheme ID URI, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
3957
|
+
*/
|
|
3958
|
+
TimedMetadataSchemeIdUri?: string;
|
|
3959
|
+
/**
|
|
3960
|
+
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more informaiton, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata Value, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
3961
|
+
*/
|
|
3962
|
+
TimedMetadataValue?: string;
|
|
3904
3963
|
}
|
|
3905
3964
|
export declare enum ContainerType {
|
|
3906
3965
|
CMFC = "CMFC",
|
|
@@ -3967,52 +4026,6 @@ export declare enum OutputSdt {
|
|
|
3967
4026
|
SDT_MANUAL = "SDT_MANUAL",
|
|
3968
4027
|
SDT_NONE = "SDT_NONE"
|
|
3969
4028
|
}
|
|
3970
|
-
/**
|
|
3971
|
-
* Use these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
|
|
3972
|
-
*/
|
|
3973
|
-
export interface DvbSdtSettings {
|
|
3974
|
-
/**
|
|
3975
|
-
* Selects method of inserting SDT information into output stream. "Follow input SDT" copies SDT information from input stream to output stream. "Follow input SDT if present" copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. Enter "SDT Manually" means user will enter the SDT information. "No SDT" means output stream will not contain SDT information.
|
|
3976
|
-
*/
|
|
3977
|
-
OutputSdt?: OutputSdt | string;
|
|
3978
|
-
/**
|
|
3979
|
-
* The number of milliseconds between instances of this table in the output transport stream.
|
|
3980
|
-
*/
|
|
3981
|
-
SdtInterval?: number;
|
|
3982
|
-
/**
|
|
3983
|
-
* The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.
|
|
3984
|
-
*/
|
|
3985
|
-
ServiceName?: string;
|
|
3986
|
-
/**
|
|
3987
|
-
* The service provider name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters.
|
|
3988
|
-
*/
|
|
3989
|
-
ServiceProviderName?: string;
|
|
3990
|
-
}
|
|
3991
|
-
/**
|
|
3992
|
-
* Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
|
|
3993
|
-
*/
|
|
3994
|
-
export interface DvbTdtSettings {
|
|
3995
|
-
/**
|
|
3996
|
-
* The number of milliseconds between instances of this table in the output transport stream.
|
|
3997
|
-
*/
|
|
3998
|
-
TdtInterval?: number;
|
|
3999
|
-
}
|
|
4000
|
-
export declare enum M2tsEbpAudioInterval {
|
|
4001
|
-
VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
|
|
4002
|
-
VIDEO_INTERVAL = "VIDEO_INTERVAL"
|
|
4003
|
-
}
|
|
4004
|
-
export declare enum M2tsEbpPlacement {
|
|
4005
|
-
VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
|
|
4006
|
-
VIDEO_PID = "VIDEO_PID"
|
|
4007
|
-
}
|
|
4008
|
-
export declare enum M2tsEsRateInPes {
|
|
4009
|
-
EXCLUDE = "EXCLUDE",
|
|
4010
|
-
INCLUDE = "INCLUDE"
|
|
4011
|
-
}
|
|
4012
|
-
export declare enum M2tsForceTsVideoEbpOrder {
|
|
4013
|
-
DEFAULT = "DEFAULT",
|
|
4014
|
-
FORCE = "FORCE"
|
|
4015
|
-
}
|
|
4016
4029
|
/**
|
|
4017
4030
|
* @internal
|
|
4018
4031
|
*/
|
|
@@ -4441,11 +4454,3 @@ export declare const F4vSettingsFilterSensitiveLog: (obj: F4vSettings) => any;
|
|
|
4441
4454
|
* @internal
|
|
4442
4455
|
*/
|
|
4443
4456
|
export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
|
|
4444
|
-
/**
|
|
4445
|
-
* @internal
|
|
4446
|
-
*/
|
|
4447
|
-
export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
|
|
4448
|
-
/**
|
|
4449
|
-
* @internal
|
|
4450
|
-
*/
|
|
4451
|
-
export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
|