@aws-sdk/client-mediaconvert 3.846.0 → 3.849.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.
@@ -1,4 +1,199 @@
1
- import { AudioDescription, AutomatedEncodingSettings, AvailBlanking, CaptionDescription, CmafGroupSettings, ColorConversion3DLUTSetting, DashIsoGroupSettings, DestinationSettings, EsamSettings, ExtendedDataServices, FileGroupSettings, FrameMetricType, Hdr10Metadata, HlsGroupSettings, Id3Insertion, ImageInserter, Input, KantarWatermarkSettings, MotionImageInserter, MsSmoothAdditionalManifest, NielsenConfiguration, NielsenNonLinearWatermarkSettings, Rectangle, SpekeKeyProvider } from "./models_0";
1
+ import { AudioDescription, AutomatedEncodingSettings, CaptionDescription, CmafGroupSettings, DashIsoGroupSettings, DestinationSettings, FileGroupSettings, FrameMetricType, Hdr10Metadata, HlsAdditionalManifest, HlsAdMarkers, HlsAudioOnlyHeader, HlsCaptionLanguageMapping, HlsCaptionLanguageSetting, HlsCaptionSegmentLengthControl, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsEncryptionSettings, HlsImageBasedTrickPlay, HlsImageBasedTrickPlaySettings, HlsManifestCompression, HlsManifestDurationFormat, HlsOutputSelection, HlsProgramDateTime, HlsProgressiveWriteHlsManifest, HlsSegmentControl, HlsSegmentLengthControl, HlsStreamInfResolution, HlsTargetDurationCompatibilityMode, Id3Insertion, ImageInserter, Rectangle, SpekeKeyProvider } from "./models_0";
2
+ /**
3
+ * @public
4
+ * @enum
5
+ */
6
+ export declare const HlsTimedMetadataId3Frame: {
7
+ readonly NONE: "NONE";
8
+ readonly PRIV: "PRIV";
9
+ readonly TDRL: "TDRL";
10
+ };
11
+ /**
12
+ * @public
13
+ */
14
+ export type HlsTimedMetadataId3Frame = (typeof HlsTimedMetadataId3Frame)[keyof typeof HlsTimedMetadataId3Frame];
15
+ /**
16
+ * Settings related to your HLS output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
17
+ * @public
18
+ */
19
+ export interface HlsGroupSettings {
20
+ /**
21
+ * Choose one or more ad marker types to decorate your Apple HLS manifest. This setting does not determine whether SCTE-35 markers appear in the outputs themselves.
22
+ * @public
23
+ */
24
+ AdMarkers?: HlsAdMarkers[] | undefined;
25
+ /**
26
+ * By default, the service creates one top-level .m3u8 HLS manifest for each HLS output group in your job. This default manifest references every output in the output group. To create additional top-level manifests that reference a subset of the outputs in the output group, specify a list of them here.
27
+ * @public
28
+ */
29
+ AdditionalManifests?: HlsAdditionalManifest[] | undefined;
30
+ /**
31
+ * Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues. Keep the default value, Include, to output audio-only headers. Choose Exclude to remove the audio-only headers from your audio segments.
32
+ * @public
33
+ */
34
+ AudioOnlyHeader?: HlsAudioOnlyHeader | undefined;
35
+ /**
36
+ * A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base manifest is delivered from a different URL than the main .m3u8 file.
37
+ * @public
38
+ */
39
+ BaseUrl?: string | undefined;
40
+ /**
41
+ * Language to be used on Caption outputs
42
+ * @public
43
+ */
44
+ CaptionLanguageMappings?: HlsCaptionLanguageMapping[] | undefined;
45
+ /**
46
+ * Applies only to 608 Embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the caption selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match up properly with the output captions. None: Include CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line from the manifest.
47
+ * @public
48
+ */
49
+ CaptionLanguageSetting?: HlsCaptionLanguageSetting | undefined;
50
+ /**
51
+ * Set Caption segment length control to Match video to create caption segments that align with the video segments from the first video output in this output group. For example, if the video segments are 2 seconds long, your WebVTT segments will also be 2 seconds long. Keep the default setting, Large segments to create caption segments that are 300 seconds long.
52
+ * @public
53
+ */
54
+ CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl | undefined;
55
+ /**
56
+ * Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled and control caching in your video distribution set up. For example, use the Cache-Control http header.
57
+ * @public
58
+ */
59
+ ClientCache?: HlsClientCache | undefined;
60
+ /**
61
+ * Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
62
+ * @public
63
+ */
64
+ CodecSpecification?: HlsCodecSpecification | undefined;
65
+ /**
66
+ * Use Destination to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
67
+ * @public
68
+ */
69
+ Destination?: string | undefined;
70
+ /**
71
+ * Settings associated with the destination. Will vary based on the type of destination
72
+ * @public
73
+ */
74
+ DestinationSettings?: DestinationSettings | undefined;
75
+ /**
76
+ * Indicates whether segments should be placed in subdirectories.
77
+ * @public
78
+ */
79
+ DirectoryStructure?: HlsDirectoryStructure | undefined;
80
+ /**
81
+ * DRM settings.
82
+ * @public
83
+ */
84
+ Encryption?: HlsEncryptionSettings | undefined;
85
+ /**
86
+ * Specify whether MediaConvert generates images for trick play. Keep the default value, None, to not generate any images. Choose Thumbnail to generate tiled thumbnails. Choose Thumbnail and full frame to generate tiled thumbnails and full-resolution images of single frames. MediaConvert creates a child manifest for each set of images that you generate and adds corresponding entries to the parent manifest. A common application for these images is Roku trick mode. The thumbnails and full-frame images that MediaConvert creates with this feature are compatible with this Roku specification: https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
87
+ * @public
88
+ */
89
+ ImageBasedTrickPlay?: HlsImageBasedTrickPlay | undefined;
90
+ /**
91
+ * Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED
92
+ * @public
93
+ */
94
+ ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings | undefined;
95
+ /**
96
+ * When set to GZIP, compresses HLS playlist.
97
+ * @public
98
+ */
99
+ ManifestCompression?: HlsManifestCompression | undefined;
100
+ /**
101
+ * Indicates whether the output manifest should use floating point values for segment duration.
102
+ * @public
103
+ */
104
+ ManifestDurationFormat?: HlsManifestDurationFormat | undefined;
105
+ /**
106
+ * Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back the end of your video asset. If you know that player devices are hanging on the final segment of your video because the length of your final segment is too short, use this setting to specify a minimum final segment length, in seconds. Choose a value that is greater than or equal to 1 and less than your segment length. When you specify a value for this setting, the encoder will combine any final segment that is shorter than the length that you specify with the previous segment. For example, your segment length is 3 seconds and your final segment is .5 seconds without a minimum final segment length; when you set the minimum final segment length to 1, your final segment is 3.5 seconds.
107
+ * @public
108
+ */
109
+ MinFinalSegmentLength?: number | undefined;
110
+ /**
111
+ * When set, Minimum Segment Size is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.
112
+ * @public
113
+ */
114
+ MinSegmentLength?: number | undefined;
115
+ /**
116
+ * Indicates whether the .m3u8 manifest file should be generated for this HLS output group.
117
+ * @public
118
+ */
119
+ OutputSelection?: HlsOutputSelection | undefined;
120
+ /**
121
+ * Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestamp_offset.
122
+ * @public
123
+ */
124
+ ProgramDateTime?: HlsProgramDateTime | undefined;
125
+ /**
126
+ * Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
127
+ * @public
128
+ */
129
+ ProgramDateTimePeriod?: number | undefined;
130
+ /**
131
+ * Specify whether MediaConvert generates HLS manifests while your job is running or when your job is complete. To generate HLS manifests while your job is running: Choose Enabled. Use if you want to play back your content as soon as it's available. MediaConvert writes the parent and child manifests after the first three media segments are written to your destination S3 bucket. It then writes new updated manifests after each additional segment is written. The parent manifest includes the latest BANDWIDTH and AVERAGE-BANDWIDTH attributes, and child manifests include the latest available media segment. When your job completes, the final child playlists include an EXT-X-ENDLIST tag. To generate HLS manifests only when your job completes: Choose Disabled.
132
+ * @public
133
+ */
134
+ ProgressiveWriteHlsManifest?: HlsProgressiveWriteHlsManifest | undefined;
135
+ /**
136
+ * When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for playback.
137
+ * @public
138
+ */
139
+ SegmentControl?: HlsSegmentControl | undefined;
140
+ /**
141
+ * Specify the length, in whole seconds, of each segment. When you don't specify a value, MediaConvert defaults to 10. Related settings: Use Segment length control to specify whether the encoder enforces this value strictly. Use Segment control to specify whether MediaConvert creates separate segment files or one content file that has metadata to mark the segment boundaries.
142
+ * @public
143
+ */
144
+ SegmentLength?: number | undefined;
145
+ /**
146
+ * Specify how you want MediaConvert to determine segment lengths in this output group. To use the exact value that you specify under Segment length: Choose Exact. Note that this might result in additional I-frames in the output GOP. To create segment lengths that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert will round up the segment lengths to match the next GOP boundary. To have MediaConvert automatically determine a segment duration that is a multiple of both the audio packets and the frame rates: Choose Match. When you do, also specify a target segment duration under Segment length. This is useful for some ad-insertion or segment replacement workflows. Note that Match has the following requirements: - Output containers: Include at least one video output and at least one audio output. Audio-only outputs are not supported. - Output frame rate: Follow source is not supported. - Multiple output frame rates: When you specify multiple outputs, we recommend they share a similar frame rate (as in X/3, X/2, X, or 2X). For example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an integer multiple.) - Output audio codec: Specify Advanced Audio Coding (AAC). - Output sample rate: Choose 48kHz.
147
+ * @public
148
+ */
149
+ SegmentLengthControl?: HlsSegmentLengthControl | undefined;
150
+ /**
151
+ * 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.
152
+ * @public
153
+ */
154
+ SegmentsPerSubdirectory?: number | undefined;
155
+ /**
156
+ * Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
157
+ * @public
158
+ */
159
+ StreamInfResolution?: HlsStreamInfResolution | undefined;
160
+ /**
161
+ * When set to LEGACY, the segment target duration is always rounded up to the nearest integer value above its current value in seconds. When set to SPEC\\_COMPLIANT, the segment target duration is rounded up to the nearest integer value if fraction seconds are greater than or equal to 0.5 (>= 0.5) and rounded down if less than 0.5 (< 0.5). You may need to use LEGACY if your client needs to ensure that the target duration is always longer than the actual duration of the segment. Some older players may experience interrupted playback when the actual duration of a track in a segment is longer than the target duration.
162
+ * @public
163
+ */
164
+ TargetDurationCompatibilityMode?: HlsTargetDurationCompatibilityMode | undefined;
165
+ /**
166
+ * Specify the type of the ID3 frame to use for ID3 timestamps in your output. To include ID3 timestamps: Specify PRIV or TDRL and set ID3 metadata to Passthrough. To exclude ID3 timestamps: Set ID3 timestamp frame type to None.
167
+ * @public
168
+ */
169
+ TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | undefined;
170
+ /**
171
+ * Specify the interval in seconds to write ID3 timestamps in your output. The first timestamp starts at the output timecode and date, and increases incrementally with each ID3 timestamp. To use the default interval of 10 seconds: Leave blank. To include this metadata in your output: Set ID3 timestamp frame type to PRIV or TDRL, and set ID3 metadata to Passthrough.
172
+ * @public
173
+ */
174
+ TimedMetadataId3Period?: number | undefined;
175
+ /**
176
+ * Provides an extra millisecond delta offset to fine tune the timestamps.
177
+ * @public
178
+ */
179
+ TimestampDeltaMilliseconds?: number | undefined;
180
+ }
181
+ /**
182
+ * Specify the details for each additional Microsoft Smooth Streaming manifest that you want the service to generate for this output group. Each manifest can reference a different subset of outputs in the group.
183
+ * @public
184
+ */
185
+ export interface MsSmoothAdditionalManifest {
186
+ /**
187
+ * Specify a name modifier that the service adds to the name of this manifest to make it different from the file names of the other main manifests in the output group. For example, say that the default main manifest for your Microsoft Smooth group is film-name.ismv. If you enter "-no-premium" for this setting, then the file name the service generates for this top-level manifest is film-name-no-premium.ismv.
188
+ * @public
189
+ */
190
+ ManifestNameModifier?: string | undefined;
191
+ /**
192
+ * Specify the outputs that you want this additional top-level manifest to reference.
193
+ * @public
194
+ */
195
+ SelectedOutputs?: string[] | undefined;
196
+ }
2
197
  /**
3
198
  * @public
4
199
  * @enum
@@ -5107,7 +5302,7 @@ export interface VideoCodecSettings {
5107
5302
  */
