@aws-sdk/client-mediaconvert 3.316.0 → 3.321.1
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 +20 -19
- package/dist-cjs/models/models_1.js +23 -9
- package/dist-cjs/models/models_2.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +279 -225
- package/dist-es/models/models_0.js +17 -16
- package/dist-es/models/models_1.js +18 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +279 -225
- package/dist-types/commands/CreateJobCommand.d.ts +8 -2
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +8 -2
- package/dist-types/commands/CreatePresetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +8 -2
- package/dist-types/commands/UpdatePresetCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +90 -73
- package/dist-types/models/models_1.d.ts +89 -78
- package/dist-types/models/models_2.d.ts +58 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +34 -29
- package/dist-types/ts3.4/models/models_1.d.ts +31 -25
- package/dist-types/ts3.4/models/models_2.d.ts +20 -1
- package/package.json +6 -6
|
@@ -63,6 +63,11 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
63
63
|
* },
|
|
64
64
|
* Inputs: [ // __listOfInput
|
|
65
65
|
* { // Input
|
|
66
|
+
* AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
67
|
+
* AdvancedInputFilterSettings: { // AdvancedInputFilterSettings
|
|
68
|
+
* AddTexture: "ENABLED" || "DISABLED",
|
|
69
|
+
* Sharpening: "OFF" || "LOW" || "HIGH",
|
|
70
|
+
* },
|
|
66
71
|
* AudioSelectorGroups: { // __mapOfAudioSelectorGroup
|
|
67
72
|
* "<keys>": { // AudioSelectorGroup
|
|
68
73
|
* AudioSelectorNames: [ // __listOf__stringMin1
|
|
@@ -130,6 +135,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
130
135
|
* },
|
|
131
136
|
* FileSourceSettings: { // FileSourceSettings
|
|
132
137
|
* Convert608To708: "UPCONVERT" || "DISABLED",
|
|
138
|
+
* ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
133
139
|
* Framerate: { // CaptionSourceFramerate
|
|
134
140
|
* FramerateDenominator: Number("int"),
|
|
135
141
|
* FramerateNumerator: Number("int"),
|
|
@@ -1019,7 +1025,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
1019
1025
|
* SlowPal: "DISABLED" || "ENABLED",
|
|
1020
1026
|
* Telecine: "NONE" || "HARD",
|
|
1021
1027
|
* },
|
|
1022
|
-
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1028
|
+
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1023
1029
|
* FrameCaptureSettings: { // FrameCaptureSettings
|
|
1024
1030
|
* FramerateDenominator: Number("int"),
|
|
1025
1031
|
* FramerateNumerator: Number("int"),
|
|
@@ -1311,7 +1317,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
1311
1317
|
* SdrReferenceWhiteLevel: Number("int"),
|
|
1312
1318
|
* },
|
|
1313
1319
|
* Deinterlacer: { // Deinterlacer
|
|
1314
|
-
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
|
|
1320
|
+
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
|
|
1315
1321
|
* Control: "FORCE_ALL_FRAMES" || "NORMAL",
|
|
1316
1322
|
* Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
|
|
1317
1323
|
* },
|
|
@@ -62,6 +62,11 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
62
62
|
* },
|
|
63
63
|
* Inputs: [ // __listOfInputTemplate
|
|
64
64
|
* { // InputTemplate
|
|
65
|
+
* AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
66
|
+
* AdvancedInputFilterSettings: { // AdvancedInputFilterSettings
|
|
67
|
+
* AddTexture: "ENABLED" || "DISABLED",
|
|
68
|
+
* Sharpening: "OFF" || "LOW" || "HIGH",
|
|
69
|
+
* },
|
|
65
70
|
* AudioSelectorGroups: { // __mapOfAudioSelectorGroup
|
|
66
71
|
* "<keys>": { // AudioSelectorGroup
|
|
67
72
|
* AudioSelectorNames: [ // __listOf__stringMin1
|
|
@@ -129,6 +134,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
129
134
|
* },
|
|
130
135
|
* FileSourceSettings: { // FileSourceSettings
|
|
131
136
|
* Convert608To708: "UPCONVERT" || "DISABLED",
|
|
137
|
+
* ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
132
138
|
* Framerate: { // CaptionSourceFramerate
|
|
133
139
|
* FramerateDenominator: Number("int"),
|
|
134
140
|
* FramerateNumerator: Number("int"),
|
|
@@ -1005,7 +1011,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
1005
1011
|
* SlowPal: "DISABLED" || "ENABLED",
|
|
1006
1012
|
* Telecine: "NONE" || "HARD",
|
|
1007
1013
|
* },
|
|
1008
|
-
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1014
|
+
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1009
1015
|
* FrameCaptureSettings: { // FrameCaptureSettings
|
|
1010
1016
|
* FramerateDenominator: Number("int"),
|
|
1011
1017
|
* FramerateNumerator: Number("int"),
|
|
@@ -1297,7 +1303,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
1297
1303
|
* SdrReferenceWhiteLevel: Number("int"),
|
|
1298
1304
|
* },
|
|
1299
1305
|
* Deinterlacer: { // Deinterlacer
|
|
1300
|
-
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
|
|
1306
|
+
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
|
|
1301
1307
|
* Control: "FORCE_ALL_FRAMES" || "NORMAL",
|
|
1302
1308
|
* Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
|
|
1303
1309
|
* },
|
|
@@ -435,7 +435,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
|
|
|
435
435
|
* SlowPal: "DISABLED" || "ENABLED",
|
|
436
436
|
* Telecine: "NONE" || "HARD",
|
|
437
437
|
* },
|
|
438
|
-
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
438
|
+
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
439
439
|
* FrameCaptureSettings: { // FrameCaptureSettings
|
|
440
440
|
* FramerateDenominator: Number("int"),
|
|
441
441
|
* FramerateNumerator: Number("int"),
|
|
@@ -727,7 +727,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
|
|
|
727
727
|
* SdrReferenceWhiteLevel: Number("int"),
|
|
728
728
|
* },
|
|
729
729
|
* Deinterlacer: { // Deinterlacer
|
|
730
|
-
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
|
|
730
|
+
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
|
|
731
731
|
* Control: "FORCE_ALL_FRAMES" || "NORMAL",
|
|
732
732
|
* Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
|
|
733
733
|
* },
|
|
@@ -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 { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/
|
|
5
|
+
import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -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 { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/
|
|
5
|
+
import { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -62,6 +62,11 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
62
62
|
* },
|
|
63
63
|
* Inputs: [ // __listOfInputTemplate
|
|
64
64
|
* { // InputTemplate
|
|
65
|
+
* AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
66
|
+
* AdvancedInputFilterSettings: { // AdvancedInputFilterSettings
|
|
67
|
+
* AddTexture: "ENABLED" || "DISABLED",
|
|
68
|
+
* Sharpening: "OFF" || "LOW" || "HIGH",
|
|
69
|
+
* },
|
|
65
70
|
* AudioSelectorGroups: { // __mapOfAudioSelectorGroup
|
|
66
71
|
* "<keys>": { // AudioSelectorGroup
|
|
67
72
|
* AudioSelectorNames: [ // __listOf__stringMin1
|
|
@@ -129,6 +134,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
129
134
|
* },
|
|
130
135
|
* FileSourceSettings: { // FileSourceSettings
|
|
131
136
|
* Convert608To708: "UPCONVERT" || "DISABLED",
|
|
137
|
+
* ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
132
138
|
* Framerate: { // CaptionSourceFramerate
|
|
133
139
|
* FramerateDenominator: Number("int"),
|
|
134
140
|
* FramerateNumerator: Number("int"),
|
|
@@ -1005,7 +1011,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
1005
1011
|
* SlowPal: "DISABLED" || "ENABLED",
|
|
1006
1012
|
* Telecine: "NONE" || "HARD",
|
|
1007
1013
|
* },
|
|
1008
|
-
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1014
|
+
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1009
1015
|
* FrameCaptureSettings: { // FrameCaptureSettings
|
|
1010
1016
|
* FramerateDenominator: Number("int"),
|
|
1011
1017
|
* FramerateNumerator: Number("int"),
|
|
@@ -1297,7 +1303,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
1297
1303
|
* SdrReferenceWhiteLevel: Number("int"),
|
|
1298
1304
|
* },
|
|
1299
1305
|
* Deinterlacer: { // Deinterlacer
|
|
1300
|
-
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
|
|
1306
|
+
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
|
|
1301
1307
|
* Control: "FORCE_ALL_FRAMES" || "NORMAL",
|
|
1302
1308
|
* Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
|
|
1303
1309
|
* },
|
|
@@ -435,7 +435,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
435
435
|
* SlowPal: "DISABLED" || "ENABLED",
|
|
436
436
|
* Telecine: "NONE" || "HARD",
|
|
437
437
|
* },
|
|
438
|
-
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
438
|
+
* Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
439
439
|
* FrameCaptureSettings: { // FrameCaptureSettings
|
|
440
440
|
* FramerateDenominator: Number("int"),
|
|
441
441
|
* FramerateNumerator: Number("int"),
|
|
@@ -727,7 +727,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
727
727
|
* SdrReferenceWhiteLevel: Number("int"),
|
|
728
728
|
* },
|
|
729
729
|
* Deinterlacer: { // Deinterlacer
|
|
730
|
-
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
|
|
730
|
+
* Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
|
|
731
731
|
* Control: "FORCE_ALL_FRAMES" || "NORMAL",
|
|
732
732
|
* Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
|
|
733
733
|
* },
|
|
@@ -143,7 +143,7 @@ export interface AudioNormalizationSettings {
|
|
|
143
143
|
*/
|
|
144
144
|
TargetLkfs?: number;
|
|
145
145
|
/**
|
|
146
|
-
* Specify the True-peak limiter threshold in decibels relative to full scale (dBFS). The peak inter-audio sample loudness in your output will be limited to the value that you specify, without affecting the overall target LKFS. Enter a value from 0 to -
|
|
146
|
+
* Specify the True-peak limiter threshold in decibels relative to full scale (dBFS). The peak inter-audio sample loudness in your output will be limited to the value that you specify, without affecting the overall target LKFS. Enter a value from 0 to -8. Leave blank to use the default value 0.
|
|
147
147
|
*/
|
|
148
148
|
TruePeakLimiterThreshold?: number;
|
|
149
149
|
}
|
|
@@ -2089,7 +2089,7 @@ export type ImscStylePassthrough = (typeof ImscStylePassthrough)[keyof typeof Im
|
|
|
2089
2089
|
*/
|
|
2090
2090
|
export interface ImscDestinationSettings {
|
|
2091
2091
|
/**
|
|
2092
|
-
*
|
|
2092
|
+
* If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: <Accessibility schemeIdUri="urn:mpeg:dash:role:2011" value="caption"/>. If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: <Role schemeIDUri="urn:mpeg:dash:role:2011" value="subtitle"/>.
|
|
2093
2093
|
*/
|
|
2094
2094
|
Accessibility?: ImscAccessibilitySubs | string;
|
|
2095
2095
|
/**
|
|
@@ -2226,7 +2226,7 @@ export type WebvttStylePassthrough = (typeof WebvttStylePassthrough)[keyof typeo
|
|
|
2226
2226
|
*/
|
|
2227
2227
|
export interface WebvttDestinationSettings {
|
|
2228
2228
|
/**
|
|
2229
|
-
*
|
|
2229
|
+
* If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: <Accessibility schemeIdUri="urn:mpeg:dash:role:2011" value="caption"/>. If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: <Role schemeIDUri="urn:mpeg:dash:role:2011" value="subtitle"/>.
|
|
2230
2230
|
*/
|
|
2231
2231
|
Accessibility?: WebvttAccessibilitySubs | string;
|
|
2232
2232
|
/**
|
|
@@ -2446,6 +2446,57 @@ export interface Id3Insertion {
|
|
|
2446
2446
|
*/
|
|
2447
2447
|
Timecode?: string;
|
|
2448
2448
|
}
|
|
2449
|
+
/**
|
|
2450
|
+
* @public
|
|
2451
|
+
* @enum
|
|
2452
|
+
*/
|
|
2453
|
+
export declare const AdvancedInputFilter: {
|
|
2454
|
+
readonly DISABLED: "DISABLED";
|
|
2455
|
+
readonly ENABLED: "ENABLED";
|
|
2456
|
+
};
|
|
2457
|
+
/**
|
|
2458
|
+
* @public
|
|
2459
|
+
*/
|
|
2460
|
+
export type AdvancedInputFilter = (typeof AdvancedInputFilter)[keyof typeof AdvancedInputFilter];
|
|
2461
|
+
/**
|
|
2462
|
+
* @public
|
|
2463
|
+
* @enum
|
|
2464
|
+
*/
|
|
2465
|
+
export declare const AdvancedInputFilterAddTexture: {
|
|
2466
|
+
readonly DISABLED: "DISABLED";
|
|
2467
|
+
readonly ENABLED: "ENABLED";
|
|
2468
|
+
};
|
|
2469
|
+
/**
|
|
2470
|
+
* @public
|
|
2471
|
+
*/
|
|
2472
|
+
export type AdvancedInputFilterAddTexture = (typeof AdvancedInputFilterAddTexture)[keyof typeof AdvancedInputFilterAddTexture];
|
|
2473
|
+
/**
|
|
2474
|
+
* @public
|
|
2475
|
+
* @enum
|
|
2476
|
+
*/
|
|
2477
|
+
export declare const AdvancedInputFilterSharpen: {
|
|
2478
|
+
readonly HIGH: "HIGH";
|
|
2479
|
+
readonly LOW: "LOW";
|
|
2480
|
+
readonly OFF: "OFF";
|
|
2481
|
+
};
|
|
2482
|
+
/**
|
|
2483
|
+
* @public
|
|
2484
|
+
*/
|
|
2485
|
+
export type AdvancedInputFilterSharpen = (typeof AdvancedInputFilterSharpen)[keyof typeof AdvancedInputFilterSharpen];
|
|
2486
|
+
/**
|
|
2487
|
+
* @public
|
|
2488
|
+
* Optional settings for Advanced input filter when you set Advanced input filter to Enabled.
|
|
2489
|
+
*/
|
|
2490
|
+
export interface AdvancedInputFilterSettings {
|
|
2491
|
+
/**
|
|
2492
|
+
* Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.
|
|
2493
|
+
*/
|
|
2494
|
+
AddTexture?: AdvancedInputFilterAddTexture | string;
|
|
2495
|
+
/**
|
|
2496
|
+
* Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.
|
|
2497
|
+
*/
|
|
2498
|
+
Sharpening?: AdvancedInputFilterSharpen | string;
|
|
2499
|
+
}
|
|
2449
2500
|
/**
|
|
2450
2501
|
* @public
|
|
2451
2502
|
* Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.
|
|
@@ -2678,6 +2729,18 @@ export declare const FileSourceConvert608To708: {
|
|
|
2678
2729
|
* @public
|
|
2679
2730
|
*/
|
|
2680
2731
|
export type FileSourceConvert608To708 = (typeof FileSourceConvert608To708)[keyof typeof FileSourceConvert608To708];
|
|
2732
|
+
/**
|
|
2733
|
+
* @public
|
|
2734
|
+
* @enum
|
|
2735
|
+
*/
|
|
2736
|
+
export declare const CaptionSourceConvertPaintOnToPopOn: {
|
|
2737
|
+
readonly DISABLED: "DISABLED";
|
|
2738
|
+
readonly ENABLED: "ENABLED";
|
|
2739
|
+
};
|
|
2740
|
+
/**
|
|
2741
|
+
* @public
|
|
2742
|
+
*/
|
|
2743
|
+
export type CaptionSourceConvertPaintOnToPopOn = (typeof CaptionSourceConvertPaintOnToPopOn)[keyof typeof CaptionSourceConvertPaintOnToPopOn];
|
|
2681
2744
|
/**
|
|
2682
2745
|
* @public
|
|
2683
2746
|
* Ignore this setting unless your input captions format is SCC. To have the service compensate for differing frame rates between your input captions and input video, specify the frame rate of the captions file. Specify this value as a fraction. When you work directly in your JSON job specification, use the settings framerateNumerator and framerateDenominator. For example, you might specify 24 / 1 for 24 fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001 for 29.97 fps.
|
|
@@ -2713,6 +2776,10 @@ export interface FileSourceSettings {
|
|
|
2713
2776
|
* Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.
|
|
2714
2777
|
*/
|
|
2715
2778
|
Convert608To708?: FileSourceConvert608To708 | string;
|
|
2779
|
+
/**
|
|
2780
|
+
* Choose the presentation style of your input SCC captions. To use the same presentation style as your input: Keep the default value, Disabled. To convert paint-on captions to pop-on: Choose Enabled. We also recommend that you choose Enabled if you notice additional repeated lines in your output captions.
|
|
2781
|
+
*/
|
|
2782
|
+
ConvertPaintToPop?: CaptionSourceConvertPaintOnToPopOn | string;
|
|
2716
2783
|
/**
|
|
2717
2784
|
* Ignore this setting unless your input captions format is SCC. To have the service compensate for differing frame rates between your input captions and input video, specify the frame rate of the captions file. Specify this value as a fraction. When you work directly in your JSON job specification, use the settings framerateNumerator and framerateDenominator. For example, you might specify 24 / 1 for 24 fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001 for 29.97 fps.
|
|
2718
2785
|
*/
|
|
@@ -3271,6 +3338,14 @@ export interface VideoSelector {
|
|
|
3271
3338
|
* Use inputs to define the source files used in your transcoding job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/specify-input-settings.html. You can use multiple video inputs to do input stitching. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html
|
|
3272
3339
|
*/
|
|
3273
3340
|
export interface Input {
|
|
3341
|
+
/**
|
|
3342
|
+
* Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step.Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.
|
|
3343
|
+
*/
|
|
3344
|
+
AdvancedInputFilter?: AdvancedInputFilter | string;
|
|
3345
|
+
/**
|
|
3346
|
+
* Optional settings for Advanced input filter when you set Advanced input filter to Enabled.
|
|
3347
|
+
*/
|
|
3348
|
+
AdvancedInputFilterSettings?: AdvancedInputFilterSettings;
|
|
3274
3349
|
/**
|
|
3275
3350
|
* Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.
|
|
3276
3351
|
*/
|
|
@@ -3308,11 +3383,11 @@ export interface Input {
|
|
|
3308
3383
|
*/
|
|
3309
3384
|
FileInput?: string;
|
|
3310
3385
|
/**
|
|
3311
|
-
* Specify
|
|
3386
|
+
* Specify whether to apply input filtering to improve the video quality of your input. To apply filtering depending on your input type and quality: Choose Auto. To apply no filtering: Choose Disable. To apply filtering regardless of your input type and quality: Choose Force. When you do, you must also specify a value for Filter strength.
|
|
3312
3387
|
*/
|
|
3313
3388
|
FilterEnable?: InputFilterEnable | string;
|
|
3314
3389
|
/**
|
|
3315
|
-
*
|
|
3390
|
+
* Specify the strength of the input filter. To apply an automatic amount of filtering based the compression artifacts measured in your input: We recommend that you leave Filter strength blank and set Filter enable to Auto. To manually apply filtering: Enter a value from 1 to 5, where 1 is the least amount of filtering and 5 is the most. The value that you enter applies to the strength of the Deblock or Denoise filters, or to the strength of the Advanced input filter.
|
|
3316
3391
|
*/
|
|
3317
3392
|
FilterStrength?: number;
|
|
3318
3393
|
/**
|
|
@@ -3365,6 +3440,14 @@ export interface Input {
|
|
|
3365
3440
|
* Specified video input in a template.
|
|
3366
3441
|
*/
|
|
3367
3442
|
export interface InputTemplate {
|
|
3443
|
+
/**
|
|
3444
|
+
* Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step.Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.
|
|
3445
|
+
*/
|
|
3446
|
+
AdvancedInputFilter?: AdvancedInputFilter | string;
|
|
3447
|
+
/**
|
|
3448
|
+
* Optional settings for Advanced input filter when you set Advanced input filter to Enabled.
|
|
3449
|
+
*/
|
|
3450
|
+
AdvancedInputFilterSettings?: AdvancedInputFilterSettings;
|
|
3368
3451
|
/**
|
|
3369
3452
|
* Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.
|
|
3370
3453
|
*/
|
|
@@ -3394,11 +3477,11 @@ export interface InputTemplate {
|
|
|
3394
3477
|
*/
|
|
3395
3478
|
DolbyVisionMetadataXml?: string;
|
|
3396
3479
|
/**
|
|
3397
|
-
* Specify
|
|
3480
|
+
* Specify whether to apply input filtering to improve the video quality of your input. To apply filtering depending on your input type and quality: Choose Auto. To apply no filtering: Choose Disable. To apply filtering regardless of your input type and quality: Choose Force. When you do, you must also specify a value for Filter strength.
|
|
3398
3481
|
*/
|
|
3399
3482
|
FilterEnable?: InputFilterEnable | string;
|
|
3400
3483
|
/**
|
|
3401
|
-
*
|
|
3484
|
+
* Specify the strength of the input filter. To apply an automatic amount of filtering based the compression artifacts measured in your input: We recommend that you leave Filter strength blank and set Filter enable to Auto. To manually apply filtering: Enter a value from 1 to 5, where 1 is the least amount of filtering and 5 is the most. The value that you enter applies to the strength of the Deblock or Denoise filters, or to the strength of the Advanced input filter.
|
|
3402
3485
|
*/
|
|
3403
3486
|
FilterStrength?: number;
|
|
3404
3487
|
/**
|
|
@@ -5625,69 +5708,3 @@ export interface F4vSettings {
|
|
|
5625
5708
|
*/
|
|
5626
5709
|
MoovPlacement?: F4vMoovPlacement | string;
|
|
5627
5710
|
}
|
|
5628
|
-
/**
|
|
5629
|
-
* @public
|
|
5630
|
-
* @enum
|
|
5631
|
-
*/
|
|
5632
|
-
export declare const M2tsAudioBufferModel: {
|
|
5633
|
-
readonly ATSC: "ATSC";
|
|
5634
|
-
readonly DVB: "DVB";
|
|
5635
|
-
};
|
|
5636
|
-
/**
|
|
5637
|
-
* @public
|
|
5638
|
-
*/
|
|
5639
|
-
export type M2tsAudioBufferModel = (typeof M2tsAudioBufferModel)[keyof typeof M2tsAudioBufferModel];
|
|
5640
|
-
/**
|
|
5641
|
-
* @public
|
|
5642
|
-
* @enum
|
|
5643
|
-
*/
|
|
5644
|
-
export declare const M2tsAudioDuration: {
|
|
5645
|
-
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
5646
|
-
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
5647
|
-
};
|
|
5648
|
-
/**
|
|
5649
|
-
* @public
|
|
5650
|
-
*/
|
|
5651
|
-
export type M2tsAudioDuration = (typeof M2tsAudioDuration)[keyof typeof M2tsAudioDuration];
|
|
5652
|
-
/**
|
|
5653
|
-
* @public
|
|
5654
|
-
* @enum
|
|
5655
|
-
*/
|
|
5656
|
-
export declare const M2tsBufferModel: {
|
|
5657
|
-
readonly MULTIPLEX: "MULTIPLEX";
|
|
5658
|
-
readonly NONE: "NONE";
|
|
5659
|
-
};
|
|
5660
|
-
/**
|
|
5661
|
-
* @public
|
|
5662
|
-
*/
|
|
5663
|
-
export type M2tsBufferModel = (typeof M2tsBufferModel)[keyof typeof M2tsBufferModel];
|
|
5664
|
-
/**
|
|
5665
|
-
* @public
|
|
5666
|
-
* @enum
|
|
5667
|
-
*/
|
|
5668
|
-
export declare const M2tsDataPtsControl: {
|
|
5669
|
-
readonly ALIGN_TO_VIDEO: "ALIGN_TO_VIDEO";
|
|
5670
|
-
readonly AUTO: "AUTO";
|
|
5671
|
-
};
|
|
5672
|
-
/**
|
|
5673
|
-
* @public
|
|
5674
|
-
*/
|
|
5675
|
-
export type M2tsDataPtsControl = (typeof M2tsDataPtsControl)[keyof typeof M2tsDataPtsControl];
|
|
5676
|
-
/**
|
|
5677
|
-
* @public
|
|
5678
|
-
* Use these settings to insert a DVB Network Information Table (NIT) 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.
|
|
5679
|
-
*/
|
|
5680
|
-
export interface DvbNitSettings {
|
|
5681
|
-
/**
|
|
5682
|
-
* The numeric value placed in the Network Information Table (NIT).
|
|
5683
|
-
*/
|
|
5684
|
-
NetworkId?: number;
|
|
5685
|
-
/**
|
|
5686
|
-
* The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters.
|
|
5687
|
-
*/
|
|
5688
|
-
NetworkName?: string;
|
|
5689
|
-
/**
|
|
5690
|
-
* The number of milliseconds between instances of this table in the output transport stream.
|
|
5691
|
-
*/
|
|
5692
|
-
NitInterval?: number;
|
|
5693
|
-
}
|