@aws-sdk/client-mediaconvert 3.921.0 → 3.925.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/index.js +56 -6
- package/dist-es/models/models_0.js +6 -9
- package/dist-es/models/models_1.js +13 -5
- package/dist-es/models/models_2.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +38 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +30 -6
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +30 -6
- package/dist-types/commands/CreatePresetCommand.d.ts +12 -0
- package/dist-types/commands/GetJobCommand.d.ts +15 -3
- package/dist-types/commands/GetJobTemplateCommand.d.ts +15 -3
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +15 -3
- package/dist-types/commands/GetPresetCommand.d.ts +6 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +15 -3
- package/dist-types/commands/ListJobsCommand.d.ts +15 -3
- package/dist-types/commands/ListPresetsCommand.d.ts +6 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +15 -3
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +30 -6
- package/dist-types/commands/UpdatePresetCommand.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +52 -32
- package/dist-types/models/models_1.d.ts +55 -183
- package/dist-types/models/models_2.d.ts +185 -4
- package/dist-types/ts3.4/models/models_0.d.ts +15 -13
- package/dist-types/ts3.4/models/models_1.d.ts +23 -49
- package/dist-types/ts3.4/models/models_2.d.ts +59 -3
- package/package.json +14 -14
|
@@ -182,7 +182,10 @@ declare const SearchJobsCommand_base: {
|
|
|
182
182
|
* // ChannelsIn: Number("int"),
|
|
183
183
|
* // ChannelsOut: Number("int"),
|
|
184
184
|
* // },
|
|
185
|
-
* // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
|
|
185
|
+
* // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
|
|
186
|
+
* // Streams: [
|
|
187
|
+
* // Number("int"),
|
|
188
|
+
* // ],
|
|
186
189
|
* // Tracks: [
|
|
187
190
|
* // Number("int"),
|
|
188
191
|
* // ],
|
|
@@ -225,6 +228,7 @@ declare const SearchJobsCommand_base: {
|
|
|
225
228
|
* // PageNumber: "STRING_VALUE",
|
|
226
229
|
* // },
|
|
227
230
|
* // TrackSourceSettings: { // TrackSourceSettings
|
|
231
|
+
* // StreamNumber: Number("int"),
|
|
228
232
|
* // TrackNumber: Number("int"),
|
|
229
233
|
* // },
|
|
230
234
|
* // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
|
|
@@ -327,6 +331,7 @@ declare const SearchJobsCommand_base: {
|
|
|
327
331
|
* // EndTimecode: "STRING_VALUE",
|
|
328
332
|
* // InitialPosition: { // VideoOverlayPosition
|
|
329
333
|
* // Height: Number("int"),
|
|
334
|
+
* // Opacity: Number("int"),
|
|
330
335
|
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
331
336
|
* // Width: Number("int"),
|
|
332
337
|
* // XPosition: Number("int"),
|
|
@@ -349,6 +354,7 @@ declare const SearchJobsCommand_base: {
|
|
|
349
354
|
* // { // VideoOverlayTransition
|
|
350
355
|
* // EndPosition: {
|
|
351
356
|
* // Height: Number("int"),
|
|
357
|
+
* // Opacity: Number("int"),
|
|
352
358
|
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
353
359
|
* // Width: Number("int"),
|
|
354
360
|
* // XPosition: Number("int"),
|
|
@@ -490,7 +496,7 @@ declare const SearchJobsCommand_base: {
|
|
|
490
496
|
* // ClientCache: "DISABLED" || "ENABLED",
|
|
491
497
|
* // CodecSpecification: "RFC_6381" || "RFC_4281",
|
|
492
498
|
* // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
|
|
493
|
-
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
|
|
499
|
+
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
|
|
494
500
|
* // Destination: "STRING_VALUE",
|
|
495
501
|
* // DestinationSettings: { // DestinationSettings
|
|
496
502
|
* // S3Settings: { // S3DestinationSettings
|
|
@@ -571,7 +577,7 @@ declare const SearchJobsCommand_base: {
|
|
|
571
577
|
* // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
|
|
572
578
|
* // BaseUrl: "STRING_VALUE",
|
|
573
579
|
* // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
|
|
574
|
-
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
|
|
580
|
+
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
|
|
575
581
|
* // Destination: "STRING_VALUE",
|
|
576
582
|
* // DestinationSettings: {
|
|
577
583
|
* // S3Settings: {
|
|
@@ -798,6 +804,9 @@ declare const SearchJobsCommand_base: {
|
|
|
798
804
|
* // TargetLkfs: Number("double"),
|
|
799
805
|
* // TruePeakLimiterThreshold: Number("double"),
|
|
800
806
|
* // },
|
|
807
|
+
* // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
|
|
808
|
+
* // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
|
|
809
|
+
* // },
|
|
801
810
|
* // AudioSourceName: "STRING_VALUE",
|
|
802
811
|
* // AudioType: Number("int"),
|
|
803
812
|
* // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
@@ -1403,6 +1412,9 @@ declare const SearchJobsCommand_base: {
|
|
|
1403
1412
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1404
1413
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1405
1414
|
* // },
|
|
1415
|
+
* // PassthroughSettings: { // PassthroughSettings
|
|
1416
|
+
* // VideoSelectorMode: "AUTO" || "REMUX_ALL",
|
|
1417
|
+
* // },
|
|
1406
1418
|
* // ProresSettings: { // ProresSettings
|
|
1407
1419
|
* // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
|
|
1408
1420
|
* // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
|
|
@@ -129,7 +129,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
129
129
|
* ChannelsIn: Number("int"),
|
|
130
130
|
* ChannelsOut: Number("int"),
|
|
131
131
|
* },
|
|
132
|
-
* SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
|
|
132
|
+
* SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
|
|
133
|
+
* Streams: [
|
|
134
|
+
* Number("int"),
|
|
135
|
+
* ],
|
|
133
136
|
* Tracks: [
|
|
134
137
|
* Number("int"),
|
|
135
138
|
* ],
|
|
@@ -172,6 +175,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
172
175
|
* PageNumber: "STRING_VALUE",
|
|
173
176
|
* },
|
|
174
177
|
* TrackSourceSettings: { // TrackSourceSettings
|
|
178
|
+
* StreamNumber: Number("int"),
|
|
175
179
|
* TrackNumber: Number("int"),
|
|
176
180
|
* },
|
|
177
181
|
* WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
|
|
@@ -249,6 +253,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
249
253
|
* EndTimecode: "STRING_VALUE",
|
|
250
254
|
* InitialPosition: { // VideoOverlayPosition
|
|
251
255
|
* Height: Number("int"),
|
|
256
|
+
* Opacity: Number("int"),
|
|
252
257
|
* Unit: "PIXELS" || "PERCENTAGE",
|
|
253
258
|
* Width: Number("int"),
|
|
254
259
|
* XPosition: Number("int"),
|
|
@@ -271,6 +276,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
271
276
|
* { // VideoOverlayTransition
|
|
272
277
|
* EndPosition: {
|
|
273
278
|
* Height: Number("int"),
|
|
279
|
+
* Opacity: Number("int"),
|
|
274
280
|
* Unit: "PIXELS" || "PERCENTAGE",
|
|
275
281
|
* Width: Number("int"),
|
|
276
282
|
* XPosition: Number("int"),
|
|
@@ -412,7 +418,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
412
418
|
* ClientCache: "DISABLED" || "ENABLED",
|
|
413
419
|
* CodecSpecification: "RFC_6381" || "RFC_4281",
|
|
414
420
|
* DashIFrameTrickPlayNameModifier: "STRING_VALUE",
|
|
415
|
-
* DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
|
|
421
|
+
* DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
|
|
416
422
|
* Destination: "STRING_VALUE",
|
|
417
423
|
* DestinationSettings: { // DestinationSettings
|
|
418
424
|
* S3Settings: { // S3DestinationSettings
|
|
@@ -493,7 +499,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
493
499
|
* AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
|
|
494
500
|
* BaseUrl: "STRING_VALUE",
|
|
495
501
|
* DashIFrameTrickPlayNameModifier: "STRING_VALUE",
|
|
496
|
-
* DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
|
|
502
|
+
* DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
|
|
497
503
|
* Destination: "STRING_VALUE",
|
|
498
504
|
* DestinationSettings: {
|
|
499
505
|
* S3Settings: {
|
|
@@ -720,6 +726,9 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
720
726
|
* TargetLkfs: Number("double"),
|
|
721
727
|
* TruePeakLimiterThreshold: Number("double"),
|
|
722
728
|
* },
|
|
729
|
+
* AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
|
|
730
|
+
* SlowPalPitchCorrection: "DISABLED" || "ENABLED",
|
|
731
|
+
* },
|
|
723
732
|
* AudioSourceName: "STRING_VALUE",
|
|
724
733
|
* AudioType: Number("int"),
|
|
725
734
|
* AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
@@ -1325,6 +1334,9 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1325
1334
|
* Telecine: "NONE" || "SOFT" || "HARD",
|
|
1326
1335
|
* TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1327
1336
|
* },
|
|
1337
|
+
* PassthroughSettings: { // PassthroughSettings
|
|
1338
|
+
* VideoSelectorMode: "AUTO" || "REMUX_ALL",
|
|
1339
|
+
* },
|
|
1328
1340
|
* ProresSettings: { // ProresSettings
|
|
1329
1341
|
* ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
|
|
1330
1342
|
* CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
|
|
@@ -1681,7 +1693,10 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1681
1693
|
* // ChannelsIn: Number("int"),
|
|
1682
1694
|
* // ChannelsOut: Number("int"),
|
|
1683
1695
|
* // },
|
|
1684
|
-
* // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
|
|
1696
|
+
* // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
|
|
1697
|
+
* // Streams: [
|
|
1698
|
+
* // Number("int"),
|
|
1699
|
+
* // ],
|
|
1685
1700
|
* // Tracks: [
|
|
1686
1701
|
* // Number("int"),
|
|
1687
1702
|
* // ],
|
|
@@ -1724,6 +1739,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1724
1739
|
* // PageNumber: "STRING_VALUE",
|
|
1725
1740
|
* // },
|
|
1726
1741
|
* // TrackSourceSettings: { // TrackSourceSettings
|
|
1742
|
+
* // StreamNumber: Number("int"),
|
|
1727
1743
|
* // TrackNumber: Number("int"),
|
|
1728
1744
|
* // },
|
|
1729
1745
|
* // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
|
|
@@ -1801,6 +1817,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1801
1817
|
* // EndTimecode: "STRING_VALUE",
|
|
1802
1818
|
* // InitialPosition: { // VideoOverlayPosition
|
|
1803
1819
|
* // Height: Number("int"),
|
|
1820
|
+
* // Opacity: Number("int"),
|
|
1804
1821
|
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
1805
1822
|
* // Width: Number("int"),
|
|
1806
1823
|
* // XPosition: Number("int"),
|
|
@@ -1823,6 +1840,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1823
1840
|
* // { // VideoOverlayTransition
|
|
1824
1841
|
* // EndPosition: {
|
|
1825
1842
|
* // Height: Number("int"),
|
|
1843
|
+
* // Opacity: Number("int"),
|
|
1826
1844
|
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
1827
1845
|
* // Width: Number("int"),
|
|
1828
1846
|
* // XPosition: Number("int"),
|
|
@@ -1964,7 +1982,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1964
1982
|
* // ClientCache: "DISABLED" || "ENABLED",
|
|
1965
1983
|
* // CodecSpecification: "RFC_6381" || "RFC_4281",
|
|
1966
1984
|
* // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
|
|
1967
|
-
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
|
|
1985
|
+
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
|
|
1968
1986
|
* // Destination: "STRING_VALUE",
|
|
1969
1987
|
* // DestinationSettings: { // DestinationSettings
|
|
1970
1988
|
* // S3Settings: { // S3DestinationSettings
|
|
@@ -2045,7 +2063,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2045
2063
|
* // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
|
|
2046
2064
|
* // BaseUrl: "STRING_VALUE",
|
|
2047
2065
|
* // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
|
|
2048
|
-
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
|
|
2066
|
+
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL",
|
|
2049
2067
|
* // Destination: "STRING_VALUE",
|
|
2050
2068
|
* // DestinationSettings: {
|
|
2051
2069
|
* // S3Settings: {
|
|
@@ -2272,6 +2290,9 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2272
2290
|
* // TargetLkfs: Number("double"),
|
|
2273
2291
|
* // TruePeakLimiterThreshold: Number("double"),
|
|
2274
2292
|
* // },
|
|
2293
|
+
* // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
|
|
2294
|
+
* // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
|
|
2295
|
+
* // },
|
|
2275
2296
|
* // AudioSourceName: "STRING_VALUE",
|
|
2276
2297
|
* // AudioType: Number("int"),
|
|
2277
2298
|
* // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
@@ -2877,6 +2898,9 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2877
2898
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
2878
2899
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
2879
2900
|
* // },
|
|
2901
|
+
* // PassthroughSettings: { // PassthroughSettings
|
|
2902
|
+
* // VideoSelectorMode: "AUTO" || "REMUX_ALL",
|
|
2903
|
+
* // },
|
|
2880
2904
|
* // ProresSettings: { // ProresSettings
|
|
2881
2905
|
* // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
|
|
2882
2906
|
* // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
|
|
@@ -58,6 +58,9 @@ declare const UpdatePresetCommand_base: {
|
|
|
58
58
|
* TargetLkfs: Number("double"),
|
|
59
59
|
* TruePeakLimiterThreshold: Number("double"),
|
|
60
60
|
* },
|
|
61
|
+
* AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
|
|
62
|
+
* SlowPalPitchCorrection: "DISABLED" || "ENABLED",
|
|
63
|
+
* },
|
|
61
64
|
* AudioSourceName: "STRING_VALUE",
|
|
62
65
|
* AudioType: Number("int"),
|
|
63
66
|
* AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
@@ -650,6 +653,9 @@ declare const UpdatePresetCommand_base: {
|
|
|
650
653
|
* Telecine: "NONE" || "SOFT" || "HARD",
|
|
651
654
|
* TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
652
655
|
* },
|
|
656
|
+
* PassthroughSettings: { // PassthroughSettings
|
|
657
|
+
* VideoSelectorMode: "AUTO" || "REMUX_ALL",
|
|
658
|
+
* },
|
|
653
659
|
* ProresSettings: { // ProresSettings
|
|
654
660
|
* ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
|
|
655
661
|
* CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
|
|
@@ -916,6 +922,9 @@ declare const UpdatePresetCommand_base: {
|
|
|
916
922
|
* // TargetLkfs: Number("double"),
|
|
917
923
|
* // TruePeakLimiterThreshold: Number("double"),
|
|
918
924
|
* // },
|
|
925
|
+
* // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
|
|
926
|
+
* // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
|
|
927
|
+
* // },
|
|
919
928
|
* // AudioSourceName: "STRING_VALUE",
|
|
920
929
|
* // AudioType: Number("int"),
|
|
921
930
|
* // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
@@ -1508,6 +1517,9 @@ declare const UpdatePresetCommand_base: {
|
|
|
1508
1517
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1509
1518
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1510
1519
|
* // },
|
|
1520
|
+
* // PassthroughSettings: { // PassthroughSettings
|
|
1521
|
+
* // VideoSelectorMode: "AUTO" || "REMUX_ALL",
|
|
1522
|
+
* // },
|
|
1511
1523
|
* // ProresSettings: { // ProresSettings
|
|
1512
1524
|
* // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
|
|
1513
1525
|
* // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
|
|
@@ -176,6 +176,29 @@ export interface AudioNormalizationSettings {
|
|
|
176
176
|
*/
|
|
177
177
|
TruePeakLimiterThreshold?: number | undefined;
|
|
178
178
|
}
|
|
179
|
+
/**
|
|
180
|
+
* @public
|
|
181
|
+
* @enum
|
|
182
|
+
*/
|
|
183
|
+
export declare const SlowPalPitchCorrection: {
|
|
184
|
+
readonly DISABLED: "DISABLED";
|
|
185
|
+
readonly ENABLED: "ENABLED";
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
export type SlowPalPitchCorrection = (typeof SlowPalPitchCorrection)[keyof typeof SlowPalPitchCorrection];
|
|
191
|
+
/**
|
|
192
|
+
* Settings for audio pitch correction during framerate conversion.
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
export interface AudioPitchCorrectionSettings {
|
|
196
|
+
/**
|
|
197
|
+
* Use Slow PAL pitch correction to compensate for audio pitch changes during slow PAL frame rate conversion. This setting only applies when Slow PAL is enabled in your output video codec settings. To automatically apply audio pitch correction: Choose Enabled. MediaConvert automatically applies a pitch correction to your output to match the original content's audio pitch. To not apply audio pitch correction: Keep the default value, Disabled.
|
|
198
|
+
* @public
|
|
199
|
+
*/
|
|
200
|
+
SlowPalPitchCorrection?: SlowPalPitchCorrection | undefined;
|
|
201
|
+
}
|
|
179
202
|
/**
|
|
180
203
|
* @public
|
|
181
204
|
* @enum
|
|
@@ -1613,6 +1636,11 @@ export interface AudioDescription {
|
|
|
1613
1636
|
* @public
|
|
1614
1637
|
*/
|
|
1615
1638
|
AudioNormalizationSettings?: AudioNormalizationSettings | undefined;
|
|
1639
|
+
/**
|
|
1640
|
+
* Settings for audio pitch correction during framerate conversion.
|
|
1641
|
+
* @public
|
|
1642
|
+
*/
|
|
1643
|
+
AudioPitchCorrectionSettings?: AudioPitchCorrectionSettings | undefined;
|
|
1616
1644
|
/**
|
|
1617
1645
|
* Specifies which audio data to use from each input. In the simplest case, specify an "Audio Selector":#inputs-audio_selector by name based on its order within each input. For example if you specify "Audio Selector 3", then the third audio selector will be used from each input. If an input does not have an "Audio Selector 3", then the audio selector marked as "default" in that input will be used. If there is no audio selector marked as "default", silence will be inserted for the duration of that input. Alternatively, an "Audio Selector Group":#inputs-audio_selector_group name may be specified, with similar default/silence behavior. If no audio_source_name is specified, then "Audio Selector 1" will be chosen automatically.
|
|
1618
1646
|
* @public
|
|
@@ -3019,6 +3047,7 @@ export declare const AudioSelectorType: {
|
|
|
3019
3047
|
readonly HLS_RENDITION_GROUP: "HLS_RENDITION_GROUP";
|
|
3020
3048
|
readonly LANGUAGE_CODE: "LANGUAGE_CODE";
|
|
3021
3049
|
readonly PID: "PID";
|
|
3050
|
+
readonly STREAM: "STREAM";
|
|
3022
3051
|
readonly TRACK: "TRACK";
|
|
3023
3052
|
};
|
|
3024
3053
|
/**
|
|
@@ -3083,12 +3112,17 @@ export interface AudioSelector {
|
|
|
3083
3112
|
*/
|
|
3084
3113
|
RemixSettings?: RemixSettings | undefined;
|
|
3085
3114
|
/**
|
|
3086
|
-
* Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. Language code: Select audio by language using an ISO 639-2 or ISO 639-3 three-letter
|
|
3115
|
+
* Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. If more types of audio data get recognized in the future, these numberings may shift, but the numberings used for Stream mode will not. Language code: Select audio by language using an ISO 639-2 or ISO 639-3 three-letter code in all capital letters. Use this when your source has embedded language metadata and you want to select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without specifying individual track numbers. Stream: Select audio by stream number. Stream numbers include all tracks in the source file, regardless of type, and correspond to either the order of tracks in the file, or if applicable, the stream number metadata of the track. Although all tracks count toward these stream numbers, in this audio selector context, only the stream number of a track containing audio data may be used. If your source file contains a track which is not recognized by the service, then the corresponding stream number will still be reserved for future use. If more types of audio data get recognized in the future, these numberings will not shift.
|
|
3087
3116
|
* @public
|
|
3088
3117
|
*/
|
|
3089
3118
|
SelectorType?: AudioSelectorType | undefined;
|
|
3090
3119
|
/**
|
|
3091
|
-
* Identify a track from the input audio to include in this selector by entering the
|
|
3120
|
+
* Identify a track from the input audio to include in this selector by entering the stream index number. These numberings count all tracks in the input file, but only a track containing audio data may be used here. To include several tracks in a single audio selector, specify multiple tracks as follows. Using the console, enter a comma-separated list. For example, type "1,2,3" to include tracks 1 through 3.
|
|
3121
|
+
* @public
|
|
3122
|
+
*/
|
|
3123
|
+
Streams?: number[] | undefined;
|
|
3124
|
+
/**
|
|
3125
|
+
* Identify a track from the input audio to include in this selector by entering the track index number. These numberings include only tracks recognized as audio. If the service recognizes more types of audio tracks in the future, these numberings may shift. To include several tracks in a single audio selector, specify multiple tracks as follows. Using the console, enter a comma-separated list. For example, type "1,2,3" to include tracks 1 through 3.
|
|
3092
3126
|
* @public
|
|
3093
3127
|
*/
|
|
3094
3128
|
Tracks?: number[] | undefined;
|
|
@@ -3362,7 +3396,12 @@ export interface TeletextSourceSettings {
|
|
|
3362
3396
|
*/
|
|
3363
3397
|
export interface TrackSourceSettings {
|
|
3364
3398
|
/**
|
|
3365
|
-
* Use this setting to select a single captions track from a source.
|
|
3399
|
+
* Use this setting to select a single captions track from a source. Stream numbers include all tracks in the source file, regardless of type, and correspond to either the order of tracks in the file, or if applicable, the stream number metadata of the track. Although all tracks count toward these stream numbers, in this caption selector context, only the stream number of a track containing caption data may be used. To include more than one captions track in your job outputs, create multiple input captions selectors. Specify one stream per selector. If your source file contains a track which is not recognized by the service, then the corresponding stream number will still be reserved for future use. If more types of caption data get recognized in the future, these numberings will not shift.
|
|
3400
|
+
* @public
|
|
3401
|
+
*/
|
|
3402
|
+
StreamNumber?: number | undefined;
|
|
3403
|
+
/**
|
|
3404
|
+
* Use this setting to select a single captions track from a source. Track numbers correspond to the order in the captions source file. For IMF sources, track numbering is based on the order that the captions appear in the CPL. For example, use 1 to select the captions asset that is listed first in the CPL. To include more than one captions track in your job outputs, create multiple input captions selectors. Specify one track per selector. If more types of caption data get recognized in the future, these numberings may shift, but the numberings used for streamNumber will not.
|
|
3366
3405
|
* @public
|
|
3367
3406
|
*/
|
|
3368
3407
|
TrackNumber?: number | undefined;
|
|
@@ -3867,6 +3906,11 @@ export interface VideoOverlayPosition {
|
|
|
3867
3906
|
* @public
|
|
3868
3907
|
*/
|
|
3869
3908
|
Height?: number | undefined;
|
|
3909
|
+
/**
|
|
3910
|
+
* Use Opacity to specify how much of the underlying video shows through the overlay video. 0 is transparent and 100 is fully opaque. Default is 100.
|
|
3911
|
+
* @public
|
|
3912
|
+
*/
|
|
3913
|
+
Opacity?: number | undefined;
|
|
3870
3914
|
/**
|
|
3871
3915
|
* Specify the Unit type to use when you enter a value for X position, Y position, Width, or Height. You can choose Pixels or Percentage. Leave blank to use the default value, Pixels.
|
|
3872
3916
|
* @public
|
|
@@ -3944,7 +3988,7 @@ export declare const VideoOverlayPlayBackMode: {
|
|
|
3944
3988
|
*/
|
|
3945
3989
|
export type VideoOverlayPlayBackMode = (typeof VideoOverlayPlayBackMode)[keyof typeof VideoOverlayPlayBackMode];
|
|
3946
3990
|
/**
|
|
3947
|
-
* Specify one or more Transitions for your video overlay. Use Transitions to reposition or resize your overlay over time. To use the same position and size for the duration of your video overlay: Leave blank. To specify a Transition: Enter a value for Start timecode, End Timecode, X Position, Y Position, Width, or
|
|
3991
|
+
* Specify one or more Transitions for your video overlay. Use Transitions to reposition or resize your overlay over time. To use the same position and size for the duration of your video overlay: Leave blank. To specify a Transition: Enter a value for Start timecode, End Timecode, X Position, Y Position, Width, Height, or Opacity
|
|
3948
3992
|
* @public
|
|
3949
3993
|
*/
|
|
3950
3994
|
export interface VideoOverlayTransition {
|
|
@@ -4230,7 +4274,7 @@ export interface VideoSelector {
|
|
|
4230
4274
|
*/
|
|
4231
4275
|
SelectorType?: VideoSelectorType | undefined;
|
|
4232
4276
|
/**
|
|
4233
|
-
* Specify
|
|
4277
|
+
* Specify one or more video streams for MediaConvert to use from your HLS input. Enter an integer corresponding to the stream number, with the first stream in your HLS multivariant playlist starting at 1.For re-encoding workflows, MediaConvert uses the video stream that you select with the highest bitrate as the input.For video passthrough workflows, you specify whether to passthrough a single video stream or multiple video streams under Video selector source in the output video encoding settings.
|
|
4234
4278
|
* @public
|
|
4235
4279
|
*/
|
|
4236
4280
|
Streams?: number[] | undefined;
|
|
@@ -5086,6 +5130,7 @@ export declare const DashManifestStyle: {
|
|
|
5086
5130
|
readonly BASIC: "BASIC";
|
|
5087
5131
|
readonly COMPACT: "COMPACT";
|
|
5088
5132
|
readonly DISTINCT: "DISTINCT";
|
|
5133
|
+
readonly FULL: "FULL";
|
|
5089
5134
|
};
|
|
5090
5135
|
/**
|
|
5091
5136
|
* @public
|
|
@@ -5633,7 +5678,7 @@ export interface CmafGroupSettings {
|
|
|
5633
5678
|
*/
|
|
5634
5679
|
DashIFrameTrickPlayNameModifier?: string | undefined;
|
|
5635
5680
|
/**
|
|
5636
|
-
* Specify how MediaConvert writes SegmentTimeline in your output DASH manifest. To write a SegmentTimeline
|
|
5681
|
+
* Specify how MediaConvert writes SegmentTimeline in your output DASH manifest. To write a SegmentTimeline for outputs that you also specify a Name modifier for: Keep the default value, Basic. Note that if you do not specify a name modifier for an output, MediaConvert will not write a SegmentTimeline for it. To write a common SegmentTimeline in the video AdaptationSet: Choose Compact. Note that MediaConvert will still write a SegmentTimeline in any Representation that does not share a common timeline. To write a video AdaptationSet for each different output framerate, and a common SegmentTimeline in each AdaptationSet: Choose Distinct. To write a SegmentTimeline in each AdaptationSet: Choose Full.
|
|
5637
5682
|
* @public
|
|
5638
5683
|
*/
|
|
5639
5684
|
DashManifestStyle?: DashManifestStyle | undefined;
|
|
@@ -6004,7 +6049,7 @@ export interface DashIsoGroupSettings {
|
|
|
6004
6049
|
*/
|
|
6005
6050
|
DashIFrameTrickPlayNameModifier?: string | undefined;
|
|
6006
6051
|
/**
|
|
6007
|
-
* Specify how MediaConvert writes SegmentTimeline in your output DASH manifest. To write a SegmentTimeline
|
|
6052
|
+
* Specify how MediaConvert writes SegmentTimeline in your output DASH manifest. To write a SegmentTimeline for outputs that you also specify a Name modifier for: Keep the default value, Basic. Note that if you do not specify a name modifier for an output, MediaConvert will not write a SegmentTimeline for it. To write a common SegmentTimeline in the video AdaptationSet: Choose Compact. Note that MediaConvert will still write a SegmentTimeline in any Representation that does not share a common timeline. To write a video AdaptationSet for each different output framerate, and a common SegmentTimeline in each AdaptationSet: Choose Distinct. To write a SegmentTimeline in each AdaptationSet: Choose Full.
|
|
6008
6053
|
* @public
|
|
6009
6054
|
*/
|
|
6010
6055
|
DashManifestStyle?: DashManifestStyle | undefined;
|
|
@@ -6394,28 +6439,3 @@ export declare const HlsProgressiveWriteHlsManifest: {
|
|
|
6394
6439
|
* @public
|
|
6395
6440
|
*/
|
|
6396
6441
|
export type HlsProgressiveWriteHlsManifest = (typeof HlsProgressiveWriteHlsManifest)[keyof typeof HlsProgressiveWriteHlsManifest];
|
|
6397
|
-
/**
|
|
6398
|
-
* @public
|
|
6399
|
-
* @enum
|
|
6400
|
-
*/
|
|
6401
|
-
export declare const HlsSegmentControl: {
|
|
6402
|
-
readonly SEGMENTED_FILES: "SEGMENTED_FILES";
|
|
6403
|
-
readonly SINGLE_FILE: "SINGLE_FILE";
|
|
6404
|
-
};
|
|
6405
|
-
/**
|
|
6406
|
-
* @public
|
|
6407
|
-
*/
|
|
6408
|
-
export type HlsSegmentControl = (typeof HlsSegmentControl)[keyof typeof HlsSegmentControl];
|
|
6409
|
-
/**
|
|
6410
|
-
* @public
|
|
6411
|
-
* @enum
|
|
6412
|
-
*/
|
|
6413
|
-
export declare const HlsSegmentLengthControl: {
|
|
6414
|
-
readonly EXACT: "EXACT";
|
|
6415
|
-
readonly GOP_MULTIPLE: "GOP_MULTIPLE";
|
|
6416
|
-
readonly MATCH: "MATCH";
|
|
6417
|
-
};
|
|
6418
|
-
/**
|
|
6419
|
-
* @public
|
|
6420
|
-
*/
|
|
6421
|
-
export type HlsSegmentLengthControl = (typeof HlsSegmentLengthControl)[keyof typeof HlsSegmentLengthControl];
|