@aws-sdk/client-mediaconvert 3.296.0 → 3.298.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/commands/AssociateCertificateCommand.js +2 -3
- package/dist-cjs/commands/CancelJobCommand.js +2 -3
- package/dist-cjs/commands/CreateJobCommand.js +2 -3
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/CreatePresetCommand.js +2 -3
- package/dist-cjs/commands/CreateQueueCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeletePresetCommand.js +2 -3
- package/dist-cjs/commands/DeleteQueueCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -3
- package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -3
- package/dist-cjs/commands/GetJobCommand.js +2 -4
- package/dist-cjs/commands/GetJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetPresetCommand.js +2 -3
- package/dist-cjs/commands/GetQueueCommand.js +2 -3
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListPresetsCommand.js +2 -3
- package/dist-cjs/commands/ListQueuesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutPolicyCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/UpdatePresetCommand.js +2 -3
- package/dist-cjs/commands/UpdateQueueCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -431
- package/dist-cjs/models/models_1.js +1 -358
- package/dist-cjs/models/models_2.js +1 -133
- package/dist-es/commands/AssociateCertificateCommand.js +2 -3
- package/dist-es/commands/CancelJobCommand.js +2 -3
- package/dist-es/commands/CreateJobCommand.js +2 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +2 -3
- package/dist-es/commands/CreatePresetCommand.js +2 -3
- package/dist-es/commands/CreateQueueCommand.js +2 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-es/commands/DeletePolicyCommand.js +2 -3
- package/dist-es/commands/DeletePresetCommand.js +2 -3
- package/dist-es/commands/DeleteQueueCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -3
- package/dist-es/commands/DisassociateCertificateCommand.js +2 -3
- package/dist-es/commands/GetJobCommand.js +2 -4
- package/dist-es/commands/GetJobTemplateCommand.js +2 -3
- package/dist-es/commands/GetPolicyCommand.js +2 -3
- package/dist-es/commands/GetPresetCommand.js +2 -3
- package/dist-es/commands/GetQueueCommand.js +2 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListPresetsCommand.js +2 -3
- package/dist-es/commands/ListQueuesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutPolicyCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateJobTemplateCommand.js +2 -3
- package/dist-es/commands/UpdatePresetCommand.js +2 -3
- package/dist-es/commands/UpdateQueueCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -321
- package/dist-es/models/models_1.js +0 -267
- package/dist-es/models/models_2.js +0 -99
- package/dist-types/MediaConvert.d.ts +29 -0
- package/dist-types/MediaConvertClient.d.ts +24 -4
- package/dist-types/commands/AssociateCertificateCommand.d.ts +16 -0
- package/dist-types/commands/CancelJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +16 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetPresetCommand.d.ts +16 -0
- package/dist-types/commands/GetQueueCommand.d.ts +16 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +16 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +16 -0
- package/dist-types/models/MediaConvertServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +687 -429
- package/dist-types/models/models_1.d.ts +759 -357
- package/dist-types/models/models_2.d.ts +110 -132
- package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPresetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListQueuesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -285
- package/dist-types/ts3.4/models/models_1.d.ts +0 -213
- package/dist-types/ts3.4/models/models_2.d.ts +0 -95
- package/package.json +4 -3
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
3
3
|
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, DvbNitSettings, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare enum OutputSdt {
|
|
5
8
|
SDT_FOLLOW = "SDT_FOLLOW",
|
|
6
9
|
SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
|
|
@@ -8,6 +11,7 @@ export declare enum OutputSdt {
|
|
|
8
11
|
SDT_NONE = "SDT_NONE"
|
|
9
12
|
}
|
|
10
13
|
/**
|
|
14
|
+
* @public
|
|
11
15
|
* Use these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
|
|
12
16
|
*/
|
|
13
17
|
export interface DvbSdtSettings {
|
|
@@ -29,6 +33,7 @@ export interface DvbSdtSettings {
|
|
|
29
33
|
ServiceProviderName?: string;
|
|
30
34
|
}
|
|
31
35
|
/**
|
|
36
|
+
* @public
|
|
32
37
|
* Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
|
|
33
38
|
*/
|
|
34
39
|
export interface DvbTdtSettings {
|
|
@@ -37,39 +42,64 @@ export interface DvbTdtSettings {
|
|
|
37
42
|
*/
|
|
38
43
|
TdtInterval?: number;
|
|
39
44
|
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
40
48
|
export declare enum M2tsEbpAudioInterval {
|
|
41
49
|
VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
|
|
42
50
|
VIDEO_INTERVAL = "VIDEO_INTERVAL"
|
|
43
51
|
}
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
44
55
|
export declare enum M2tsEbpPlacement {
|
|
45
56
|
VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
|
|
46
57
|
VIDEO_PID = "VIDEO_PID"
|
|
47
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
48
62
|
export declare enum M2tsEsRateInPes {
|
|
49
63
|
EXCLUDE = "EXCLUDE",
|
|
50
64
|
INCLUDE = "INCLUDE"
|
|
51
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
52
69
|
export declare enum M2tsForceTsVideoEbpOrder {
|
|
53
70
|
DEFAULT = "DEFAULT",
|
|
54
71
|
FORCE = "FORCE"
|
|
55
72
|
}
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
56
76
|
export declare enum M2tsKlvMetadata {
|
|
57
77
|
NONE = "NONE",
|
|
58
78
|
PASSTHROUGH = "PASSTHROUGH"
|
|
59
79
|
}
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
60
83
|
export declare enum M2tsNielsenId3 {
|
|
61
84
|
INSERT = "INSERT",
|
|
62
85
|
NONE = "NONE"
|
|
63
86
|
}
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
64
90
|
export declare enum M2tsPcrControl {
|
|
65
91
|
CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
|
|
66
92
|
PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
|
|
67
93
|
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
68
97
|
export declare enum M2tsRateMode {
|
|
69
98
|
CBR = "CBR",
|
|
70
99
|
VBR = "VBR"
|
|
71
100
|
}
|
|
72
101
|
/**
|
|
102
|
+
* @public
|
|
73
103
|
* Settings for SCTE-35 signals from ESAM. Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).
|
|
74
104
|
*/
|
|
75
105
|
export interface M2tsScte35Esam {
|
|
@@ -78,10 +108,16 @@ export interface M2tsScte35Esam {
|
|
|
78
108
|
*/
|
|
79
109
|
Scte35EsamPid?: number;
|
|
80
110
|
}
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
81
114
|
export declare enum M2tsScte35Source {
|
|
82
115
|
NONE = "NONE",
|
|
83
116
|
PASSTHROUGH = "PASSTHROUGH"
|
|
84
117
|
}
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
85
121
|
export declare enum M2tsSegmentationMarkers {
|
|
86
122
|
EBP = "EBP",
|
|
87
123
|
EBP_LEGACY = "EBP_LEGACY",
|
|
@@ -90,11 +126,15 @@ export declare enum M2tsSegmentationMarkers {
|
|
|
90
126
|
RAI_ADAPT = "RAI_ADAPT",
|
|
91
127
|
RAI_SEGSTART = "RAI_SEGSTART"
|
|
92
128
|
}
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
93
132
|
export declare enum M2tsSegmentationStyle {
|
|
94
133
|
MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
|
|
95
134
|
RESET_CADENCE = "RESET_CADENCE"
|
|
96
135
|
}
|
|
97
136
|
/**
|
|
137
|
+
* @public
|
|
98
138
|
* MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container (ContainerType) is MPEG-2 Transport Stream (M2TS). In these assets, data is organized by the program map table (PMT). Each transport stream program contains subsets of data, including audio, video, and metadata. Each of these subsets of data has a numerical label called a packet identifier (PID). Each transport stream program corresponds to one MediaConvert output. The PMT lists the types of data in a program along with their PID. Downstream systems and players use the program map table to look up the PID for each type of data it accesses and then uses the PIDs to locate specific data within the asset.
|
|
99
139
|
*/
|
|
100
140
|
export interface M2tsSettings {
|
|
@@ -255,31 +295,50 @@ export interface M2tsSettings {
|
|
|
255
295
|
*/
|
|
256
296
|
VideoPid?: number;
|
|
257
297
|
}
|
|
298
|
+
/**
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
258
301
|
export declare enum M3u8AudioDuration {
|
|
259
302
|
DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
|
|
260
303
|
MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
|
|
261
304
|
}
|
|
305
|
+
/**
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
262
308
|
export declare enum M3u8DataPtsControl {
|
|
263
309
|
ALIGN_TO_VIDEO = "ALIGN_TO_VIDEO",
|
|
264
310
|
AUTO = "AUTO"
|
|
265
311
|
}
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
266
315
|
export declare enum M3u8NielsenId3 {
|
|
267
316
|
INSERT = "INSERT",
|
|
268
317
|
NONE = "NONE"
|
|
269
318
|
}
|
|
319
|
+
/**
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
270
322
|
export declare enum M3u8PcrControl {
|
|
271
323
|
CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
|
|
272
324
|
PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
|
|
273
325
|
}
|
|
326
|
+
/**
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
274
329
|
export declare enum M3u8Scte35Source {
|
|
275
330
|
NONE = "NONE",
|
|
276
331
|
PASSTHROUGH = "PASSTHROUGH"
|
|
277
332
|
}
|
|
333
|
+
/**
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
278
336
|
export declare enum TimedMetadata {
|
|
279
337
|
NONE = "NONE",
|
|
280
338
|
PASSTHROUGH = "PASSTHROUGH"
|
|
281
339
|
}
|
|
282
340
|
/**
|
|
341
|
+
* @public
|
|
283
342
|
* These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
|
|
284
343
|
*/
|
|
285
344
|
export interface M3u8Settings {
|
|
@@ -360,27 +419,43 @@ export interface M3u8Settings {
|
|
|
360
419
|
*/
|
|
361
420
|
VideoPid?: number;
|
|
362
421
|
}
|
|
422
|
+
/**
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
363
425
|
export declare enum MovClapAtom {
|
|
364
426
|
EXCLUDE = "EXCLUDE",
|
|
365
427
|
INCLUDE = "INCLUDE"
|
|
366
428
|
}
|
|
429
|
+
/**
|
|
430
|
+
* @public
|
|
431
|
+
*/
|
|
367
432
|
export declare enum MovCslgAtom {
|
|
368
433
|
EXCLUDE = "EXCLUDE",
|
|
369
434
|
INCLUDE = "INCLUDE"
|
|
370
435
|
}
|
|
436
|
+
/**
|
|
437
|
+
* @public
|
|
438
|
+
*/
|
|
371
439
|
export declare enum MovMpeg2FourCCControl {
|
|
372
440
|
MPEG = "MPEG",
|
|
373
441
|
XDCAM = "XDCAM"
|
|
374
442
|
}
|
|
443
|
+
/**
|
|
444
|
+
* @public
|
|
445
|
+
*/
|
|
375
446
|
export declare enum MovPaddingControl {
|
|
376
447
|
NONE = "NONE",
|
|
377
448
|
OMNEON = "OMNEON"
|
|
378
449
|
}
|
|
450
|
+
/**
|
|
451
|
+
* @public
|
|
452
|
+
*/
|
|
379
453
|
export declare enum MovReference {
|
|
380
454
|
EXTERNAL = "EXTERNAL",
|
|
381
455
|
SELF_CONTAINED = "SELF_CONTAINED"
|
|
382
456
|
}
|
|
383
457
|
/**
|
|
458
|
+
* @public
|
|
384
459
|
* These settings relate to your QuickTime MOV output container.
|
|
385
460
|
*/
|
|
386
461
|
export interface MovSettings {
|
|
@@ -397,7 +472,7 @@ export interface MovSettings {
|
|
|
397
472
|
*/
|
|
398
473
|
Mpeg2FourCCControl?: MovMpeg2FourCCControl | string;
|
|
399
474
|
/**
|
|
400
|
-
*
|
|
475
|
+
* Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.
|
|
401
476
|
*/
|
|
402
477
|
PaddingControl?: MovPaddingControl | string;
|
|
403
478
|
/**
|
|
@@ -405,19 +480,29 @@ export interface MovSettings {
|
|
|
405
480
|
*/
|
|
406
481
|
Reference?: MovReference | string;
|
|
407
482
|
}
|
|
483
|
+
/**
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
408
486
|
export declare enum Mp4CslgAtom {
|
|
409
487
|
EXCLUDE = "EXCLUDE",
|
|
410
488
|
INCLUDE = "INCLUDE"
|
|
411
489
|
}
|
|
490
|
+
/**
|
|
491
|
+
* @public
|
|
492
|
+
*/
|
|
412
493
|
export declare enum Mp4FreeSpaceBox {
|
|
413
494
|
EXCLUDE = "EXCLUDE",
|
|
414
495
|
INCLUDE = "INCLUDE"
|
|
415
496
|
}
|
|
497
|
+
/**
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
416
500
|
export declare enum Mp4MoovPlacement {
|
|
417
501
|
NORMAL = "NORMAL",
|
|
418
502
|
PROGRESSIVE_DOWNLOAD = "PROGRESSIVE_DOWNLOAD"
|
|
419
503
|
}
|
|
420
504
|
/**
|
|
505
|
+
* @public
|
|
421
506
|
* These settings relate to your MP4 output container. You can create audio only outputs with this container. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
|
|
422
507
|
*/
|
|
423
508
|
export interface Mp4Settings {
|
|
@@ -446,43 +531,71 @@ export interface Mp4Settings {
|
|
|
446
531
|
*/
|
|
447
532
|
Mp4MajorBrand?: string;
|
|
448
533
|
}
|
|
534
|
+
/**
|
|
535
|
+
* @public
|
|
536
|
+
*/
|
|
449
537
|
export declare enum MpdAccessibilityCaptionHints {
|
|
450
538
|
EXCLUDE = "EXCLUDE",
|
|
451
539
|
INCLUDE = "INCLUDE"
|
|
452
540
|
}
|
|
541
|
+
/**
|
|
542
|
+
* @public
|
|
543
|
+
*/
|
|
453
544
|
export declare enum MpdAudioDuration {
|
|
454
545
|
DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
|
|
455
546
|
MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
|
|
456
547
|
}
|
|
548
|
+
/**
|
|
549
|
+
* @public
|
|
550
|
+
*/
|
|
457
551
|
export declare enum MpdCaptionContainerType {
|
|
458
552
|
FRAGMENTED_MP4 = "FRAGMENTED_MP4",
|
|
459
553
|
RAW = "RAW"
|
|
460
554
|
}
|
|
555
|
+
/**
|
|
556
|
+
* @public
|
|
557
|
+
*/
|
|
461
558
|
export declare enum MpdKlvMetadata {
|
|
462
559
|
NONE = "NONE",
|
|
463
560
|
PASSTHROUGH = "PASSTHROUGH"
|
|
464
561
|
}
|
|
562
|
+
/**
|
|
563
|
+
* @public
|
|
564
|
+
*/
|
|
465
565
|
export declare enum MpdManifestMetadataSignaling {
|
|
466
566
|
DISABLED = "DISABLED",
|
|
467
567
|
ENABLED = "ENABLED"
|
|
468
568
|
}
|
|
569
|
+
/**
|
|
570
|
+
* @public
|
|
571
|
+
*/
|
|
469
572
|
export declare enum MpdScte35Esam {
|
|
470
573
|
INSERT = "INSERT",
|
|
471
574
|
NONE = "NONE"
|
|
472
575
|
}
|
|
576
|
+
/**
|
|
577
|
+
* @public
|
|
578
|
+
*/
|
|
473
579
|
export declare enum MpdScte35Source {
|
|
474
580
|
NONE = "NONE",
|
|
475
581
|
PASSTHROUGH = "PASSTHROUGH"
|
|
476
582
|
}
|
|
583
|
+
/**
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
477
586
|
export declare enum MpdTimedMetadata {
|
|
478
587
|
NONE = "NONE",
|
|
479
588
|
PASSTHROUGH = "PASSTHROUGH"
|
|
480
589
|
}
|
|
590
|
+
/**
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
481
593
|
export declare enum MpdTimedMetadataBoxVersion {
|
|
482
594
|
VERSION_0 = "VERSION_0",
|
|
483
595
|
VERSION_1 = "VERSION_1"
|
|
484
596
|
}
|
|
485
597
|
/**
|
|
598
|
+
* @public
|
|
486
599
|
* These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
|
|
487
600
|
*/
|
|
488
601
|
export interface MpdSettings {
|
|
@@ -534,21 +647,31 @@ export interface MpdSettings {
|
|
|
534
647
|
*/
|
|
535
648
|
TimedMetadataValue?: string;
|
|
536
649
|
}
|
|
650
|
+
/**
|
|
651
|
+
* @public
|
|
652
|
+
*/
|
|
537
653
|
export declare enum MxfAfdSignaling {
|
|
538
654
|
COPY_FROM_VIDEO = "COPY_FROM_VIDEO",
|
|
539
655
|
NO_COPY = "NO_COPY"
|
|
540
656
|
}
|
|
657
|
+
/**
|
|
658
|
+
* @public
|
|
659
|
+
*/
|
|
541
660
|
export declare enum MxfProfile {
|
|
542
661
|
D_10 = "D_10",
|
|
543
662
|
OP1A = "OP1A",
|
|
544
663
|
XAVC = "XAVC",
|
|
545
664
|
XDCAM = "XDCAM"
|
|
546
665
|
}
|
|
666
|
+
/**
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
547
669
|
export declare enum MxfXavcDurationMode {
|
|
548
670
|
ALLOW_ANY_DURATION = "ALLOW_ANY_DURATION",
|
|
549
671
|
DROP_FRAMES_FOR_COMPLIANCE = "DROP_FRAMES_FOR_COMPLIANCE"
|
|
550
672
|
}
|
|
551
673
|
/**
|
|
674
|
+
* @public
|
|
552
675
|
* Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.
|
|
553
676
|
*/
|
|
554
677
|
export interface MxfXavcProfileSettings {
|
|
@@ -562,6 +685,7 @@ export interface MxfXavcProfileSettings {
|
|
|
562
685
|
MaxAncDataSize?: number;
|
|
563
686
|
}
|
|
564
687
|
/**
|
|
688
|
+
* @public
|
|
565
689
|
* These settings relate to your MXF output container.
|
|
566
690
|
*/
|
|
567
691
|
export interface MxfSettings {
|
|
@@ -579,6 +703,7 @@ export interface MxfSettings {
|
|
|
579
703
|
XavcProfileSettings?: MxfXavcProfileSettings;
|
|
580
704
|
}
|
|
581
705
|
/**
|
|
706
|
+
* @public
|
|
582
707
|
* Container specific settings.
|
|
583
708
|
*/
|
|
584
709
|
export interface ContainerSettings {
|
|
@@ -619,25 +744,38 @@ export interface ContainerSettings {
|
|
|
619
744
|
*/
|
|
620
745
|
MxfSettings?: MxfSettings;
|
|
621
746
|
}
|
|
747
|
+
/**
|
|
748
|
+
* @public
|
|
749
|
+
*/
|
|
622
750
|
export declare enum HlsAudioOnlyContainer {
|
|
623
751
|
AUTOMATIC = "AUTOMATIC",
|
|
624
752
|
M2TS = "M2TS"
|
|
625
753
|
}
|
|
754
|
+
/**
|
|
755
|
+
* @public
|
|
756
|
+
*/
|
|
626
757
|
export declare enum HlsAudioTrackType {
|
|
627
758
|
ALTERNATE_AUDIO_AUTO_SELECT = "ALTERNATE_AUDIO_AUTO_SELECT",
|
|
628
759
|
ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
|
|
629
760
|
ALTERNATE_AUDIO_NOT_AUTO_SELECT = "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
630
761
|
AUDIO_ONLY_VARIANT_STREAM = "AUDIO_ONLY_VARIANT_STREAM"
|
|
631
762
|
}
|
|
763
|
+
/**
|
|
764
|
+
* @public
|
|
765
|
+
*/
|
|
632
766
|
export declare enum HlsDescriptiveVideoServiceFlag {
|
|
633
767
|
DONT_FLAG = "DONT_FLAG",
|
|
634
768
|
FLAG = "FLAG"
|
|
635
769
|
}
|
|
770
|
+
/**
|
|
771
|
+
* @public
|
|
772
|
+
*/
|
|
636
773
|
export declare enum HlsIFrameOnlyManifest {
|
|
637
774
|
EXCLUDE = "EXCLUDE",
|
|
638
775
|
INCLUDE = "INCLUDE"
|
|
639
776
|
}
|
|
640
777
|
/**
|
|
778
|
+
* @public
|
|
641
779
|
* Settings for HLS output groups
|
|
642
780
|
*/
|
|
643
781
|
export interface HlsSettings {
|
|
@@ -671,6 +809,7 @@ export interface HlsSettings {
|
|
|
671
809
|
SegmentModifier?: string;
|
|
672
810
|
}
|
|
673
811
|
/**
|
|
812
|
+
* @public
|
|
674
813
|
* Specific settings for this type of output.
|
|
675
814
|
*/
|
|
676
815
|
export interface OutputSettings {
|
|
@@ -679,15 +818,24 @@ export interface OutputSettings {
|
|
|
679
818
|
*/
|
|
680
819
|
HlsSettings?: HlsSettings;
|
|
681
820
|
}
|
|
821
|
+
/**
|
|
822
|
+
* @public
|
|
823
|
+
*/
|
|
682
824
|
export declare enum AfdSignaling {
|
|
683
825
|
AUTO = "AUTO",
|
|
684
826
|
FIXED = "FIXED",
|
|
685
827
|
NONE = "NONE"
|
|
686
828
|
}
|
|
829
|
+
/**
|
|
830
|
+
* @public
|
|
831
|
+
*/
|
|
687
832
|
export declare enum AntiAlias {
|
|
688
833
|
DISABLED = "DISABLED",
|
|
689
834
|
ENABLED = "ENABLED"
|
|
690
835
|
}
|
|
836
|
+
/**
|
|
837
|
+
* @public
|
|
838
|
+
*/
|
|
691
839
|
export declare enum Av1AdaptiveQuantization {
|
|
692
840
|
HIGH = "HIGH",
|
|
693
841
|
HIGHER = "HIGHER",
|
|
@@ -696,20 +844,30 @@ export declare enum Av1AdaptiveQuantization {
|
|
|
696
844
|
MEDIUM = "MEDIUM",
|
|
697
845
|
OFF = "OFF"
|
|
698
846
|
}
|
|
847
|
+
/**
|
|
848
|
+
* @public
|
|
849
|
+
*/
|
|
699
850
|
export declare enum Av1BitDepth {
|
|
700
851
|
BIT_10 = "BIT_10",
|
|
701
852
|
BIT_8 = "BIT_8"
|
|
702
853
|
}
|
|
854
|
+
/**
|
|
855
|
+
* @public
|
|
856
|
+
*/
|
|
703
857
|
export declare enum Av1FramerateControl {
|
|
704
858
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
705
859
|
SPECIFIED = "SPECIFIED"
|
|
706
860
|
}
|
|
861
|
+
/**
|
|
862
|
+
* @public
|
|
863
|
+
*/
|
|
707
864
|
export declare enum Av1FramerateConversionAlgorithm {
|
|
708
865
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
709
866
|
FRAMEFORMER = "FRAMEFORMER",
|
|
710
867
|
INTERPOLATE = "INTERPOLATE"
|
|
711
868
|
}
|
|
712
869
|
/**
|
|
870
|
+
* @public
|
|
713
871
|
* Settings for quality-defined variable bitrate encoding with the AV1 codec. Use these settings only when you set QVBR for Rate control mode (RateControlMode).
|
|
714
872
|
*/
|
|
715
873
|
export interface Av1QvbrSettings {
|
|
@@ -722,14 +880,21 @@ export interface Av1QvbrSettings {
|
|
|
722
880
|
*/
|
|
723
881
|
QvbrQualityLevelFineTune?: number;
|
|
724
882
|
}
|
|
883
|
+
/**
|
|
884
|
+
* @public
|
|
885
|
+
*/
|
|
725
886
|
export declare enum Av1RateControlMode {
|
|
726
887
|
QVBR = "QVBR"
|
|
727
888
|
}
|
|
889
|
+
/**
|
|
890
|
+
* @public
|
|
891
|
+
*/
|
|
728
892
|
export declare enum Av1SpatialAdaptiveQuantization {
|
|
729
893
|
DISABLED = "DISABLED",
|
|
730
894
|
ENABLED = "ENABLED"
|
|
731
895
|
}
|
|
732
896
|
/**
|
|
897
|
+
* @public
|
|
733
898
|
* Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.
|
|
734
899
|
*/
|
|
735
900
|
export interface Av1Settings {
|
|
@@ -786,17 +951,24 @@ export interface Av1Settings {
|
|
|
786
951
|
*/
|
|
787
952
|
SpatialAdaptiveQuantization?: Av1SpatialAdaptiveQuantization | string;
|
|
788
953
|
}
|
|
954
|
+
/**
|
|
955
|
+
* @public
|
|
956
|
+
*/
|
|
789
957
|
export declare enum AvcIntraClass {
|
|
790
958
|
CLASS_100 = "CLASS_100",
|
|
791
959
|
CLASS_200 = "CLASS_200",
|
|
792
960
|
CLASS_4K_2K = "CLASS_4K_2K",
|
|
793
961
|
CLASS_50 = "CLASS_50"
|
|
794
962
|
}
|
|
963
|
+
/**
|
|
964
|
+
* @public
|
|
965
|
+
*/
|
|
795
966
|
export declare enum AvcIntraUhdQualityTuningLevel {
|
|
796
967
|
MULTI_PASS = "MULTI_PASS",
|
|
797
968
|
SINGLE_PASS = "SINGLE_PASS"
|
|
798
969
|
}
|
|
799
970
|
/**
|
|
971
|
+
* @public
|
|
800
972
|
* Optional when you set AVC-Intra class (avcIntraClass) to Class 4K/2K (CLASS_4K_2K). When you set AVC-Intra class to a different value, this object isn't allowed.
|
|
801
973
|
*/
|
|
802
974
|
export interface AvcIntraUhdSettings {
|
|
@@ -805,15 +977,24 @@ export interface AvcIntraUhdSettings {
|
|
|
805
977
|
*/
|
|
806
978
|
QualityTuningLevel?: AvcIntraUhdQualityTuningLevel | string;
|
|
807
979
|
}
|
|
980
|
+
/**
|
|
981
|
+
* @public
|
|
982
|
+
*/
|
|
808
983
|
export declare enum AvcIntraFramerateControl {
|
|
809
984
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
810
985
|
SPECIFIED = "SPECIFIED"
|
|
811
986
|
}
|
|
987
|
+
/**
|
|
988
|
+
* @public
|
|
989
|
+
*/
|
|
812
990
|
export declare enum AvcIntraFramerateConversionAlgorithm {
|
|
813
991
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
814
992
|
FRAMEFORMER = "FRAMEFORMER",
|
|
815
993
|
INTERPOLATE = "INTERPOLATE"
|
|
816
994
|
}
|
|
995
|
+
/**
|
|
996
|
+
* @public
|
|
997
|
+
*/
|
|
817
998
|
export declare enum AvcIntraInterlaceMode {
|
|
818
999
|
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
819
1000
|
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
@@ -821,19 +1002,29 @@ export declare enum AvcIntraInterlaceMode {
|
|
|
821
1002
|
PROGRESSIVE = "PROGRESSIVE",
|
|
822
1003
|
TOP_FIELD = "TOP_FIELD"
|
|
823
1004
|
}
|
|
1005
|
+
/**
|
|
1006
|
+
* @public
|
|
1007
|
+
*/
|
|
824
1008
|
export declare enum AvcIntraScanTypeConversionMode {
|
|
825
1009
|
INTERLACED = "INTERLACED",
|
|
826
1010
|
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
827
1011
|
}
|
|
1012
|
+
/**
|
|
1013
|
+
* @public
|
|
1014
|
+
*/
|
|
828
1015
|
export declare enum AvcIntraSlowPal {
|
|
829
1016
|
DISABLED = "DISABLED",
|
|
830
1017
|
ENABLED = "ENABLED"
|
|
831
1018
|
}
|
|
1019
|
+
/**
|
|
1020
|
+
* @public
|
|
1021
|
+
*/
|
|
832
1022
|
export declare enum AvcIntraTelecine {
|
|
833
1023
|
HARD = "HARD",
|
|
834
1024
|
NONE = "NONE"
|
|
835
1025
|
}
|
|
836
1026
|
/**
|
|
1027
|
+
* @public
|
|
837
1028
|
* Required when you choose AVC-Intra for your output video codec. For more information about the AVC-Intra settings, see the relevant specification. For detailed information about SD and HD in AVC-Intra, see https://ieeexplore.ieee.org/document/7290936. For information about 4K/2K in AVC-Intra, see https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.
|
|
838
1029
|
*/
|
|
839
1030
|
export interface AvcIntraSettings {
|
|
@@ -878,6 +1069,9 @@ export interface AvcIntraSettings {
|
|
|
878
1069
|
*/
|
|
879
1070
|
Telecine?: AvcIntraTelecine | string;
|
|
880
1071
|
}
|
|
1072
|
+
/**
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
881
1075
|
export declare enum VideoCodec {
|
|
882
1076
|
AV1 = "AV1",
|
|
883
1077
|
AVC_INTRA = "AVC_INTRA",
|
|
@@ -892,6 +1086,7 @@ export declare enum VideoCodec {
|
|
|
892
1086
|
XAVC = "XAVC"
|
|
893
1087
|
}
|
|
894
1088
|
/**
|
|
1089
|
+
* @public
|
|
895
1090
|
* Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE.
|
|
896
1091
|
*/
|
|
897
1092
|
export interface FrameCaptureSettings {
|
|
@@ -912,6 +1107,9 @@ export interface FrameCaptureSettings {
|
|
|
912
1107
|
*/
|
|
913
1108
|
Quality?: number;
|
|
914
1109
|
}
|
|
1110
|
+
/**
|
|
1111
|
+
* @public
|
|
1112
|
+
*/
|
|
915
1113
|
export declare enum H264AdaptiveQuantization {
|
|
916
1114
|
AUTO = "AUTO",
|
|
917
1115
|
HIGH = "HIGH",
|
|
@@ -921,12 +1119,18 @@ export declare enum H264AdaptiveQuantization {
|
|
|
921
1119
|
MEDIUM = "MEDIUM",
|
|
922
1120
|
OFF = "OFF"
|
|
923
1121
|
}
|
|
1122
|
+
/**
|
|
1123
|
+
* @public
|
|
1124
|
+
*/
|
|
924
1125
|
export declare enum BandwidthReductionFilterSharpening {
|
|
925
1126
|
HIGH = "HIGH",
|
|
926
1127
|
LOW = "LOW",
|
|
927
1128
|
MEDIUM = "MEDIUM",
|
|
928
1129
|
OFF = "OFF"
|
|
929
1130
|
}
|
|
1131
|
+
/**
|
|
1132
|
+
* @public
|
|
1133
|
+
*/
|
|
930
1134
|
export declare enum BandwidthReductionFilterStrength {
|
|
931
1135
|
AUTO = "AUTO",
|
|
932
1136
|
HIGH = "HIGH",
|
|
@@ -935,6 +1139,7 @@ export declare enum BandwidthReductionFilterStrength {
|
|
|
935
1139
|
OFF = "OFF"
|
|
936
1140
|
}
|
|
937
1141
|
/**
|
|
1142
|
+
* @public
|
|
938
1143
|
* The Bandwidth reduction filter increases the video quality of your output relative to its bitrate. Use to lower the bitrate of your constant quality QVBR output, with little or no perceptual decrease in quality. Or, use to increase the video quality of outputs with other rate control modes relative to the bitrate that you specify. Bandwidth reduction increases further when your input is low quality or noisy. Outputs that use this feature incur pro-tier pricing. When you include Bandwidth reduction filter, you cannot include the Noise reducer preprocessor.
|
|
939
1144
|
*/
|
|
940
1145
|
export interface BandwidthReductionFilter {
|
|
@@ -947,6 +1152,9 @@ export interface BandwidthReductionFilter {
|
|
|
947
1152
|
*/
|
|
948
1153
|
Strength?: BandwidthReductionFilterStrength | string;
|
|
949
1154
|
}
|
|
1155
|
+
/**
|
|
1156
|
+
* @public
|
|
1157
|
+
*/
|
|
950
1158
|
export declare enum H264CodecLevel {
|
|
951
1159
|
AUTO = "AUTO",
|
|
952
1160
|
LEVEL_1 = "LEVEL_1",
|
|
@@ -966,6 +1174,9 @@ export declare enum H264CodecLevel {
|
|
|
966
1174
|
LEVEL_5_1 = "LEVEL_5_1",
|
|
967
1175
|
LEVEL_5_2 = "LEVEL_5_2"
|
|
968
1176
|
}
|
|
1177
|
+
/**
|
|
1178
|
+
* @public
|
|
1179
|
+
*/
|
|
969
1180
|
export declare enum H264CodecProfile {
|
|
970
1181
|
BASELINE = "BASELINE",
|
|
971
1182
|
HIGH = "HIGH",
|
|
@@ -974,41 +1185,68 @@ export declare enum H264CodecProfile {
|
|
|
974
1185
|
HIGH_422_10BIT = "HIGH_422_10BIT",
|
|
975
1186
|
MAIN = "MAIN"
|
|
976
1187
|
}
|
|
1188
|
+
/**
|
|
1189
|
+
* @public
|
|
1190
|
+
*/
|
|
977
1191
|
export declare enum H264DynamicSubGop {
|
|
978
1192
|
ADAPTIVE = "ADAPTIVE",
|
|
979
1193
|
STATIC = "STATIC"
|
|
980
1194
|
}
|
|
1195
|
+
/**
|
|
1196
|
+
* @public
|
|
1197
|
+
*/
|
|
981
1198
|
export declare enum H264EntropyEncoding {
|
|
982
1199
|
CABAC = "CABAC",
|
|
983
1200
|
CAVLC = "CAVLC"
|
|
984
1201
|
}
|
|
1202
|
+
/**
|
|
1203
|
+
* @public
|
|
1204
|
+
*/
|
|
985
1205
|
export declare enum H264FieldEncoding {
|
|
986
1206
|
FORCE_FIELD = "FORCE_FIELD",
|
|
987
1207
|
MBAFF = "MBAFF",
|
|
988
1208
|
PAFF = "PAFF"
|
|
989
1209
|
}
|
|
1210
|
+
/**
|
|
1211
|
+
* @public
|
|
1212
|
+
*/
|
|
990
1213
|
export declare enum H264FlickerAdaptiveQuantization {
|
|
991
1214
|
DISABLED = "DISABLED",
|
|
992
1215
|
ENABLED = "ENABLED"
|
|
993
1216
|
}
|
|
1217
|
+
/**
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
994
1220
|
export declare enum H264FramerateControl {
|
|
995
1221
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
996
1222
|
SPECIFIED = "SPECIFIED"
|
|
997
1223
|
}
|
|
1224
|
+
/**
|
|
1225
|
+
* @public
|
|
1226
|
+
*/
|
|
998
1227
|
export declare enum H264FramerateConversionAlgorithm {
|
|
999
1228
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1000
1229
|
FRAMEFORMER = "FRAMEFORMER",
|
|
1001
1230
|
INTERPOLATE = "INTERPOLATE"
|
|
1002
1231
|
}
|
|
1232
|
+
/**
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1003
1235
|
export declare enum H264GopBReference {
|
|
1004
1236
|
DISABLED = "DISABLED",
|
|
1005
1237
|
ENABLED = "ENABLED"
|
|
1006
1238
|
}
|
|
1239
|
+
/**
|
|
1240
|
+
* @public
|
|
1241
|
+
*/
|
|
1007
1242
|
export declare enum H264GopSizeUnits {
|
|
1008
1243
|
AUTO = "AUTO",
|
|
1009
1244
|
FRAMES = "FRAMES",
|
|
1010
1245
|
SECONDS = "SECONDS"
|
|
1011
1246
|
}
|
|
1247
|
+
/**
|
|
1248
|
+
* @public
|
|
1249
|
+
*/
|
|
1012
1250
|
export declare enum H264InterlaceMode {
|
|
1013
1251
|
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
1014
1252
|
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
@@ -1016,16 +1254,23 @@ export declare enum H264InterlaceMode {
|
|
|
1016
1254
|
PROGRESSIVE = "PROGRESSIVE",
|
|
1017
1255
|
TOP_FIELD = "TOP_FIELD"
|
|
1018
1256
|
}
|
|
1257
|
+
/**
|
|
1258
|
+
* @public
|
|
1259
|
+
*/
|
|
1019
1260
|
export declare enum H264ParControl {
|
|
1020
1261
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1021
1262
|
SPECIFIED = "SPECIFIED"
|
|
1022
1263
|
}
|
|
1264
|
+
/**
|
|
1265
|
+
* @public
|
|
1266
|
+
*/
|
|
1023
1267
|
export declare enum H264QualityTuningLevel {
|
|
1024
1268
|
MULTI_PASS_HQ = "MULTI_PASS_HQ",
|
|
1025
1269
|
SINGLE_PASS = "SINGLE_PASS",
|
|
1026
1270
|
SINGLE_PASS_HQ = "SINGLE_PASS_HQ"
|
|
1027
1271
|
}
|
|
1028
1272
|
/**
|
|
1273
|
+
* @public
|
|
1029
1274
|
* Settings for quality-defined variable bitrate encoding with the H.264 codec. Use these settings only when you set QVBR for Rate control mode (RateControlMode).
|
|
1030
1275
|
*/
|
|
1031
1276
|
export interface H264QvbrSettings {
|
|
@@ -1042,50 +1287,81 @@ export interface H264QvbrSettings {
|
|
|
1042
1287
|
*/
|
|
1043
1288
|
QvbrQualityLevelFineTune?: number;
|
|
1044
1289
|
}
|
|
1290
|
+
/**
|
|
1291
|
+
* @public
|
|
1292
|
+
*/
|
|
1045
1293
|
export declare enum H264RateControlMode {
|
|
1046
1294
|
CBR = "CBR",
|
|
1047
1295
|
QVBR = "QVBR",
|
|
1048
1296
|
VBR = "VBR"
|
|
1049
1297
|
}
|
|
1298
|
+
/**
|
|
1299
|
+
* @public
|
|
1300
|
+
*/
|
|
1050
1301
|
export declare enum H264RepeatPps {
|
|
1051
1302
|
DISABLED = "DISABLED",
|
|
1052
1303
|
ENABLED = "ENABLED"
|
|
1053
1304
|
}
|
|
1305
|
+
/**
|
|
1306
|
+
* @public
|
|
1307
|
+
*/
|
|
1054
1308
|
export declare enum H264ScanTypeConversionMode {
|
|
1055
1309
|
INTERLACED = "INTERLACED",
|
|
1056
1310
|
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
1057
1311
|
}
|
|
1312
|
+
/**
|
|
1313
|
+
* @public
|
|
1314
|
+
*/
|
|
1058
1315
|
export declare enum H264SceneChangeDetect {
|
|
1059
1316
|
DISABLED = "DISABLED",
|
|
1060
1317
|
ENABLED = "ENABLED",
|
|
1061
1318
|
TRANSITION_DETECTION = "TRANSITION_DETECTION"
|
|
1062
1319
|
}
|
|
1320
|
+
/**
|
|
1321
|
+
* @public
|
|
1322
|
+
*/
|
|
1063
1323
|
export declare enum H264SlowPal {
|
|
1064
1324
|
DISABLED = "DISABLED",
|
|
1065
1325
|
ENABLED = "ENABLED"
|
|
1066
1326
|
}
|
|
1327
|
+
/**
|
|
1328
|
+
* @public
|
|
1329
|
+
*/
|
|
1067
1330
|
export declare enum H264SpatialAdaptiveQuantization {
|
|
1068
1331
|
DISABLED = "DISABLED",
|
|
1069
1332
|
ENABLED = "ENABLED"
|
|
1070
1333
|
}
|
|
1334
|
+
/**
|
|
1335
|
+
* @public
|
|
1336
|
+
*/
|
|
1071
1337
|
export declare enum H264Syntax {
|
|
1072
1338
|
DEFAULT = "DEFAULT",
|
|
1073
1339
|
RP2027 = "RP2027"
|
|
1074
1340
|
}
|
|
1341
|
+
/**
|
|
1342
|
+
* @public
|
|
1343
|
+
*/
|
|
1075
1344
|
export declare enum H264Telecine {
|
|
1076
1345
|
HARD = "HARD",
|
|
1077
1346
|
NONE = "NONE",
|
|
1078
1347
|
SOFT = "SOFT"
|
|
1079
1348
|
}
|
|
1349
|
+
/**
|
|
1350
|
+
* @public
|
|
1351
|
+
*/
|
|
1080
1352
|
export declare enum H264TemporalAdaptiveQuantization {
|
|
1081
1353
|
DISABLED = "DISABLED",
|
|
1082
1354
|
ENABLED = "ENABLED"
|
|
1083
1355
|
}
|
|
1356
|
+
/**
|
|
1357
|
+
* @public
|
|
1358
|
+
*/
|
|
1084
1359
|
export declare enum H264UnregisteredSeiTimecode {
|
|
1085
1360
|
DISABLED = "DISABLED",
|
|
1086
1361
|
ENABLED = "ENABLED"
|
|
1087
1362
|
}
|
|
1088
1363
|
/**
|
|
1364
|
+
* @public
|
|
1089
1365
|
* Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value H_264.
|
|
1090
1366
|
*/
|
|
1091
1367
|
export interface H264Settings {
|
|
@@ -1258,6 +1534,9 @@ export interface H264Settings {
|
|
|
1258
1534
|
*/
|
|
1259
1535
|
UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode | string;
|
|
1260
1536
|
}
|
|
1537
|
+
/**
|
|
1538
|
+
* @public
|
|
1539
|
+
*/
|
|
1261
1540
|
export declare enum H265AdaptiveQuantization {
|
|
1262
1541
|
AUTO = "AUTO",
|
|
1263
1542
|
HIGH = "HIGH",
|
|
@@ -1267,10 +1546,16 @@ export declare enum H265AdaptiveQuantization {
|
|
|
1267
1546
|
MEDIUM = "MEDIUM",
|
|
1268
1547
|
OFF = "OFF"
|
|
1269
1548
|
}
|
|
1549
|
+
/**
|
|
1550
|
+
* @public
|
|
1551
|
+
*/
|
|
1270
1552
|
export declare enum H265AlternateTransferFunctionSei {
|
|
1271
1553
|
DISABLED = "DISABLED",
|
|
1272
1554
|
ENABLED = "ENABLED"
|
|
1273
1555
|
}
|
|
1556
|
+
/**
|
|
1557
|
+
* @public
|
|
1558
|
+
*/
|
|
1274
1559
|
export declare enum H265CodecLevel {
|
|
1275
1560
|
AUTO = "AUTO",
|
|
1276
1561
|
LEVEL_1 = "LEVEL_1",
|
|
@@ -1287,6 +1572,9 @@ export declare enum H265CodecLevel {
|
|
|
1287
1572
|
LEVEL_6_1 = "LEVEL_6_1",
|
|
1288
1573
|
LEVEL_6_2 = "LEVEL_6_2"
|
|
1289
1574
|
}
|
|
1575
|
+
/**
|
|
1576
|
+
* @public
|
|
1577
|
+
*/
|
|
1290
1578
|
export declare enum H265CodecProfile {
|
|
1291
1579
|
MAIN10_HIGH = "MAIN10_HIGH",
|
|
1292
1580
|
MAIN10_MAIN = "MAIN10_MAIN",
|
|
@@ -1297,32 +1585,53 @@ export declare enum H265CodecProfile {
|
|
|
1297
1585
|
MAIN_HIGH = "MAIN_HIGH",
|
|
1298
1586
|
MAIN_MAIN = "MAIN_MAIN"
|
|
1299
1587
|
}
|
|
1588
|
+
/**
|
|
1589
|
+
* @public
|
|
1590
|
+
*/
|
|
1300
1591
|
export declare enum H265DynamicSubGop {
|
|
1301
1592
|
ADAPTIVE = "ADAPTIVE",
|
|
1302
1593
|
STATIC = "STATIC"
|
|
1303
1594
|
}
|
|
1595
|
+
/**
|
|
1596
|
+
* @public
|
|
1597
|
+
*/
|
|
1304
1598
|
export declare enum H265FlickerAdaptiveQuantization {
|
|
1305
1599
|
DISABLED = "DISABLED",
|
|
1306
1600
|
ENABLED = "ENABLED"
|
|
1307
1601
|
}
|
|
1602
|
+
/**
|
|
1603
|
+
* @public
|
|
1604
|
+
*/
|
|
1308
1605
|
export declare enum H265FramerateControl {
|
|
1309
1606
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1310
1607
|
SPECIFIED = "SPECIFIED"
|
|
1311
1608
|
}
|
|
1609
|
+
/**
|
|
1610
|
+
* @public
|
|
1611
|
+
*/
|
|
1312
1612
|
export declare enum H265FramerateConversionAlgorithm {
|
|
1313
1613
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1314
1614
|
FRAMEFORMER = "FRAMEFORMER",
|
|
1315
1615
|
INTERPOLATE = "INTERPOLATE"
|
|
1316
1616
|
}
|
|
1617
|
+
/**
|
|
1618
|
+
* @public
|
|
1619
|
+
*/
|
|
1317
1620
|
export declare enum H265GopBReference {
|
|
1318
1621
|
DISABLED = "DISABLED",
|
|
1319
1622
|
ENABLED = "ENABLED"
|
|
1320
1623
|
}
|
|
1624
|
+
/**
|
|
1625
|
+
* @public
|
|
1626
|
+
*/
|
|
1321
1627
|
export declare enum H265GopSizeUnits {
|
|
1322
1628
|
AUTO = "AUTO",
|
|
1323
1629
|
FRAMES = "FRAMES",
|
|
1324
1630
|
SECONDS = "SECONDS"
|
|
1325
1631
|
}
|
|
1632
|
+
/**
|
|
1633
|
+
* @public
|
|
1634
|
+
*/
|
|
1326
1635
|
export declare enum H265InterlaceMode {
|
|
1327
1636
|
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
1328
1637
|
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
@@ -1330,16 +1639,23 @@ export declare enum H265InterlaceMode {
|
|
|
1330
1639
|
PROGRESSIVE = "PROGRESSIVE",
|
|
1331
1640
|
TOP_FIELD = "TOP_FIELD"
|
|
1332
1641
|
}
|
|
1642
|
+
/**
|
|
1643
|
+
* @public
|
|
1644
|
+
*/
|
|
1333
1645
|
export declare enum H265ParControl {
|
|
1334
1646
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1335
1647
|
SPECIFIED = "SPECIFIED"
|
|
1336
1648
|
}
|
|
1649
|
+
/**
|
|
1650
|
+
* @public
|
|
1651
|
+
*/
|
|
1337
1652
|
export declare enum H265QualityTuningLevel {
|
|
1338
1653
|
MULTI_PASS_HQ = "MULTI_PASS_HQ",
|
|
1339
1654
|
SINGLE_PASS = "SINGLE_PASS",
|
|
1340
1655
|
SINGLE_PASS_HQ = "SINGLE_PASS_HQ"
|
|
1341
1656
|
}
|
|
1342
1657
|
/**
|
|
1658
|
+
* @public
|
|
1343
1659
|
* Settings for quality-defined variable bitrate encoding with the H.265 codec. Use these settings only when you set QVBR for Rate control mode (RateControlMode).
|
|
1344
1660
|
*/
|
|
1345
1661
|
export interface H265QvbrSettings {
|
|
@@ -1356,59 +1672,96 @@ export interface H265QvbrSettings {
|
|
|
1356
1672
|
*/
|
|
1357
1673
|
QvbrQualityLevelFineTune?: number;
|
|
1358
1674
|
}
|
|
1675
|
+
/**
|
|
1676
|
+
* @public
|
|
1677
|
+
*/
|
|
1359
1678
|
export declare enum H265RateControlMode {
|
|
1360
1679
|
CBR = "CBR",
|
|
1361
1680
|
QVBR = "QVBR",
|
|
1362
1681
|
VBR = "VBR"
|
|
1363
1682
|
}
|
|
1683
|
+
/**
|
|
1684
|
+
* @public
|
|
1685
|
+
*/
|
|
1364
1686
|
export declare enum H265SampleAdaptiveOffsetFilterMode {
|
|
1365
1687
|
ADAPTIVE = "ADAPTIVE",
|
|
1366
1688
|
DEFAULT = "DEFAULT",
|
|
1367
1689
|
OFF = "OFF"
|
|
1368
1690
|
}
|
|
1691
|
+
/**
|
|
1692
|
+
* @public
|
|
1693
|
+
*/
|
|
1369
1694
|
export declare enum H265ScanTypeConversionMode {
|
|
1370
1695
|
INTERLACED = "INTERLACED",
|
|
1371
1696
|
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
1372
1697
|
}
|
|
1698
|
+
/**
|
|
1699
|
+
* @public
|
|
1700
|
+
*/
|
|
1373
1701
|
export declare enum H265SceneChangeDetect {
|
|
1374
1702
|
DISABLED = "DISABLED",
|
|
1375
1703
|
ENABLED = "ENABLED",
|
|
1376
1704
|
TRANSITION_DETECTION = "TRANSITION_DETECTION"
|
|
1377
1705
|
}
|
|
1706
|
+
/**
|
|
1707
|
+
* @public
|
|
1708
|
+
*/
|
|
1378
1709
|
export declare enum H265SlowPal {
|
|
1379
1710
|
DISABLED = "DISABLED",
|
|
1380
1711
|
ENABLED = "ENABLED"
|
|
1381
1712
|
}
|
|
1713
|
+
/**
|
|
1714
|
+
* @public
|
|
1715
|
+
*/
|
|
1382
1716
|
export declare enum H265SpatialAdaptiveQuantization {
|
|
1383
1717
|
DISABLED = "DISABLED",
|
|
1384
1718
|
ENABLED = "ENABLED"
|
|
1385
1719
|
}
|
|
1720
|
+
/**
|
|
1721
|
+
* @public
|
|
1722
|
+
*/
|
|
1386
1723
|
export declare enum H265Telecine {
|
|
1387
1724
|
HARD = "HARD",
|
|
1388
1725
|
NONE = "NONE",
|
|
1389
1726
|
SOFT = "SOFT"
|
|
1390
1727
|
}
|
|
1728
|
+
/**
|
|
1729
|
+
* @public
|
|
1730
|
+
*/
|
|
1391
1731
|
export declare enum H265TemporalAdaptiveQuantization {
|
|
1392
1732
|
DISABLED = "DISABLED",
|
|
1393
1733
|
ENABLED = "ENABLED"
|
|
1394
1734
|
}
|
|
1735
|
+
/**
|
|
1736
|
+
* @public
|
|
1737
|
+
*/
|
|
1395
1738
|
export declare enum H265TemporalIds {
|
|
1396
1739
|
DISABLED = "DISABLED",
|
|
1397
1740
|
ENABLED = "ENABLED"
|
|
1398
1741
|
}
|
|
1742
|
+
/**
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1399
1745
|
export declare enum H265Tiles {
|
|
1400
1746
|
DISABLED = "DISABLED",
|
|
1401
1747
|
ENABLED = "ENABLED"
|
|
1402
1748
|
}
|
|
1749
|
+
/**
|
|
1750
|
+
* @public
|
|
1751
|
+
*/
|
|
1403
1752
|
export declare enum H265UnregisteredSeiTimecode {
|
|
1404
1753
|
DISABLED = "DISABLED",
|
|
1405
1754
|
ENABLED = "ENABLED"
|
|
1406
1755
|
}
|
|
1756
|
+
/**
|
|
1757
|
+
* @public
|
|
1758
|
+
*/
|
|
1407
1759
|
export declare enum H265WriteMp4PackagingType {
|
|
1408
1760
|
HEV1 = "HEV1",
|
|
1409
1761
|
HVC1 = "HVC1"
|
|
1410
1762
|
}
|
|
1411
1763
|
/**
|
|
1764
|
+
* @public
|
|
1412
1765
|
* Settings for H265 codec
|
|
1413
1766
|
*/
|
|
1414
1767
|
export interface H265Settings {
|
|
@@ -1577,12 +1930,18 @@ export interface H265Settings {
|
|
|
1577
1930
|
*/
|
|
1578
1931
|
WriteMp4PackagingType?: H265WriteMp4PackagingType | string;
|
|
1579
1932
|
}
|
|
1933
|
+
/**
|
|
1934
|
+
* @public
|
|
1935
|
+
*/
|
|
1580
1936
|
export declare enum Mpeg2AdaptiveQuantization {
|
|
1581
1937
|
HIGH = "HIGH",
|
|
1582
1938
|
LOW = "LOW",
|
|
1583
1939
|
MEDIUM = "MEDIUM",
|
|
1584
1940
|
OFF = "OFF"
|
|
1585
1941
|
}
|
|
1942
|
+
/**
|
|
1943
|
+
* @public
|
|
1944
|
+
*/
|
|
1586
1945
|
export declare enum Mpeg2CodecLevel {
|
|
1587
1946
|
AUTO = "AUTO",
|
|
1588
1947
|
HIGH = "HIGH",
|
|
@@ -1590,27 +1949,45 @@ export declare enum Mpeg2CodecLevel {
|
|
|
1590
1949
|
LOW = "LOW",
|
|
1591
1950
|
MAIN = "MAIN"
|
|
1592
1951
|
}
|
|
1952
|
+
/**
|
|
1953
|
+
* @public
|
|
1954
|
+
*/
|
|
1593
1955
|
export declare enum Mpeg2CodecProfile {
|
|
1594
1956
|
MAIN = "MAIN",
|
|
1595
1957
|
PROFILE_422 = "PROFILE_422"
|
|
1596
1958
|
}
|
|
1959
|
+
/**
|
|
1960
|
+
* @public
|
|
1961
|
+
*/
|
|
1597
1962
|
export declare enum Mpeg2DynamicSubGop {
|
|
1598
1963
|
ADAPTIVE = "ADAPTIVE",
|
|
1599
1964
|
STATIC = "STATIC"
|
|
1600
1965
|
}
|
|
1966
|
+
/**
|
|
1967
|
+
* @public
|
|
1968
|
+
*/
|
|
1601
1969
|
export declare enum Mpeg2FramerateControl {
|
|
1602
1970
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1603
1971
|
SPECIFIED = "SPECIFIED"
|
|
1604
1972
|
}
|
|
1973
|
+
/**
|
|
1974
|
+
* @public
|
|
1975
|
+
*/
|
|
1605
1976
|
export declare enum Mpeg2FramerateConversionAlgorithm {
|
|
1606
1977
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1607
1978
|
FRAMEFORMER = "FRAMEFORMER",
|
|
1608
1979
|
INTERPOLATE = "INTERPOLATE"
|
|
1609
1980
|
}
|
|
1981
|
+
/**
|
|
1982
|
+
* @public
|
|
1983
|
+
*/
|
|
1610
1984
|
export declare enum Mpeg2GopSizeUnits {
|
|
1611
1985
|
FRAMES = "FRAMES",
|
|
1612
1986
|
SECONDS = "SECONDS"
|
|
1613
1987
|
}
|
|
1988
|
+
/**
|
|
1989
|
+
* @public
|
|
1990
|
+
*/
|
|
1614
1991
|
export declare enum Mpeg2InterlaceMode {
|
|
1615
1992
|
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
1616
1993
|
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
@@ -1618,6 +1995,9 @@ export declare enum Mpeg2InterlaceMode {
|
|
|
1618
1995
|
PROGRESSIVE = "PROGRESSIVE",
|
|
1619
1996
|
TOP_FIELD = "TOP_FIELD"
|
|
1620
1997
|
}
|
|
1998
|
+
/**
|
|
1999
|
+
* @public
|
|
2000
|
+
*/
|
|
1621
2001
|
export declare enum Mpeg2IntraDcPrecision {
|
|
1622
2002
|
AUTO = "AUTO",
|
|
1623
2003
|
INTRA_DC_PRECISION_10 = "INTRA_DC_PRECISION_10",
|
|
@@ -1625,48 +2005,79 @@ export declare enum Mpeg2IntraDcPrecision {
|
|
|
1625
2005
|
INTRA_DC_PRECISION_8 = "INTRA_DC_PRECISION_8",
|
|
1626
2006
|
INTRA_DC_PRECISION_9 = "INTRA_DC_PRECISION_9"
|
|
1627
2007
|
}
|
|
2008
|
+
/**
|
|
2009
|
+
* @public
|
|
2010
|
+
*/
|
|
1628
2011
|
export declare enum Mpeg2ParControl {
|
|
1629
2012
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1630
2013
|
SPECIFIED = "SPECIFIED"
|
|
1631
2014
|
}
|
|
2015
|
+
/**
|
|
2016
|
+
* @public
|
|
2017
|
+
*/
|
|
1632
2018
|
export declare enum Mpeg2QualityTuningLevel {
|
|
1633
2019
|
MULTI_PASS = "MULTI_PASS",
|
|
1634
2020
|
SINGLE_PASS = "SINGLE_PASS"
|
|
1635
2021
|
}
|
|
2022
|
+
/**
|
|
2023
|
+
* @public
|
|
2024
|
+
*/
|
|
1636
2025
|
export declare enum Mpeg2RateControlMode {
|
|
1637
2026
|
CBR = "CBR",
|
|
1638
2027
|
VBR = "VBR"
|
|
1639
2028
|
}
|
|
2029
|
+
/**
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
1640
2032
|
export declare enum Mpeg2ScanTypeConversionMode {
|
|
1641
2033
|
INTERLACED = "INTERLACED",
|
|
1642
2034
|
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
1643
2035
|
}
|
|
2036
|
+
/**
|
|
2037
|
+
* @public
|
|
2038
|
+
*/
|
|
1644
2039
|
export declare enum Mpeg2SceneChangeDetect {
|
|
1645
2040
|
DISABLED = "DISABLED",
|
|
1646
2041
|
ENABLED = "ENABLED"
|
|
1647
2042
|
}
|
|
2043
|
+
/**
|
|
2044
|
+
* @public
|
|
2045
|
+
*/
|
|
1648
2046
|
export declare enum Mpeg2SlowPal {
|
|
1649
2047
|
DISABLED = "DISABLED",
|
|
1650
2048
|
ENABLED = "ENABLED"
|
|
1651
2049
|
}
|
|
2050
|
+
/**
|
|
2051
|
+
* @public
|
|
2052
|
+
*/
|
|
1652
2053
|
export declare enum Mpeg2SpatialAdaptiveQuantization {
|
|
1653
2054
|
DISABLED = "DISABLED",
|
|
1654
2055
|
ENABLED = "ENABLED"
|
|
1655
2056
|
}
|
|
2057
|
+
/**
|
|
2058
|
+
* @public
|
|
2059
|
+
*/
|
|
1656
2060
|
export declare enum Mpeg2Syntax {
|
|
1657
2061
|
DEFAULT = "DEFAULT",
|
|
1658
2062
|
D_10 = "D_10"
|
|
1659
2063
|
}
|
|
2064
|
+
/**
|
|
2065
|
+
* @public
|
|
2066
|
+
*/
|
|
1660
2067
|
export declare enum Mpeg2Telecine {
|
|
1661
2068
|
HARD = "HARD",
|
|
1662
2069
|
NONE = "NONE",
|
|
1663
2070
|
SOFT = "SOFT"
|
|
1664
2071
|
}
|
|
2072
|
+
/**
|
|
2073
|
+
* @public
|
|
2074
|
+
*/
|
|
1665
2075
|
export declare enum Mpeg2TemporalAdaptiveQuantization {
|
|
1666
2076
|
DISABLED = "DISABLED",
|
|
1667
2077
|
ENABLED = "ENABLED"
|
|
1668
2078
|
}
|
|
1669
2079
|
/**
|
|
2080
|
+
* @public
|
|
1670
2081
|
* Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value MPEG2.
|
|
1671
2082
|
*/
|
|
1672
2083
|
export interface Mpeg2Settings {
|
|
@@ -1803,10 +2214,16 @@ export interface Mpeg2Settings {
|
|
|
1803
2214
|
*/
|
|
1804
2215
|
TemporalAdaptiveQuantization?: Mpeg2TemporalAdaptiveQuantization | string;
|
|
1805
2216
|
}
|
|
2217
|
+
/**
|
|
2218
|
+
* @public
|
|
2219
|
+
*/
|
|
1806
2220
|
export declare enum ProresChromaSampling {
|
|
1807
2221
|
PRESERVE_444_SAMPLING = "PRESERVE_444_SAMPLING",
|
|
1808
2222
|
SUBSAMPLE_TO_422 = "SUBSAMPLE_TO_422"
|
|
1809
2223
|
}
|
|
2224
|
+
/**
|
|
2225
|
+
* @public
|
|
2226
|
+
*/
|
|
1810
2227
|
export declare enum ProresCodecProfile {
|
|
1811
2228
|
APPLE_PRORES_422 = "APPLE_PRORES_422",
|
|
1812
2229
|
APPLE_PRORES_422_HQ = "APPLE_PRORES_422_HQ",
|
|
@@ -1815,15 +2232,24 @@ export declare enum ProresCodecProfile {
|
|
|
1815
2232
|
APPLE_PRORES_4444 = "APPLE_PRORES_4444",
|
|
1816
2233
|
APPLE_PRORES_4444_XQ = "APPLE_PRORES_4444_XQ"
|
|
1817
2234
|
}
|
|
2235
|
+
/**
|
|
2236
|
+
* @public
|
|
2237
|
+
*/
|
|
1818
2238
|
export declare enum ProresFramerateControl {
|
|
1819
2239
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1820
2240
|
SPECIFIED = "SPECIFIED"
|
|
1821
2241
|
}
|
|
2242
|
+
/**
|
|
2243
|
+
* @public
|
|
2244
|
+
*/
|
|
1822
2245
|
export declare enum ProresFramerateConversionAlgorithm {
|
|
1823
2246
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1824
2247
|
FRAMEFORMER = "FRAMEFORMER",
|
|
1825
2248
|
INTERPOLATE = "INTERPOLATE"
|
|
1826
2249
|
}
|
|
2250
|
+
/**
|
|
2251
|
+
* @public
|
|
2252
|
+
*/
|
|
1827
2253
|
export declare enum ProresInterlaceMode {
|
|
1828
2254
|
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
1829
2255
|
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
@@ -1831,23 +2257,36 @@ export declare enum ProresInterlaceMode {
|
|
|
1831
2257
|
PROGRESSIVE = "PROGRESSIVE",
|
|
1832
2258
|
TOP_FIELD = "TOP_FIELD"
|
|
1833
2259
|
}
|
|
2260
|
+
/**
|
|
2261
|
+
* @public
|
|
2262
|
+
*/
|
|
1834
2263
|
export declare enum ProresParControl {
|
|
1835
2264
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1836
2265
|
SPECIFIED = "SPECIFIED"
|
|
1837
2266
|
}
|
|
2267
|
+
/**
|
|
2268
|
+
* @public
|
|
2269
|
+
*/
|
|
1838
2270
|
export declare enum ProresScanTypeConversionMode {
|
|
1839
2271
|
INTERLACED = "INTERLACED",
|
|
1840
2272
|
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
1841
2273
|
}
|
|
2274
|
+
/**
|
|
2275
|
+
* @public
|
|
2276
|
+
*/
|
|
1842
2277
|
export declare enum ProresSlowPal {
|
|
1843
2278
|
DISABLED = "DISABLED",
|
|
1844
2279
|
ENABLED = "ENABLED"
|
|
1845
2280
|
}
|
|
2281
|
+
/**
|
|
2282
|
+
* @public
|
|
2283
|
+
*/
|
|
1846
2284
|
export declare enum ProresTelecine {
|
|
1847
2285
|
HARD = "HARD",
|
|
1848
2286
|
NONE = "NONE"
|
|
1849
2287
|
}
|
|
1850
2288
|
/**
|
|
2289
|
+
* @public
|
|
1851
2290
|
* Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value PRORES.
|
|
1852
2291
|
*/
|
|
1853
2292
|
export interface ProresSettings {
|
|
@@ -1904,37 +2343,59 @@ export interface ProresSettings {
|
|
|
1904
2343
|
*/
|
|
1905
2344
|
Telecine?: ProresTelecine | string;
|
|
1906
2345
|
}
|
|
2346
|
+
/**
|
|
2347
|
+
* @public
|
|
2348
|
+
*/
|
|
1907
2349
|
export declare enum Vc3FramerateControl {
|
|
1908
2350
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1909
2351
|
SPECIFIED = "SPECIFIED"
|
|
1910
2352
|
}
|
|
2353
|
+
/**
|
|
2354
|
+
* @public
|
|
2355
|
+
*/
|
|
1911
2356
|
export declare enum Vc3FramerateConversionAlgorithm {
|
|
1912
2357
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1913
2358
|
FRAMEFORMER = "FRAMEFORMER",
|
|
1914
2359
|
INTERPOLATE = "INTERPOLATE"
|
|
1915
2360
|
}
|
|
2361
|
+
/**
|
|
2362
|
+
* @public
|
|
2363
|
+
*/
|
|
1916
2364
|
export declare enum Vc3InterlaceMode {
|
|
1917
2365
|
INTERLACED = "INTERLACED",
|
|
1918
2366
|
PROGRESSIVE = "PROGRESSIVE"
|
|
1919
2367
|
}
|
|
2368
|
+
/**
|
|
2369
|
+
* @public
|
|
2370
|
+
*/
|
|
1920
2371
|
export declare enum Vc3ScanTypeConversionMode {
|
|
1921
2372
|
INTERLACED = "INTERLACED",
|
|
1922
2373
|
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
1923
2374
|
}
|
|
2375
|
+
/**
|
|
2376
|
+
* @public
|
|
2377
|
+
*/
|
|
1924
2378
|
export declare enum Vc3SlowPal {
|
|
1925
2379
|
DISABLED = "DISABLED",
|
|
1926
2380
|
ENABLED = "ENABLED"
|
|
1927
2381
|
}
|
|
2382
|
+
/**
|
|
2383
|
+
* @public
|
|
2384
|
+
*/
|
|
1928
2385
|
export declare enum Vc3Telecine {
|
|
1929
2386
|
HARD = "HARD",
|
|
1930
2387
|
NONE = "NONE"
|
|
1931
2388
|
}
|
|
2389
|
+
/**
|
|
2390
|
+
* @public
|
|
2391
|
+
*/
|
|
1932
2392
|
export declare enum Vc3Class {
|
|
1933
2393
|
CLASS_145_8BIT = "CLASS_145_8BIT",
|
|
1934
2394
|
CLASS_220_10BIT = "CLASS_220_10BIT",
|
|
1935
2395
|
CLASS_220_8BIT = "CLASS_220_8BIT"
|
|
1936
2396
|
}
|
|
1937
2397
|
/**
|
|
2398
|
+
* @public
|
|
1938
2399
|
* Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value VC3
|
|
1939
2400
|
*/
|
|
1940
2401
|
export interface Vc3Settings {
|
|
@@ -1975,27 +2436,43 @@ export interface Vc3Settings {
|
|
|
1975
2436
|
*/
|
|
1976
2437
|
Vc3Class?: Vc3Class | string;
|
|
1977
2438
|
}
|
|
2439
|
+
/**
|
|
2440
|
+
* @public
|
|
2441
|
+
*/
|
|
1978
2442
|
export declare enum Vp8FramerateControl {
|
|
1979
2443
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1980
2444
|
SPECIFIED = "SPECIFIED"
|
|
1981
2445
|
}
|
|
2446
|
+
/**
|
|
2447
|
+
* @public
|
|
2448
|
+
*/
|
|
1982
2449
|
export declare enum Vp8FramerateConversionAlgorithm {
|
|
1983
2450
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1984
2451
|
FRAMEFORMER = "FRAMEFORMER",
|
|
1985
2452
|
INTERPOLATE = "INTERPOLATE"
|
|
1986
2453
|
}
|
|
2454
|
+
/**
|
|
2455
|
+
* @public
|
|
2456
|
+
*/
|
|
1987
2457
|
export declare enum Vp8ParControl {
|
|
1988
2458
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1989
2459
|
SPECIFIED = "SPECIFIED"
|
|
1990
2460
|
}
|
|
2461
|
+
/**
|
|
2462
|
+
* @public
|
|
2463
|
+
*/
|
|
1991
2464
|
export declare enum Vp8QualityTuningLevel {
|
|
1992
2465
|
MULTI_PASS = "MULTI_PASS",
|
|
1993
2466
|
MULTI_PASS_HQ = "MULTI_PASS_HQ"
|
|
1994
2467
|
}
|
|
2468
|
+
/**
|
|
2469
|
+
* @public
|
|
2470
|
+
*/
|
|
1995
2471
|
export declare enum Vp8RateControlMode {
|
|
1996
2472
|
VBR = "VBR"
|
|
1997
2473
|
}
|
|
1998
2474
|
/**
|
|
2475
|
+
* @public
|
|
1999
2476
|
* Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value VP8.
|
|
2000
2477
|
*/
|
|
2001
2478
|
export interface Vp8Settings {
|
|
@@ -2052,27 +2529,43 @@ export interface Vp8Settings {
|
|
|
2052
2529
|
*/
|
|
2053
2530
|
RateControlMode?: Vp8RateControlMode | string;
|
|
2054
2531
|
}
|
|
2532
|
+
/**
|
|
2533
|
+
* @public
|
|
2534
|
+
*/
|
|
2055
2535
|
export declare enum Vp9FramerateControl {
|
|
2056
2536
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
2057
2537
|
SPECIFIED = "SPECIFIED"
|
|
2058
2538
|
}
|
|
2539
|
+
/**
|
|
2540
|
+
* @public
|
|
2541
|
+
*/
|
|
2059
2542
|
export declare enum Vp9FramerateConversionAlgorithm {
|
|
2060
2543
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
2061
2544
|
FRAMEFORMER = "FRAMEFORMER",
|
|
2062
2545
|
INTERPOLATE = "INTERPOLATE"
|
|
2063
2546
|
}
|
|
2547
|
+
/**
|
|
2548
|
+
* @public
|
|
2549
|
+
*/
|
|
2064
2550
|
export declare enum Vp9ParControl {
|
|
2065
2551
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
2066
2552
|
SPECIFIED = "SPECIFIED"
|
|
2067
2553
|
}
|
|
2554
|
+
/**
|
|
2555
|
+
* @public
|
|
2556
|
+
*/
|
|
2068
2557
|
export declare enum Vp9QualityTuningLevel {
|
|
2069
2558
|
MULTI_PASS = "MULTI_PASS",
|
|
2070
2559
|
MULTI_PASS_HQ = "MULTI_PASS_HQ"
|
|
2071
2560
|
}
|
|
2561
|
+
/**
|
|
2562
|
+
* @public
|
|
2563
|
+
*/
|
|
2072
2564
|
export declare enum Vp9RateControlMode {
|
|
2073
2565
|
VBR = "VBR"
|
|
2074
2566
|
}
|
|
2075
2567
|
/**
|
|
2568
|
+
* @public
|
|
2076
2569
|
* Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value VP9.
|
|
2077
2570
|
*/
|
|
2078
2571
|
export interface Vp9Settings {
|
|
@@ -2129,6 +2622,9 @@ export interface Vp9Settings {
|
|
|
2129
2622
|
*/
|
|
2130
2623
|
RateControlMode?: Vp9RateControlMode | string;
|
|
2131
2624
|
}
|
|
2625
|
+
/**
|
|
2626
|
+
* @public
|
|
2627
|
+
*/
|
|
2132
2628
|
export declare enum XavcAdaptiveQuantization {
|
|
2133
2629
|
AUTO = "AUTO",
|
|
2134
2630
|
HIGH = "HIGH",
|
|
@@ -2138,20 +2634,32 @@ export declare enum XavcAdaptiveQuantization {
|
|
|
2138
2634
|
MEDIUM = "MEDIUM",
|
|
2139
2635
|
OFF = "OFF"
|
|
2140
2636
|
}
|
|
2637
|
+
/**
|
|
2638
|
+
* @public
|
|
2639
|
+
*/
|
|
2141
2640
|
export declare enum XavcEntropyEncoding {
|
|
2142
2641
|
AUTO = "AUTO",
|
|
2143
2642
|
CABAC = "CABAC",
|
|
2144
2643
|
CAVLC = "CAVLC"
|
|
2145
2644
|
}
|
|
2645
|
+
/**
|
|
2646
|
+
* @public
|
|
2647
|
+
*/
|
|
2146
2648
|
export declare enum XavcFramerateControl {
|
|
2147
2649
|
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
2148
2650
|
SPECIFIED = "SPECIFIED"
|
|
2149
2651
|
}
|
|
2652
|
+
/**
|
|
2653
|
+
* @public
|
|
2654
|
+
*/
|
|
2150
2655
|
export declare enum XavcFramerateConversionAlgorithm {
|
|
2151
2656
|
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
2152
2657
|
FRAMEFORMER = "FRAMEFORMER",
|
|
2153
2658
|
INTERPOLATE = "INTERPOLATE"
|
|
2154
2659
|
}
|
|
2660
|
+
/**
|
|
2661
|
+
* @public
|
|
2662
|
+
*/
|
|
2155
2663
|
export declare enum XavcProfile {
|
|
2156
2664
|
XAVC_4K = "XAVC_4K",
|
|
2157
2665
|
XAVC_4K_INTRA_CBG = "XAVC_4K_INTRA_CBG",
|
|
@@ -2159,24 +2667,37 @@ export declare enum XavcProfile {
|
|
|
2159
2667
|
XAVC_HD = "XAVC_HD",
|
|
2160
2668
|
XAVC_HD_INTRA_CBG = "XAVC_HD_INTRA_CBG"
|
|
2161
2669
|
}
|
|
2670
|
+
/**
|
|
2671
|
+
* @public
|
|
2672
|
+
*/
|
|
2162
2673
|
export declare enum XavcSlowPal {
|
|
2163
2674
|
DISABLED = "DISABLED",
|
|
2164
2675
|
ENABLED = "ENABLED"
|
|
2165
2676
|
}
|
|
2677
|
+
/**
|
|
2678
|
+
* @public
|
|
2679
|
+
*/
|
|
2166
2680
|
export declare enum XavcSpatialAdaptiveQuantization {
|
|
2167
2681
|
DISABLED = "DISABLED",
|
|
2168
2682
|
ENABLED = "ENABLED"
|
|
2169
2683
|
}
|
|
2684
|
+
/**
|
|
2685
|
+
* @public
|
|
2686
|
+
*/
|
|
2170
2687
|
export declare enum XavcTemporalAdaptiveQuantization {
|
|
2171
2688
|
DISABLED = "DISABLED",
|
|
2172
2689
|
ENABLED = "ENABLED"
|
|
2173
2690
|
}
|
|
2691
|
+
/**
|
|
2692
|
+
* @public
|
|
2693
|
+
*/
|
|
2174
2694
|
export declare enum Xavc4kIntraCbgProfileClass {
|
|
2175
2695
|
CLASS_100 = "CLASS_100",
|
|
2176
2696
|
CLASS_300 = "CLASS_300",
|
|
2177
2697
|
CLASS_480 = "CLASS_480"
|
|
2178
2698
|
}
|
|
2179
2699
|
/**
|
|
2700
|
+
* @public
|
|
2180
2701
|
* Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K_INTRA_CBG.
|
|
2181
2702
|
*/
|
|
2182
2703
|
export interface Xavc4kIntraCbgProfileSettings {
|
|
@@ -2185,12 +2706,16 @@ export interface Xavc4kIntraCbgProfileSettings {
|
|
|
2185
2706
|
*/
|
|
2186
2707
|
XavcClass?: Xavc4kIntraCbgProfileClass | string;
|
|
2187
2708
|
}
|
|
2709
|
+
/**
|
|
2710
|
+
* @public
|
|
2711
|
+
*/
|
|
2188
2712
|
export declare enum Xavc4kIntraVbrProfileClass {
|
|
2189
2713
|
CLASS_100 = "CLASS_100",
|
|
2190
2714
|
CLASS_300 = "CLASS_300",
|
|
2191
2715
|
CLASS_480 = "CLASS_480"
|
|
2192
2716
|
}
|
|
2193
2717
|
/**
|
|
2718
|
+
* @public
|
|
2194
2719
|
* Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K_INTRA_VBR.
|
|
2195
2720
|
*/
|
|
2196
2721
|
export interface Xavc4kIntraVbrProfileSettings {
|
|
@@ -2199,29 +2724,45 @@ export interface Xavc4kIntraVbrProfileSettings {
|
|
|
2199
2724
|
*/
|
|
2200
2725
|
XavcClass?: Xavc4kIntraVbrProfileClass | string;
|
|
2201
2726
|
}
|
|
2727
|
+
/**
|
|
2728
|
+
* @public
|
|
2729
|
+
*/
|
|
2202
2730
|
export declare enum Xavc4kProfileBitrateClass {
|
|
2203
2731
|
BITRATE_CLASS_100 = "BITRATE_CLASS_100",
|
|
2204
2732
|
BITRATE_CLASS_140 = "BITRATE_CLASS_140",
|
|
2205
2733
|
BITRATE_CLASS_200 = "BITRATE_CLASS_200"
|
|
2206
2734
|
}
|
|
2735
|
+
/**
|
|
2736
|
+
* @public
|
|
2737
|
+
*/
|
|
2207
2738
|
export declare enum Xavc4kProfileCodecProfile {
|
|
2208
2739
|
HIGH = "HIGH",
|
|
2209
2740
|
HIGH_422 = "HIGH_422"
|
|
2210
2741
|
}
|
|
2742
|
+
/**
|
|
2743
|
+
* @public
|
|
2744
|
+
*/
|
|
2211
2745
|
export declare enum XavcFlickerAdaptiveQuantization {
|
|
2212
2746
|
DISABLED = "DISABLED",
|
|
2213
2747
|
ENABLED = "ENABLED"
|
|
2214
2748
|
}
|
|
2749
|
+
/**
|
|
2750
|
+
* @public
|
|
2751
|
+
*/
|
|
2215
2752
|
export declare enum XavcGopBReference {
|
|
2216
2753
|
DISABLED = "DISABLED",
|
|
2217
2754
|
ENABLED = "ENABLED"
|
|
2218
2755
|
}
|
|
2756
|
+
/**
|
|
2757
|
+
* @public
|
|
2758
|
+
*/
|
|
2219
2759
|
export declare enum Xavc4kProfileQualityTuningLevel {
|
|
2220
2760
|
MULTI_PASS_HQ = "MULTI_PASS_HQ",
|
|
2221
2761
|
SINGLE_PASS = "SINGLE_PASS",
|
|
2222
2762
|
SINGLE_PASS_HQ = "SINGLE_PASS_HQ"
|
|
2223
2763
|
}
|
|
2224
2764
|
/**
|
|
2765
|
+
* @public
|
|
2225
2766
|
* Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.
|
|
2226
2767
|
*/
|
|
2227
2768
|
export interface Xavc4kProfileSettings {
|
|
@@ -2258,12 +2799,16 @@ export interface Xavc4kProfileSettings {
|
|
|
2258
2799
|
*/
|
|
2259
2800
|
Slices?: number;
|
|
2260
2801
|
}
|
|
2802
|
+
/**
|
|
2803
|
+
* @public
|
|
2804
|
+
*/
|
|
2261
2805
|
export declare enum XavcHdIntraCbgProfileClass {
|
|
2262
2806
|
CLASS_100 = "CLASS_100",
|
|
2263
2807
|
CLASS_200 = "CLASS_200",
|
|
2264
2808
|
CLASS_50 = "CLASS_50"
|
|
2265
2809
|
}
|
|
2266
2810
|
/**
|
|
2811
|
+
* @public
|
|
2267
2812
|
* Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_HD_INTRA_CBG.
|
|
2268
2813
|
*/
|
|
2269
2814
|
export interface XavcHdIntraCbgProfileSettings {
|
|
@@ -2272,11 +2817,17 @@ export interface XavcHdIntraCbgProfileSettings {
|
|
|
2272
2817
|
*/
|
|
2273
2818
|
XavcClass?: XavcHdIntraCbgProfileClass | string;
|
|
2274
2819
|
}
|
|
2820
|
+
/**
|
|
2821
|
+
* @public
|
|
2822
|
+
*/
|
|
2275
2823
|
export declare enum XavcHdProfileBitrateClass {
|
|
2276
2824
|
BITRATE_CLASS_25 = "BITRATE_CLASS_25",
|
|
2277
2825
|
BITRATE_CLASS_35 = "BITRATE_CLASS_35",
|
|
2278
2826
|
BITRATE_CLASS_50 = "BITRATE_CLASS_50"
|
|
2279
2827
|
}
|
|
2828
|
+
/**
|
|
2829
|
+
* @public
|
|
2830
|
+
*/
|
|
2280
2831
|
export declare enum XavcInterlaceMode {
|
|
2281
2832
|
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
2282
2833
|
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
@@ -2284,16 +2835,23 @@ export declare enum XavcInterlaceMode {
|
|
|
2284
2835
|
PROGRESSIVE = "PROGRESSIVE",
|
|
2285
2836
|
TOP_FIELD = "TOP_FIELD"
|
|
2286
2837
|
}
|
|
2838
|
+
/**
|
|
2839
|
+
* @public
|
|
2840
|
+
*/
|
|
2287
2841
|
export declare enum XavcHdProfileQualityTuningLevel {
|
|
2288
2842
|
MULTI_PASS_HQ = "MULTI_PASS_HQ",
|
|
2289
2843
|
SINGLE_PASS = "SINGLE_PASS",
|
|
2290
2844
|
SINGLE_PASS_HQ = "SINGLE_PASS_HQ"
|
|
2291
2845
|
}
|
|
2846
|
+
/**
|
|
2847
|
+
* @public
|
|
2848
|
+
*/
|
|
2292
2849
|
export declare enum XavcHdProfileTelecine {
|
|
2293
2850
|
HARD = "HARD",
|
|
2294
2851
|
NONE = "NONE"
|
|
2295
2852
|
}
|
|
2296
2853
|
/**
|
|
2854
|
+
* @public
|
|
2297
2855
|
* Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_HD.
|
|
2298
2856
|
*/
|
|
2299
2857
|
export interface XavcHdProfileSettings {
|
|
@@ -2335,6 +2893,7 @@ export interface XavcHdProfileSettings {
|
|
|
2335
2893
|
Telecine?: XavcHdProfileTelecine | string;
|
|
2336
2894
|
}
|
|
2337
2895
|
/**
|
|
2896
|
+
* @public
|
|
2338
2897
|
* Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value XAVC.
|
|
2339
2898
|
*/
|
|
2340
2899
|
export interface XavcSettings {
|
|
@@ -2404,6 +2963,7 @@ export interface XavcSettings {
|
|
|
2404
2963
|
XavcHdProfileSettings?: XavcHdProfileSettings;
|
|
2405
2964
|
}
|
|
2406
2965
|
/**
|
|
2966
|
+
* @public
|
|
2407
2967
|
* Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video encoding. The settings in this group vary depending on the value that you choose for Video codec (Codec). For each codec enum that you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AV1, Av1Settings * AVC_INTRA, AvcIntraSettings * FRAME_CAPTURE, FrameCaptureSettings * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings
|
|
2408
2968
|
*/
|
|
2409
2969
|
export interface VideoCodecSettings {
|
|
@@ -2456,28 +3016,44 @@ export interface VideoCodecSettings {
|
|
|
2456
3016
|
*/
|
|
2457
3017
|
XavcSettings?: XavcSettings;
|
|
2458
3018
|
}
|
|
3019
|
+
/**
|
|
3020
|
+
* @public
|
|
3021
|
+
*/
|
|
2459
3022
|
export declare enum ColorMetadata {
|
|
2460
3023
|
IGNORE = "IGNORE",
|
|
2461
3024
|
INSERT = "INSERT"
|
|
2462
3025
|
}
|
|
3026
|
+
/**
|
|
3027
|
+
* @public
|
|
3028
|
+
*/
|
|
2463
3029
|
export declare enum DropFrameTimecode {
|
|
2464
3030
|
DISABLED = "DISABLED",
|
|
2465
3031
|
ENABLED = "ENABLED"
|
|
2466
3032
|
}
|
|
3033
|
+
/**
|
|
3034
|
+
* @public
|
|
3035
|
+
*/
|
|
2467
3036
|
export declare enum RespondToAfd {
|
|
2468
3037
|
NONE = "NONE",
|
|
2469
3038
|
PASSTHROUGH = "PASSTHROUGH",
|
|
2470
3039
|
RESPOND = "RESPOND"
|
|
2471
3040
|
}
|
|
3041
|
+
/**
|
|
3042
|
+
* @public
|
|
3043
|
+
*/
|
|
2472
3044
|
export declare enum ScalingBehavior {
|
|
2473
3045
|
DEFAULT = "DEFAULT",
|
|
2474
3046
|
STRETCH_TO_OUTPUT = "STRETCH_TO_OUTPUT"
|
|
2475
3047
|
}
|
|
3048
|
+
/**
|
|
3049
|
+
* @public
|
|
3050
|
+
*/
|
|
2476
3051
|
export declare enum VideoTimecodeInsertion {
|
|
2477
3052
|
DISABLED = "DISABLED",
|
|
2478
3053
|
PIC_TIMING_SEI = "PIC_TIMING_SEI"
|
|
2479
3054
|
}
|
|
2480
3055
|
/**
|
|
3056
|
+
* @public
|
|
2481
3057
|
* Specify YUV limits and RGB tolerances when you set Sample range conversion to Limited range clip.
|
|
2482
3058
|
*/
|
|
2483
3059
|
export interface ClipLimits {
|
|
@@ -2498,6 +3074,9 @@ export interface ClipLimits {
|
|
|
2498
3074
|
*/
|
|
2499
3075
|
MinimumYUV?: number;
|
|
2500
3076
|
}
|
|
3077
|
+
/**
|
|
3078
|
+
* @public
|
|
3079
|
+
*/
|
|
2501
3080
|
export declare enum ColorSpaceConversion {
|
|
2502
3081
|
FORCE_601 = "FORCE_601",
|
|
2503
3082
|
FORCE_709 = "FORCE_709",
|
|
@@ -2508,16 +3087,23 @@ export declare enum ColorSpaceConversion {
|
|
|
2508
3087
|
FORCE_P3DCI = "FORCE_P3DCI",
|
|
2509
3088
|
NONE = "NONE"
|
|
2510
3089
|
}
|
|
3090
|
+
/**
|
|
3091
|
+
* @public
|
|
3092
|
+
*/
|
|
2511
3093
|
export declare enum HDRToSDRToneMapper {
|
|
2512
3094
|
PRESERVE_DETAILS = "PRESERVE_DETAILS",
|
|
2513
3095
|
VIBRANT = "VIBRANT"
|
|
2514
3096
|
}
|
|
3097
|
+
/**
|
|
3098
|
+
* @public
|
|
3099
|
+
*/
|
|
2515
3100
|
export declare enum SampleRangeConversion {
|
|
2516
3101
|
LIMITED_RANGE_CLIP = "LIMITED_RANGE_CLIP",
|
|
2517
3102
|
LIMITED_RANGE_SQUEEZE = "LIMITED_RANGE_SQUEEZE",
|
|
2518
3103
|
NONE = "NONE"
|
|
2519
3104
|
}
|
|
2520
3105
|
/**
|
|
3106
|
+
* @public
|
|
2521
3107
|
* Settings for color correction.
|
|
2522
3108
|
*/
|
|
2523
3109
|
export interface ColorCorrector {
|
|
@@ -2567,22 +3153,32 @@ export interface ColorCorrector {
|
|
|
2567
3153
|
*/
|
|
2568
3154
|
SdrReferenceWhiteLevel?: number;
|
|
2569
3155
|
}
|
|
3156
|
+
/**
|
|
3157
|
+
* @public
|
|
3158
|
+
*/
|
|
2570
3159
|
export declare enum DeinterlaceAlgorithm {
|
|
2571
3160
|
BLEND = "BLEND",
|
|
2572
3161
|
BLEND_TICKER = "BLEND_TICKER",
|
|
2573
3162
|
INTERPOLATE = "INTERPOLATE",
|
|
2574
3163
|
INTERPOLATE_TICKER = "INTERPOLATE_TICKER"
|
|
2575
3164
|
}
|
|
3165
|
+
/**
|
|
3166
|
+
* @public
|
|
3167
|
+
*/
|
|
2576
3168
|
export declare enum DeinterlacerControl {
|
|
2577
3169
|
FORCE_ALL_FRAMES = "FORCE_ALL_FRAMES",
|
|
2578
3170
|
NORMAL = "NORMAL"
|
|
2579
3171
|
}
|
|
3172
|
+
/**
|
|
3173
|
+
* @public
|
|
3174
|
+
*/
|
|
2580
3175
|
export declare enum DeinterlacerMode {
|
|
2581
3176
|
ADAPTIVE = "ADAPTIVE",
|
|
2582
3177
|
DEINTERLACE = "DEINTERLACE",
|
|
2583
3178
|
INVERSE_TELECINE = "INVERSE_TELECINE"
|
|
2584
3179
|
}
|
|
2585
3180
|
/**
|
|
3181
|
+
* @public
|
|
2586
3182
|
* Settings for deinterlacer
|
|
2587
3183
|
*/
|
|
2588
3184
|
export interface Deinterlacer {
|
|
@@ -2600,6 +3196,7 @@ export interface Deinterlacer {
|
|
|
2600
3196
|
Mode?: DeinterlacerMode | string;
|
|
2601
3197
|
}
|
|
2602
3198
|
/**
|
|
3199
|
+
* @public
|
|
2603
3200
|
* Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.
|
|
2604
3201
|
*/
|
|
2605
3202
|
export interface DolbyVisionLevel6Metadata {
|
|
@@ -2612,20 +3209,30 @@ export interface DolbyVisionLevel6Metadata {
|
|
|
2612
3209
|
*/
|
|
2613
3210
|
MaxFall?: number;
|
|
2614
3211
|
}
|
|
3212
|
+
/**
|
|
3213
|
+
* @public
|
|
3214
|
+
*/
|
|
2615
3215
|
export declare enum DolbyVisionLevel6Mode {
|
|
2616
3216
|
PASSTHROUGH = "PASSTHROUGH",
|
|
2617
3217
|
RECALCULATE = "RECALCULATE",
|
|
2618
3218
|
SPECIFY = "SPECIFY"
|
|
2619
3219
|
}
|
|
3220
|
+
/**
|
|
3221
|
+
* @public
|
|
3222
|
+
*/
|
|
2620
3223
|
export declare enum DolbyVisionMapping {
|
|
2621
3224
|
HDR10_1000 = "HDR10_1000",
|
|
2622
3225
|
HDR10_NOMAP = "HDR10_NOMAP"
|
|
2623
3226
|
}
|
|
3227
|
+
/**
|
|
3228
|
+
* @public
|
|
3229
|
+
*/
|
|
2624
3230
|
export declare enum DolbyVisionProfile {
|
|
2625
3231
|
PROFILE_5 = "PROFILE_5",
|
|
2626
3232
|
PROFILE_8_1 = "PROFILE_8_1"
|
|
2627
3233
|
}
|
|
2628
3234
|
/**
|
|
3235
|
+
* @public
|
|
2629
3236
|
* Create Dolby Vision Profile 5 or Profile 8.1 compatible video output.
|
|
2630
3237
|
*/
|
|
2631
3238
|
export interface DolbyVision {
|
|
@@ -2647,6 +3254,7 @@ export interface DolbyVision {
|
|
|
2647
3254
|
Profile?: DolbyVisionProfile | string;
|
|
2648
3255
|
}
|
|
2649
3256
|
/**
|
|
3257
|
+
* @public
|
|
2650
3258
|
* Setting for HDR10+ metadata insertion
|
|
2651
3259
|
*/
|
|
2652
3260
|
export interface Hdr10Plus {
|
|
@@ -2659,6 +3267,9 @@ export interface Hdr10Plus {
|
|
|
2659
3267
|
*/
|
|
2660
3268
|
TargetMonitorNits?: number;
|
|
2661
3269
|
}
|
|
3270
|
+
/**
|
|
3271
|
+
* @public
|
|
3272
|
+
*/
|
|
2662
3273
|
export declare enum NoiseReducerFilter {
|
|
2663
3274
|
BILATERAL = "BILATERAL",
|
|
2664
3275
|
CONSERVE = "CONSERVE",
|
|
@@ -2670,6 +3281,7 @@ export declare enum NoiseReducerFilter {
|
|
|
2670
3281
|
TEMPORAL = "TEMPORAL"
|
|
2671
3282
|
}
|
|
2672
3283
|
/**
|
|
3284
|
+
* @public
|
|
2673
3285
|
* Settings for a noise reducer filter
|
|
2674
3286
|
*/
|
|
2675
3287
|
export interface NoiseReducerFilterSettings {
|
|
@@ -2679,6 +3291,7 @@ export interface NoiseReducerFilterSettings {
|
|
|
2679
3291
|
Strength?: number;
|
|
2680
3292
|
}
|
|
2681
3293
|
/**
|
|
3294
|
+
* @public
|
|
2682
3295
|
* Noise reducer filter settings for spatial filter.
|
|
2683
3296
|
*/
|
|
2684
3297
|
export interface NoiseReducerSpatialFilterSettings {
|
|
@@ -2695,17 +3308,24 @@ export interface NoiseReducerSpatialFilterSettings {
|
|
|
2695
3308
|
*/
|
|
2696
3309
|
Strength?: number;
|
|
2697
3310
|
}
|
|
3311
|
+
/**
|
|
3312
|
+
* @public
|
|
3313
|
+
*/
|
|
2698
3314
|
export declare enum NoiseFilterPostTemporalSharpening {
|
|
2699
3315
|
AUTO = "AUTO",
|
|
2700
3316
|
DISABLED = "DISABLED",
|
|
2701
3317
|
ENABLED = "ENABLED"
|
|
2702
3318
|
}
|
|
3319
|
+
/**
|
|
3320
|
+
* @public
|
|
3321
|
+
*/
|
|
2703
3322
|
export declare enum NoiseFilterPostTemporalSharpeningStrength {
|
|
2704
3323
|
HIGH = "HIGH",
|
|
2705
3324
|
LOW = "LOW",
|
|
2706
3325
|
MEDIUM = "MEDIUM"
|
|
2707
3326
|
}
|
|
2708
3327
|
/**
|
|
3328
|
+
* @public
|
|
2709
3329
|
* Noise reducer filter settings for temporal filter.
|
|
2710
3330
|
*/
|
|
2711
3331
|
export interface NoiseReducerTemporalFilterSettings {
|
|
@@ -2731,6 +3351,7 @@ export interface NoiseReducerTemporalFilterSettings {
|
|
|
2731
3351
|
Strength?: number;
|
|
2732
3352
|
}
|
|
2733
3353
|
/**
|
|
3354
|
+
* @public
|
|
2734
3355
|
* Enable the Noise reducer feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer, you must also select a value for Noise reducer filter. For AVC outputs, when you include Noise reducer, you cannot include the Bandwidth reduction filter.
|
|
2735
3356
|
*/
|
|
2736
3357
|
export interface NoiseReducer {
|
|
@@ -2751,6 +3372,9 @@ export interface NoiseReducer {
|
|
|
2751
3372
|
*/
|
|
2752
3373
|
TemporalFilterSettings?: NoiseReducerTemporalFilterSettings;
|
|
2753
3374
|
}
|
|
3375
|
+
/**
|
|
3376
|
+
* @public
|
|
3377
|
+
*/
|
|
2754
3378
|
export declare enum WatermarkingStrength {
|
|
2755
3379
|
DEFAULT = "DEFAULT",
|
|
2756
3380
|
LIGHTER = "LIGHTER",
|
|
@@ -2759,6 +3383,7 @@ export declare enum WatermarkingStrength {
|
|
|
2759
3383
|
STRONGEST = "STRONGEST"
|
|
2760
3384
|
}
|
|
2761
3385
|
/**
|
|
3386
|
+
* @public
|
|
2762
3387
|
* For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking. MediaConvert supports both PreRelease Content (NGPR/G2) and OTT Streaming workflows.
|
|
2763
3388
|
*/
|
|
2764
3389
|
export interface NexGuardFileMarkerSettings {
|
|
@@ -2780,6 +3405,7 @@ export interface NexGuardFileMarkerSettings {
|
|
|
2780
3405
|
Strength?: WatermarkingStrength | string;
|
|
2781
3406
|
}
|
|
2782
3407
|
/**
|
|
3408
|
+
* @public
|
|
2783
3409
|
* If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.
|
|
2784
3410
|
*/
|
|
2785
3411
|
export interface PartnerWatermarking {
|
|
@@ -2788,6 +3414,9 @@ export interface PartnerWatermarking {
|
|
|
2788
3414
|
*/
|
|
2789
3415
|
NexguardFileMarkerSettings?: NexGuardFileMarkerSettings;
|
|
2790
3416
|
}
|
|
3417
|
+
/**
|
|
3418
|
+
* @public
|
|
3419
|
+
*/
|
|
2791
3420
|
export declare enum TimecodeBurninPosition {
|
|
2792
3421
|
BOTTOM_CENTER = "BOTTOM_CENTER",
|
|
2793
3422
|
BOTTOM_LEFT = "BOTTOM_LEFT",
|
|
@@ -2800,6 +3429,7 @@ export declare enum TimecodeBurninPosition {
|
|
|
2800
3429
|
TOP_RIGHT = "TOP_RIGHT"
|
|
2801
3430
|
}
|
|
2802
3431
|
/**
|
|
3432
|
+
* @public
|
|
2803
3433
|
* Settings for burning the output timecode and specified prefix into the output.
|
|
2804
3434
|
*/
|
|
2805
3435
|
export interface TimecodeBurnin {
|
|
@@ -2817,6 +3447,7 @@ export interface TimecodeBurnin {
|
|
|
2817
3447
|
Prefix?: string;
|
|
2818
3448
|
}
|
|
2819
3449
|
/**
|
|
3450
|
+
* @public
|
|
2820
3451
|
* Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each output individually. These features are disabled by default.
|
|
2821
3452
|
*/
|
|
2822
3453
|
export interface VideoPreprocessor {
|
|
@@ -2854,6 +3485,7 @@ export interface VideoPreprocessor {
|
|
|
2854
3485
|
TimecodeBurnin?: TimecodeBurnin;
|
|
2855
3486
|
}
|
|
2856
3487
|
/**
|
|
3488
|
+
* @public
|
|
2857
3489
|
* Settings related to video encoding of your output. The specific video settings depend on the video codec that you choose. When you work directly in your JSON job specification, include one instance of Video description (VideoDescription) per output.
|
|
2858
3490
|
*/
|
|
2859
3491
|
export interface VideoDescription {
|
|
@@ -2919,6 +3551,7 @@ export interface VideoDescription {
|
|
|
2919
3551
|
Width?: number;
|
|
2920
3552
|
}
|
|
2921
3553
|
/**
|
|
3554
|
+
* @public
|
|
2922
3555
|
* Each output in your job is a collection of settings that describes how you want MediaConvert to encode a single output file or stream. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/create-outputs.html.
|
|
2923
3556
|
*/
|
|
2924
3557
|
export interface Output {
|
|
@@ -2956,6 +3589,7 @@ export interface Output {
|
|
|
2956
3589
|
VideoDescription?: VideoDescription;
|
|
2957
3590
|
}
|
|
2958
3591
|
/**
|
|
3592
|
+
* @public
|
|
2959
3593
|
* Group of outputs
|
|
2960
3594
|
*/
|
|
2961
3595
|
export interface OutputGroup {
|
|
@@ -2980,12 +3614,16 @@ export interface OutputGroup {
|
|
|
2980
3614
|
*/
|
|
2981
3615
|
Outputs?: Output[];
|
|
2982
3616
|
}
|
|
3617
|
+
/**
|
|
3618
|
+
* @public
|
|
3619
|
+
*/
|
|
2983
3620
|
export declare enum TimecodeSource {
|
|
2984
3621
|
EMBEDDED = "EMBEDDED",
|
|
2985
3622
|
SPECIFIEDSTART = "SPECIFIEDSTART",
|
|
2986
3623
|
ZEROBASED = "ZEROBASED"
|
|
2987
3624
|
}
|
|
2988
3625
|
/**
|
|
3626
|
+
* @public
|
|
2989
3627
|
* These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.
|
|
2990
3628
|
*/
|
|
2991
3629
|
export interface TimecodeConfig {
|
|
@@ -3007,6 +3645,7 @@ export interface TimecodeConfig {
|
|
|
3007
3645
|
TimestampOffset?: string;
|
|
3008
3646
|
}
|
|
3009
3647
|
/**
|
|
3648
|
+
* @public
|
|
3010
3649
|
* Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
|
3011
3650
|
*/
|
|
3012
3651
|
export interface TimedMetadataInsertion {
|
|
@@ -3016,6 +3655,7 @@ export interface TimedMetadataInsertion {
|
|
|
3016
3655
|
Id3Insertions?: Id3Insertion[];
|
|
3017
3656
|
}
|
|
3018
3657
|
/**
|
|
3658
|
+
* @public
|
|
3019
3659
|
* JobSettings contains all the transcode settings for a job.
|
|
3020
3660
|
*/
|
|
3021
3661
|
export interface JobSettings {
|
|
@@ -3068,10 +3708,16 @@ export interface JobSettings {
|
|
|
3068
3708
|
*/
|
|
3069
3709
|
TimedMetadataInsertion?: TimedMetadataInsertion;
|
|
3070
3710
|
}
|
|
3711
|
+
/**
|
|
3712
|
+
* @public
|
|
3713
|
+
*/
|
|
3071
3714
|
export declare enum SimulateReservedQueue {
|
|
3072
3715
|
DISABLED = "DISABLED",
|
|
3073
3716
|
ENABLED = "ENABLED"
|
|
3074
3717
|
}
|
|
3718
|
+
/**
|
|
3719
|
+
* @public
|
|
3720
|
+
*/
|
|
3075
3721
|
export declare enum JobStatus {
|
|
3076
3722
|
CANCELED = "CANCELED",
|
|
3077
3723
|
COMPLETE = "COMPLETE",
|
|
@@ -3079,6 +3725,9 @@ export declare enum JobStatus {
|
|
|
3079
3725
|
PROGRESSING = "PROGRESSING",
|
|
3080
3726
|
SUBMITTED = "SUBMITTED"
|
|
3081
3727
|
}
|
|
3728
|
+
/**
|
|
3729
|
+
* @public
|
|
3730
|
+
*/
|
|
3082
3731
|
export declare enum StatusUpdateInterval {
|
|
3083
3732
|
SECONDS_10 = "SECONDS_10",
|
|
3084
3733
|
SECONDS_12 = "SECONDS_12",
|
|
@@ -3097,6 +3746,7 @@ export declare enum StatusUpdateInterval {
|
|
|
3097
3746
|
SECONDS_600 = "SECONDS_600"
|
|
3098
3747
|
}
|
|
3099
3748
|
/**
|
|
3749
|
+
* @public
|
|
3100
3750
|
* Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.
|
|
3101
3751
|
*/
|
|
3102
3752
|
export interface Timing {
|
|
@@ -3114,6 +3764,7 @@ export interface Timing {
|
|
|
3114
3764
|
SubmitTime?: Date;
|
|
3115
3765
|
}
|
|
3116
3766
|
/**
|
|
3767
|
+
* @public
|
|
3117
3768
|
* Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
3118
3769
|
*/
|
|
3119
3770
|
export interface Job {
|
|
@@ -3219,6 +3870,7 @@ export interface Job {
|
|
|
3219
3870
|
UserMetadata?: Record<string, string>;
|
|
3220
3871
|
}
|
|
3221
3872
|
/**
|
|
3873
|
+
* @public
|
|
3222
3874
|
* JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
|
|
3223
3875
|
*/
|
|
3224
3876
|
export interface JobTemplateSettings {
|
|
@@ -3271,11 +3923,15 @@ export interface JobTemplateSettings {
|
|
|
3271
3923
|
*/
|
|
3272
3924
|
TimedMetadataInsertion?: TimedMetadataInsertion;
|
|
3273
3925
|
}
|
|
3926
|
+
/**
|
|
3927
|
+
* @public
|
|
3928
|
+
*/
|
|
3274
3929
|
export declare enum Type {
|
|
3275
3930
|
CUSTOM = "CUSTOM",
|
|
3276
3931
|
SYSTEM = "SYSTEM"
|
|
3277
3932
|
}
|
|
3278
3933
|
/**
|
|
3934
|
+
* @public
|
|
3279
3935
|
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
3280
3936
|
*/
|
|
3281
3937
|
export interface JobTemplate {
|
|
@@ -3333,6 +3989,7 @@ export interface JobTemplate {
|
|
|
3333
3989
|
Type?: Type | string;
|
|
3334
3990
|
}
|
|
3335
3991
|
/**
|
|
3992
|
+
* @public
|
|
3336
3993
|
* Settings for preset
|
|
3337
3994
|
*/
|
|
3338
3995
|
export interface PresetSettings {
|
|
@@ -3354,6 +4011,7 @@ export interface PresetSettings {
|
|
|
3354
4011
|
VideoDescription?: VideoDescription;
|
|
3355
4012
|
}
|
|
3356
4013
|
/**
|
|
4014
|
+
* @public
|
|
3357
4015
|
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
3358
4016
|
*/
|
|
3359
4017
|
export interface Preset {
|
|
@@ -3390,22 +4048,35 @@ export interface Preset {
|
|
|
3390
4048
|
*/
|
|
3391
4049
|
Type?: Type | string;
|
|
3392
4050
|
}
|
|
4051
|
+
/**
|
|
4052
|
+
* @public
|
|
4053
|
+
*/
|
|
3393
4054
|
export declare enum PricingPlan {
|
|
3394
4055
|
ON_DEMAND = "ON_DEMAND",
|
|
3395
4056
|
RESERVED = "RESERVED"
|
|
3396
4057
|
}
|
|
4058
|
+
/**
|
|
4059
|
+
* @public
|
|
4060
|
+
*/
|
|
3397
4061
|
export declare enum Commitment {
|
|
3398
4062
|
ONE_YEAR = "ONE_YEAR"
|
|
3399
4063
|
}
|
|
4064
|
+
/**
|
|
4065
|
+
* @public
|
|
4066
|
+
*/
|
|
3400
4067
|
export declare enum RenewalType {
|
|
3401
4068
|
AUTO_RENEW = "AUTO_RENEW",
|
|
3402
4069
|
EXPIRE = "EXPIRE"
|
|
3403
4070
|
}
|
|
4071
|
+
/**
|
|
4072
|
+
* @public
|
|
4073
|
+
*/
|
|
3404
4074
|
export declare enum ReservationPlanStatus {
|
|
3405
4075
|
ACTIVE = "ACTIVE",
|
|
3406
4076
|
EXPIRED = "EXPIRED"
|
|
3407
4077
|
}
|
|
3408
4078
|
/**
|
|
4079
|
+
* @public
|
|
3409
4080
|
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
3410
4081
|
*/
|
|
3411
4082
|
export interface ReservationPlan {
|
|
@@ -3434,11 +4105,15 @@ export interface ReservationPlan {
|
|
|
3434
4105
|
*/
|
|
3435
4106
|
Status?: ReservationPlanStatus | string;
|
|
3436
4107
|
}
|
|
4108
|
+
/**
|
|
4109
|
+
* @public
|
|
4110
|
+
*/
|
|
3437
4111
|
export declare enum QueueStatus {
|
|
3438
4112
|
ACTIVE = "ACTIVE",
|
|
3439
4113
|
PAUSED = "PAUSED"
|
|
3440
4114
|
}
|
|
3441
4115
|
/**
|
|
4116
|
+
* @public
|
|
3442
4117
|
* You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
|
|
3443
4118
|
*/
|
|
3444
4119
|
export interface Queue {
|
|
@@ -3487,15 +4162,22 @@ export interface Queue {
|
|
|
3487
4162
|
*/
|
|
3488
4163
|
Type?: Type | string;
|
|
3489
4164
|
}
|
|
4165
|
+
/**
|
|
4166
|
+
* @public
|
|
4167
|
+
*/
|
|
3490
4168
|
export interface AssociateCertificateRequest {
|
|
3491
4169
|
/**
|
|
3492
4170
|
* The ARN of the ACM certificate that you want to associate with your MediaConvert resource.
|
|
3493
4171
|
*/
|
|
3494
4172
|
Arn: string | undefined;
|
|
3495
4173
|
}
|
|
4174
|
+
/**
|
|
4175
|
+
* @public
|
|
4176
|
+
*/
|
|
3496
4177
|
export interface AssociateCertificateResponse {
|
|
3497
4178
|
}
|
|
3498
4179
|
/**
|
|
4180
|
+
* @public
|
|
3499
4181
|
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
3500
4182
|
*/
|
|
3501
4183
|
export declare class BadRequestException extends __BaseException {
|
|
@@ -3508,6 +4190,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
3508
4190
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
3509
4191
|
}
|
|
3510
4192
|
/**
|
|
4193
|
+
* @public
|
|
3511
4194
|
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
3512
4195
|
*/
|
|
3513
4196
|
export declare class ConflictException extends __BaseException {
|
|
@@ -3520,6 +4203,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
3520
4203
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
3521
4204
|
}
|
|
3522
4205
|
/**
|
|
4206
|
+
* @public
|
|
3523
4207
|
* You don't have permissions for this action with the credentials you sent.
|
|
3524
4208
|
*/
|
|
3525
4209
|
export declare class ForbiddenException extends __BaseException {
|
|
@@ -3532,6 +4216,7 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
3532
4216
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
3533
4217
|
}
|
|
3534
4218
|
/**
|
|
4219
|
+
* @public
|
|
3535
4220
|
* The service encountered an unexpected condition and can't fulfill your request.
|
|
3536
4221
|
*/
|
|
3537
4222
|
export declare class InternalServerErrorException extends __BaseException {
|
|
@@ -3544,6 +4229,7 @@ export declare class InternalServerErrorException extends __BaseException {
|
|
|
3544
4229
|
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
3545
4230
|
}
|
|
3546
4231
|
/**
|
|
4232
|
+
* @public
|
|
3547
4233
|
* The resource you requested doesn't exist.
|
|
3548
4234
|
*/
|
|
3549
4235
|
export declare class NotFoundException extends __BaseException {
|
|
@@ -3556,6 +4242,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
3556
4242
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
3557
4243
|
}
|
|
3558
4244
|
/**
|
|
4245
|
+
* @public
|
|
3559
4246
|
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
3560
4247
|
*/
|
|
3561
4248
|
export declare class TooManyRequestsException extends __BaseException {
|
|
@@ -3567,14 +4254,23 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
3567
4254
|
*/
|
|
3568
4255
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
3569
4256
|
}
|
|
4257
|
+
/**
|
|
4258
|
+
* @public
|
|
4259
|
+
*/
|
|
3570
4260
|
export interface CancelJobRequest {
|
|
3571
4261
|
/**
|
|
3572
4262
|
* The Job ID of the job to be cancelled.
|
|
3573
4263
|
*/
|
|
3574
4264
|
Id: string | undefined;
|
|
3575
4265
|
}
|
|
4266
|
+
/**
|
|
4267
|
+
* @public
|
|
4268
|
+
*/
|
|
3576
4269
|
export interface CancelJobResponse {
|
|
3577
4270
|
}
|
|
4271
|
+
/**
|
|
4272
|
+
* @public
|
|
4273
|
+
*/
|
|
3578
4274
|
export interface CreateJobRequest {
|
|
3579
4275
|
/**
|
|
3580
4276
|
* Optional. Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
|
|
@@ -3629,12 +4325,18 @@ export interface CreateJobRequest {
|
|
|
3629
4325
|
*/
|
|
3630
4326
|
UserMetadata?: Record<string, string>;
|
|
3631
4327
|
}
|
|
4328
|
+
/**
|
|
4329
|
+
* @public
|
|
4330
|
+
*/
|
|
3632
4331
|
export interface CreateJobResponse {
|
|
3633
4332
|
/**
|
|
3634
4333
|
* Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
3635
4334
|
*/
|
|
3636
4335
|
Job?: Job;
|
|
3637
4336
|
}
|
|
4337
|
+
/**
|
|
4338
|
+
* @public
|
|
4339
|
+
*/
|
|
3638
4340
|
export interface CreateJobTemplateRequest {
|
|
3639
4341
|
/**
|
|
3640
4342
|
* Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
|
|
@@ -3677,12 +4379,18 @@ export interface CreateJobTemplateRequest {
|
|
|
3677
4379
|
*/
|
|
3678
4380
|
Tags?: Record<string, string>;
|
|
3679
4381
|
}
|
|
4382
|
+
/**
|
|
4383
|
+
* @public
|
|
4384
|
+
*/
|
|
3680
4385
|
export interface CreateJobTemplateResponse {
|
|
3681
4386
|
/**
|
|
3682
4387
|
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
3683
4388
|
*/
|
|
3684
4389
|
JobTemplate?: JobTemplate;
|
|
3685
4390
|
}
|
|
4391
|
+
/**
|
|
4392
|
+
* @public
|
|
4393
|
+
*/
|
|
3686
4394
|
export interface CreatePresetRequest {
|
|
3687
4395
|
/**
|
|
3688
4396
|
* Optional. A category for the preset you are creating.
|
|
@@ -3705,6 +4413,9 @@ export interface CreatePresetRequest {
|
|
|
3705
4413
|
*/
|
|
3706
4414
|
Tags?: Record<string, string>;
|
|
3707
4415
|
}
|
|
4416
|
+
/**
|
|
4417
|
+
* @public
|
|
4418
|
+
*/
|
|
3708
4419
|
export interface CreatePresetResponse {
|
|
3709
4420
|
/**
|
|
3710
4421
|
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
@@ -3712,6 +4423,7 @@ export interface CreatePresetResponse {
|
|
|
3712
4423
|
Preset?: Preset;
|
|
3713
4424
|
}
|
|
3714
4425
|
/**
|
|
4426
|
+
* @public
|
|
3715
4427
|
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
3716
4428
|
*/
|
|
3717
4429
|
export interface ReservationPlanSettings {
|
|
@@ -3728,6 +4440,9 @@ export interface ReservationPlanSettings {
|
|
|
3728
4440
|
*/
|
|
3729
4441
|
ReservedSlots: number | undefined;
|
|
3730
4442
|
}
|
|
4443
|
+
/**
|
|
4444
|
+
* @public
|
|
4445
|
+
*/
|
|
3731
4446
|
export interface CreateQueueRequest {
|
|
3732
4447
|
/**
|
|
3733
4448
|
* Optional. A description of the queue that you are creating.
|
|
@@ -3754,45 +4469,76 @@ export interface CreateQueueRequest {
|
|
|
3754
4469
|
*/
|
|
3755
4470
|
Tags?: Record<string, string>;
|
|
3756
4471
|
}
|
|
4472
|
+
/**
|
|
4473
|
+
* @public
|
|
4474
|
+
*/
|
|
3757
4475
|
export interface CreateQueueResponse {
|
|
3758
4476
|
/**
|
|
3759
4477
|
* You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
|
|
3760
4478
|
*/
|
|
3761
4479
|
Queue?: Queue;
|
|
3762
4480
|
}
|
|
4481
|
+
/**
|
|
4482
|
+
* @public
|
|
4483
|
+
*/
|
|
3763
4484
|
export interface DeleteJobTemplateRequest {
|
|
3764
4485
|
/**
|
|
3765
4486
|
* The name of the job template to be deleted.
|
|
3766
4487
|
*/
|
|
3767
4488
|
Name: string | undefined;
|
|
3768
4489
|
}
|
|
4490
|
+
/**
|
|
4491
|
+
* @public
|
|
4492
|
+
*/
|
|
3769
4493
|
export interface DeleteJobTemplateResponse {
|
|
3770
4494
|
}
|
|
4495
|
+
/**
|
|
4496
|
+
* @public
|
|
4497
|
+
*/
|
|
3771
4498
|
export interface DeletePolicyRequest {
|
|
3772
4499
|
}
|
|
4500
|
+
/**
|
|
4501
|
+
* @public
|
|
4502
|
+
*/
|
|
3773
4503
|
export interface DeletePolicyResponse {
|
|
3774
4504
|
}
|
|
4505
|
+
/**
|
|
4506
|
+
* @public
|
|
4507
|
+
*/
|
|
3775
4508
|
export interface DeletePresetRequest {
|
|
3776
4509
|
/**
|
|
3777
4510
|
* The name of the preset to be deleted.
|
|
3778
4511
|
*/
|
|
3779
4512
|
Name: string | undefined;
|
|
3780
4513
|
}
|
|
4514
|
+
/**
|
|
4515
|
+
* @public
|
|
4516
|
+
*/
|
|
3781
4517
|
export interface DeletePresetResponse {
|
|
3782
4518
|
}
|
|
4519
|
+
/**
|
|
4520
|
+
* @public
|
|
4521
|
+
*/
|
|
3783
4522
|
export interface DeleteQueueRequest {
|
|
3784
4523
|
/**
|
|
3785
4524
|
* The name of the queue that you want to delete.
|
|
3786
4525
|
*/
|
|
3787
4526
|
Name: string | undefined;
|
|
3788
4527
|
}
|
|
4528
|
+
/**
|
|
4529
|
+
* @public
|
|
4530
|
+
*/
|
|
3789
4531
|
export interface DeleteQueueResponse {
|
|
3790
4532
|
}
|
|
4533
|
+
/**
|
|
4534
|
+
* @public
|
|
4535
|
+
*/
|
|
3791
4536
|
export declare enum DescribeEndpointsMode {
|
|
3792
4537
|
DEFAULT = "DEFAULT",
|
|
3793
4538
|
GET_ONLY = "GET_ONLY"
|
|
3794
4539
|
}
|
|
3795
4540
|
/**
|
|
4541
|
+
* @public
|
|
3796
4542
|
* DescribeEndpointsRequest
|
|
3797
4543
|
*/
|
|
3798
4544
|
export interface DescribeEndpointsRequest {
|
|
@@ -3809,6 +4555,9 @@ export interface DescribeEndpointsRequest {
|
|
|
3809
4555
|
*/
|
|
3810
4556
|
NextToken?: string;
|
|
3811
4557
|
}
|
|
4558
|
+
/**
|
|
4559
|
+
* @public
|
|
4560
|
+
*/
|
|
3812
4561
|
export interface DescribeEndpointsResponse {
|
|
3813
4562
|
/**
|
|
3814
4563
|
* List of endpoints
|
|
@@ -3819,373 +4568,26 @@ export interface DescribeEndpointsResponse {
|
|
|
3819
4568
|
*/
|
|
3820
4569
|
NextToken?: string;
|
|
3821
4570
|
}
|
|
4571
|
+
/**
|
|
4572
|
+
* @public
|
|
4573
|
+
*/
|
|
3822
4574
|
export interface DisassociateCertificateRequest {
|
|
3823
4575
|
/**
|
|
3824
4576
|
* The ARN of the ACM certificate that you want to disassociate from your MediaConvert resource.
|
|
3825
4577
|
*/
|
|
3826
4578
|
Arn: string | undefined;
|
|
3827
4579
|
}
|
|
4580
|
+
/**
|
|
4581
|
+
* @public
|
|
4582
|
+
*/
|
|
3828
4583
|
export interface DisassociateCertificateResponse {
|
|
3829
4584
|
}
|
|
4585
|
+
/**
|
|
4586
|
+
* @public
|
|
4587
|
+
*/
|
|
3830
4588
|
export interface GetJobRequest {
|
|
3831
4589
|
/**
|
|
3832
4590
|
* the job ID of the job.
|
|
3833
4591
|
*/
|
|
3834
4592
|
Id: string | undefined;
|
|
3835
4593
|
}
|
|
3836
|
-
/**
|
|
3837
|
-
* @internal
|
|
3838
|
-
*/
|
|
3839
|
-
export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
|
|
3840
|
-
/**
|
|
3841
|
-
* @internal
|
|
3842
|
-
*/
|
|
3843
|
-
export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
|
|
3844
|
-
/**
|
|
3845
|
-
* @internal
|
|
3846
|
-
*/
|
|
3847
|
-
export declare const M2tsScte35EsamFilterSensitiveLog: (obj: M2tsScte35Esam) => any;
|
|
3848
|
-
/**
|
|
3849
|
-
* @internal
|
|
3850
|
-
*/
|
|
3851
|
-
export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
|
|
3852
|
-
/**
|
|
3853
|
-
* @internal
|
|
3854
|
-
*/
|
|
3855
|
-
export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
|
|
3856
|
-
/**
|
|
3857
|
-
* @internal
|
|
3858
|
-
*/
|
|
3859
|
-
export declare const MovSettingsFilterSensitiveLog: (obj: MovSettings) => any;
|
|
3860
|
-
/**
|
|
3861
|
-
* @internal
|
|
3862
|
-
*/
|
|
3863
|
-
export declare const Mp4SettingsFilterSensitiveLog: (obj: Mp4Settings) => any;
|
|
3864
|
-
/**
|
|
3865
|
-
* @internal
|
|
3866
|
-
*/
|
|
3867
|
-
export declare const MpdSettingsFilterSensitiveLog: (obj: MpdSettings) => any;
|
|
3868
|
-
/**
|
|
3869
|
-
* @internal
|
|
3870
|
-
*/
|
|
3871
|
-
export declare const MxfXavcProfileSettingsFilterSensitiveLog: (obj: MxfXavcProfileSettings) => any;
|
|
3872
|
-
/**
|
|
3873
|
-
* @internal
|
|
3874
|
-
*/
|
|
3875
|
-
export declare const MxfSettingsFilterSensitiveLog: (obj: MxfSettings) => any;
|
|
3876
|
-
/**
|
|
3877
|
-
* @internal
|
|
3878
|
-
*/
|
|
3879
|
-
export declare const ContainerSettingsFilterSensitiveLog: (obj: ContainerSettings) => any;
|
|
3880
|
-
/**
|
|
3881
|
-
* @internal
|
|
3882
|
-
*/
|
|
3883
|
-
export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
|
|
3884
|
-
/**
|
|
3885
|
-
* @internal
|
|
3886
|
-
*/
|
|
3887
|
-
export declare const OutputSettingsFilterSensitiveLog: (obj: OutputSettings) => any;
|
|
3888
|
-
/**
|
|
3889
|
-
* @internal
|
|
3890
|
-
*/
|
|
3891
|
-
export declare const Av1QvbrSettingsFilterSensitiveLog: (obj: Av1QvbrSettings) => any;
|
|
3892
|
-
/**
|
|
3893
|
-
* @internal
|
|
3894
|
-
*/
|
|
3895
|
-
export declare const Av1SettingsFilterSensitiveLog: (obj: Av1Settings) => any;
|
|
3896
|
-
/**
|
|
3897
|
-
* @internal
|
|
3898
|
-
*/
|
|
3899
|
-
export declare const AvcIntraUhdSettingsFilterSensitiveLog: (obj: AvcIntraUhdSettings) => any;
|
|
3900
|
-
/**
|
|
3901
|
-
* @internal
|
|
3902
|
-
*/
|
|
3903
|
-
export declare const AvcIntraSettingsFilterSensitiveLog: (obj: AvcIntraSettings) => any;
|
|
3904
|
-
/**
|
|
3905
|
-
* @internal
|
|
3906
|
-
*/
|
|
3907
|
-
export declare const FrameCaptureSettingsFilterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
3908
|
-
/**
|
|
3909
|
-
* @internal
|
|
3910
|
-
*/
|
|
3911
|
-
export declare const BandwidthReductionFilterFilterSensitiveLog: (obj: BandwidthReductionFilter) => any;
|
|
3912
|
-
/**
|
|
3913
|
-
* @internal
|
|
3914
|
-
*/
|
|
3915
|
-
export declare const H264QvbrSettingsFilterSensitiveLog: (obj: H264QvbrSettings) => any;
|
|
3916
|
-
/**
|
|
3917
|
-
* @internal
|
|
3918
|
-
*/
|
|
3919
|
-
export declare const H264SettingsFilterSensitiveLog: (obj: H264Settings) => any;
|
|
3920
|
-
/**
|
|
3921
|
-
* @internal
|
|
3922
|
-
*/
|
|
3923
|
-
export declare const H265QvbrSettingsFilterSensitiveLog: (obj: H265QvbrSettings) => any;
|
|
3924
|
-
/**
|
|
3925
|
-
* @internal
|
|
3926
|
-
*/
|
|
3927
|
-
export declare const H265SettingsFilterSensitiveLog: (obj: H265Settings) => any;
|
|
3928
|
-
/**
|
|
3929
|
-
* @internal
|
|
3930
|
-
*/
|
|
3931
|
-
export declare const Mpeg2SettingsFilterSensitiveLog: (obj: Mpeg2Settings) => any;
|
|
3932
|
-
/**
|
|
3933
|
-
* @internal
|
|
3934
|
-
*/
|
|
3935
|
-
export declare const ProresSettingsFilterSensitiveLog: (obj: ProresSettings) => any;
|
|
3936
|
-
/**
|
|
3937
|
-
* @internal
|
|
3938
|
-
*/
|
|
3939
|
-
export declare const Vc3SettingsFilterSensitiveLog: (obj: Vc3Settings) => any;
|
|
3940
|
-
/**
|
|
3941
|
-
* @internal
|
|
3942
|
-
*/
|
|
3943
|
-
export declare const Vp8SettingsFilterSensitiveLog: (obj: Vp8Settings) => any;
|
|
3944
|
-
/**
|
|
3945
|
-
* @internal
|
|
3946
|
-
*/
|
|
3947
|
-
export declare const Vp9SettingsFilterSensitiveLog: (obj: Vp9Settings) => any;
|
|
3948
|
-
/**
|
|
3949
|
-
* @internal
|
|
3950
|
-
*/
|
|
3951
|
-
export declare const Xavc4kIntraCbgProfileSettingsFilterSensitiveLog: (obj: Xavc4kIntraCbgProfileSettings) => any;
|
|
3952
|
-
/**
|
|
3953
|
-
* @internal
|
|
3954
|
-
*/
|
|
3955
|
-
export declare const Xavc4kIntraVbrProfileSettingsFilterSensitiveLog: (obj: Xavc4kIntraVbrProfileSettings) => any;
|
|
3956
|
-
/**
|
|
3957
|
-
* @internal
|
|
3958
|
-
*/
|
|
3959
|
-
export declare const Xavc4kProfileSettingsFilterSensitiveLog: (obj: Xavc4kProfileSettings) => any;
|
|
3960
|
-
/**
|
|
3961
|
-
* @internal
|
|
3962
|
-
*/
|
|
3963
|
-
export declare const XavcHdIntraCbgProfileSettingsFilterSensitiveLog: (obj: XavcHdIntraCbgProfileSettings) => any;
|
|
3964
|
-
/**
|
|
3965
|
-
* @internal
|
|
3966
|
-
*/
|
|
3967
|
-
export declare const XavcHdProfileSettingsFilterSensitiveLog: (obj: XavcHdProfileSettings) => any;
|
|
3968
|
-
/**
|
|
3969
|
-
* @internal
|
|
3970
|
-
*/
|
|
3971
|
-
export declare const XavcSettingsFilterSensitiveLog: (obj: XavcSettings) => any;
|
|
3972
|
-
/**
|
|
3973
|
-
* @internal
|
|
3974
|
-
*/
|
|
3975
|
-
export declare const VideoCodecSettingsFilterSensitiveLog: (obj: VideoCodecSettings) => any;
|
|
3976
|
-
/**
|
|
3977
|
-
* @internal
|
|
3978
|
-
*/
|
|
3979
|
-
export declare const ClipLimitsFilterSensitiveLog: (obj: ClipLimits) => any;
|
|
3980
|
-
/**
|
|
3981
|
-
* @internal
|
|
3982
|
-
*/
|
|
3983
|
-
export declare const ColorCorrectorFilterSensitiveLog: (obj: ColorCorrector) => any;
|
|
3984
|
-
/**
|
|
3985
|
-
* @internal
|
|
3986
|
-
*/
|
|
3987
|
-
export declare const DeinterlacerFilterSensitiveLog: (obj: Deinterlacer) => any;
|
|
3988
|
-
/**
|
|
3989
|
-
* @internal
|
|
3990
|
-
*/
|
|
3991
|
-
export declare const DolbyVisionLevel6MetadataFilterSensitiveLog: (obj: DolbyVisionLevel6Metadata) => any;
|
|
3992
|
-
/**
|
|
3993
|
-
* @internal
|
|
3994
|
-
*/
|
|
3995
|
-
export declare const DolbyVisionFilterSensitiveLog: (obj: DolbyVision) => any;
|
|
3996
|
-
/**
|
|
3997
|
-
* @internal
|
|
3998
|
-
*/
|
|
3999
|
-
export declare const Hdr10PlusFilterSensitiveLog: (obj: Hdr10Plus) => any;
|
|
4000
|
-
/**
|
|
4001
|
-
* @internal
|
|
4002
|
-
*/
|
|
4003
|
-
export declare const NoiseReducerFilterSettingsFilterSensitiveLog: (obj: NoiseReducerFilterSettings) => any;
|
|
4004
|
-
/**
|
|
4005
|
-
* @internal
|
|
4006
|
-
*/
|
|
4007
|
-
export declare const NoiseReducerSpatialFilterSettingsFilterSensitiveLog: (obj: NoiseReducerSpatialFilterSettings) => any;
|
|
4008
|
-
/**
|
|
4009
|
-
* @internal
|
|
4010
|
-
*/
|
|
4011
|
-
export declare const NoiseReducerTemporalFilterSettingsFilterSensitiveLog: (obj: NoiseReducerTemporalFilterSettings) => any;
|
|
4012
|
-
/**
|
|
4013
|
-
* @internal
|
|
4014
|
-
*/
|
|
4015
|
-
export declare const NoiseReducerFilterSensitiveLog: (obj: NoiseReducer) => any;
|
|
4016
|
-
/**
|
|
4017
|
-
* @internal
|
|
4018
|
-
*/
|
|
4019
|
-
export declare const NexGuardFileMarkerSettingsFilterSensitiveLog: (obj: NexGuardFileMarkerSettings) => any;
|
|
4020
|
-
/**
|
|
4021
|
-
* @internal
|
|
4022
|
-
*/
|
|
4023
|
-
export declare const PartnerWatermarkingFilterSensitiveLog: (obj: PartnerWatermarking) => any;
|
|
4024
|
-
/**
|
|
4025
|
-
* @internal
|
|
4026
|
-
*/
|
|
4027
|
-
export declare const TimecodeBurninFilterSensitiveLog: (obj: TimecodeBurnin) => any;
|
|
4028
|
-
/**
|
|
4029
|
-
* @internal
|
|
4030
|
-
*/
|
|
4031
|
-
export declare const VideoPreprocessorFilterSensitiveLog: (obj: VideoPreprocessor) => any;
|
|
4032
|
-
/**
|
|
4033
|
-
* @internal
|
|
4034
|
-
*/
|
|
4035
|
-
export declare const VideoDescriptionFilterSensitiveLog: (obj: VideoDescription) => any;
|
|
4036
|
-
/**
|
|
4037
|
-
* @internal
|
|
4038
|
-
*/
|
|
4039
|
-
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
4040
|
-
/**
|
|
4041
|
-
* @internal
|
|
4042
|
-
*/
|
|
4043
|
-
export declare const OutputGroupFilterSensitiveLog: (obj: OutputGroup) => any;
|
|
4044
|
-
/**
|
|
4045
|
-
* @internal
|
|
4046
|
-
*/
|
|
4047
|
-
export declare const TimecodeConfigFilterSensitiveLog: (obj: TimecodeConfig) => any;
|
|
4048
|
-
/**
|
|
4049
|
-
* @internal
|
|
4050
|
-
*/
|
|
4051
|
-
export declare const TimedMetadataInsertionFilterSensitiveLog: (obj: TimedMetadataInsertion) => any;
|
|
4052
|
-
/**
|
|
4053
|
-
* @internal
|
|
4054
|
-
*/
|
|
4055
|
-
export declare const JobSettingsFilterSensitiveLog: (obj: JobSettings) => any;
|
|
4056
|
-
/**
|
|
4057
|
-
* @internal
|
|
4058
|
-
*/
|
|
4059
|
-
export declare const TimingFilterSensitiveLog: (obj: Timing) => any;
|
|
4060
|
-
/**
|
|
4061
|
-
* @internal
|
|
4062
|
-
*/
|
|
4063
|
-
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
4064
|
-
/**
|
|
4065
|
-
* @internal
|
|
4066
|
-
*/
|
|
4067
|
-
export declare const JobTemplateSettingsFilterSensitiveLog: (obj: JobTemplateSettings) => any;
|
|
4068
|
-
/**
|
|
4069
|
-
* @internal
|
|
4070
|
-
*/
|
|
4071
|
-
export declare const JobTemplateFilterSensitiveLog: (obj: JobTemplate) => any;
|
|
4072
|
-
/**
|
|
4073
|
-
* @internal
|
|
4074
|
-
*/
|
|
4075
|
-
export declare const PresetSettingsFilterSensitiveLog: (obj: PresetSettings) => any;
|
|
4076
|
-
/**
|
|
4077
|
-
* @internal
|
|
4078
|
-
*/
|
|
4079
|
-
export declare const PresetFilterSensitiveLog: (obj: Preset) => any;
|
|
4080
|
-
/**
|
|
4081
|
-
* @internal
|
|
4082
|
-
*/
|
|
4083
|
-
export declare const ReservationPlanFilterSensitiveLog: (obj: ReservationPlan) => any;
|
|
4084
|
-
/**
|
|
4085
|
-
* @internal
|
|
4086
|
-
*/
|
|
4087
|
-
export declare const QueueFilterSensitiveLog: (obj: Queue) => any;
|
|
4088
|
-
/**
|
|
4089
|
-
* @internal
|
|
4090
|
-
*/
|
|
4091
|
-
export declare const AssociateCertificateRequestFilterSensitiveLog: (obj: AssociateCertificateRequest) => any;
|
|
4092
|
-
/**
|
|
4093
|
-
* @internal
|
|
4094
|
-
*/
|
|
4095
|
-
export declare const AssociateCertificateResponseFilterSensitiveLog: (obj: AssociateCertificateResponse) => any;
|
|
4096
|
-
/**
|
|
4097
|
-
* @internal
|
|
4098
|
-
*/
|
|
4099
|
-
export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
4100
|
-
/**
|
|
4101
|
-
* @internal
|
|
4102
|
-
*/
|
|
4103
|
-
export declare const CancelJobResponseFilterSensitiveLog: (obj: CancelJobResponse) => any;
|
|
4104
|
-
/**
|
|
4105
|
-
* @internal
|
|
4106
|
-
*/
|
|
4107
|
-
export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
4108
|
-
/**
|
|
4109
|
-
* @internal
|
|
4110
|
-
*/
|
|
4111
|
-
export declare const CreateJobResponseFilterSensitiveLog: (obj: CreateJobResponse) => any;
|
|
4112
|
-
/**
|
|
4113
|
-
* @internal
|
|
4114
|
-
*/
|
|
4115
|
-
export declare const CreateJobTemplateRequestFilterSensitiveLog: (obj: CreateJobTemplateRequest) => any;
|
|
4116
|
-
/**
|
|
4117
|
-
* @internal
|
|
4118
|
-
*/
|
|
4119
|
-
export declare const CreateJobTemplateResponseFilterSensitiveLog: (obj: CreateJobTemplateResponse) => any;
|
|
4120
|
-
/**
|
|
4121
|
-
* @internal
|
|
4122
|
-
*/
|
|
4123
|
-
export declare const CreatePresetRequestFilterSensitiveLog: (obj: CreatePresetRequest) => any;
|
|
4124
|
-
/**
|
|
4125
|
-
* @internal
|
|
4126
|
-
*/
|
|
4127
|
-
export declare const CreatePresetResponseFilterSensitiveLog: (obj: CreatePresetResponse) => any;
|
|
4128
|
-
/**
|
|
4129
|
-
* @internal
|
|
4130
|
-
*/
|
|
4131
|
-
export declare const ReservationPlanSettingsFilterSensitiveLog: (obj: ReservationPlanSettings) => any;
|
|
4132
|
-
/**
|
|
4133
|
-
* @internal
|
|
4134
|
-
*/
|
|
4135
|
-
export declare const CreateQueueRequestFilterSensitiveLog: (obj: CreateQueueRequest) => any;
|
|
4136
|
-
/**
|
|
4137
|
-
* @internal
|
|
4138
|
-
*/
|
|
4139
|
-
export declare const CreateQueueResponseFilterSensitiveLog: (obj: CreateQueueResponse) => any;
|
|
4140
|
-
/**
|
|
4141
|
-
* @internal
|
|
4142
|
-
*/
|
|
4143
|
-
export declare const DeleteJobTemplateRequestFilterSensitiveLog: (obj: DeleteJobTemplateRequest) => any;
|
|
4144
|
-
/**
|
|
4145
|
-
* @internal
|
|
4146
|
-
*/
|
|
4147
|
-
export declare const DeleteJobTemplateResponseFilterSensitiveLog: (obj: DeleteJobTemplateResponse) => any;
|
|
4148
|
-
/**
|
|
4149
|
-
* @internal
|
|
4150
|
-
*/
|
|
4151
|
-
export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
4152
|
-
/**
|
|
4153
|
-
* @internal
|
|
4154
|
-
*/
|
|
4155
|
-
export declare const DeletePolicyResponseFilterSensitiveLog: (obj: DeletePolicyResponse) => any;
|
|
4156
|
-
/**
|
|
4157
|
-
* @internal
|
|
4158
|
-
*/
|
|
4159
|
-
export declare const DeletePresetRequestFilterSensitiveLog: (obj: DeletePresetRequest) => any;
|
|
4160
|
-
/**
|
|
4161
|
-
* @internal
|
|
4162
|
-
*/
|
|
4163
|
-
export declare const DeletePresetResponseFilterSensitiveLog: (obj: DeletePresetResponse) => any;
|
|
4164
|
-
/**
|
|
4165
|
-
* @internal
|
|
4166
|
-
*/
|
|
4167
|
-
export declare const DeleteQueueRequestFilterSensitiveLog: (obj: DeleteQueueRequest) => any;
|
|
4168
|
-
/**
|
|
4169
|
-
* @internal
|
|
4170
|
-
*/
|
|
4171
|
-
export declare const DeleteQueueResponseFilterSensitiveLog: (obj: DeleteQueueResponse) => any;
|
|
4172
|
-
/**
|
|
4173
|
-
* @internal
|
|
4174
|
-
*/
|
|
4175
|
-
export declare const DescribeEndpointsRequestFilterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
|
|
4176
|
-
/**
|
|
4177
|
-
* @internal
|
|
4178
|
-
*/
|
|
4179
|
-
export declare const DescribeEndpointsResponseFilterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
|
|
4180
|
-
/**
|
|
4181
|
-
* @internal
|
|
4182
|
-
*/
|
|
4183
|
-
export declare const DisassociateCertificateRequestFilterSensitiveLog: (obj: DisassociateCertificateRequest) => any;
|
|
4184
|
-
/**
|
|
4185
|
-
* @internal
|
|
4186
|
-
*/
|
|
4187
|
-
export declare const DisassociateCertificateResponseFilterSensitiveLog: (obj: DisassociateCertificateResponse) => any;
|
|
4188
|
-
/**
|
|
4189
|
-
* @internal
|
|
4190
|
-
*/
|
|
4191
|
-
export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
|