@aws-sdk/client-mediaconvert 3.975.0 → 3.978.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 +52 -25
- package/dist-es/MediaConvert.js +17 -1
- package/dist-es/models/enums.js +12 -0
- package/dist-es/schemas/schemas_0.js +14 -10
- package/dist-types/MediaConvert.d.ts +50 -1
- package/dist-types/commands/CreateJobCommand.d.ts +10 -6
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +10 -6
- package/dist-types/commands/CreatePresetCommand.d.ts +10 -6
- package/dist-types/commands/GetJobCommand.d.ts +5 -3
- package/dist-types/commands/GetJobTemplateCommand.d.ts +5 -3
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +5 -3
- package/dist-types/commands/GetPresetCommand.d.ts +5 -3
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +5 -3
- package/dist-types/commands/ListJobsCommand.d.ts +5 -3
- package/dist-types/commands/ListPresetsCommand.d.ts +5 -3
- package/dist-types/commands/ProbeCommand.d.ts +1 -1
- package/dist-types/commands/SearchJobsCommand.d.ts +5 -3
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +10 -6
- package/dist-types/commands/UpdatePresetCommand.d.ts +10 -6
- package/dist-types/models/enums.d.ts +28 -0
- package/dist-types/models/models_0.d.ts +22 -12
- package/dist-types/ts3.4/MediaConvert.d.ts +54 -1
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +17 -17
|
@@ -69,7 +69,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
69
69
|
* AudioDescriptionBroadcasterMix: "BROADCASTER_MIXED_AD" || "NORMAL",
|
|
70
70
|
* Bitrate: Number("int"),
|
|
71
71
|
* CodecProfile: "LC" || "HEV1" || "HEV2" || "XHE",
|
|
72
|
-
* CodingMode: "AD_RECEIVER_MIX" || "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_5_1",
|
|
72
|
+
* CodingMode: "AD_RECEIVER_MIX" || "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_5_1" || "CODING_MODE_AUTO",
|
|
73
73
|
* LoudnessMeasurementMode: "PROGRAM" || "ANCHOR",
|
|
74
74
|
* RapInterval: Number("int"),
|
|
75
75
|
* RateControlMode: "CBR" || "VBR",
|
|
@@ -82,7 +82,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
82
82
|
* Ac3Settings: { // Ac3Settings
|
|
83
83
|
* Bitrate: Number("int"),
|
|
84
84
|
* BitstreamMode: "COMPLETE_MAIN" || "COMMENTARY" || "DIALOGUE" || "EMERGENCY" || "HEARING_IMPAIRED" || "MUSIC_AND_EFFECTS" || "VISUALLY_IMPAIRED" || "VOICE_OVER",
|
|
85
|
-
* CodingMode: "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_3_2_LFE",
|
|
85
|
+
* CodingMode: "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_3_2_LFE" || "CODING_MODE_AUTO",
|
|
86
86
|
* Dialnorm: Number("int"),
|
|
87
87
|
* DynamicRangeCompressionLine: "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH" || "NONE",
|
|
88
88
|
* DynamicRangeCompressionProfile: "FILM_STANDARD" || "NONE",
|
|
@@ -120,7 +120,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
120
120
|
* AttenuationControl: "ATTENUATE_3_DB" || "NONE",
|
|
121
121
|
* Bitrate: Number("int"),
|
|
122
122
|
* BitstreamMode: "COMPLETE_MAIN" || "COMMENTARY" || "EMERGENCY" || "HEARING_IMPAIRED" || "VISUALLY_IMPAIRED",
|
|
123
|
-
* CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_3_2",
|
|
123
|
+
* CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_3_2" || "CODING_MODE_AUTO",
|
|
124
124
|
* DcFilter: "ENABLED" || "DISABLED",
|
|
125
125
|
* Dialnorm: Number("int"),
|
|
126
126
|
* DynamicRangeCompressionLine: "NONE" || "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH",
|
|
@@ -445,6 +445,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
445
445
|
* MxfSettings: { // MxfSettings
|
|
446
446
|
* AfdSignaling: "NO_COPY" || "COPY_FROM_VIDEO",
|
|
447
447
|
* Profile: "D_10" || "XDCAM" || "OP1A" || "XAVC" || "XDCAM_RDD9",
|
|
448
|
+
* UncompressedAudioWrapping: "AUTO" || "AES3",
|
|
448
449
|
* XavcProfileSettings: { // MxfXavcProfileSettings
|
|
449
450
|
* DurationMode: "ALLOW_ANY_DURATION" || "DROP_FRAMES_FOR_COMPLIANCE",
|
|
450
451
|
* MaxAncDataSize: Number("int"),
|
|
@@ -841,6 +842,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
841
842
|
* Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
|
|
842
843
|
* },
|
|
843
844
|
* DolbyVision: { // DolbyVision
|
|
845
|
+
* Compatibility: "DUPLICATE_STREAM" || "SUPPLEMENTAL_CODECS",
|
|
844
846
|
* L6Metadata: { // DolbyVisionLevel6Metadata
|
|
845
847
|
* MaxCll: Number("int"),
|
|
846
848
|
* MaxFall: Number("int"),
|
|
@@ -946,7 +948,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
946
948
|
* // AudioDescriptionBroadcasterMix: "BROADCASTER_MIXED_AD" || "NORMAL",
|
|
947
949
|
* // Bitrate: Number("int"),
|
|
948
950
|
* // CodecProfile: "LC" || "HEV1" || "HEV2" || "XHE",
|
|
949
|
-
* // CodingMode: "AD_RECEIVER_MIX" || "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_5_1",
|
|
951
|
+
* // CodingMode: "AD_RECEIVER_MIX" || "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_5_1" || "CODING_MODE_AUTO",
|
|
950
952
|
* // LoudnessMeasurementMode: "PROGRAM" || "ANCHOR",
|
|
951
953
|
* // RapInterval: Number("int"),
|
|
952
954
|
* // RateControlMode: "CBR" || "VBR",
|
|
@@ -959,7 +961,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
959
961
|
* // Ac3Settings: { // Ac3Settings
|
|
960
962
|
* // Bitrate: Number("int"),
|
|
961
963
|
* // BitstreamMode: "COMPLETE_MAIN" || "COMMENTARY" || "DIALOGUE" || "EMERGENCY" || "HEARING_IMPAIRED" || "MUSIC_AND_EFFECTS" || "VISUALLY_IMPAIRED" || "VOICE_OVER",
|
|
962
|
-
* // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_3_2_LFE",
|
|
964
|
+
* // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_3_2_LFE" || "CODING_MODE_AUTO",
|
|
963
965
|
* // Dialnorm: Number("int"),
|
|
964
966
|
* // DynamicRangeCompressionLine: "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH" || "NONE",
|
|
965
967
|
* // DynamicRangeCompressionProfile: "FILM_STANDARD" || "NONE",
|
|
@@ -997,7 +999,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
997
999
|
* // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
|
|
998
1000
|
* // Bitrate: Number("int"),
|
|
999
1001
|
* // BitstreamMode: "COMPLETE_MAIN" || "COMMENTARY" || "EMERGENCY" || "HEARING_IMPAIRED" || "VISUALLY_IMPAIRED",
|
|
1000
|
-
* // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_3_2",
|
|
1002
|
+
* // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_3_2" || "CODING_MODE_AUTO",
|
|
1001
1003
|
* // DcFilter: "ENABLED" || "DISABLED",
|
|
1002
1004
|
* // Dialnorm: Number("int"),
|
|
1003
1005
|
* // DynamicRangeCompressionLine: "NONE" || "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH",
|
|
@@ -1322,6 +1324,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1322
1324
|
* // MxfSettings: { // MxfSettings
|
|
1323
1325
|
* // AfdSignaling: "NO_COPY" || "COPY_FROM_VIDEO",
|
|
1324
1326
|
* // Profile: "D_10" || "XDCAM" || "OP1A" || "XAVC" || "XDCAM_RDD9",
|
|
1327
|
+
* // UncompressedAudioWrapping: "AUTO" || "AES3",
|
|
1325
1328
|
* // XavcProfileSettings: { // MxfXavcProfileSettings
|
|
1326
1329
|
* // DurationMode: "ALLOW_ANY_DURATION" || "DROP_FRAMES_FOR_COMPLIANCE",
|
|
1327
1330
|
* // MaxAncDataSize: Number("int"),
|
|
@@ -1718,6 +1721,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1718
1721
|
* // Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
|
|
1719
1722
|
* // },
|
|
1720
1723
|
* // DolbyVision: { // DolbyVision
|
|
1724
|
+
* // Compatibility: "DUPLICATE_STREAM" || "SUPPLEMENTAL_CODECS",
|
|
1721
1725
|
* // L6Metadata: { // DolbyVisionLevel6Metadata
|
|
1722
1726
|
* // MaxCll: Number("int"),
|
|
1723
1727
|
* // MaxFall: Number("int"),
|
|
@@ -158,6 +158,7 @@ export declare const AacCodingMode: {
|
|
|
158
158
|
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
159
159
|
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
160
160
|
readonly CODING_MODE_5_1: "CODING_MODE_5_1";
|
|
161
|
+
readonly CODING_MODE_AUTO: "CODING_MODE_AUTO";
|
|
161
162
|
};
|
|
162
163
|
/**
|
|
163
164
|
* @public
|
|
@@ -252,6 +253,7 @@ export declare const Ac3CodingMode: {
|
|
|
252
253
|
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
253
254
|
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
254
255
|
readonly CODING_MODE_3_2_LFE: "CODING_MODE_3_2_LFE";
|
|
256
|
+
readonly CODING_MODE_AUTO: "CODING_MODE_AUTO";
|
|
255
257
|
};
|
|
256
258
|
/**
|
|
257
259
|
* @public
|
|
@@ -517,6 +519,7 @@ export declare const Eac3CodingMode: {
|
|
|
517
519
|
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
518
520
|
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
519
521
|
readonly CODING_MODE_3_2: "CODING_MODE_3_2";
|
|
522
|
+
readonly CODING_MODE_AUTO: "CODING_MODE_AUTO";
|
|
520
523
|
};
|
|
521
524
|
/**
|
|
522
525
|
* @public
|
|
@@ -3509,6 +3512,18 @@ export declare const MxfProfile: {
|
|
|
3509
3512
|
* @public
|
|
3510
3513
|
*/
|
|
3511
3514
|
export type MxfProfile = (typeof MxfProfile)[keyof typeof MxfProfile];
|
|
3515
|
+
/**
|
|
3516
|
+
* @public
|
|
3517
|
+
* @enum
|
|
3518
|
+
*/
|
|
3519
|
+
export declare const MxfUncompressedAudioWrapping: {
|
|
3520
|
+
readonly AES3: "AES3";
|
|
3521
|
+
readonly AUTO: "AUTO";
|
|
3522
|
+
};
|
|
3523
|
+
/**
|
|
3524
|
+
* @public
|
|
3525
|
+
*/
|
|
3526
|
+
export type MxfUncompressedAudioWrapping = (typeof MxfUncompressedAudioWrapping)[keyof typeof MxfUncompressedAudioWrapping];
|
|
3512
3527
|
/**
|
|
3513
3528
|
* @public
|
|
3514
3529
|
* @enum
|
|
@@ -5743,6 +5758,18 @@ export declare const DeinterlacerMode: {
|
|
|
5743
5758
|
* @public
|
|
5744
5759
|
*/
|
|
5745
5760
|
export type DeinterlacerMode = (typeof DeinterlacerMode)[keyof typeof DeinterlacerMode];
|
|
5761
|
+
/**
|
|
5762
|
+
* @public
|
|
5763
|
+
* @enum
|
|
5764
|
+
*/
|
|
5765
|
+
export declare const DolbyVisionCompatibility: {
|
|
5766
|
+
readonly DUPLICATE_STREAM: "DUPLICATE_STREAM";
|
|
5767
|
+
readonly SUPPLEMENTAL_CODECS: "SUPPLEMENTAL_CODECS";
|
|
5768
|
+
};
|
|
5769
|
+
/**
|
|
5770
|
+
* @public
|
|
5771
|
+
*/
|
|
5772
|
+
export type DolbyVisionCompatibility = (typeof DolbyVisionCompatibility)[keyof typeof DolbyVisionCompatibility];
|
|
5746
5773
|
/**
|
|
5747
5774
|
* @public
|
|
5748
5775
|
* @enum
|
|
@@ -5974,6 +6001,7 @@ export declare const Format: {
|
|
|
5974
6001
|
readonly mp4: "mp4";
|
|
5975
6002
|
readonly mxf: "mxf";
|
|
5976
6003
|
readonly quicktime: "quicktime";
|
|
6004
|
+
readonly wave: "wave";
|
|
5977
6005
|
readonly webm: "webm";
|
|
5978
6006
|
};
|
|
5979
6007
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AacAudioDescriptionBroadcasterMix, AacCodecProfile, AacCodingMode, AacLoudnessMeasurementMode, AacRateControlMode, AacRawFormat, AacSpecification, AacVbrQuality, Ac3BitstreamMode, Ac3CodingMode, Ac3DynamicRangeCompressionLine, Ac3DynamicRangeCompressionProfile, Ac3DynamicRangeCompressionRf, Ac3LfeFilter, Ac3MetadataControl, AccelerationMode, AccelerationStatus, AdvancedInputFilter, AdvancedInputFilterAddTexture, AdvancedInputFilterSharpen, AfdSignaling, AlphaBehavior, AncillaryConvert608To708, AncillaryTerminateCaptions, AntiAlias, AudioChannelTag, AudioCodec, AudioDefaultSelection, AudioDurationCorrection, AudioLanguageCodeControl, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioNormalizationLoudnessLogging, AudioNormalizationPeakCalculation, AudioSelectorType, AudioTypeControl, Av1AdaptiveQuantization, Av1BitDepth, Av1FilmGrainSynthesis, Av1FramerateControl, Av1FramerateConversionAlgorithm, Av1RateControlMode, Av1SpatialAdaptiveQuantization, AvcIntraClass, AvcIntraFramerateControl, AvcIntraFramerateConversionAlgorithm, AvcIntraInterlaceMode, AvcIntraScanTypeConversionMode, AvcIntraSlowPal, AvcIntraTelecine, AvcIntraUhdQualityTuningLevel, BandwidthReductionFilterSharpening, BandwidthReductionFilterStrength, BillingTagsSource, BurninSubtitleAlignment, BurninSubtitleApplyFontColor, BurninSubtitleBackgroundColor, BurninSubtitleFallbackFont, BurninSubtitleFontColor, BurninSubtitleOutlineColor, BurninSubtitleShadowColor, BurnInSubtitleStylePassthrough, BurninSubtitleTeletextSpacing, CaptionDestinationType, CaptionSourceByteRateLimit, CaptionSourceConvertPaintOnToPopOn, CaptionSourceType, CaptionSourceUpconvertSTLToTeletext, ChromaPositionMode, CmafClientCache, CmafCodecSpecification, CmafEncryptionType, CmafImageBasedTrickPlay, CmafInitializationVectorInManifest, CmafIntervalCadence, CmafKeyProviderType, CmafManifestCompression, CmafManifestDurationFormat, CmafMpdManifestBandwidthType, CmafMpdProfile, CmafPtsOffsetHandlingForBFrames, CmafSegmentControl, CmafSegmentLengthControl, CmafStreamInfResolution, CmafTargetDurationCompatibilityMode, CmafVideoCompositionOffsets, CmafWriteDASHManifest, CmafWriteHLSManifest, CmafWriteSegmentTimelineInRepresentation, CmfcAudioDuration, CmfcAudioTrackType, CmfcC2paManifest, CmfcDescriptiveVideoServiceFlag, CmfcIFrameOnlyManifest, CmfcKlvMetadata, CmfcManifestMetadataSignaling, CmfcScte35Esam, CmfcScte35Source, CmfcTimedMetadata, CmfcTimedMetadataBoxVersion, Codec, ColorMetadata, ColorPrimaries, ColorSpace, ColorSpaceConversion, ColorSpaceUsage, Commitment, ContainerType, CopyProtectionAction, DashIsoGroupAudioChannelConfigSchemeIdUri, DashIsoHbbtvCompliance, DashIsoImageBasedTrickPlay, DashIsoIntervalCadence, DashIsoMpdManifestBandwidthType, DashIsoMpdProfile, DashIsoPlaybackDeviceCompatibility, DashIsoPtsOffsetHandlingForBFrames, DashIsoSegmentControl, DashIsoSegmentLengthControl, DashIsoVideoCompositionOffsets, DashIsoWriteSegmentTimelineInRepresentation, DashManifestStyle, DecryptionMode, DeinterlaceAlgorithm, DeinterlacerControl, DeinterlacerMode, DescribeEndpointsMode, DolbyVisionLevel6Mode, DolbyVisionMapping, DolbyVisionProfile, DropFrameTimecode, DvbddsHandling, DvbSubSubtitleFallbackFont, DvbSubtitleAlignment, DvbSubtitleApplyFontColor, DvbSubtitleBackgroundColor, DvbSubtitleFontColor, DvbSubtitleOutlineColor, DvbSubtitleShadowColor, DvbSubtitleStylePassthrough, DvbSubtitleTeletextSpacing, DvbSubtitlingType, DynamicAudioSelectorType, Eac3AtmosBitstreamMode, Eac3AtmosCodingMode, Eac3AtmosDialogueIntelligence, Eac3AtmosDownmixControl, Eac3AtmosDynamicRangeCompressionLine, Eac3AtmosDynamicRangeCompressionRf, Eac3AtmosDynamicRangeControl, Eac3AtmosMeteringMode, Eac3AtmosStereoDownmix, Eac3AtmosSurroundExMode, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DynamicRangeCompressionLine, Eac3DynamicRangeCompressionRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, EmbeddedConvert608To708, EmbeddedTerminateCaptions, EmbeddedTimecodeOverride, F4vMoovPlacement, FileSourceConvert608To708, FileSourceTimeDeltaUnits, FontScript, Format, FrameControl, FrameMetricType, GifFramerateControl, GifFramerateConversionAlgorithm, H264AdaptiveQuantization, H264CodecLevel, H264CodecProfile, H264DynamicSubGop, H264EndOfStreamMarkers, H264EntropyEncoding, H264FieldEncoding, H264FlickerAdaptiveQuantization, H264FramerateControl, H264FramerateConversionAlgorithm, H264GopBReference, H264GopSizeUnits, H264InterlaceMode, H264ParControl, H264QualityTuningLevel, H264RateControlMode, H264RepeatPps, H264SaliencyAwareEncoding, H264ScanTypeConversionMode, H264SceneChangeDetect, H264SlowPal, H264SpatialAdaptiveQuantization, H264Syntax, H264Telecine, H264TemporalAdaptiveQuantization, H264UnregisteredSeiTimecode, H264WriteMp4PackagingType, H265AdaptiveQuantization, H265AlternateTransferFunctionSei, H265CodecLevel, H265CodecProfile, H265Deblocking, H265DynamicSubGop, H265EndOfStreamMarkers, H265FlickerAdaptiveQuantization, H265FramerateControl, H265FramerateConversionAlgorithm, H265GopBReference, H265GopSizeUnits, H265InterlaceMode, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265ParControl, H265QualityTuningLevel, H265RateControlMode, H265SampleAdaptiveOffsetFilterMode, H265ScanTypeConversionMode, H265SceneChangeDetect, H265SlowPal, H265SpatialAdaptiveQuantization, H265Telecine, H265TemporalAdaptiveQuantization, H265TemporalIds, H265TilePadding, H265Tiles, H265TreeBlockSize, H265UnregisteredSeiTimecode, H265WriteMp4PackagingType, HDRToSDRToneMapper, HlsAdMarkers, HlsAudioOnlyContainer, HlsAudioOnlyHeader, HlsAudioTrackType, HlsCaptionLanguageSetting, HlsCaptionSegmentLengthControl, HlsClientCache, HlsCodecSpecification, HlsDescriptiveVideoServiceFlag, HlsDirectoryStructure, HlsEncryptionType, HlsIFrameOnlyManifest, HlsImageBasedTrickPlay, HlsInitializationVectorInManifest, HlsIntervalCadence, HlsKeyProviderType, HlsManifestCompression, HlsManifestDurationFormat, HlsOfflineEncrypted, HlsOutputSelection, HlsProgramDateTime, HlsProgressiveWriteHlsManifest, HlsSegmentControl, HlsSegmentLengthControl, HlsStreamInfResolution, HlsTargetDurationCompatibilityMode, HlsTimedMetadataId3Frame, ImscAccessibilitySubs, ImscStylePassthrough, InputDeblockFilter, InputDenoiseFilter, InputFilterEnable, InputPolicy, InputPsiControl, InputRotate, InputSampleRange, InputScanType, InputTimecodeSource, JobPhase, JobsQueryFilterKey, JobsQueryStatus, JobStatus, JobTemplateListBy, LanguageCode, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, M2tsEbpAudioInterval, M2tsEbpPlacement, M2tsEsRateInPes, M2tsForceTsVideoEbpOrder, M2tsKlvMetadata, M2tsNielsenId3, M2tsPcrControl, M2tsPreventBufferUnderflow, M2tsRateMode, M2tsScte35Source, M2tsSegmentationMarkers, M2tsSegmentationStyle, M3u8AudioDuration, M3u8DataPtsControl, M3u8NielsenId3, M3u8PcrControl, M3u8Scte35Source, MatrixCoefficients, MotionImageInsertionMode, MotionImagePlayback, MovClapAtom, MovCslgAtom, MovMpeg2FourCCControl, MovPaddingControl, MovReference, Mp2AudioDescriptionMix, Mp3RateControlMode, Mp4C2paManifest, Mp4CslgAtom, Mp4FreeSpaceBox, Mp4MoovPlacement, MpdAccessibilityCaptionHints, MpdAudioDuration, MpdC2paManifest, MpdCaptionContainerType, MpdKlvMetadata, MpdManifestMetadataSignaling, MpdScte35Esam, MpdScte35Source, MpdTimedMetadata, MpdTimedMetadataBoxVersion, Mpeg2AdaptiveQuantization, Mpeg2CodecLevel, Mpeg2CodecProfile, Mpeg2DynamicSubGop, Mpeg2FramerateControl, Mpeg2FramerateConversionAlgorithm, Mpeg2GopSizeUnits, Mpeg2InterlaceMode, Mpeg2IntraDcPrecision, Mpeg2ParControl, Mpeg2QualityTuningLevel, Mpeg2RateControlMode, Mpeg2ScanTypeConversionMode, Mpeg2SceneChangeDetect, Mpeg2SlowPal, Mpeg2SpatialAdaptiveQuantization, Mpeg2Syntax, Mpeg2Telecine, Mpeg2TemporalAdaptiveQuantization, MsSmoothAudioDeduplication, MsSmoothFragmentLengthControl, MsSmoothManifestEncoding, MxfAfdSignaling, MxfProfile, MxfXavcDurationMode, NielsenActiveWatermarkProcessType, NielsenSourceWatermarkStatusType, NielsenUniqueTicPerAudioTrackType, NoiseFilterPostTemporalSharpening, NoiseFilterPostTemporalSharpeningStrength, NoiseReducerFilter, Order, OutputGroupType, OutputSdt, PadVideo, PresetListBy, PresetSpeke20Audio, PresetSpeke20Video, PricingPlan, ProresChromaSampling, ProresCodecProfile, ProresFramerateControl, ProresFramerateConversionAlgorithm, ProresInterlaceMode, ProresParControl, ProresScanTypeConversionMode, ProresSlowPal, ProresTelecine, QueueListBy, QueueStatus, RemoveRubyReserveAttributes, RenewalType, RequiredFlag, ReservationPlanStatus, RespondToAfd, RuleType, S3ObjectCannedAcl, S3ServerSideEncryptionType, S3StorageClass, SampleRangeConversion, ScalingBehavior, SccDestinationFramerate, ShareStatus, SimulateReservedQueue, SlowPalPitchCorrection, SrtStylePassthrough, StatusUpdateInterval, TamsGapHandling, TeletextPageType, TimecodeBurninPosition, TimecodeSource, TimecodeTrack, TimedMetadata, TrackType, TransferCharacteristics, TsPtsOffset, TtmlStylePassthrough, Type, UncompressedFourcc, UncompressedFramerateControl, UncompressedFramerateConversionAlgorithm, UncompressedInterlaceMode, UncompressedScanTypeConversionMode, UncompressedSlowPal, UncompressedTelecine, Vc3Class, Vc3FramerateControl, Vc3FramerateConversionAlgorithm, Vc3InterlaceMode, Vc3ScanTypeConversionMode, Vc3SlowPal, Vc3Telecine, VchipAction, VideoCodec, VideoOverlayPlayBackMode, VideoOverlayUnit, VideoSelectorMode, VideoSelectorType, VideoTimecodeInsertion, Vp8FramerateControl, Vp8FramerateConversionAlgorithm, Vp8ParControl, Vp8QualityTuningLevel, Vp8RateControlMode, Vp9FramerateControl, Vp9FramerateConversionAlgorithm, Vp9ParControl, Vp9QualityTuningLevel, Vp9RateControlMode, WatermarkingStrength, WavFormat, WebvttAccessibilitySubs, WebvttStylePassthrough, Xavc4kIntraCbgProfileClass, Xavc4kIntraVbrProfileClass, Xavc4kProfileBitrateClass, Xavc4kProfileCodecProfile, Xavc4kProfileQualityTuningLevel, XavcAdaptiveQuantization, XavcEntropyEncoding, XavcFlickerAdaptiveQuantization, XavcFramerateControl, XavcFramerateConversionAlgorithm, XavcGopBReference, XavcHdIntraCbgProfileClass, XavcHdProfileBitrateClass, XavcHdProfileQualityTuningLevel, XavcHdProfileTelecine, XavcInterlaceMode, XavcProfile, XavcSlowPal, XavcSpatialAdaptiveQuantization, XavcTemporalAdaptiveQuantization } from "./enums";
|
|
1
|
+
import { AacAudioDescriptionBroadcasterMix, AacCodecProfile, AacCodingMode, AacLoudnessMeasurementMode, AacRateControlMode, AacRawFormat, AacSpecification, AacVbrQuality, Ac3BitstreamMode, Ac3CodingMode, Ac3DynamicRangeCompressionLine, Ac3DynamicRangeCompressionProfile, Ac3DynamicRangeCompressionRf, Ac3LfeFilter, Ac3MetadataControl, AccelerationMode, AccelerationStatus, AdvancedInputFilter, AdvancedInputFilterAddTexture, AdvancedInputFilterSharpen, AfdSignaling, AlphaBehavior, AncillaryConvert608To708, AncillaryTerminateCaptions, AntiAlias, AudioChannelTag, AudioCodec, AudioDefaultSelection, AudioDurationCorrection, AudioLanguageCodeControl, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioNormalizationLoudnessLogging, AudioNormalizationPeakCalculation, AudioSelectorType, AudioTypeControl, Av1AdaptiveQuantization, Av1BitDepth, Av1FilmGrainSynthesis, Av1FramerateControl, Av1FramerateConversionAlgorithm, Av1RateControlMode, Av1SpatialAdaptiveQuantization, AvcIntraClass, AvcIntraFramerateControl, AvcIntraFramerateConversionAlgorithm, AvcIntraInterlaceMode, AvcIntraScanTypeConversionMode, AvcIntraSlowPal, AvcIntraTelecine, AvcIntraUhdQualityTuningLevel, BandwidthReductionFilterSharpening, BandwidthReductionFilterStrength, BillingTagsSource, BurninSubtitleAlignment, BurninSubtitleApplyFontColor, BurninSubtitleBackgroundColor, BurninSubtitleFallbackFont, BurninSubtitleFontColor, BurninSubtitleOutlineColor, BurninSubtitleShadowColor, BurnInSubtitleStylePassthrough, BurninSubtitleTeletextSpacing, CaptionDestinationType, CaptionSourceByteRateLimit, CaptionSourceConvertPaintOnToPopOn, CaptionSourceType, CaptionSourceUpconvertSTLToTeletext, ChromaPositionMode, CmafClientCache, CmafCodecSpecification, CmafEncryptionType, CmafImageBasedTrickPlay, CmafInitializationVectorInManifest, CmafIntervalCadence, CmafKeyProviderType, CmafManifestCompression, CmafManifestDurationFormat, CmafMpdManifestBandwidthType, CmafMpdProfile, CmafPtsOffsetHandlingForBFrames, CmafSegmentControl, CmafSegmentLengthControl, CmafStreamInfResolution, CmafTargetDurationCompatibilityMode, CmafVideoCompositionOffsets, CmafWriteDASHManifest, CmafWriteHLSManifest, CmafWriteSegmentTimelineInRepresentation, CmfcAudioDuration, CmfcAudioTrackType, CmfcC2paManifest, CmfcDescriptiveVideoServiceFlag, CmfcIFrameOnlyManifest, CmfcKlvMetadata, CmfcManifestMetadataSignaling, CmfcScte35Esam, CmfcScte35Source, CmfcTimedMetadata, CmfcTimedMetadataBoxVersion, Codec, ColorMetadata, ColorPrimaries, ColorSpace, ColorSpaceConversion, ColorSpaceUsage, Commitment, ContainerType, CopyProtectionAction, DashIsoGroupAudioChannelConfigSchemeIdUri, DashIsoHbbtvCompliance, DashIsoImageBasedTrickPlay, DashIsoIntervalCadence, DashIsoMpdManifestBandwidthType, DashIsoMpdProfile, DashIsoPlaybackDeviceCompatibility, DashIsoPtsOffsetHandlingForBFrames, DashIsoSegmentControl, DashIsoSegmentLengthControl, DashIsoVideoCompositionOffsets, DashIsoWriteSegmentTimelineInRepresentation, DashManifestStyle, DecryptionMode, DeinterlaceAlgorithm, DeinterlacerControl, DeinterlacerMode, DescribeEndpointsMode, DolbyVisionCompatibility, DolbyVisionLevel6Mode, DolbyVisionMapping, DolbyVisionProfile, DropFrameTimecode, DvbddsHandling, DvbSubSubtitleFallbackFont, DvbSubtitleAlignment, DvbSubtitleApplyFontColor, DvbSubtitleBackgroundColor, DvbSubtitleFontColor, DvbSubtitleOutlineColor, DvbSubtitleShadowColor, DvbSubtitleStylePassthrough, DvbSubtitleTeletextSpacing, DvbSubtitlingType, DynamicAudioSelectorType, Eac3AtmosBitstreamMode, Eac3AtmosCodingMode, Eac3AtmosDialogueIntelligence, Eac3AtmosDownmixControl, Eac3AtmosDynamicRangeCompressionLine, Eac3AtmosDynamicRangeCompressionRf, Eac3AtmosDynamicRangeControl, Eac3AtmosMeteringMode, Eac3AtmosStereoDownmix, Eac3AtmosSurroundExMode, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DynamicRangeCompressionLine, Eac3DynamicRangeCompressionRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, EmbeddedConvert608To708, EmbeddedTerminateCaptions, EmbeddedTimecodeOverride, F4vMoovPlacement, FileSourceConvert608To708, FileSourceTimeDeltaUnits, FontScript, Format, FrameControl, FrameMetricType, GifFramerateControl, GifFramerateConversionAlgorithm, H264AdaptiveQuantization, H264CodecLevel, H264CodecProfile, H264DynamicSubGop, H264EndOfStreamMarkers, H264EntropyEncoding, H264FieldEncoding, H264FlickerAdaptiveQuantization, H264FramerateControl, H264FramerateConversionAlgorithm, H264GopBReference, H264GopSizeUnits, H264InterlaceMode, H264ParControl, H264QualityTuningLevel, H264RateControlMode, H264RepeatPps, H264SaliencyAwareEncoding, H264ScanTypeConversionMode, H264SceneChangeDetect, H264SlowPal, H264SpatialAdaptiveQuantization, H264Syntax, H264Telecine, H264TemporalAdaptiveQuantization, H264UnregisteredSeiTimecode, H264WriteMp4PackagingType, H265AdaptiveQuantization, H265AlternateTransferFunctionSei, H265CodecLevel, H265CodecProfile, H265Deblocking, H265DynamicSubGop, H265EndOfStreamMarkers, H265FlickerAdaptiveQuantization, H265FramerateControl, H265FramerateConversionAlgorithm, H265GopBReference, H265GopSizeUnits, H265InterlaceMode, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265ParControl, H265QualityTuningLevel, H265RateControlMode, H265SampleAdaptiveOffsetFilterMode, H265ScanTypeConversionMode, H265SceneChangeDetect, H265SlowPal, H265SpatialAdaptiveQuantization, H265Telecine, H265TemporalAdaptiveQuantization, H265TemporalIds, H265TilePadding, H265Tiles, H265TreeBlockSize, H265UnregisteredSeiTimecode, H265WriteMp4PackagingType, HDRToSDRToneMapper, HlsAdMarkers, HlsAudioOnlyContainer, HlsAudioOnlyHeader, HlsAudioTrackType, HlsCaptionLanguageSetting, HlsCaptionSegmentLengthControl, HlsClientCache, HlsCodecSpecification, HlsDescriptiveVideoServiceFlag, HlsDirectoryStructure, HlsEncryptionType, HlsIFrameOnlyManifest, HlsImageBasedTrickPlay, HlsInitializationVectorInManifest, HlsIntervalCadence, HlsKeyProviderType, HlsManifestCompression, HlsManifestDurationFormat, HlsOfflineEncrypted, HlsOutputSelection, HlsProgramDateTime, HlsProgressiveWriteHlsManifest, HlsSegmentControl, HlsSegmentLengthControl, HlsStreamInfResolution, HlsTargetDurationCompatibilityMode, HlsTimedMetadataId3Frame, ImscAccessibilitySubs, ImscStylePassthrough, InputDeblockFilter, InputDenoiseFilter, InputFilterEnable, InputPolicy, InputPsiControl, InputRotate, InputSampleRange, InputScanType, InputTimecodeSource, JobPhase, JobsQueryFilterKey, JobsQueryStatus, JobStatus, JobTemplateListBy, LanguageCode, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, M2tsEbpAudioInterval, M2tsEbpPlacement, M2tsEsRateInPes, M2tsForceTsVideoEbpOrder, M2tsKlvMetadata, M2tsNielsenId3, M2tsPcrControl, M2tsPreventBufferUnderflow, M2tsRateMode, M2tsScte35Source, M2tsSegmentationMarkers, M2tsSegmentationStyle, M3u8AudioDuration, M3u8DataPtsControl, M3u8NielsenId3, M3u8PcrControl, M3u8Scte35Source, MatrixCoefficients, MotionImageInsertionMode, MotionImagePlayback, MovClapAtom, MovCslgAtom, MovMpeg2FourCCControl, MovPaddingControl, MovReference, Mp2AudioDescriptionMix, Mp3RateControlMode, Mp4C2paManifest, Mp4CslgAtom, Mp4FreeSpaceBox, Mp4MoovPlacement, MpdAccessibilityCaptionHints, MpdAudioDuration, MpdC2paManifest, MpdCaptionContainerType, MpdKlvMetadata, MpdManifestMetadataSignaling, MpdScte35Esam, MpdScte35Source, MpdTimedMetadata, MpdTimedMetadataBoxVersion, Mpeg2AdaptiveQuantization, Mpeg2CodecLevel, Mpeg2CodecProfile, Mpeg2DynamicSubGop, Mpeg2FramerateControl, Mpeg2FramerateConversionAlgorithm, Mpeg2GopSizeUnits, Mpeg2InterlaceMode, Mpeg2IntraDcPrecision, Mpeg2ParControl, Mpeg2QualityTuningLevel, Mpeg2RateControlMode, Mpeg2ScanTypeConversionMode, Mpeg2SceneChangeDetect, Mpeg2SlowPal, Mpeg2SpatialAdaptiveQuantization, Mpeg2Syntax, Mpeg2Telecine, Mpeg2TemporalAdaptiveQuantization, MsSmoothAudioDeduplication, MsSmoothFragmentLengthControl, MsSmoothManifestEncoding, MxfAfdSignaling, MxfProfile, MxfUncompressedAudioWrapping, MxfXavcDurationMode, NielsenActiveWatermarkProcessType, NielsenSourceWatermarkStatusType, NielsenUniqueTicPerAudioTrackType, NoiseFilterPostTemporalSharpening, NoiseFilterPostTemporalSharpeningStrength, NoiseReducerFilter, Order, OutputGroupType, OutputSdt, PadVideo, PresetListBy, PresetSpeke20Audio, PresetSpeke20Video, PricingPlan, ProresChromaSampling, ProresCodecProfile, ProresFramerateControl, ProresFramerateConversionAlgorithm, ProresInterlaceMode, ProresParControl, ProresScanTypeConversionMode, ProresSlowPal, ProresTelecine, QueueListBy, QueueStatus, RemoveRubyReserveAttributes, RenewalType, RequiredFlag, ReservationPlanStatus, RespondToAfd, RuleType, S3ObjectCannedAcl, S3ServerSideEncryptionType, S3StorageClass, SampleRangeConversion, ScalingBehavior, SccDestinationFramerate, ShareStatus, SimulateReservedQueue, SlowPalPitchCorrection, SrtStylePassthrough, StatusUpdateInterval, TamsGapHandling, TeletextPageType, TimecodeBurninPosition, TimecodeSource, TimecodeTrack, TimedMetadata, TrackType, TransferCharacteristics, TsPtsOffset, TtmlStylePassthrough, Type, UncompressedFourcc, UncompressedFramerateControl, UncompressedFramerateConversionAlgorithm, UncompressedInterlaceMode, UncompressedScanTypeConversionMode, UncompressedSlowPal, UncompressedTelecine, Vc3Class, Vc3FramerateControl, Vc3FramerateConversionAlgorithm, Vc3InterlaceMode, Vc3ScanTypeConversionMode, Vc3SlowPal, Vc3Telecine, VchipAction, VideoCodec, VideoOverlayPlayBackMode, VideoOverlayUnit, VideoSelectorMode, VideoSelectorType, VideoTimecodeInsertion, Vp8FramerateControl, Vp8FramerateConversionAlgorithm, Vp8ParControl, Vp8QualityTuningLevel, Vp8RateControlMode, Vp9FramerateControl, Vp9FramerateConversionAlgorithm, Vp9ParControl, Vp9QualityTuningLevel, Vp9RateControlMode, WatermarkingStrength, WavFormat, WebvttAccessibilitySubs, WebvttStylePassthrough, Xavc4kIntraCbgProfileClass, Xavc4kIntraVbrProfileClass, Xavc4kProfileBitrateClass, Xavc4kProfileCodecProfile, Xavc4kProfileQualityTuningLevel, XavcAdaptiveQuantization, XavcEntropyEncoding, XavcFlickerAdaptiveQuantization, XavcFramerateControl, XavcFramerateConversionAlgorithm, XavcGopBReference, XavcHdIntraCbgProfileClass, XavcHdProfileBitrateClass, XavcHdProfileQualityTuningLevel, XavcHdProfileTelecine, XavcInterlaceMode, XavcProfile, XavcSlowPal, XavcSpatialAdaptiveQuantization, XavcTemporalAdaptiveQuantization } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* Use Allowed renditions to specify a list of possible resolutions in your ABR stack. * MediaConvert will create an ABR stack exclusively from the list of resolutions that you specify. * Some resolutions in the Allowed renditions list may not be included, however you can force a resolution to be included by setting Required to ENABLED. * You must specify at least one resolution that is greater than or equal to any resolutions that you specify in Min top rendition size or Min bottom rendition size. * If you specify Allowed renditions, you must not specify a separate rule for Force include renditions.
|
|
4
4
|
* @public
|
|
@@ -109,7 +109,7 @@ export interface AacSettings {
|
|
|
109
109
|
*/
|
|
110
110
|
CodecProfile?: AacCodecProfile | undefined;
|
|
111
111
|
/**
|
|
112
|
-
* The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.
|
|
112
|
+
* The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE. To follow the number of channels from your input audio, choose CODING_MODE_AUTO, and the service will automatically choose from one of the coding modes above.
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
CodingMode?: AacCodingMode | undefined;
|
|
@@ -221,7 +221,7 @@ export interface AiffSettings {
|
|
|
221
221
|
*/
|
|
222
222
|
BitDepth?: number | undefined;
|
|
223
223
|
/**
|
|
224
|
-
* Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64.
|
|
224
|
+
* Specify the number of channels in this output audio track. Valid values are 0, 1, and even numbers up to 64. Choose 0 to follow the number of channels from your input audio. Otherwise, manually choose from 1, 2, 4, 6, and so on, up to 64.
|
|
225
225
|
* @public
|
|
226
226
|
*/
|
|
227
227
|
Channels?: number | undefined;
|
|
@@ -444,7 +444,7 @@ export interface FlacSettings {
|
|
|
444
444
|
*/
|
|
445
445
|
BitDepth?: number | undefined;
|
|
446
446
|
/**
|
|
447
|
-
* Specify the number of channels in this output audio track.
|
|
447
|
+
* Specify the number of channels in this output audio track. Valid values are 0, 1, and even numbers up to 8. Choose 0 to follow the number of channels from your input audio. Otherwise, manually choose from 1, 2, 4, 6, and 8.
|
|
448
448
|
* @public
|
|
449
449
|
*/
|
|
450
450
|
Channels?: number | undefined;
|
|
@@ -470,7 +470,7 @@ export interface Mp2Settings {
|
|
|
470
470
|
*/
|
|
471
471
|
Bitrate?: number | undefined;
|
|
472
472
|
/**
|
|
473
|
-
* Set Channels to specify the number of channels in this output audio track. Choosing
|
|
473
|
+
* Set Channels to specify the number of channels in this output audio track. Choosing Follow input will use the number of channels found in the audio source; choosing Mono will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 0, 1, and 2.
|
|
474
474
|
* @public
|
|
475
475
|
*/
|
|
476
476
|
Channels?: number | undefined;
|
|
@@ -491,7 +491,7 @@ export interface Mp3Settings {
|
|
|
491
491
|
*/
|
|
492
492
|
Bitrate?: number | undefined;
|
|
493
493
|
/**
|
|
494
|
-
* Specify the number of channels in this output audio track. Choosing Mono gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are 1 and 2.
|
|
494
|
+
* Specify the number of channels in this output audio track. Choosing Follow input will use the number of channels found in the audio source; choosing Mono gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are 0, 1, and 2.
|
|
495
495
|
* @public
|
|
496
496
|
*/
|
|
497
497
|
Channels?: number | undefined;
|
|
@@ -522,7 +522,7 @@ export interface OpusSettings {
|
|
|
522
522
|
*/
|
|
523
523
|
Bitrate?: number | undefined;
|
|
524
524
|
/**
|
|
525
|
-
* Specify the number of channels in this output audio track. Choosing Mono
|
|
525
|
+
* Specify the number of channels in this output audio track. Choosing Follow input will use the number of channels found in the audio source; choosing Mono gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are 0, 1, and 2.
|
|
526
526
|
* @public
|
|
527
527
|
*/
|
|
528
528
|
Channels?: number | undefined;
|
|
@@ -538,7 +538,7 @@ export interface OpusSettings {
|
|
|
538
538
|
*/
|
|
539
539
|
export interface VorbisSettings {
|
|
540
540
|
/**
|
|
541
|
-
* Optional. Specify the number of channels in this output audio track. Choosing Mono on the console gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are 1 and 2. The default value is 2.
|
|
541
|
+
* Optional. Specify the number of channels in this output audio track. Choosing Follow input will use the number of channels found in the audio source; choosing Mono on the console gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are 0, 1, and 2. The default value is 2.
|
|
542
542
|
* @public
|
|
543
543
|
*/
|
|
544
544
|
Channels?: number | undefined;
|
|
@@ -564,7 +564,7 @@ export interface WavSettings {
|
|
|
564
564
|
*/
|
|
565
565
|
BitDepth?: number | undefined;
|
|
566
566
|
/**
|
|
567
|
-
* Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64.
|
|
567
|
+
* Specify the number of channels in this output audio track. Valid values are 0, 1, and even numbers up to 64. Choose 0 to follow the number of channels from your input audio. Otherwise, manually choose from 1, 2, 4, 6, and so on, up to 64.
|
|
568
568
|
* @public
|
|
569
569
|
*/
|
|
570
570
|
Channels?: number | undefined;
|
|
@@ -1620,7 +1620,7 @@ export interface AudioSelector {
|
|
|
1620
1620
|
*/
|
|
1621
1621
|
RemixSettings?: RemixSettings | undefined;
|
|
1622
1622
|
/**
|
|
1623
|
-
* 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
|
|
1623
|
+
* 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.
|
|
1624
1624
|
* @public
|
|
1625
1625
|
*/
|
|
1626
1626
|
SelectorType?: AudioSelectorType | undefined;
|
|
@@ -2436,7 +2436,7 @@ export interface VideoSelector {
|
|
|
2436
2436
|
*/
|
|
2437
2437
|
SelectorType?: VideoSelectorType | undefined;
|
|
2438
2438
|
/**
|
|
2439
|
-
* 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.
|
|
2439
|
+
* 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.
|
|
2440
2440
|
* @public
|
|
2441
2441
|
*/
|
|
2442
2442
|
Streams?: number[] | undefined;
|
|
@@ -4756,6 +4756,11 @@ export interface MxfSettings {
|
|
|
4756
4756
|
* @public
|
|
4757
4757
|
*/
|
|
4758
4758
|
Profile?: MxfProfile | undefined;
|
|
4759
|
+
/**
|
|
4760
|
+
* Choose the audio frame wrapping mode for PCM tracks in MXF outputs. AUTO (default): Uses codec-appropriate defaults - BWF for H.264/AVC, AES3 for MPEG2/XDCAM. AES3: Use AES3 frame wrapping with SMPTE-compliant descriptors. This setting only takes effect when the MXF profile is OP1a.
|
|
4761
|
+
* @public
|
|
4762
|
+
*/
|
|
4763
|
+
UncompressedAudioWrapping?: MxfUncompressedAudioWrapping | undefined;
|
|
4759
4764
|
/**
|
|
4760
4765
|
* Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.
|
|
4761
4766
|
* @public
|
|
@@ -6592,6 +6597,11 @@ export interface DolbyVisionLevel6Metadata {
|
|
|
6592
6597
|
* @public
|
|
6593
6598
|
*/
|
|
6594
6599
|
export interface DolbyVision {
|
|
6600
|
+
/**
|
|
6601
|
+
* When you set Compatibility mapping to Duplicate Stream, DolbyVision streams that have a backward compatible base layer (e.g., DolbyVision 8.1) will cause a duplicate stream to be signaled in the manifest as a duplicate stream. When you set Compatibility mapping to Supplemntal Codecs, DolbyVision streams that have a backward compatible base layer (e.g., DolbyVision 8.1) will cause the associate stream in the manifest to include a SUPPLEMENTAL_CODECS property.
|
|
6602
|
+
* @public
|
|
6603
|
+
*/
|
|
6604
|
+
Compatibility?: DolbyVisionCompatibility | undefined;
|
|
6595
6605
|
/**
|
|
6596
6606
|
* Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.
|
|
6597
6607
|
* @public
|
|
@@ -7790,7 +7800,7 @@ export interface Container {
|
|
|
7790
7800
|
*/
|
|
7791
7801
|
Duration?: number | undefined;
|
|
7792
7802
|
/**
|
|
7793
|
-
* The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM or
|
|
7803
|
+
* The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF or Wave. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.
|
|
7794
7804
|
* @public
|
|
7795
7805
|
*/
|
|
7796
7806
|
Format?: Format | undefined;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
AssociateCertificateCommandInput,
|
|
4
8
|
AssociateCertificateCommandOutput,
|
|
@@ -587,6 +591,55 @@ export interface MediaConvert {
|
|
|
587
591
|
options: __HttpHandlerOptions,
|
|
588
592
|
cb: (err: any, data?: UpdateQueueCommandOutput) => void
|
|
589
593
|
): void;
|
|
594
|
+
paginateDescribeEndpoints(
|
|
595
|
+
args?: DescribeEndpointsCommandInput,
|
|
596
|
+
paginationConfig?: Pick<
|
|
597
|
+
PaginationConfiguration,
|
|
598
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
599
|
+
>
|
|
600
|
+
): Paginator<DescribeEndpointsCommandOutput>;
|
|
601
|
+
paginateListJobs(
|
|
602
|
+
args?: ListJobsCommandInput,
|
|
603
|
+
paginationConfig?: Pick<
|
|
604
|
+
PaginationConfiguration,
|
|
605
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
606
|
+
>
|
|
607
|
+
): Paginator<ListJobsCommandOutput>;
|
|
608
|
+
paginateListJobTemplates(
|
|
609
|
+
args?: ListJobTemplatesCommandInput,
|
|
610
|
+
paginationConfig?: Pick<
|
|
611
|
+
PaginationConfiguration,
|
|
612
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
613
|
+
>
|
|
614
|
+
): Paginator<ListJobTemplatesCommandOutput>;
|
|
615
|
+
paginateListPresets(
|
|
616
|
+
args?: ListPresetsCommandInput,
|
|
617
|
+
paginationConfig?: Pick<
|
|
618
|
+
PaginationConfiguration,
|
|
619
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
620
|
+
>
|
|
621
|
+
): Paginator<ListPresetsCommandOutput>;
|
|
622
|
+
paginateListQueues(
|
|
623
|
+
args?: ListQueuesCommandInput,
|
|
624
|
+
paginationConfig?: Pick<
|
|
625
|
+
PaginationConfiguration,
|
|
626
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
627
|
+
>
|
|
628
|
+
): Paginator<ListQueuesCommandOutput>;
|
|
629
|
+
paginateListVersions(
|
|
630
|
+
args?: ListVersionsCommandInput,
|
|
631
|
+
paginationConfig?: Pick<
|
|
632
|
+
PaginationConfiguration,
|
|
633
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
634
|
+
>
|
|
635
|
+
): Paginator<ListVersionsCommandOutput>;
|
|
636
|
+
paginateSearchJobs(
|
|
637
|
+
args?: SearchJobsCommandInput,
|
|
638
|
+
paginationConfig?: Pick<
|
|
639
|
+
PaginationConfiguration,
|
|
640
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
641
|
+
>
|
|
642
|
+
): Paginator<SearchJobsCommandOutput>;
|
|
590
643
|
}
|
|
591
644
|
export declare class MediaConvert
|
|
592
645
|
extends MediaConvertClient
|
|
@@ -93,6 +93,7 @@ export declare const AacCodingMode: {
|
|
|
93
93
|
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
94
94
|
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
95
95
|
readonly CODING_MODE_5_1: "CODING_MODE_5_1";
|
|
96
|
+
readonly CODING_MODE_AUTO: "CODING_MODE_AUTO";
|
|
96
97
|
};
|
|
97
98
|
export type AacCodingMode = (typeof AacCodingMode)[keyof typeof AacCodingMode];
|
|
98
99
|
export declare const AacLoudnessMeasurementMode: {
|
|
@@ -142,6 +143,7 @@ export declare const Ac3CodingMode: {
|
|
|
142
143
|
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
143
144
|
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
144
145
|
readonly CODING_MODE_3_2_LFE: "CODING_MODE_3_2_LFE";
|
|
146
|
+
readonly CODING_MODE_AUTO: "CODING_MODE_AUTO";
|
|
145
147
|
};
|
|
146
148
|
export type Ac3CodingMode = (typeof Ac3CodingMode)[keyof typeof Ac3CodingMode];
|
|
147
149
|
export declare const Ac3DynamicRangeCompressionLine: {
|
|
@@ -290,6 +292,7 @@ export declare const Eac3CodingMode: {
|
|
|
290
292
|
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
291
293
|
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
292
294
|
readonly CODING_MODE_3_2: "CODING_MODE_3_2";
|
|
295
|
+
readonly CODING_MODE_AUTO: "CODING_MODE_AUTO";
|
|
293
296
|
};
|
|
294
297
|
export type Eac3CodingMode =
|
|
295
298
|
(typeof Eac3CodingMode)[keyof typeof Eac3CodingMode];
|
|
@@ -1947,6 +1950,12 @@ export declare const MxfProfile: {
|
|
|
1947
1950
|
readonly XDCAM_RDD9: "XDCAM_RDD9";
|
|
1948
1951
|
};
|
|
1949
1952
|
export type MxfProfile = (typeof MxfProfile)[keyof typeof MxfProfile];
|
|
1953
|
+
export declare const MxfUncompressedAudioWrapping: {
|
|
1954
|
+
readonly AES3: "AES3";
|
|
1955
|
+
readonly AUTO: "AUTO";
|
|
1956
|
+
};
|
|
1957
|
+
export type MxfUncompressedAudioWrapping =
|
|
1958
|
+
(typeof MxfUncompressedAudioWrapping)[keyof typeof MxfUncompressedAudioWrapping];
|
|
1950
1959
|
export declare const MxfXavcDurationMode: {
|
|
1951
1960
|
readonly ALLOW_ANY_DURATION: "ALLOW_ANY_DURATION";
|
|
1952
1961
|
readonly DROP_FRAMES_FOR_COMPLIANCE: "DROP_FRAMES_FOR_COMPLIANCE";
|
|
@@ -3122,6 +3131,12 @@ export declare const DeinterlacerMode: {
|
|
|
3122
3131
|
};
|
|
3123
3132
|
export type DeinterlacerMode =
|
|
3124
3133
|
(typeof DeinterlacerMode)[keyof typeof DeinterlacerMode];
|
|
3134
|
+
export declare const DolbyVisionCompatibility: {
|
|
3135
|
+
readonly DUPLICATE_STREAM: "DUPLICATE_STREAM";
|
|
3136
|
+
readonly SUPPLEMENTAL_CODECS: "SUPPLEMENTAL_CODECS";
|
|
3137
|
+
};
|
|
3138
|
+
export type DolbyVisionCompatibility =
|
|
3139
|
+
(typeof DolbyVisionCompatibility)[keyof typeof DolbyVisionCompatibility];
|
|
3125
3140
|
export declare const DolbyVisionLevel6Mode: {
|
|
3126
3141
|
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
3127
3142
|
readonly RECALCULATE: "RECALCULATE";
|
|
@@ -3256,6 +3271,7 @@ export declare const Format: {
|
|
|
3256
3271
|
readonly mp4: "mp4";
|
|
3257
3272
|
readonly mxf: "mxf";
|
|
3258
3273
|
readonly quicktime: "quicktime";
|
|
3274
|
+
readonly wave: "wave";
|
|
3259
3275
|
readonly webm: "webm";
|
|
3260
3276
|
};
|
|
3261
3277
|
export type Format = (typeof Format)[keyof typeof Format];
|
|
@@ -126,6 +126,7 @@ import {
|
|
|
126
126
|
DeinterlacerControl,
|
|
127
127
|
DeinterlacerMode,
|
|
128
128
|
DescribeEndpointsMode,
|
|
129
|
+
DolbyVisionCompatibility,
|
|
129
130
|
DolbyVisionLevel6Mode,
|
|
130
131
|
DolbyVisionMapping,
|
|
131
132
|
DolbyVisionProfile,
|
|
@@ -350,6 +351,7 @@ import {
|
|
|
350
351
|
MsSmoothManifestEncoding,
|
|
351
352
|
MxfAfdSignaling,
|
|
352
353
|
MxfProfile,
|
|
354
|
+
MxfUncompressedAudioWrapping,
|
|
353
355
|
MxfXavcDurationMode,
|
|
354
356
|
NielsenActiveWatermarkProcessType,
|
|
355
357
|
NielsenSourceWatermarkStatusType,
|
|
@@ -1531,6 +1533,7 @@ export interface MxfXavcProfileSettings {
|
|
|
1531
1533
|
export interface MxfSettings {
|
|
1532
1534
|
AfdSignaling?: MxfAfdSignaling | undefined;
|
|
1533
1535
|
Profile?: MxfProfile | undefined;
|
|
1536
|
+
UncompressedAudioWrapping?: MxfUncompressedAudioWrapping | undefined;
|
|
1534
1537
|
XavcProfileSettings?: MxfXavcProfileSettings | undefined;
|
|
1535
1538
|
}
|
|
1536
1539
|
export interface ContainerSettings {
|
|
@@ -1929,6 +1932,7 @@ export interface DolbyVisionLevel6Metadata {
|
|
|
1929
1932
|
MaxFall?: number | undefined;
|
|
1930
1933
|
}
|
|
1931
1934
|
export interface DolbyVision {
|
|
1935
|
+
Compatibility?: DolbyVisionCompatibility | undefined;
|
|
1932
1936
|
L6Metadata?: DolbyVisionLevel6Metadata | undefined;
|
|
1933
1937
|
L6Mode?: DolbyVisionLevel6Mode | undefined;
|
|
1934
1938
|
Mapping?: DolbyVisionMapping | undefined;
|
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.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|