5108
5303
  AvcIntraSettings?: AvcIntraSettings | undefined;
5109
5304
  /**
5110
- * 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.
5305
+ * 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 without any video encoding: Choose Passthrough. More information about passthrough codec support and job settings requirements, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/video-passthrough-feature-restrictions.html
5111
5306
  * @public
5112
5307
  */
5113
5308
  Codec?: VideoCodec | undefined;
@@ -6026,106 +6221,3 @@ export interface TimedMetadataInsertion {
6026
6221
  */
6027
6222
  Id3Insertions?: Id3Insertion[] | undefined;
6028
6223
  }
6029
- /**
6030
- * JobSettings contains all the transcode settings for a job.
6031
- * @public
6032
- */
6033
- export interface JobSettings {
6034
- /**
6035
- * When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
6036
- * @public
6037
- */
6038
- AdAvailOffset?: number | undefined;
6039
- /**
6040
- * Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails.
6041
- * @public
6042
- */
6043
- AvailBlanking?: AvailBlanking | undefined;
6044
- /**
6045
- * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
6046
- * @public
6047
- */
6048
- ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[] | undefined;
6049
- /**
6050
- * Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
6051
- * @public
6052
- */
6053
- Esam?: EsamSettings | undefined;
6054
- /**
6055
- * If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
6056
- * @public
6057
- */
6058
- ExtendedDataServices?: ExtendedDataServices | undefined;
6059
- /**
6060
- * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
6061
- * @public
6062
- */
6063
- FollowSource?: number | undefined;
6064
- /**
6065
- * Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.
6066
- * @public
6067
- */
6068
- Inputs?: Input[] | undefined;
6069
- /**
6070
- * Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to generate and place Kantar watermarks in your output audio. These settings apply to every output in your job. In addition to specifying these values, you also need to store your Kantar credentials in AWS Secrets Manager. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.
6071
- * @public
6072
- */
6073
- KantarWatermark?: KantarWatermarkSettings | undefined;
6074
- /**
6075
- * Overlay motion graphics on top of your video. The motion graphics that you specify here appear on all outputs in all output groups. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
6076
- * @public
6077
- */
6078
- MotionImageInserter?: MotionImageInserter | undefined;
6079
- /**
6080
- * Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration, MediaConvert enables PCM to ID3 tagging for all outputs in the job.
6081
- * @public
6082
- */
6083
- NielsenConfiguration?: NielsenConfiguration | undefined;
6084
- /**
6085
- * Ignore these settings unless you are using Nielsen non-linear watermarking. Specify the values that MediaConvert uses to generate and place Nielsen watermarks in your output audio. In addition to specifying these values, you also need to set up your cloud TIC server. These settings apply to every output in your job. The MediaConvert implementation is currently with the following Nielsen versions: Nielsen Watermark SDK Version 6.0.13 Nielsen NLM Watermark Engine Version 1.3.3 Nielsen Watermark Authenticator [SID_TIC] Version [7.0.0]
6086
- * @public
6087
- */
6088
- NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | undefined;
6089
- /**
6090
- * Contains one group of settings for each set of outputs that share a common package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a single output group as well. Required in is a group of settings that apply to the whole group. This required object depends on the value you set for Type. Type, settings object pairs are as follows. * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings * CMAF_GROUP_SETTINGS, CmafGroupSettings
6091
- * @public
6092
- */
6093
- OutputGroups?: OutputGroup[] | undefined;
6094
- /**
6095
- * These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.
6096
- * @public
6097
- */
6098
- TimecodeConfig?: TimecodeConfig | undefined;
6099
- /**
6100
- * Insert user-defined custom ID3 metadata at timecodes that you specify. In each output that you want to include this metadata, you must set ID3 metadata to Passthrough.
6101
- * @public
6102
- */
6103
- TimedMetadataInsertion?: TimedMetadataInsertion | undefined;
6104
- }
6105
- /**
6106
- * @public
6107
- * @enum
6108
- */
6109
- export declare const SimulateReservedQueue: {
6110
- readonly DISABLED: "DISABLED";
6111
- readonly ENABLED: "ENABLED";
6112
- };
6113
- /**
6114
- * @public
6115
- */
6116
- export type SimulateReservedQueue = (typeof SimulateReservedQueue)[keyof typeof SimulateReservedQueue];
6117
- /**
6118
- * @public
6119
- * @enum
6120
- */
6121
- export declare const JobStatus: {
6122
- readonly CANCELED: "CANCELED";
6123
- readonly COMPLETE: "COMPLETE";
6124
- readonly ERROR: "ERROR";
6125
- readonly PROGRESSING: "PROGRESSING";
6126
- readonly SUBMITTED: "SUBMITTED";
6127
- };
6128
- /**
6129
- * @public
6130
- */
6131
- export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
@@ -1,7 +1,110 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
3
- import { AccelerationSettings, AccelerationStatus, AudioDescription, AvailBlanking, BillingTagsSource, CaptionDescriptionPreset, ColorConversion3DLUTSetting, Endpoint, EsamSettings, ExtendedDataServices, HopDestination, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, QueueTransition } from "./models_0";
4
- import { ContainerSettings, JobSettings, JobStatus, OutputGroup, SimulateReservedQueue, TimecodeConfig, TimedMetadataInsertion, VideoDescription } from "./models_1";
3
+ import { AccelerationSettings, AccelerationStatus, AudioDescription, AvailBlanking, BillingTagsSource, CaptionDescriptionPreset, ColorConversion3DLUTSetting, Endpoint, EsamSettings, ExtendedDataServices, HopDestination, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, QueueTransition } from "./models_0";
4
+ import { ContainerSettings, OutputGroup, TimecodeConfig, TimedMetadataInsertion, VideoDescription } from "./models_1";
5
+ /**
6
+ * JobSettings contains all the transcode settings for a job.
7
+ * @public
8
+ */
9
+ export interface JobSettings {
10
+ /**
11
+ * When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
12
+ * @public
13
+ */
14
+ AdAvailOffset?: number | undefined;
15
+ /**
16
+ * Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails.
17
+ * @public
18
+ */
19
+ AvailBlanking?: AvailBlanking | undefined;
20
+ /**
21
+ * Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
22
+ * @public
23
+ */
24
+ ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[] | undefined;
25
+ /**
26
+ * Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
27
+ * @public
28
+ */
29
+ Esam?: EsamSettings | undefined;
30
+ /**
31
+ * If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
32
+ * @public
33
+ */
34
+ ExtendedDataServices?: ExtendedDataServices | undefined;
35
+ /**
36
+ * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
37
+ * @public
38
+ */
39
+ FollowSource?: number | undefined;
40
+ /**
41
+ * Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.
42
+ * @public
43
+ */
44
+ Inputs?: Input[] | undefined;
45
+ /**
46
+ * Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to generate and place Kantar watermarks in your output audio. These settings apply to every output in your job. In addition to specifying these values, you also need to store your Kantar credentials in AWS Secrets Manager. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.
47
+ * @public
48
+ */
49
+ KantarWatermark?: KantarWatermarkSettings | undefined;
50
+ /**
51
+ * Overlay motion graphics on top of your video. The motion graphics that you specify here appear on all outputs in all output groups. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
52
+ * @public
53
+ */
54
+ MotionImageInserter?: MotionImageInserter | undefined;
55
+ /**
56
+ * Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration, MediaConvert enables PCM to ID3 tagging for all outputs in the job.
57
+ * @public
58
+ */
59
+ NielsenConfiguration?: NielsenConfiguration | undefined;
60
+ /**
61
+ * Ignore these settings unless you are using Nielsen non-linear watermarking. Specify the values that MediaConvert uses to generate and place Nielsen watermarks in your output audio. In addition to specifying these values, you also need to set up your cloud TIC server. These settings apply to every output in your job. The MediaConvert implementation is currently with the following Nielsen versions: Nielsen Watermark SDK Version 6.0.13 Nielsen NLM Watermark Engine Version 1.3.3 Nielsen Watermark Authenticator [SID_TIC] Version [7.0.0]
62
+ * @public
63
+ */
64
+ NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | undefined;
65
+ /**
66
+ * Contains one group of settings for each set of outputs that share a common package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a single output group as well. Required in is a group of settings that apply to the whole group. This required object depends on the value you set for Type. Type, settings object pairs are as follows. * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings * CMAF_GROUP_SETTINGS, CmafGroupSettings
67
+ * @public
68
+ */
69
+ OutputGroups?: OutputGroup[] | undefined;
70
+ /**
71
+ * These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.
72
+ * @public
73
+ */
74
+ TimecodeConfig?: TimecodeConfig | undefined;
75
+ /**
76
+ * Insert user-defined custom ID3 metadata at timecodes that you specify. In each output that you want to include this metadata, you must set ID3 metadata to Passthrough.
77
+ * @public
78
+ */
79
+ TimedMetadataInsertion?: TimedMetadataInsertion | undefined;
80
+ }
81
+ /**
82
+ * @public
83
+ * @enum
84
+ */
85
+ export declare const SimulateReservedQueue: {
86
+ readonly DISABLED: "DISABLED";
87
+ readonly ENABLED: "ENABLED";
88
+ };
89
+ /**
90
+ * @public
91
+ */
92
+ export type SimulateReservedQueue = (typeof SimulateReservedQueue)[keyof typeof SimulateReservedQueue];
93
+ /**
94
+ * @public
95
+ * @enum
96
+ */
97
+ export declare const JobStatus: {
98
+ readonly CANCELED: "CANCELED";
99
+ readonly COMPLETE: "COMPLETE";
100
+ readonly ERROR: "ERROR";
101
+ readonly PROGRESSING: "PROGRESSING";
102
+ readonly SUBMITTED: "SUBMITTED";
103
+ };
104
+ /**
105
+ * @public
106
+ */
107
+ export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
5
108
  /**
6
109
  * @public
7
110
  * @enum
@@ -480,6 +583,7 @@ export interface ProbeInputFile {
480
583
  export declare const Format: {
481
584
  readonly matroska: "matroska";
482
585
  readonly mp4: "mp4";
586
+ readonly mxf: "mxf";
483
587
  readonly quicktime: "quicktime";
484
588
  readonly webm: "webm";
485
589
  };
@@ -553,6 +657,7 @@ export declare const Codec: {
553
657
  readonly EAC3: "EAC3";
554
658
  readonly FLAC: "FLAC";
555
659
  readonly HEVC: "HEVC";
660
+ readonly JPEG2000: "JPEG2000";
556
661
  readonly MJPEG: "MJPEG";
557
662
  readonly MP3: "MP3";
558
663
  readonly MP4V: "MP4V";
@@ -776,7 +881,7 @@ export interface Container {
776
881
  */
