@aws-sdk/client-mediaconvert 3.363.0 → 3.369.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.
|
@@ -2667,7 +2667,7 @@ export interface AncillarySourceSettings {
|
|
|
2667
2667
|
*/
|
|
2668
2668
|
export interface DvbSubSourceSettings {
|
|
2669
2669
|
/**
|
|
2670
|
-
* When using DVB-Sub with Burn-
|
|
2670
|
+
* When using DVB-Sub with Burn-in, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
|
|
2671
2671
|
*/
|
|
2672
2672
|
Pid?: number;
|
|
2673
2673
|
}
|
|
@@ -2903,11 +2903,11 @@ export interface CaptionSourceSettings {
|
|
|
2903
2903
|
*/
|
|
2904
2904
|
export interface CaptionSelector {
|
|
2905
2905
|
/**
|
|
2906
|
-
* The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in
|
|
2906
|
+
* The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.
|
|
2907
2907
|
*/
|
|
2908
2908
|
CustomLanguageCode?: string;
|
|
2909
2909
|
/**
|
|
2910
|
-
* The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in
|
|
2910
|
+
* The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.
|
|
2911
2911
|
*/
|
|
2912
2912
|
LanguageCode?: LanguageCode | string;
|
|
2913
2913
|
/**
|
|
@@ -5328,7 +5328,7 @@ export interface HlsGroupSettings {
|
|
|
5328
5328
|
*/
|
|
5329
5329
|
SegmentLengthControl?: HlsSegmentLengthControl | string;
|
|
5330
5330
|
/**
|
|
5331
|
-
* Specify the number of segments to write to a subdirectory before starting a new one. You
|
|
5331
|
+
* Specify the number of segments to write to a subdirectory before starting a new one. You must also set Directory structure to Subdirectory per stream for this setting to have an effect.
|
|
5332
5332
|
*/
|
|
5333
5333
|
SegmentsPerSubdirectory?: number;
|
|
5334
5334
|
/**
|
|
@@ -961,7 +961,7 @@ export interface MxfSettings {
|
|
|
961
961
|
*/
|
|
962
962
|
AfdSignaling?: MxfAfdSignaling | string;
|
|
963
963
|
/**
|
|
964
|
-
* Specify the MXF profile, also called shim, for this output.
|
|
964
|
+
* Specify the MXF profile, also called shim, for this output. To automatically select a profile according to your output video codec and resolution, leave blank. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.
|
|
965
965
|
*/
|
|
966
966
|
Profile?: MxfProfile | string;
|
|
967
967
|
/**
|
|
@@ -3933,7 +3933,7 @@ export interface VideoCodecSettings {
|
|
|
3933
3933
|
*/
|
|
3934
3934
|
AvcIntraSettings?: AvcIntraSettings;
|
|
3935
3935
|
/**
|
|
3936
|
-
* Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes
|
|
3936
|
+
* Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.
|
|
3937
3937
|
*/
|
|
3938
3938
|
Codec?: VideoCodec | string;
|
|
3939
3939
|
/**
|
|
@@ -4517,7 +4517,7 @@ export interface VideoPreprocessor {
|
|
|
4517
4517
|
*/
|
|
4518
4518
|
DolbyVision?: DolbyVision;
|
|
4519
4519
|
/**
|
|
4520
|
-
* Enable HDR10+
|
|
4520
|
+
* Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.
|
|
4521
4521
|
*/
|
|
4522
4522
|
Hdr10Plus?: Hdr10Plus;
|
|
4523
4523
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconvert",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.369.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.369.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.369.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.369.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.369.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.369.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.369.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.369.0",
|
|
31
|
+
"@aws-sdk/types": "3.369.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.369.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.369.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.369.0",
|
|
35
35
|
"@smithy/config-resolver": "^1.0.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^1.0.1",
|
|
37
37
|
"@smithy/hash-node": "^1.0.1",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@smithy/node-http-handler": "^1.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^1.0.1",
|
|
47
47
|
"@smithy/smithy-client": "^1.0.3",
|
|
48
|
-
"@smithy/types": "^1.
|
|
48
|
+
"@smithy/types": "^1.1.0",
|
|
49
49
|
"@smithy/url-parser": "^1.0.1",
|
|
50
50
|
"@smithy/util-base64": "^1.0.1",
|
|
51
51
|
"@smithy/util-body-length-browser": "^1.0.1",
|