@aws-sdk/client-mediaconvert 3.484.0 → 3.485.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/models/models_0.js +1 -5
- package/dist-cjs/models/models_1.js +41 -5
- package/dist-cjs/protocols/Aws_restJson1.js +85 -0
- package/dist-es/models/models_0.js +0 -4
- package/dist-es/models/models_1.js +36 -0
- package/dist-es/protocols/Aws_restJson1.js +85 -0
- package/dist-types/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +49 -5
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +49 -5
- package/dist-types/commands/CreatePresetCommand.d.ts +29 -5
- package/dist-types/commands/GetJobCommand.d.ts +24 -2
- package/dist-types/commands/GetJobTemplateCommand.d.ts +24 -2
- package/dist-types/commands/GetPresetCommand.d.ts +14 -2
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +24 -2
- package/dist-types/commands/ListJobsCommand.d.ts +24 -2
- package/dist-types/commands/ListPresetsCommand.d.ts +14 -2
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +48 -4
- package/dist-types/commands/UpdatePresetCommand.d.ts +28 -4
- package/dist-types/models/models_0.d.ts +40 -16
- package/dist-types/models/models_1.d.ts +174 -224
- package/dist-types/models/models_2.d.ts +223 -2
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +8 -6
- package/dist-types/ts3.4/models/models_1.d.ts +68 -53
- package/dist-types/ts3.4/models/models_2.d.ts +62 -2
- package/package.json +34 -34
|
@@ -68,6 +68,15 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
68
68
|
* // AvailBlanking: { // AvailBlanking
|
|
69
69
|
* // AvailBlankingImage: "STRING_VALUE",
|
|
70
70
|
* // },
|
|
71
|
+
* // ColorConversion3DLUTSettings: [ // ColorConversion3DLUTSettings
|
|
72
|
+
* // { // ColorConversion3DLUTSetting
|
|
73
|
+
* // FileInput: "STRING_VALUE",
|
|
74
|
+
* // InputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
75
|
+
* // InputMasteringLuminance: Number("int"),
|
|
76
|
+
* // OutputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
77
|
+
* // OutputMasteringLuminance: Number("int"),
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
71
80
|
* // Esam: { // EsamSettings
|
|
72
81
|
* // ManifestConfirmConditionNotification: { // EsamManifestConfirmConditionNotification
|
|
73
82
|
* // MccXml: "STRING_VALUE",
|
|
@@ -262,6 +271,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
262
271
|
* // WhitePointX: Number("int"),
|
|
263
272
|
* // WhitePointY: Number("int"),
|
|
264
273
|
* // },
|
|
274
|
+
* // MaxLuminance: Number("int"),
|
|
265
275
|
* // PadVideo: "DISABLED" || "BLACK",
|
|
266
276
|
* // Pid: Number("int"),
|
|
267
277
|
* // ProgramNumber: Number("int"),
|
|
@@ -892,7 +902,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
892
902
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
893
903
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
894
904
|
* // },
|
|
895
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW",
|
|
905
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
896
906
|
* // F4vSettings: { // F4vSettings
|
|
897
907
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
898
908
|
* // },
|
|
@@ -1069,7 +1079,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1069
1079
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1070
1080
|
* // Telecine: "NONE" || "HARD",
|
|
1071
1081
|
* // },
|
|
1072
|
-
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1082
|
+
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "UNCOMPRESSED" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1073
1083
|
* // FrameCaptureSettings: { // FrameCaptureSettings
|
|
1074
1084
|
* // FramerateDenominator: Number("int"),
|
|
1075
1085
|
* // FramerateNumerator: Number("int"),
|
|
@@ -1230,6 +1240,17 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1230
1240
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1231
1241
|
* // Telecine: "NONE" || "HARD",
|
|
1232
1242
|
* // },
|
|
1243
|
+
* // UncompressedSettings: { // UncompressedSettings
|
|
1244
|
+
* // Fourcc: "I420" || "I422" || "I444",
|
|
1245
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1246
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
1247
|
+
* // FramerateDenominator: Number("int"),
|
|
1248
|
+
* // FramerateNumerator: Number("int"),
|
|
1249
|
+
* // InterlaceMode: "INTERLACED" || "PROGRESSIVE",
|
|
1250
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1251
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1252
|
+
* // Telecine: "NONE" || "HARD",
|
|
1253
|
+
* // },
|
|
1233
1254
|
* // Vc3Settings: { // Vc3Settings
|
|
1234
1255
|
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1235
1256
|
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
@@ -1362,6 +1383,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1362
1383
|
* // },
|
|
1363
1384
|
* // HdrToSdrToneMapper: "PRESERVE_DETAILS" || "VIBRANT",
|
|
1364
1385
|
* // Hue: Number("int"),
|
|
1386
|
+
* // MaxLuminance: Number("int"),
|
|
1365
1387
|
* // SampleRangeConversion: "LIMITED_RANGE_SQUEEZE" || "NONE" || "LIMITED_RANGE_CLIP",
|
|
1366
1388
|
* // Saturation: Number("int"),
|
|
1367
1389
|
* // SdrReferenceWhiteLevel: Number("int"),
|
|
@@ -103,6 +103,15 @@ declare const ListJobsCommand_base: {
|
|
|
103
103
|
* // AvailBlanking: { // AvailBlanking
|
|
104
104
|
* // AvailBlankingImage: "STRING_VALUE",
|
|
105
105
|
* // },
|
|
106
|
+
* // ColorConversion3DLUTSettings: [ // ColorConversion3DLUTSettings
|
|
107
|
+
* // { // ColorConversion3DLUTSetting
|
|
108
|
+
* // FileInput: "STRING_VALUE",
|
|
109
|
+
* // InputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
110
|
+
* // InputMasteringLuminance: Number("int"),
|
|
111
|
+
* // OutputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
112
|
+
* // OutputMasteringLuminance: Number("int"),
|
|
113
|
+
* // },
|
|
114
|
+
* // ],
|
|
106
115
|
* // Esam: { // EsamSettings
|
|
107
116
|
* // ManifestConfirmConditionNotification: { // EsamManifestConfirmConditionNotification
|
|
108
117
|
* // MccXml: "STRING_VALUE",
|
|
@@ -310,6 +319,7 @@ declare const ListJobsCommand_base: {
|
|
|
310
319
|
* // WhitePointX: Number("int"),
|
|
311
320
|
* // WhitePointY: Number("int"),
|
|
312
321
|
* // },
|
|
322
|
+
* // MaxLuminance: Number("int"),
|
|
313
323
|
* // PadVideo: "DISABLED" || "BLACK",
|
|
314
324
|
* // Pid: Number("int"),
|
|
315
325
|
* // ProgramNumber: Number("int"),
|
|
@@ -940,7 +950,7 @@ declare const ListJobsCommand_base: {
|
|
|
940
950
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
941
951
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
942
952
|
* // },
|
|
943
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW",
|
|
953
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
944
954
|
* // F4vSettings: { // F4vSettings
|
|
945
955
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
946
956
|
* // },
|
|
@@ -1117,7 +1127,7 @@ declare const ListJobsCommand_base: {
|
|
|
1117
1127
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1118
1128
|
* // Telecine: "NONE" || "HARD",
|
|
1119
1129
|
* // },
|
|
1120
|
-
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1130
|
+
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "UNCOMPRESSED" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1121
1131
|
* // FrameCaptureSettings: { // FrameCaptureSettings
|
|
1122
1132
|
* // FramerateDenominator: Number("int"),
|
|
1123
1133
|
* // FramerateNumerator: Number("int"),
|
|
@@ -1278,6 +1288,17 @@ declare const ListJobsCommand_base: {
|
|
|
1278
1288
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1279
1289
|
* // Telecine: "NONE" || "HARD",
|
|
1280
1290
|
* // },
|
|
1291
|
+
* // UncompressedSettings: { // UncompressedSettings
|
|
1292
|
+
* // Fourcc: "I420" || "I422" || "I444",
|
|
1293
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1294
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
1295
|
+
* // FramerateDenominator: Number("int"),
|
|
1296
|
+
* // FramerateNumerator: Number("int"),
|
|
1297
|
+
* // InterlaceMode: "INTERLACED" || "PROGRESSIVE",
|
|
1298
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1299
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1300
|
+
* // Telecine: "NONE" || "HARD",
|
|
1301
|
+
* // },
|
|
1281
1302
|
* // Vc3Settings: { // Vc3Settings
|
|
1282
1303
|
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1283
1304
|
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
@@ -1410,6 +1431,7 @@ declare const ListJobsCommand_base: {
|
|
|
1410
1431
|
* // },
|
|
1411
1432
|
* // HdrToSdrToneMapper: "PRESERVE_DETAILS" || "VIBRANT",
|
|
1412
1433
|
* // Hue: Number("int"),
|
|
1434
|
+
* // MaxLuminance: Number("int"),
|
|
1413
1435
|
* // SampleRangeConversion: "LIMITED_RANGE_SQUEEZE" || "NONE" || "LIMITED_RANGE_CLIP",
|
|
1414
1436
|
* // Saturation: Number("int"),
|
|
1415
1437
|
* // SdrReferenceWhiteLevel: Number("int"),
|
|
@@ -307,7 +307,7 @@ declare const ListPresetsCommand_base: {
|
|
|
307
307
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
308
308
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
309
309
|
* // },
|
|
310
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW",
|
|
310
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
311
311
|
* // F4vSettings: { // F4vSettings
|
|
312
312
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
313
313
|
* // },
|
|
@@ -470,7 +470,7 @@ declare const ListPresetsCommand_base: {
|
|
|
470
470
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
471
471
|
* // Telecine: "NONE" || "HARD",
|
|
472
472
|
* // },
|
|
473
|
-
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
473
|
+
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "UNCOMPRESSED" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
474
474
|
* // FrameCaptureSettings: { // FrameCaptureSettings
|
|
475
475
|
* // FramerateDenominator: Number("int"),
|
|
476
476
|
* // FramerateNumerator: Number("int"),
|
|
@@ -631,6 +631,17 @@ declare const ListPresetsCommand_base: {
|
|
|
631
631
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
632
632
|
* // Telecine: "NONE" || "HARD",
|
|
633
633
|
* // },
|
|
634
|
+
* // UncompressedSettings: { // UncompressedSettings
|
|
635
|
+
* // Fourcc: "I420" || "I422" || "I444",
|
|
636
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
637
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
638
|
+
* // FramerateDenominator: Number("int"),
|
|
639
|
+
* // FramerateNumerator: Number("int"),
|
|
640
|
+
* // InterlaceMode: "INTERLACED" || "PROGRESSIVE",
|
|
641
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
642
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
643
|
+
* // Telecine: "NONE" || "HARD",
|
|
644
|
+
* // },
|
|
634
645
|
* // Vc3Settings: { // Vc3Settings
|
|
635
646
|
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
636
647
|
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
@@ -763,6 +774,7 @@ declare const ListPresetsCommand_base: {
|
|
|
763
774
|
* // },
|
|
764
775
|
* // HdrToSdrToneMapper: "PRESERVE_DETAILS" || "VIBRANT",
|
|
765
776
|
* // Hue: Number("int"),
|
|
777
|
+
* // MaxLuminance: Number("int"),
|
|
766
778
|
* // SampleRangeConversion: "LIMITED_RANGE_SQUEEZE" || "NONE" || "LIMITED_RANGE_CLIP",
|
|
767
779
|
* // Saturation: Number("int"),
|
|
768
780
|
* // SdrReferenceWhiteLevel: Number("int"),
|
|
@@ -54,6 +54,15 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
54
54
|
* AvailBlanking: { // AvailBlanking
|
|
55
55
|
* AvailBlankingImage: "STRING_VALUE",
|
|
56
56
|
* },
|
|
57
|
+
* ColorConversion3DLUTSettings: [ // ColorConversion3DLUTSettings
|
|
58
|
+
* { // ColorConversion3DLUTSetting
|
|
59
|
+
* FileInput: "STRING_VALUE",
|
|
60
|
+
* InputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
61
|
+
* InputMasteringLuminance: Number("int"),
|
|
62
|
+
* OutputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
63
|
+
* OutputMasteringLuminance: Number("int"),
|
|
64
|
+
* },
|
|
65
|
+
* ],
|
|
57
66
|
* Esam: { // EsamSettings
|
|
58
67
|
* ManifestConfirmConditionNotification: { // EsamManifestConfirmConditionNotification
|
|
59
68
|
* MccXml: "STRING_VALUE",
|
|
@@ -248,6 +257,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
248
257
|
* WhitePointX: Number("int"),
|
|
249
258
|
* WhitePointY: Number("int"),
|
|
250
259
|
* },
|
|
260
|
+
* MaxLuminance: Number("int"),
|
|
251
261
|
* PadVideo: "DISABLED" || "BLACK",
|
|
252
262
|
* Pid: Number("int"),
|
|
253
263
|
* ProgramNumber: Number("int"),
|
|
@@ -878,7 +888,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
878
888
|
* TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
879
889
|
* TimedMetadataValue: "STRING_VALUE",
|
|
880
890
|
* },
|
|
881
|
-
* Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW",
|
|
891
|
+
* Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
882
892
|
* F4vSettings: { // F4vSettings
|
|
883
893
|
* MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
884
894
|
* },
|
|
@@ -1055,7 +1065,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1055
1065
|
* SlowPal: "DISABLED" || "ENABLED",
|
|
1056
1066
|
* Telecine: "NONE" || "HARD",
|
|
1057
1067
|
* },
|
|
1058
|
-
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1068
|
+
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "UNCOMPRESSED" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1059
1069
|
* FrameCaptureSettings: { // FrameCaptureSettings
|
|
1060
1070
|
* FramerateDenominator: Number("int"),
|
|
1061
1071
|
* FramerateNumerator: Number("int"),
|
|
@@ -1216,6 +1226,17 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1216
1226
|
* SlowPal: "DISABLED" || "ENABLED",
|
|
1217
1227
|
* Telecine: "NONE" || "HARD",
|
|
1218
1228
|
* },
|
|
1229
|
+
* UncompressedSettings: { // UncompressedSettings
|
|
1230
|
+
* Fourcc: "I420" || "I422" || "I444",
|
|
1231
|
+
* FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1232
|
+
* FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
1233
|
+
* FramerateDenominator: Number("int"),
|
|
1234
|
+
* FramerateNumerator: Number("int"),
|
|
1235
|
+
* InterlaceMode: "INTERLACED" || "PROGRESSIVE",
|
|
1236
|
+
* ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1237
|
+
* SlowPal: "DISABLED" || "ENABLED",
|
|
1238
|
+
* Telecine: "NONE" || "HARD",
|
|
1239
|
+
* },
|
|
1219
1240
|
* Vc3Settings: { // Vc3Settings
|
|
1220
1241
|
* FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1221
1242
|
* FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
@@ -1348,6 +1369,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1348
1369
|
* },
|
|
1349
1370
|
* HdrToSdrToneMapper: "PRESERVE_DETAILS" || "VIBRANT",
|
|
1350
1371
|
* Hue: Number("int"),
|
|
1372
|
+
* MaxLuminance: Number("int"),
|
|
1351
1373
|
* SampleRangeConversion: "LIMITED_RANGE_SQUEEZE" || "NONE" || "LIMITED_RANGE_CLIP",
|
|
1352
1374
|
* Saturation: Number("int"),
|
|
1353
1375
|
* SdrReferenceWhiteLevel: Number("int"),
|
|
@@ -1470,6 +1492,15 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1470
1492
|
* // AvailBlanking: { // AvailBlanking
|
|
1471
1493
|
* // AvailBlankingImage: "STRING_VALUE",
|
|
1472
1494
|
* // },
|
|
1495
|
+
* // ColorConversion3DLUTSettings: [ // ColorConversion3DLUTSettings
|
|
1496
|
+
* // { // ColorConversion3DLUTSetting
|
|
1497
|
+
* // FileInput: "STRING_VALUE",
|
|
1498
|
+
* // InputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
1499
|
+
* // InputMasteringLuminance: Number("int"),
|
|
1500
|
+
* // OutputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
1501
|
+
* // OutputMasteringLuminance: Number("int"),
|
|
1502
|
+
* // },
|
|
1503
|
+
* // ],
|
|
1473
1504
|
* // Esam: { // EsamSettings
|
|
1474
1505
|
* // ManifestConfirmConditionNotification: { // EsamManifestConfirmConditionNotification
|
|
1475
1506
|
* // MccXml: "STRING_VALUE",
|
|
@@ -1664,6 +1695,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1664
1695
|
* // WhitePointX: Number("int"),
|
|
1665
1696
|
* // WhitePointY: Number("int"),
|
|
1666
1697
|
* // },
|
|
1698
|
+
* // MaxLuminance: Number("int"),
|
|
1667
1699
|
* // PadVideo: "DISABLED" || "BLACK",
|
|
1668
1700
|
* // Pid: Number("int"),
|
|
1669
1701
|
* // ProgramNumber: Number("int"),
|
|
@@ -2294,7 +2326,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2294
2326
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
2295
2327
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
2296
2328
|
* // },
|
|
2297
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW",
|
|
2329
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
2298
2330
|
* // F4vSettings: { // F4vSettings
|
|
2299
2331
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
2300
2332
|
* // },
|
|
@@ -2471,7 +2503,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2471
2503
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
2472
2504
|
* // Telecine: "NONE" || "HARD",
|
|
2473
2505
|
* // },
|
|
2474
|
-
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
2506
|
+
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "UNCOMPRESSED" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
2475
2507
|
* // FrameCaptureSettings: { // FrameCaptureSettings
|
|
2476
2508
|
* // FramerateDenominator: Number("int"),
|
|
2477
2509
|
* // FramerateNumerator: Number("int"),
|
|
@@ -2632,6 +2664,17 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2632
2664
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
2633
2665
|
* // Telecine: "NONE" || "HARD",
|
|
2634
2666
|
* // },
|
|
2667
|
+
* // UncompressedSettings: { // UncompressedSettings
|
|
2668
|
+
* // Fourcc: "I420" || "I422" || "I444",
|
|
2669
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
2670
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
2671
|
+
* // FramerateDenominator: Number("int"),
|
|
2672
|
+
* // FramerateNumerator: Number("int"),
|
|
2673
|
+
* // InterlaceMode: "INTERLACED" || "PROGRESSIVE",
|
|
2674
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
2675
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
2676
|
+
* // Telecine: "NONE" || "HARD",
|
|
2677
|
+
* // },
|
|
2635
2678
|
* // Vc3Settings: { // Vc3Settings
|
|
2636
2679
|
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
2637
2680
|
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
@@ -2764,6 +2807,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2764
2807
|
* // },
|
|
2765
2808
|
* // HdrToSdrToneMapper: "PRESERVE_DETAILS" || "VIBRANT",
|
|
2766
2809
|
* // Hue: Number("int"),
|
|
2810
|
+
* // MaxLuminance: Number("int"),
|
|
2767
2811
|
* // SampleRangeConversion: "LIMITED_RANGE_SQUEEZE" || "NONE" || "LIMITED_RANGE_CLIP",
|
|
2768
2812
|
* // Saturation: Number("int"),
|
|
2769
2813
|
* // SdrReferenceWhiteLevel: Number("int"),
|
|
@@ -292,7 +292,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
292
292
|
* TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
293
293
|
* TimedMetadataValue: "STRING_VALUE",
|
|
294
294
|
* },
|
|
295
|
-
* Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW",
|
|
295
|
+
* Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
296
296
|
* F4vSettings: { // F4vSettings
|
|
297
297
|
* MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
298
298
|
* },
|
|
@@ -455,7 +455,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
455
455
|
* SlowPal: "DISABLED" || "ENABLED",
|
|
456
456
|
* Telecine: "NONE" || "HARD",
|
|
457
457
|
* },
|
|
458
|
-
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
458
|
+
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "UNCOMPRESSED" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
459
459
|
* FrameCaptureSettings: { // FrameCaptureSettings
|
|
460
460
|
* FramerateDenominator: Number("int"),
|
|
461
461
|
* FramerateNumerator: Number("int"),
|
|
@@ -616,6 +616,17 @@ declare const UpdatePresetCommand_base: {
|
|
|
616
616
|
* SlowPal: "DISABLED" || "ENABLED",
|
|
617
617
|
* Telecine: "NONE" || "HARD",
|
|
618
618
|
* },
|
|
619
|
+
* UncompressedSettings: { // UncompressedSettings
|
|
620
|
+
* Fourcc: "I420" || "I422" || "I444",
|
|
621
|
+
* FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
622
|
+
* FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
623
|
+
* FramerateDenominator: Number("int"),
|
|
624
|
+
* FramerateNumerator: Number("int"),
|
|
625
|
+
* InterlaceMode: "INTERLACED" || "PROGRESSIVE",
|
|
626
|
+
* ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
627
|
+
* SlowPal: "DISABLED" || "ENABLED",
|
|
628
|
+
* Telecine: "NONE" || "HARD",
|
|
629
|
+
* },
|
|
619
630
|
* Vc3Settings: { // Vc3Settings
|
|
620
631
|
* FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
621
632
|
* FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
@@ -748,6 +759,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
748
759
|
* },
|
|
749
760
|
* HdrToSdrToneMapper: "PRESERVE_DETAILS" || "VIBRANT",
|
|
750
761
|
* Hue: Number("int"),
|
|
762
|
+
* MaxLuminance: Number("int"),
|
|
751
763
|
* SampleRangeConversion: "LIMITED_RANGE_SQUEEZE" || "NONE" || "LIMITED_RANGE_CLIP",
|
|
752
764
|
* Saturation: Number("int"),
|
|
753
765
|
* SdrReferenceWhiteLevel: Number("int"),
|
|
@@ -1089,7 +1101,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1089
1101
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
1090
1102
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
1091
1103
|
* // },
|
|
1092
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW",
|
|
1104
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
1093
1105
|
* // F4vSettings: { // F4vSettings
|
|
1094
1106
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
1095
1107
|
* // },
|
|
@@ -1252,7 +1264,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1252
1264
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1253
1265
|
* // Telecine: "NONE" || "HARD",
|
|
1254
1266
|
* // },
|
|
1255
|
-
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1267
|
+
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "UNCOMPRESSED" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1256
1268
|
* // FrameCaptureSettings: { // FrameCaptureSettings
|
|
1257
1269
|
* // FramerateDenominator: Number("int"),
|
|
1258
1270
|
* // FramerateNumerator: Number("int"),
|
|
@@ -1413,6 +1425,17 @@ declare const UpdatePresetCommand_base: {
|
|
|
1413
1425
|
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1414
1426
|
* // Telecine: "NONE" || "HARD",
|
|
1415
1427
|
* // },
|
|
1428
|
+
* // UncompressedSettings: { // UncompressedSettings
|
|
1429
|
+
* // Fourcc: "I420" || "I422" || "I444",
|
|
1430
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1431
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
1432
|
+
* // FramerateDenominator: Number("int"),
|
|
1433
|
+
* // FramerateNumerator: Number("int"),
|
|
1434
|
+
* // InterlaceMode: "INTERLACED" || "PROGRESSIVE",
|
|
1435
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1436
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1437
|
+
* // Telecine: "NONE" || "HARD",
|
|
1438
|
+
* // },
|
|
1416
1439
|
* // Vc3Settings: { // Vc3Settings
|
|
1417
1440
|
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1418
1441
|
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
@@ -1545,6 +1568,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1545
1568
|
* // },
|
|
1546
1569
|
* // HdrToSdrToneMapper: "PRESERVE_DETAILS" || "VIBRANT",
|
|
1547
1570
|
* // Hue: Number("int"),
|
|
1571
|
+
* // MaxLuminance: Number("int"),
|
|
1548
1572
|
* // SampleRangeConversion: "LIMITED_RANGE_SQUEEZE" || "NONE" || "LIMITED_RANGE_CLIP",
|
|
1549
1573
|
* // Saturation: Number("int"),
|
|
1550
1574
|
* // SdrReferenceWhiteLevel: Number("int"),
|
|
@@ -295,7 +295,7 @@ export interface AacSettings {
|
|
|
295
295
|
Bitrate?: number;
|
|
296
296
|
/**
|
|
297
297
|
* @public
|
|
298
|
-
* AAC
|
|
298
|
+
* Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates.
|
|
299
299
|
*/
|
|
300
300
|
CodecProfile?: AacCodecProfile;
|
|
301
301
|
/**
|
|
@@ -305,7 +305,7 @@ export interface AacSettings {
|
|
|
305
305
|
CodingMode?: AacCodingMode;
|
|
306
306
|
/**
|
|
307
307
|
* @public
|
|
308
|
-
*
|
|
308
|
+
* Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality.
|
|
309
309
|
*/
|
|
310
310
|
RateControlMode?: AacRateControlMode;
|
|
311
311
|
/**
|
|
@@ -315,7 +315,7 @@ export interface AacSettings {
|
|
|
315
315
|
RawFormat?: AacRawFormat;
|
|
316
316
|
/**
|
|
317
317
|
* @public
|
|
318
|
-
* Specify the
|
|
318
|
+
* Specify the AAC sample rate in samples per second (Hz). Valid sample rates depend on the AAC profile and Coding mode that you select. For a list of supported sample rates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html
|
|
319
319
|
*/
|
|
320
320
|
SampleRate?: number;
|
|
321
321
|
/**
|
|
@@ -325,7 +325,7 @@ export interface AacSettings {
|
|
|
325
325
|
Specification?: AacSpecification;
|
|
326
326
|
/**
|
|
327
327
|
* @public
|
|
328
|
-
* VBR
|
|
328
|
+
* Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr
|
|
329
329
|
*/
|
|
330
330
|
VbrQuality?: AacVbrQuality;
|
|
331
331
|
}
|
|
@@ -3733,6 +3733,11 @@ export interface VideoSelector {
|
|
|
3733
3733
|
* Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video. Appropriate values vary depending on the input video and must be provided by a color grader. The color grader generates these values during the HDR 10 mastering process. The valid range for each of these settings is 0 to 50,000. Each increment represents 0.00002 in CIE1931 color coordinate. Related settings - When you specify these values, you must also set Color space to HDR 10. To specify whether the the values you specify here take precedence over the values in the metadata of your input file, set Color space usage. To specify whether color metadata is included in an output, set Color metadata. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.
|
|
3734
3734
|
*/
|
|
3735
3735
|
Hdr10Metadata?: Hdr10Metadata;
|
|
3736
|
+
/**
|
|
3737
|
+
* @public
|
|
3738
|
+
* Specify the maximum mastering display luminance. Enter an integer from 0 to 2147483647, in units of 0.0001 nits. For example, enter 10000000 for 1000 nits.
|
|
3739
|
+
*/
|
|
3740
|
+
MaxLuminance?: number;
|
|
3736
3741
|
/**
|
|
3737
3742
|
* @public
|
|
3738
3743
|
* Use this setting if your input has video and audio durations that don't align, and your output or player has strict alignment requirements. Examples: Input audio track has a delayed start. Input video track ends before audio ends. When you set Pad video to Black, MediaConvert generates black video frames so that output video and audio durations match. Black video frames are added at the beginning or end, depending on your input. To keep the default behavior and not generate black video, set Pad video to Disabled or leave blank.
|
|
@@ -4161,6 +4166,37 @@ export interface AvailBlanking {
|
|
|
4161
4166
|
*/
|
|
4162
4167
|
AvailBlankingImage?: string;
|
|
4163
4168
|
}
|
|
4169
|
+
/**
|
|
4170
|
+
* @public
|
|
4171
|
+
* Custom 3D lut settings
|
|
4172
|
+
*/
|
|
4173
|
+
export interface ColorConversion3DLUTSetting {
|
|
4174
|
+
/**
|
|
4175
|
+
* @public
|
|
4176
|
+
* Specify the input file S3, HTTP, or HTTPS URL for your 3D LUT .cube file. Note that MediaConvert accepts 3D LUT files up to 8MB in size.
|
|
4177
|
+
*/
|
|
4178
|
+
FileInput?: string;
|
|
4179
|
+
/**
|
|
4180
|
+
* @public
|
|
4181
|
+
* Specify which inputs use this 3D LUT, according to their color space.
|
|
4182
|
+
*/
|
|
4183
|
+
InputColorSpace?: ColorSpace;
|
|
4184
|
+
/**
|
|
4185
|
+
* @public
|
|
4186
|
+
* Specify which inputs use this 3D LUT, according to their luminance. To apply this 3D LUT to HDR10 or P3D65 (HDR) inputs with a specific mastering luminance: Enter an integer from 0 to 2147483647, corresponding to the input's Maximum luminance value. To apply this 3D LUT to any input regardless of its luminance: Leave blank, or enter 0.
|
|
4187
|
+
*/
|
|
4188
|
+
InputMasteringLuminance?: number;
|
|
4189
|
+
/**
|
|
4190
|
+
* @public
|
|
4191
|
+
* Specify which outputs use this 3D LUT, according to their color space.
|
|
4192
|
+
*/
|
|
4193
|
+
OutputColorSpace?: ColorSpace;
|
|
4194
|
+
/**
|
|
4195
|
+
* @public
|
|
4196
|
+
* Specify which outputs use this 3D LUT, according to their luminance. To apply this 3D LUT to HDR10 or P3D65 (HDR) outputs with a specific luminance: Enter an integer from 0 to 2147483647, corresponding to the output's luminance. To apply this 3D LUT to any output regardless of its luminance: Leave blank, or enter 0.
|
|
4197
|
+
*/
|
|
4198
|
+
OutputMasteringLuminance?: number;
|
|
4199
|
+
}
|
|
4164
4200
|
/**
|
|
4165
4201
|
* @public
|
|
4166
4202
|
* ESAM ManifestConfirmConditionNotification defined by OC-SP-ESAM-API-I03-131025.
|
|
@@ -6299,15 +6335,3 @@ export declare const CmfcScte35Esam: {
|
|
|
6299
6335
|
* @public
|
|
6300
6336
|
*/
|
|
6301
6337
|
export type CmfcScte35Esam = (typeof CmfcScte35Esam)[keyof typeof CmfcScte35Esam];
|
|
6302
|
-
/**
|
|
6303
|
-
* @public
|
|
6304
|
-
* @enum
|
|
6305
|
-
*/
|
|
6306
|
-
export declare const CmfcScte35Source: {
|
|
6307
|
-
readonly NONE: "NONE";
|
|
6308
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
6309
|
-
};
|
|
6310
|
-
/**
|
|
6311
|
-
* @public
|
|
6312
|
-
*/
|
|
6313
|
-
export type CmfcScte35Source = (typeof CmfcScte35Source)[keyof typeof CmfcScte35Source];
|