777
882
  Duration?: number | undefined;
778
883
  /**
779
- * The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), or WebM. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.
884
+ * The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM or MXF. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.
780
885
  * @public
781
886
  */
782
887
  Format?: Format | undefined;
@@ -95,6 +95,7 @@ export declare const AacCodecProfile: {
95
95
  readonly HEV1: "HEV1";
96
96
  readonly HEV2: "HEV2";
97
97
  readonly LC: "LC";
98
+ readonly XHE: "XHE";
98
99
  };
99
100
  export type AacCodecProfile =
100
101
  (typeof AacCodecProfile)[keyof typeof AacCodecProfile];
@@ -106,6 +107,12 @@ export declare const AacCodingMode: {
106
107
  readonly CODING_MODE_5_1: "CODING_MODE_5_1";
107
108
  };
108
109
  export type AacCodingMode = (typeof AacCodingMode)[keyof typeof AacCodingMode];
110
+ export declare const AacLoudnessMeasurementMode: {
111
+ readonly ANCHOR: "ANCHOR";
112
+ readonly PROGRAM: "PROGRAM";
113
+ };
114
+ export type AacLoudnessMeasurementMode =
115
+ (typeof AacLoudnessMeasurementMode)[keyof typeof AacLoudnessMeasurementMode];
109
116
  export declare const AacRateControlMode: {
110
117
  readonly CBR: "CBR";
111
118
  readonly VBR: "VBR";
@@ -137,10 +144,13 @@ export interface AacSettings {
137
144
  Bitrate?: number | undefined;
138
145
  CodecProfile?: AacCodecProfile | undefined;
139
146
  CodingMode?: AacCodingMode | undefined;
147
+ LoudnessMeasurementMode?: AacLoudnessMeasurementMode | undefined;
148
+ RapInterval?: number | undefined;
140
149
  RateControlMode?: AacRateControlMode | undefined;
141
150
  RawFormat?: AacRawFormat | undefined;
142
151
  SampleRate?: number | undefined;
143
152
  Specification?: AacSpecification | undefined;
153
+ TargetLoudnessRange?: number | undefined;
144
154
  VbrQuality?: AacVbrQuality | undefined;
145
155
  }
146
156
  export declare const Ac3BitstreamMode: {
@@ -1461,6 +1471,19 @@ export declare const InputPsiControl: {
1461
1471
  };
1462
1472
  export type InputPsiControl =
1463
1473
  (typeof InputPsiControl)[keyof typeof InputPsiControl];
1474
+ export declare const TamsGapHandling: {
1475
+ readonly FILL_WITH_BLACK: "FILL_WITH_BLACK";
1476
+ readonly HOLD_LAST_FRAME: "HOLD_LAST_FRAME";
1477
+ readonly SKIP_GAPS: "SKIP_GAPS";
1478
+ };
1479
+ export type TamsGapHandling =
1480
+ (typeof TamsGapHandling)[keyof typeof TamsGapHandling];
1481
+ export interface InputTamsSettings {
1482
+ AuthConnectionArn?: string | undefined;
1483
+ GapHandling?: TamsGapHandling | undefined;
1484
+ SourceId?: string | undefined;
1485
+ Timerange?: string | undefined;
1486
+ }
1464
1487
  export declare const InputTimecodeSource: {
1465
1488
  readonly EMBEDDED: "EMBEDDED";
1466
1489
  readonly SPECIFIEDSTART: "SPECIFIEDSTART";
@@ -1611,6 +1634,7 @@ export interface Input {
1611
1634
  ProgramNumber?: number | undefined;
1612
1635
  PsiControl?: InputPsiControl | undefined;
1613
1636
  SupplementalImps?: string[] | undefined;
1637
+ TamsSettings?: InputTamsSettings | undefined;
1614
1638
  TimecodeSource?: InputTimecodeSource | undefined;
1615
1639
  TimecodeStart?: string | undefined;
1616
1640
  VideoGenerator?: InputVideoGenerator | undefined;
@@ -2352,50 +2376,3 @@ export declare const HlsTargetDurationCompatibilityMode: {
2352
2376
  };
2353
2377
  export type HlsTargetDurationCompatibilityMode =
2354
2378
  (typeof HlsTargetDurationCompatibilityMode)[keyof typeof HlsTargetDurationCompatibilityMode];
2355
- export declare const HlsTimedMetadataId3Frame: {
2356
- readonly NONE: "NONE";
2357
- readonly PRIV: "PRIV";
2358
- readonly TDRL: "TDRL";
2359
- };
2360
- export type HlsTimedMetadataId3Frame =
2361
- (typeof HlsTimedMetadataId3Frame)[keyof typeof HlsTimedMetadataId3Frame];
2362
- export interface HlsGroupSettings {
2363
- AdMarkers?: HlsAdMarkers[] | undefined;
2364
- AdditionalManifests?: HlsAdditionalManifest[] | undefined;
2365
- AudioOnlyHeader?: HlsAudioOnlyHeader | undefined;
2366
- BaseUrl?: string | undefined;
2367
- CaptionLanguageMappings?: HlsCaptionLanguageMapping[] | undefined;
2368
- CaptionLanguageSetting?: HlsCaptionLanguageSetting | undefined;
2369
- CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl | undefined;
2370
- ClientCache?: HlsClientCache | undefined;
2371
- CodecSpecification?: HlsCodecSpecification | undefined;
2372
- Destination?: string | undefined;
2373
- DestinationSettings?: DestinationSettings | undefined;
2374
- DirectoryStructure?: HlsDirectoryStructure | undefined;
2375
- Encryption?: HlsEncryptionSettings | undefined;
2376
- ImageBasedTrickPlay?: HlsImageBasedTrickPlay | undefined;
2377
- ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings | undefined;
2378
- ManifestCompression?: HlsManifestCompression | undefined;
2379
- ManifestDurationFormat?: HlsManifestDurationFormat | undefined;
2380
- MinFinalSegmentLength?: number | undefined;
2381
- MinSegmentLength?: number | undefined;
2382
- OutputSelection?: HlsOutputSelection | undefined;
2383
- ProgramDateTime?: HlsProgramDateTime | undefined;
2384
- ProgramDateTimePeriod?: number | undefined;
2385
- ProgressiveWriteHlsManifest?: HlsProgressiveWriteHlsManifest | undefined;
2386
- SegmentControl?: HlsSegmentControl | undefined;
2387
- SegmentLength?: number | undefined;
2388
- SegmentLengthControl?: HlsSegmentLengthControl | undefined;
2389
- SegmentsPerSubdirectory?: number | undefined;
2390
- StreamInfResolution?: HlsStreamInfResolution | undefined;
2391
- TargetDurationCompatibilityMode?:
2392
- | HlsTargetDurationCompatibilityMode
2393
- | undefined;
2394
- TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | undefined;
2395
- TimedMetadataId3Period?: number | undefined;
2396
- TimestampDeltaMilliseconds?: number | undefined;
2397
- }
2398
- export interface MsSmoothAdditionalManifest {
2399
- ManifestNameModifier?: string | undefined;
2400
- SelectedOutputs?: string[] | undefined;
2401
- }