@aws-sdk/client-mediaconvert 3.428.0 → 3.429.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-types/models/models_0.d.ts +197 -197
- package/dist-types/models/models_1.d.ts +240 -240
- package/dist-types/models/models_2.d.ts +16 -16
- package/dist-types/ts3.4/models/models_0.d.ts +197 -205
- package/dist-types/ts3.4/models/models_1.d.ts +240 -242
- package/dist-types/ts3.4/models/models_2.d.ts +16 -16
- package/package.json +5 -5
|
@@ -49,18 +49,18 @@ export declare const CmfcTimedMetadataBoxVersion: {
|
|
|
49
49
|
export type CmfcTimedMetadataBoxVersion =
|
|
50
50
|
(typeof CmfcTimedMetadataBoxVersion)[keyof typeof CmfcTimedMetadataBoxVersion];
|
|
51
51
|
export interface CmfcSettings {
|
|
52
|
-
AudioDuration?: CmfcAudioDuration
|
|
52
|
+
AudioDuration?: CmfcAudioDuration;
|
|
53
53
|
AudioGroupId?: string;
|
|
54
54
|
AudioRenditionSets?: string;
|
|
55
|
-
AudioTrackType?: CmfcAudioTrackType
|
|
56
|
-
DescriptiveVideoServiceFlag?: CmfcDescriptiveVideoServiceFlag
|
|
57
|
-
IFrameOnlyManifest?: CmfcIFrameOnlyManifest
|
|
58
|
-
KlvMetadata?: CmfcKlvMetadata
|
|
59
|
-
ManifestMetadataSignaling?: CmfcManifestMetadataSignaling
|
|
60
|
-
Scte35Esam?: CmfcScte35Esam
|
|
61
|
-
Scte35Source?: CmfcScte35Source
|
|
62
|
-
TimedMetadata?: CmfcTimedMetadata
|
|
63
|
-
TimedMetadataBoxVersion?: CmfcTimedMetadataBoxVersion
|
|
55
|
+
AudioTrackType?: CmfcAudioTrackType;
|
|
56
|
+
DescriptiveVideoServiceFlag?: CmfcDescriptiveVideoServiceFlag;
|
|
57
|
+
IFrameOnlyManifest?: CmfcIFrameOnlyManifest;
|
|
58
|
+
KlvMetadata?: CmfcKlvMetadata;
|
|
59
|
+
ManifestMetadataSignaling?: CmfcManifestMetadataSignaling;
|
|
60
|
+
Scte35Esam?: CmfcScte35Esam;
|
|
61
|
+
Scte35Source?: CmfcScte35Source;
|
|
62
|
+
TimedMetadata?: CmfcTimedMetadata;
|
|
63
|
+
TimedMetadataBoxVersion?: CmfcTimedMetadataBoxVersion;
|
|
64
64
|
TimedMetadataSchemeIdUri?: string;
|
|
65
65
|
TimedMetadataValue?: string;
|
|
66
66
|
}
|
|
@@ -85,7 +85,7 @@ export declare const F4vMoovPlacement: {
|
|
|
85
85
|
export type F4vMoovPlacement =
|
|
86
86
|
(typeof F4vMoovPlacement)[keyof typeof F4vMoovPlacement];
|
|
87
87
|
export interface F4vSettings {
|
|
88
|
-
MoovPlacement?: F4vMoovPlacement
|
|
88
|
+
MoovPlacement?: F4vMoovPlacement;
|
|
89
89
|
}
|
|
90
90
|
export declare const M2tsAudioBufferModel: {
|
|
91
91
|
readonly ATSC: "ATSC";
|
|
@@ -124,7 +124,7 @@ export declare const OutputSdt: {
|
|
|
124
124
|
};
|
|
125
125
|
export type OutputSdt = (typeof OutputSdt)[keyof typeof OutputSdt];
|
|
126
126
|
export interface DvbSdtSettings {
|
|
127
|
-
OutputSdt?: OutputSdt
|
|
127
|
+
OutputSdt?: OutputSdt;
|
|
128
128
|
SdtInterval?: number;
|
|
129
129
|
ServiceName?: string;
|
|
130
130
|
ServiceProviderName?: string;
|
|
@@ -210,43 +210,43 @@ export declare const M2tsSegmentationStyle: {
|
|
|
210
210
|
export type M2tsSegmentationStyle =
|
|
211
211
|
(typeof M2tsSegmentationStyle)[keyof typeof M2tsSegmentationStyle];
|
|
212
212
|
export interface M2tsSettings {
|
|
213
|
-
AudioBufferModel?: M2tsAudioBufferModel
|
|
214
|
-
AudioDuration?: M2tsAudioDuration
|
|
213
|
+
AudioBufferModel?: M2tsAudioBufferModel;
|
|
214
|
+
AudioDuration?: M2tsAudioDuration;
|
|
215
215
|
AudioFramesPerPes?: number;
|
|
216
216
|
AudioPids?: number[];
|
|
217
217
|
Bitrate?: number;
|
|
218
|
-
BufferModel?: M2tsBufferModel
|
|
219
|
-
DataPTSControl?: M2tsDataPtsControl
|
|
218
|
+
BufferModel?: M2tsBufferModel;
|
|
219
|
+
DataPTSControl?: M2tsDataPtsControl;
|
|
220
220
|
DvbNitSettings?: DvbNitSettings;
|
|
221
221
|
DvbSdtSettings?: DvbSdtSettings;
|
|
222
222
|
DvbSubPids?: number[];
|
|
223
223
|
DvbTdtSettings?: DvbTdtSettings;
|
|
224
224
|
DvbTeletextPid?: number;
|
|
225
|
-
EbpAudioInterval?: M2tsEbpAudioInterval
|
|
226
|
-
EbpPlacement?: M2tsEbpPlacement
|
|
227
|
-
EsRateInPes?: M2tsEsRateInPes
|
|
228
|
-
ForceTsVideoEbpOrder?: M2tsForceTsVideoEbpOrder
|
|
225
|
+
EbpAudioInterval?: M2tsEbpAudioInterval;
|
|
226
|
+
EbpPlacement?: M2tsEbpPlacement;
|
|
227
|
+
EsRateInPes?: M2tsEsRateInPes;
|
|
228
|
+
ForceTsVideoEbpOrder?: M2tsForceTsVideoEbpOrder;
|
|
229
229
|
FragmentTime?: number;
|
|
230
|
-
KlvMetadata?: M2tsKlvMetadata
|
|
230
|
+
KlvMetadata?: M2tsKlvMetadata;
|
|
231
231
|
MaxPcrInterval?: number;
|
|
232
232
|
MinEbpInterval?: number;
|
|
233
|
-
NielsenId3?: M2tsNielsenId3
|
|
233
|
+
NielsenId3?: M2tsNielsenId3;
|
|
234
234
|
NullPacketBitrate?: number;
|
|
235
235
|
PatInterval?: number;
|
|
236
|
-
PcrControl?: M2tsPcrControl
|
|
236
|
+
PcrControl?: M2tsPcrControl;
|
|
237
237
|
PcrPid?: number;
|
|
238
238
|
PmtInterval?: number;
|
|
239
239
|
PmtPid?: number;
|
|
240
240
|
PrivateMetadataPid?: number;
|
|
241
241
|
ProgramNumber?: number;
|
|
242
242
|
PtsOffset?: number;
|
|
243
|
-
PtsOffsetMode?: TsPtsOffset
|
|
244
|
-
RateMode?: M2tsRateMode
|
|
243
|
+
PtsOffsetMode?: TsPtsOffset;
|
|
244
|
+
RateMode?: M2tsRateMode;
|
|
245
245
|
Scte35Esam?: M2tsScte35Esam;
|
|
246
246
|
Scte35Pid?: number;
|
|
247
|
-
Scte35Source?: M2tsScte35Source
|
|
248
|
-
SegmentationMarkers?: M2tsSegmentationMarkers
|
|
249
|
-
SegmentationStyle?: M2tsSegmentationStyle
|
|
247
|
+
Scte35Source?: M2tsScte35Source;
|
|
248
|
+
SegmentationMarkers?: M2tsSegmentationMarkers;
|
|
249
|
+
SegmentationStyle?: M2tsSegmentationStyle;
|
|
250
250
|
SegmentationTime?: number;
|
|
251
251
|
TimedMetadataPid?: number;
|
|
252
252
|
TransportStreamId?: number;
|
|
@@ -288,24 +288,24 @@ export declare const TimedMetadata: {
|
|
|
288
288
|
};
|
|
289
289
|
export type TimedMetadata = (typeof TimedMetadata)[keyof typeof TimedMetadata];
|
|
290
290
|
export interface M3u8Settings {
|
|
291
|
-
AudioDuration?: M3u8AudioDuration
|
|
291
|
+
AudioDuration?: M3u8AudioDuration;
|
|
292
292
|
AudioFramesPerPes?: number;
|
|
293
293
|
AudioPids?: number[];
|
|
294
|
-
DataPTSControl?: M3u8DataPtsControl
|
|
294
|
+
DataPTSControl?: M3u8DataPtsControl;
|
|
295
295
|
MaxPcrInterval?: number;
|
|
296
|
-
NielsenId3?: M3u8NielsenId3
|
|
296
|
+
NielsenId3?: M3u8NielsenId3;
|
|
297
297
|
PatInterval?: number;
|
|
298
|
-
PcrControl?: M3u8PcrControl
|
|
298
|
+
PcrControl?: M3u8PcrControl;
|
|
299
299
|
PcrPid?: number;
|
|
300
300
|
PmtInterval?: number;
|
|
301
301
|
PmtPid?: number;
|
|
302
302
|
PrivateMetadataPid?: number;
|
|
303
303
|
ProgramNumber?: number;
|
|
304
304
|
PtsOffset?: number;
|
|
305
|
-
PtsOffsetMode?: TsPtsOffset
|
|
305
|
+
PtsOffsetMode?: TsPtsOffset;
|
|
306
306
|
Scte35Pid?: number;
|
|
307
|
-
Scte35Source?: M3u8Scte35Source
|
|
308
|
-
TimedMetadata?: TimedMetadata
|
|
307
|
+
Scte35Source?: M3u8Scte35Source;
|
|
308
|
+
TimedMetadata?: TimedMetadata;
|
|
309
309
|
TimedMetadataPid?: number;
|
|
310
310
|
TransportStreamId?: number;
|
|
311
311
|
VideoPid?: number;
|
|
@@ -338,11 +338,11 @@ export declare const MovReference: {
|
|
|
338
338
|
};
|
|
339
339
|
export type MovReference = (typeof MovReference)[keyof typeof MovReference];
|
|
340
340
|
export interface MovSettings {
|
|
341
|
-
ClapAtom?: MovClapAtom
|
|
342
|
-
CslgAtom?: MovCslgAtom
|
|
343
|
-
Mpeg2FourCCControl?: MovMpeg2FourCCControl
|
|
344
|
-
PaddingControl?: MovPaddingControl
|
|
345
|
-
Reference?: MovReference
|
|
341
|
+
ClapAtom?: MovClapAtom;
|
|
342
|
+
CslgAtom?: MovCslgAtom;
|
|
343
|
+
Mpeg2FourCCControl?: MovMpeg2FourCCControl;
|
|
344
|
+
PaddingControl?: MovPaddingControl;
|
|
345
|
+
Reference?: MovReference;
|
|
346
346
|
}
|
|
347
347
|
export declare const Mp4CslgAtom: {
|
|
348
348
|
readonly EXCLUDE: "EXCLUDE";
|
|
@@ -362,11 +362,11 @@ export declare const Mp4MoovPlacement: {
|
|
|
362
362
|
export type Mp4MoovPlacement =
|
|
363
363
|
(typeof Mp4MoovPlacement)[keyof typeof Mp4MoovPlacement];
|
|
364
364
|
export interface Mp4Settings {
|
|
365
|
-
AudioDuration?: CmfcAudioDuration
|
|
366
|
-
CslgAtom?: Mp4CslgAtom
|
|
365
|
+
AudioDuration?: CmfcAudioDuration;
|
|
366
|
+
CslgAtom?: Mp4CslgAtom;
|
|
367
367
|
CttsVersion?: number;
|
|
368
|
-
FreeSpaceBox?: Mp4FreeSpaceBox
|
|
369
|
-
MoovPlacement?: Mp4MoovPlacement
|
|
368
|
+
FreeSpaceBox?: Mp4FreeSpaceBox;
|
|
369
|
+
MoovPlacement?: Mp4MoovPlacement;
|
|
370
370
|
Mp4MajorBrand?: string;
|
|
371
371
|
}
|
|
372
372
|
export declare const MpdAccessibilityCaptionHints: {
|
|
@@ -423,15 +423,15 @@ export declare const MpdTimedMetadataBoxVersion: {
|
|
|
423
423
|
export type MpdTimedMetadataBoxVersion =
|
|
424
424
|
(typeof MpdTimedMetadataBoxVersion)[keyof typeof MpdTimedMetadataBoxVersion];
|
|
425
425
|
export interface MpdSettings {
|
|
426
|
-
AccessibilityCaptionHints?: MpdAccessibilityCaptionHints
|
|
427
|
-
AudioDuration?: MpdAudioDuration
|
|
428
|
-
CaptionContainerType?: MpdCaptionContainerType
|
|
429
|
-
KlvMetadata?: MpdKlvMetadata
|
|
430
|
-
ManifestMetadataSignaling?: MpdManifestMetadataSignaling
|
|
431
|
-
Scte35Esam?: MpdScte35Esam
|
|
432
|
-
Scte35Source?: MpdScte35Source
|
|
433
|
-
TimedMetadata?: MpdTimedMetadata
|
|
434
|
-
TimedMetadataBoxVersion?: MpdTimedMetadataBoxVersion
|
|
426
|
+
AccessibilityCaptionHints?: MpdAccessibilityCaptionHints;
|
|
427
|
+
AudioDuration?: MpdAudioDuration;
|
|
428
|
+
CaptionContainerType?: MpdCaptionContainerType;
|
|
429
|
+
KlvMetadata?: MpdKlvMetadata;
|
|
430
|
+
ManifestMetadataSignaling?: MpdManifestMetadataSignaling;
|
|
431
|
+
Scte35Esam?: MpdScte35Esam;
|
|
432
|
+
Scte35Source?: MpdScte35Source;
|
|
433
|
+
TimedMetadata?: MpdTimedMetadata;
|
|
434
|
+
TimedMetadataBoxVersion?: MpdTimedMetadataBoxVersion;
|
|
435
435
|
TimedMetadataSchemeIdUri?: string;
|
|
436
436
|
TimedMetadataValue?: string;
|
|
437
437
|
}
|
|
@@ -456,17 +456,17 @@ export declare const MxfXavcDurationMode: {
|
|
|
456
456
|
export type MxfXavcDurationMode =
|
|
457
457
|
(typeof MxfXavcDurationMode)[keyof typeof MxfXavcDurationMode];
|
|
458
458
|
export interface MxfXavcProfileSettings {
|
|
459
|
-
DurationMode?: MxfXavcDurationMode
|
|
459
|
+
DurationMode?: MxfXavcDurationMode;
|
|
460
460
|
MaxAncDataSize?: number;
|
|
461
461
|
}
|
|
462
462
|
export interface MxfSettings {
|
|
463
|
-
AfdSignaling?: MxfAfdSignaling
|
|
464
|
-
Profile?: MxfProfile
|
|
463
|
+
AfdSignaling?: MxfAfdSignaling;
|
|
464
|
+
Profile?: MxfProfile;
|
|
465
465
|
XavcProfileSettings?: MxfXavcProfileSettings;
|
|
466
466
|
}
|
|
467
467
|
export interface ContainerSettings {
|
|
468
468
|
CmfcSettings?: CmfcSettings;
|
|
469
|
-
Container?: ContainerType
|
|
469
|
+
Container?: ContainerType;
|
|
470
470
|
F4vSettings?: F4vSettings;
|
|
471
471
|
M2tsSettings?: M2tsSettings;
|
|
472
472
|
M3u8Settings?: M3u8Settings;
|
|
@@ -503,11 +503,11 @@ export type HlsIFrameOnlyManifest =
|
|
|
503
503
|
(typeof HlsIFrameOnlyManifest)[keyof typeof HlsIFrameOnlyManifest];
|
|
504
504
|
export interface HlsSettings {
|
|
505
505
|
AudioGroupId?: string;
|
|
506
|
-
AudioOnlyContainer?: HlsAudioOnlyContainer
|
|
506
|
+
AudioOnlyContainer?: HlsAudioOnlyContainer;
|
|
507
507
|
AudioRenditionSets?: string;
|
|
508
|
-
AudioTrackType?: HlsAudioTrackType
|
|
509
|
-
DescriptiveVideoServiceFlag?: HlsDescriptiveVideoServiceFlag
|
|
510
|
-
IFrameOnlyManifest?: HlsIFrameOnlyManifest
|
|
508
|
+
AudioTrackType?: HlsAudioTrackType;
|
|
509
|
+
DescriptiveVideoServiceFlag?: HlsDescriptiveVideoServiceFlag;
|
|
510
|
+
IFrameOnlyManifest?: HlsIFrameOnlyManifest;
|
|
511
511
|
SegmentModifier?: string;
|
|
512
512
|
}
|
|
513
513
|
export interface OutputSettings {
|
|
@@ -574,20 +574,20 @@ export declare const Av1SpatialAdaptiveQuantization: {
|
|
|
574
574
|
export type Av1SpatialAdaptiveQuantization =
|
|
575
575
|
(typeof Av1SpatialAdaptiveQuantization)[keyof typeof Av1SpatialAdaptiveQuantization];
|
|
576
576
|
export interface Av1Settings {
|
|
577
|
-
AdaptiveQuantization?: Av1AdaptiveQuantization
|
|
578
|
-
BitDepth?: Av1BitDepth
|
|
579
|
-
FilmGrainSynthesis?: Av1FilmGrainSynthesis
|
|
580
|
-
FramerateControl?: Av1FramerateControl
|
|
581
|
-
FramerateConversionAlgorithm?: Av1FramerateConversionAlgorithm
|
|
577
|
+
AdaptiveQuantization?: Av1AdaptiveQuantization;
|
|
578
|
+
BitDepth?: Av1BitDepth;
|
|
579
|
+
FilmGrainSynthesis?: Av1FilmGrainSynthesis;
|
|
580
|
+
FramerateControl?: Av1FramerateControl;
|
|
581
|
+
FramerateConversionAlgorithm?: Av1FramerateConversionAlgorithm;
|
|
582
582
|
FramerateDenominator?: number;
|
|
583
583
|
FramerateNumerator?: number;
|
|
584
584
|
GopSize?: number;
|
|
585
585
|
MaxBitrate?: number;
|
|
586
586
|
NumberBFramesBetweenReferenceFrames?: number;
|
|
587
587
|
QvbrSettings?: Av1QvbrSettings;
|
|
588
|
-
RateControlMode?: Av1RateControlMode
|
|
588
|
+
RateControlMode?: Av1RateControlMode;
|
|
589
589
|
Slices?: number;
|
|
590
|
-
SpatialAdaptiveQuantization?: Av1SpatialAdaptiveQuantization
|
|
590
|
+
SpatialAdaptiveQuantization?: Av1SpatialAdaptiveQuantization;
|
|
591
591
|
}
|
|
592
592
|
export declare const AvcIntraClass: {
|
|
593
593
|
readonly CLASS_100: "CLASS_100";
|
|
@@ -603,7 +603,7 @@ export declare const AvcIntraUhdQualityTuningLevel: {
|
|
|
603
603
|
export type AvcIntraUhdQualityTuningLevel =
|
|
604
604
|
(typeof AvcIntraUhdQualityTuningLevel)[keyof typeof AvcIntraUhdQualityTuningLevel];
|
|
605
605
|
export interface AvcIntraUhdSettings {
|
|
606
|
-
QualityTuningLevel?: AvcIntraUhdQualityTuningLevel
|
|
606
|
+
QualityTuningLevel?: AvcIntraUhdQualityTuningLevel;
|
|
607
607
|
}
|
|
608
608
|
export declare const AvcIntraFramerateControl: {
|
|
609
609
|
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
@@ -646,16 +646,16 @@ export declare const AvcIntraTelecine: {
|
|
|
646
646
|
export type AvcIntraTelecine =
|
|
647
647
|
(typeof AvcIntraTelecine)[keyof typeof AvcIntraTelecine];
|
|
648
648
|
export interface AvcIntraSettings {
|
|
649
|
-
AvcIntraClass?: AvcIntraClass
|
|
649
|
+
AvcIntraClass?: AvcIntraClass;
|
|
650
650
|
AvcIntraUhdSettings?: AvcIntraUhdSettings;
|
|
651
|
-
FramerateControl?: AvcIntraFramerateControl
|
|
652
|
-
FramerateConversionAlgorithm?: AvcIntraFramerateConversionAlgorithm
|
|
651
|
+
FramerateControl?: AvcIntraFramerateControl;
|
|
652
|
+
FramerateConversionAlgorithm?: AvcIntraFramerateConversionAlgorithm;
|
|
653
653
|
FramerateDenominator?: number;
|
|
654
654
|
FramerateNumerator?: number;
|
|
655
|
-
InterlaceMode?: AvcIntraInterlaceMode
|
|
656
|
-
ScanTypeConversionMode?: AvcIntraScanTypeConversionMode
|
|
657
|
-
SlowPal?: AvcIntraSlowPal
|
|
658
|
-
Telecine?: AvcIntraTelecine
|
|
655
|
+
InterlaceMode?: AvcIntraInterlaceMode;
|
|
656
|
+
ScanTypeConversionMode?: AvcIntraScanTypeConversionMode;
|
|
657
|
+
SlowPal?: AvcIntraSlowPal;
|
|
658
|
+
Telecine?: AvcIntraTelecine;
|
|
659
659
|
}
|
|
660
660
|
export declare const VideoCodec: {
|
|
661
661
|
readonly AV1: "AV1";
|
|
@@ -707,8 +707,8 @@ export declare const BandwidthReductionFilterStrength: {
|
|
|
707
707
|
export type BandwidthReductionFilterStrength =
|
|
708
708
|
(typeof BandwidthReductionFilterStrength)[keyof typeof BandwidthReductionFilterStrength];
|
|
709
709
|
export interface BandwidthReductionFilter {
|
|
710
|
-
Sharpening?: BandwidthReductionFilterSharpening
|
|
711
|
-
Strength?: BandwidthReductionFilterStrength
|
|
710
|
+
Sharpening?: BandwidthReductionFilterSharpening;
|
|
711
|
+
Strength?: BandwidthReductionFilterStrength;
|
|
712
712
|
}
|
|
713
713
|
export declare const H264CodecLevel: {
|
|
714
714
|
readonly AUTO: "AUTO";
|
|
@@ -885,49 +885,49 @@ export declare const H264UnregisteredSeiTimecode: {
|
|
|
885
885
|
export type H264UnregisteredSeiTimecode =
|
|
886
886
|
(typeof H264UnregisteredSeiTimecode)[keyof typeof H264UnregisteredSeiTimecode];
|
|
887
887
|
export interface H264Settings {
|
|
888
|
-
AdaptiveQuantization?: H264AdaptiveQuantization
|
|
888
|
+
AdaptiveQuantization?: H264AdaptiveQuantization;
|
|
889
889
|
BandwidthReductionFilter?: BandwidthReductionFilter;
|
|
890
890
|
Bitrate?: number;
|
|
891
|
-
CodecLevel?: H264CodecLevel
|
|
892
|
-
CodecProfile?: H264CodecProfile
|
|
893
|
-
DynamicSubGop?: H264DynamicSubGop
|
|
894
|
-
EndOfStreamMarkers?: H264EndOfStreamMarkers
|
|
895
|
-
EntropyEncoding?: H264EntropyEncoding
|
|
896
|
-
FieldEncoding?: H264FieldEncoding
|
|
897
|
-
FlickerAdaptiveQuantization?: H264FlickerAdaptiveQuantization
|
|
898
|
-
FramerateControl?: H264FramerateControl
|
|
899
|
-
FramerateConversionAlgorithm?: H264FramerateConversionAlgorithm
|
|
891
|
+
CodecLevel?: H264CodecLevel;
|
|
892
|
+
CodecProfile?: H264CodecProfile;
|
|
893
|
+
DynamicSubGop?: H264DynamicSubGop;
|
|
894
|
+
EndOfStreamMarkers?: H264EndOfStreamMarkers;
|
|
895
|
+
EntropyEncoding?: H264EntropyEncoding;
|
|
896
|
+
FieldEncoding?: H264FieldEncoding;
|
|
897
|
+
FlickerAdaptiveQuantization?: H264FlickerAdaptiveQuantization;
|
|
898
|
+
FramerateControl?: H264FramerateControl;
|
|
899
|
+
FramerateConversionAlgorithm?: H264FramerateConversionAlgorithm;
|
|
900
900
|
FramerateDenominator?: number;
|
|
901
901
|
FramerateNumerator?: number;
|
|
902
|
-
GopBReference?: H264GopBReference
|
|
902
|
+
GopBReference?: H264GopBReference;
|
|
903
903
|
GopClosedCadence?: number;
|
|
904
904
|
GopSize?: number;
|
|
905
|
-
GopSizeUnits?: H264GopSizeUnits
|
|
905
|
+
GopSizeUnits?: H264GopSizeUnits;
|
|
906
906
|
HrdBufferFinalFillPercentage?: number;
|
|
907
907
|
HrdBufferInitialFillPercentage?: number;
|
|
908
908
|
HrdBufferSize?: number;
|
|
909
|
-
InterlaceMode?: H264InterlaceMode
|
|
909
|
+
InterlaceMode?: H264InterlaceMode;
|
|
910
910
|
MaxBitrate?: number;
|
|
911
911
|
MinIInterval?: number;
|
|
912
912
|
NumberBFramesBetweenReferenceFrames?: number;
|
|
913
913
|
NumberReferenceFrames?: number;
|
|
914
|
-
ParControl?: H264ParControl
|
|
914
|
+
ParControl?: H264ParControl;
|
|
915
915
|
ParDenominator?: number;
|
|
916
916
|
ParNumerator?: number;
|
|
917
|
-
QualityTuningLevel?: H264QualityTuningLevel
|
|
917
|
+
QualityTuningLevel?: H264QualityTuningLevel;
|
|
918
918
|
QvbrSettings?: H264QvbrSettings;
|
|
919
|
-
RateControlMode?: H264RateControlMode
|
|
920
|
-
RepeatPps?: H264RepeatPps
|
|
921
|
-
ScanTypeConversionMode?: H264ScanTypeConversionMode
|
|
922
|
-
SceneChangeDetect?: H264SceneChangeDetect
|
|
919
|
+
RateControlMode?: H264RateControlMode;
|
|
920
|
+
RepeatPps?: H264RepeatPps;
|
|
921
|
+
ScanTypeConversionMode?: H264ScanTypeConversionMode;
|
|
922
|
+
SceneChangeDetect?: H264SceneChangeDetect;
|
|
923
923
|
Slices?: number;
|
|
924
|
-
SlowPal?: H264SlowPal
|
|
924
|
+
SlowPal?: H264SlowPal;
|
|
925
925
|
Softness?: number;
|
|
926
|
-
SpatialAdaptiveQuantization?: H264SpatialAdaptiveQuantization
|
|
927
|
-
Syntax?: H264Syntax
|
|
928
|
-
Telecine?: H264Telecine
|
|
929
|
-
TemporalAdaptiveQuantization?: H264TemporalAdaptiveQuantization
|
|
930
|
-
UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode
|
|
926
|
+
SpatialAdaptiveQuantization?: H264SpatialAdaptiveQuantization;
|
|
927
|
+
Syntax?: H264Syntax;
|
|
928
|
+
Telecine?: H264Telecine;
|
|
929
|
+
TemporalAdaptiveQuantization?: H264TemporalAdaptiveQuantization;
|
|
930
|
+
UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode;
|
|
931
931
|
}
|
|
932
932
|
export declare const H265AdaptiveQuantization: {
|
|
933
933
|
readonly AUTO: "AUTO";
|
|
@@ -1121,49 +1121,49 @@ export declare const H265WriteMp4PackagingType: {
|
|
|
1121
1121
|
export type H265WriteMp4PackagingType =
|
|
1122
1122
|
(typeof H265WriteMp4PackagingType)[keyof typeof H265WriteMp4PackagingType];
|
|
1123
1123
|
export interface H265Settings {
|
|
1124
|
-
AdaptiveQuantization?: H265AdaptiveQuantization
|
|
1125
|
-
AlternateTransferFunctionSei?: H265AlternateTransferFunctionSei
|
|
1124
|
+
AdaptiveQuantization?: H265AdaptiveQuantization;
|
|
1125
|
+
AlternateTransferFunctionSei?: H265AlternateTransferFunctionSei;
|
|
1126
1126
|
BandwidthReductionFilter?: BandwidthReductionFilter;
|
|
1127
1127
|
Bitrate?: number;
|
|
1128
|
-
CodecLevel?: H265CodecLevel
|
|
1129
|
-
CodecProfile?: H265CodecProfile
|
|
1130
|
-
DynamicSubGop?: H265DynamicSubGop
|
|
1131
|
-
EndOfStreamMarkers?: H265EndOfStreamMarkers
|
|
1132
|
-
FlickerAdaptiveQuantization?: H265FlickerAdaptiveQuantization
|
|
1133
|
-
FramerateControl?: H265FramerateControl
|
|
1134
|
-
FramerateConversionAlgorithm?: H265FramerateConversionAlgorithm
|
|
1128
|
+
CodecLevel?: H265CodecLevel;
|
|
1129
|
+
CodecProfile?: H265CodecProfile;
|
|
1130
|
+
DynamicSubGop?: H265DynamicSubGop;
|
|
1131
|
+
EndOfStreamMarkers?: H265EndOfStreamMarkers;
|
|
1132
|
+
FlickerAdaptiveQuantization?: H265FlickerAdaptiveQuantization;
|
|
1133
|
+
FramerateControl?: H265FramerateControl;
|
|
1134
|
+
FramerateConversionAlgorithm?: H265FramerateConversionAlgorithm;
|
|
1135
1135
|
FramerateDenominator?: number;
|
|
1136
1136
|
FramerateNumerator?: number;
|
|
1137
|
-
GopBReference?: H265GopBReference
|
|
1137
|
+
GopBReference?: H265GopBReference;
|
|
1138
1138
|
GopClosedCadence?: number;
|
|
1139
1139
|
GopSize?: number;
|
|
1140
|
-
GopSizeUnits?: H265GopSizeUnits
|
|
1140
|
+
GopSizeUnits?: H265GopSizeUnits;
|
|
1141
1141
|
HrdBufferFinalFillPercentage?: number;
|
|
1142
1142
|
HrdBufferInitialFillPercentage?: number;
|
|
1143
1143
|
HrdBufferSize?: number;
|
|
1144
|
-
InterlaceMode?: H265InterlaceMode
|
|
1144
|
+
InterlaceMode?: H265InterlaceMode;
|
|
1145
1145
|
MaxBitrate?: number;
|
|
1146
1146
|
MinIInterval?: number;
|
|
1147
1147
|
NumberBFramesBetweenReferenceFrames?: number;
|
|
1148
1148
|
NumberReferenceFrames?: number;
|
|
1149
|
-
ParControl?: H265ParControl
|
|
1149
|
+
ParControl?: H265ParControl;
|
|
1150
1150
|
ParDenominator?: number;
|
|
1151
1151
|
ParNumerator?: number;
|
|
1152
|
-
QualityTuningLevel?: H265QualityTuningLevel
|
|
1152
|
+
QualityTuningLevel?: H265QualityTuningLevel;
|
|
1153
1153
|
QvbrSettings?: H265QvbrSettings;
|
|
1154
|
-
RateControlMode?: H265RateControlMode
|
|
1155
|
-
SampleAdaptiveOffsetFilterMode?: H265SampleAdaptiveOffsetFilterMode
|
|
1156
|
-
ScanTypeConversionMode?: H265ScanTypeConversionMode
|
|
1157
|
-
SceneChangeDetect?: H265SceneChangeDetect
|
|
1154
|
+
RateControlMode?: H265RateControlMode;
|
|
1155
|
+
SampleAdaptiveOffsetFilterMode?: H265SampleAdaptiveOffsetFilterMode;
|
|
1156
|
+
ScanTypeConversionMode?: H265ScanTypeConversionMode;
|
|
1157
|
+
SceneChangeDetect?: H265SceneChangeDetect;
|
|
1158
1158
|
Slices?: number;
|
|
1159
|
-
SlowPal?: H265SlowPal
|
|
1160
|
-
SpatialAdaptiveQuantization?: H265SpatialAdaptiveQuantization
|
|
1161
|
-
Telecine?: H265Telecine
|
|
1162
|
-
TemporalAdaptiveQuantization?: H265TemporalAdaptiveQuantization
|
|
1163
|
-
TemporalIds?: H265TemporalIds
|
|
1164
|
-
Tiles?: H265Tiles
|
|
1165
|
-
UnregisteredSeiTimecode?: H265UnregisteredSeiTimecode
|
|
1166
|
-
WriteMp4PackagingType?: H265WriteMp4PackagingType
|
|
1159
|
+
SlowPal?: H265SlowPal;
|
|
1160
|
+
SpatialAdaptiveQuantization?: H265SpatialAdaptiveQuantization;
|
|
1161
|
+
Telecine?: H265Telecine;
|
|
1162
|
+
TemporalAdaptiveQuantization?: H265TemporalAdaptiveQuantization;
|
|
1163
|
+
TemporalIds?: H265TemporalIds;
|
|
1164
|
+
Tiles?: H265Tiles;
|
|
1165
|
+
UnregisteredSeiTimecode?: H265UnregisteredSeiTimecode;
|
|
1166
|
+
WriteMp4PackagingType?: H265WriteMp4PackagingType;
|
|
1167
1167
|
}
|
|
1168
1168
|
export declare const Mpeg2AdaptiveQuantization: {
|
|
1169
1169
|
readonly HIGH: "HIGH";
|
|
@@ -1290,39 +1290,39 @@ export declare const Mpeg2TemporalAdaptiveQuantization: {
|
|
|
1290
1290
|
export type Mpeg2TemporalAdaptiveQuantization =
|
|
1291
1291
|
(typeof Mpeg2TemporalAdaptiveQuantization)[keyof typeof Mpeg2TemporalAdaptiveQuantization];
|
|
1292
1292
|
export interface Mpeg2Settings {
|
|
1293
|
-
AdaptiveQuantization?: Mpeg2AdaptiveQuantization
|
|
1293
|
+
AdaptiveQuantization?: Mpeg2AdaptiveQuantization;
|
|
1294
1294
|
Bitrate?: number;
|
|
1295
|
-
CodecLevel?: Mpeg2CodecLevel
|
|
1296
|
-
CodecProfile?: Mpeg2CodecProfile
|
|
1297
|
-
DynamicSubGop?: Mpeg2DynamicSubGop
|
|
1298
|
-
FramerateControl?: Mpeg2FramerateControl
|
|
1299
|
-
FramerateConversionAlgorithm?: Mpeg2FramerateConversionAlgorithm
|
|
1295
|
+
CodecLevel?: Mpeg2CodecLevel;
|
|
1296
|
+
CodecProfile?: Mpeg2CodecProfile;
|
|
1297
|
+
DynamicSubGop?: Mpeg2DynamicSubGop;
|
|
1298
|
+
FramerateControl?: Mpeg2FramerateControl;
|
|
1299
|
+
FramerateConversionAlgorithm?: Mpeg2FramerateConversionAlgorithm;
|
|
1300
1300
|
FramerateDenominator?: number;
|
|
1301
1301
|
FramerateNumerator?: number;
|
|
1302
1302
|
GopClosedCadence?: number;
|
|
1303
1303
|
GopSize?: number;
|
|
1304
|
-
GopSizeUnits?: Mpeg2GopSizeUnits
|
|
1304
|
+
GopSizeUnits?: Mpeg2GopSizeUnits;
|
|
1305
1305
|
HrdBufferFinalFillPercentage?: number;
|
|
1306
1306
|
HrdBufferInitialFillPercentage?: number;
|
|
1307
1307
|
HrdBufferSize?: number;
|
|
1308
|
-
InterlaceMode?: Mpeg2InterlaceMode
|
|
1309
|
-
IntraDcPrecision?: Mpeg2IntraDcPrecision
|
|
1308
|
+
InterlaceMode?: Mpeg2InterlaceMode;
|
|
1309
|
+
IntraDcPrecision?: Mpeg2IntraDcPrecision;
|
|
1310
1310
|
MaxBitrate?: number;
|
|
1311
1311
|
MinIInterval?: number;
|
|
1312
1312
|
NumberBFramesBetweenReferenceFrames?: number;
|
|
1313
|
-
ParControl?: Mpeg2ParControl
|
|
1313
|
+
ParControl?: Mpeg2ParControl;
|
|
1314
1314
|
ParDenominator?: number;
|
|
1315
1315
|
ParNumerator?: number;
|
|
1316
|
-
QualityTuningLevel?: Mpeg2QualityTuningLevel
|
|
1317
|
-
RateControlMode?: Mpeg2RateControlMode
|
|
1318
|
-
ScanTypeConversionMode?: Mpeg2ScanTypeConversionMode
|
|
1319
|
-
SceneChangeDetect?: Mpeg2SceneChangeDetect
|
|
1320
|
-
SlowPal?: Mpeg2SlowPal
|
|
1316
|
+
QualityTuningLevel?: Mpeg2QualityTuningLevel;
|
|
1317
|
+
RateControlMode?: Mpeg2RateControlMode;
|
|
1318
|
+
ScanTypeConversionMode?: Mpeg2ScanTypeConversionMode;
|
|
1319
|
+
SceneChangeDetect?: Mpeg2SceneChangeDetect;
|
|
1320
|
+
SlowPal?: Mpeg2SlowPal;
|
|
1321
1321
|
Softness?: number;
|
|
1322
|
-
SpatialAdaptiveQuantization?: Mpeg2SpatialAdaptiveQuantization
|
|
1323
|
-
Syntax?: Mpeg2Syntax
|
|
1324
|
-
Telecine?: Mpeg2Telecine
|
|
1325
|
-
TemporalAdaptiveQuantization?: Mpeg2TemporalAdaptiveQuantization
|
|
1322
|
+
SpatialAdaptiveQuantization?: Mpeg2SpatialAdaptiveQuantization;
|
|
1323
|
+
Syntax?: Mpeg2Syntax;
|
|
1324
|
+
Telecine?: Mpeg2Telecine;
|
|
1325
|
+
TemporalAdaptiveQuantization?: Mpeg2TemporalAdaptiveQuantization;
|
|
1326
1326
|
}
|
|
1327
1327
|
export declare const ProresChromaSampling: {
|
|
1328
1328
|
readonly PRESERVE_444_SAMPLING: "PRESERVE_444_SAMPLING";
|
|
@@ -1386,19 +1386,19 @@ export declare const ProresTelecine: {
|
|
|
1386
1386
|
export type ProresTelecine =
|
|
1387
1387
|
(typeof ProresTelecine)[keyof typeof ProresTelecine];
|
|
1388
1388
|
export interface ProresSettings {
|
|
1389
|
-
ChromaSampling?: ProresChromaSampling
|
|
1390
|
-
CodecProfile?: ProresCodecProfile
|
|
1391
|
-
FramerateControl?: ProresFramerateControl
|
|
1392
|
-
FramerateConversionAlgorithm?: ProresFramerateConversionAlgorithm
|
|
1389
|
+
ChromaSampling?: ProresChromaSampling;
|
|
1390
|
+
CodecProfile?: ProresCodecProfile;
|
|
1391
|
+
FramerateControl?: ProresFramerateControl;
|
|
1392
|
+
FramerateConversionAlgorithm?: ProresFramerateConversionAlgorithm;
|
|
1393
1393
|
FramerateDenominator?: number;
|
|
1394
1394
|
FramerateNumerator?: number;
|
|
1395
|
-
InterlaceMode?: ProresInterlaceMode
|
|
1396
|
-
ParControl?: ProresParControl
|
|
1395
|
+
InterlaceMode?: ProresInterlaceMode;
|
|
1396
|
+
ParControl?: ProresParControl;
|
|
1397
1397
|
ParDenominator?: number;
|
|
1398
1398
|
ParNumerator?: number;
|
|
1399
|
-
ScanTypeConversionMode?: ProresScanTypeConversionMode
|
|
1400
|
-
SlowPal?: ProresSlowPal
|
|
1401
|
-
Telecine?: ProresTelecine
|
|
1399
|
+
ScanTypeConversionMode?: ProresScanTypeConversionMode;
|
|
1400
|
+
SlowPal?: ProresSlowPal;
|
|
1401
|
+
Telecine?: ProresTelecine;
|
|
1402
1402
|
}
|
|
1403
1403
|
export declare const Vc3FramerateControl: {
|
|
1404
1404
|
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
@@ -1442,15 +1442,15 @@ export declare const Vc3Class: {
|
|
|
1442
1442
|
};
|
|
1443
1443
|
export type Vc3Class = (typeof Vc3Class)[keyof typeof Vc3Class];
|
|
1444
1444
|
export interface Vc3Settings {
|
|
1445
|
-
FramerateControl?: Vc3FramerateControl
|
|
1446
|
-
FramerateConversionAlgorithm?: Vc3FramerateConversionAlgorithm
|
|
1445
|
+
FramerateControl?: Vc3FramerateControl;
|
|
1446
|
+
FramerateConversionAlgorithm?: Vc3FramerateConversionAlgorithm;
|
|
1447
1447
|
FramerateDenominator?: number;
|
|
1448
1448
|
FramerateNumerator?: number;
|
|
1449
|
-
InterlaceMode?: Vc3InterlaceMode
|
|
1450
|
-
ScanTypeConversionMode?: Vc3ScanTypeConversionMode
|
|
1451
|
-
SlowPal?: Vc3SlowPal
|
|
1452
|
-
Telecine?: Vc3Telecine
|
|
1453
|
-
Vc3Class?: Vc3Class
|
|
1449
|
+
InterlaceMode?: Vc3InterlaceMode;
|
|
1450
|
+
ScanTypeConversionMode?: Vc3ScanTypeConversionMode;
|
|
1451
|
+
SlowPal?: Vc3SlowPal;
|
|
1452
|
+
Telecine?: Vc3Telecine;
|
|
1453
|
+
Vc3Class?: Vc3Class;
|
|
1454
1454
|
}
|
|
1455
1455
|
export declare const Vp8FramerateControl: {
|
|
1456
1456
|
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
@@ -1483,18 +1483,18 @@ export type Vp8RateControlMode =
|
|
|
1483
1483
|
(typeof Vp8RateControlMode)[keyof typeof Vp8RateControlMode];
|
|
1484
1484
|
export interface Vp8Settings {
|
|
1485
1485
|
Bitrate?: number;
|
|
1486
|
-
FramerateControl?: Vp8FramerateControl
|
|
1487
|
-
FramerateConversionAlgorithm?: Vp8FramerateConversionAlgorithm
|
|
1486
|
+
FramerateControl?: Vp8FramerateControl;
|
|
1487
|
+
FramerateConversionAlgorithm?: Vp8FramerateConversionAlgorithm;
|
|
1488
1488
|
FramerateDenominator?: number;
|
|
1489
1489
|
FramerateNumerator?: number;
|
|
1490
1490
|
GopSize?: number;
|
|
1491
1491
|
HrdBufferSize?: number;
|
|
1492
1492
|
MaxBitrate?: number;
|
|
1493
|
-
ParControl?: Vp8ParControl
|
|
1493
|
+
ParControl?: Vp8ParControl;
|
|
1494
1494
|
ParDenominator?: number;
|
|
1495
1495
|
ParNumerator?: number;
|
|
1496
|
-
QualityTuningLevel?: Vp8QualityTuningLevel
|
|
1497
|
-
RateControlMode?: Vp8RateControlMode
|
|
1496
|
+
QualityTuningLevel?: Vp8QualityTuningLevel;
|
|
1497
|
+
RateControlMode?: Vp8RateControlMode;
|
|
1498
1498
|
}
|
|
1499
1499
|
export declare const Vp9FramerateControl: {
|
|
1500
1500
|
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
@@ -1527,18 +1527,18 @@ export type Vp9RateControlMode =
|
|
|
1527
1527
|
(typeof Vp9RateControlMode)[keyof typeof Vp9RateControlMode];
|
|
1528
1528
|
export interface Vp9Settings {
|
|
1529
1529
|
Bitrate?: number;
|
|
1530
|
-
FramerateControl?: Vp9FramerateControl
|
|
1531
|
-
FramerateConversionAlgorithm?: Vp9FramerateConversionAlgorithm
|
|
1530
|
+
FramerateControl?: Vp9FramerateControl;
|
|
1531
|
+
FramerateConversionAlgorithm?: Vp9FramerateConversionAlgorithm;
|
|
1532
1532
|
FramerateDenominator?: number;
|
|
1533
1533
|
FramerateNumerator?: number;
|
|
1534
1534
|
GopSize?: number;
|
|
1535
1535
|
HrdBufferSize?: number;
|
|
1536
1536
|
MaxBitrate?: number;
|
|
1537
|
-
ParControl?: Vp9ParControl
|
|
1537
|
+
ParControl?: Vp9ParControl;
|
|
1538
1538
|
ParDenominator?: number;
|
|
1539
1539
|
ParNumerator?: number;
|
|
1540
|
-
QualityTuningLevel?: Vp9QualityTuningLevel
|
|
1541
|
-
RateControlMode?: Vp9RateControlMode
|
|
1540
|
+
QualityTuningLevel?: Vp9QualityTuningLevel;
|
|
1541
|
+
RateControlMode?: Vp9RateControlMode;
|
|
1542
1542
|
}
|
|
1543
1543
|
export declare const XavcAdaptiveQuantization: {
|
|
1544
1544
|
readonly AUTO: "AUTO";
|
|
@@ -1604,7 +1604,7 @@ export declare const Xavc4kIntraCbgProfileClass: {
|
|
|
1604
1604
|
export type Xavc4kIntraCbgProfileClass =
|
|
1605
1605
|
(typeof Xavc4kIntraCbgProfileClass)[keyof typeof Xavc4kIntraCbgProfileClass];
|
|
1606
1606
|
export interface Xavc4kIntraCbgProfileSettings {
|
|
1607
|
-
XavcClass?: Xavc4kIntraCbgProfileClass
|
|
1607
|
+
XavcClass?: Xavc4kIntraCbgProfileClass;
|
|
1608
1608
|
}
|
|
1609
1609
|
export declare const Xavc4kIntraVbrProfileClass: {
|
|
1610
1610
|
readonly CLASS_100: "CLASS_100";
|
|
@@ -1614,7 +1614,7 @@ export declare const Xavc4kIntraVbrProfileClass: {
|
|
|
1614
1614
|
export type Xavc4kIntraVbrProfileClass =
|
|
1615
1615
|
(typeof Xavc4kIntraVbrProfileClass)[keyof typeof Xavc4kIntraVbrProfileClass];
|
|
1616
1616
|
export interface Xavc4kIntraVbrProfileSettings {
|
|
1617
|
-
XavcClass?: Xavc4kIntraVbrProfileClass
|
|
1617
|
+
XavcClass?: Xavc4kIntraVbrProfileClass;
|
|
1618
1618
|
}
|
|
1619
1619
|
export declare const Xavc4kProfileBitrateClass: {
|
|
1620
1620
|
readonly BITRATE_CLASS_100: "BITRATE_CLASS_100";
|
|
@@ -1649,13 +1649,13 @@ export declare const Xavc4kProfileQualityTuningLevel: {
|
|
|
1649
1649
|
export type Xavc4kProfileQualityTuningLevel =
|
|
1650
1650
|
(typeof Xavc4kProfileQualityTuningLevel)[keyof typeof Xavc4kProfileQualityTuningLevel];
|
|
1651
1651
|
export interface Xavc4kProfileSettings {
|
|
1652
|
-
BitrateClass?: Xavc4kProfileBitrateClass
|
|
1653
|
-
CodecProfile?: Xavc4kProfileCodecProfile
|
|
1654
|
-
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization
|
|
1655
|
-
GopBReference?: XavcGopBReference
|
|
1652
|
+
BitrateClass?: Xavc4kProfileBitrateClass;
|
|
1653
|
+
CodecProfile?: Xavc4kProfileCodecProfile;
|
|
1654
|
+
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization;
|
|
1655
|
+
GopBReference?: XavcGopBReference;
|
|
1656
1656
|
GopClosedCadence?: number;
|
|
1657
1657
|
HrdBufferSize?: number;
|
|
1658
|
-
QualityTuningLevel?: Xavc4kProfileQualityTuningLevel
|
|
1658
|
+
QualityTuningLevel?: Xavc4kProfileQualityTuningLevel;
|
|
1659
1659
|
Slices?: number;
|
|
1660
1660
|
}
|
|
1661
1661
|
export declare const XavcHdIntraCbgProfileClass: {
|
|
@@ -1666,7 +1666,7 @@ export declare const XavcHdIntraCbgProfileClass: {
|
|
|
1666
1666
|
export type XavcHdIntraCbgProfileClass =
|
|
1667
1667
|
(typeof XavcHdIntraCbgProfileClass)[keyof typeof XavcHdIntraCbgProfileClass];
|
|
1668
1668
|
export interface XavcHdIntraCbgProfileSettings {
|
|
1669
|
-
XavcClass?: XavcHdIntraCbgProfileClass
|
|
1669
|
+
XavcClass?: XavcHdIntraCbgProfileClass;
|
|
1670
1670
|
}
|
|
1671
1671
|
export declare const XavcHdProfileBitrateClass: {
|
|
1672
1672
|
readonly BITRATE_CLASS_25: "BITRATE_CLASS_25";
|
|
@@ -1698,28 +1698,28 @@ export declare const XavcHdProfileTelecine: {
|
|
|
1698
1698
|
export type XavcHdProfileTelecine =
|
|
1699
1699
|
(typeof XavcHdProfileTelecine)[keyof typeof XavcHdProfileTelecine];
|
|
1700
1700
|
export interface XavcHdProfileSettings {
|
|
1701
|
-
BitrateClass?: XavcHdProfileBitrateClass
|
|
1702
|
-
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization
|
|
1703
|
-
GopBReference?: XavcGopBReference
|
|
1701
|
+
BitrateClass?: XavcHdProfileBitrateClass;
|
|
1702
|
+
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization;
|
|
1703
|
+
GopBReference?: XavcGopBReference;
|
|
1704
1704
|
GopClosedCadence?: number;
|
|
1705
1705
|
HrdBufferSize?: number;
|
|
1706
|
-
InterlaceMode?: XavcInterlaceMode
|
|
1707
|
-
QualityTuningLevel?: XavcHdProfileQualityTuningLevel
|
|
1706
|
+
InterlaceMode?: XavcInterlaceMode;
|
|
1707
|
+
QualityTuningLevel?: XavcHdProfileQualityTuningLevel;
|
|
1708
1708
|
Slices?: number;
|
|
1709
|
-
Telecine?: XavcHdProfileTelecine
|
|
1709
|
+
Telecine?: XavcHdProfileTelecine;
|
|
1710
1710
|
}
|
|
1711
1711
|
export interface XavcSettings {
|
|
1712
|
-
AdaptiveQuantization?: XavcAdaptiveQuantization
|
|
1713
|
-
EntropyEncoding?: XavcEntropyEncoding
|
|
1714
|
-
FramerateControl?: XavcFramerateControl
|
|
1715
|
-
FramerateConversionAlgorithm?: XavcFramerateConversionAlgorithm
|
|
1712
|
+
AdaptiveQuantization?: XavcAdaptiveQuantization;
|
|
1713
|
+
EntropyEncoding?: XavcEntropyEncoding;
|
|
1714
|
+
FramerateControl?: XavcFramerateControl;
|
|
1715
|
+
FramerateConversionAlgorithm?: XavcFramerateConversionAlgorithm;
|
|
1716
1716
|
FramerateDenominator?: number;
|
|
1717
1717
|
FramerateNumerator?: number;
|
|
1718
|
-
Profile?: XavcProfile
|
|
1719
|
-
SlowPal?: XavcSlowPal
|
|
1718
|
+
Profile?: XavcProfile;
|
|
1719
|
+
SlowPal?: XavcSlowPal;
|
|
1720
1720
|
Softness?: number;
|
|
1721
|
-
SpatialAdaptiveQuantization?: XavcSpatialAdaptiveQuantization
|
|
1722
|
-
TemporalAdaptiveQuantization?: XavcTemporalAdaptiveQuantization
|
|
1721
|
+
SpatialAdaptiveQuantization?: XavcSpatialAdaptiveQuantization;
|
|
1722
|
+
TemporalAdaptiveQuantization?: XavcTemporalAdaptiveQuantization;
|
|
1723
1723
|
Xavc4kIntraCbgProfileSettings?: Xavc4kIntraCbgProfileSettings;
|
|
1724
1724
|
Xavc4kIntraVbrProfileSettings?: Xavc4kIntraVbrProfileSettings;
|
|
1725
1725
|
Xavc4kProfileSettings?: Xavc4kProfileSettings;
|
|
@@ -1729,7 +1729,7 @@ export interface XavcSettings {
|
|
|
1729
1729
|
export interface VideoCodecSettings {
|
|
1730
1730
|
Av1Settings?: Av1Settings;
|
|
1731
1731
|
AvcIntraSettings?: AvcIntraSettings;
|
|
1732
|
-
Codec?: VideoCodec
|
|
1732
|
+
Codec?: VideoCodec;
|
|
1733
1733
|
FrameCaptureSettings?: FrameCaptureSettings;
|
|
1734
1734
|
H264Settings?: H264Settings;
|
|
1735
1735
|
H265Settings?: H265Settings;
|
|
@@ -1803,12 +1803,12 @@ export type SampleRangeConversion =
|
|
|
1803
1803
|
export interface ColorCorrector {
|
|
1804
1804
|
Brightness?: number;
|
|
1805
1805
|
ClipLimits?: ClipLimits;
|
|
1806
|
-
ColorSpaceConversion?: ColorSpaceConversion
|
|
1806
|
+
ColorSpaceConversion?: ColorSpaceConversion;
|
|
1807
1807
|
Contrast?: number;
|
|
1808
1808
|
Hdr10Metadata?: Hdr10Metadata;
|
|
1809
|
-
HdrToSdrToneMapper?: HDRToSDRToneMapper
|
|
1809
|
+
HdrToSdrToneMapper?: HDRToSDRToneMapper;
|
|
1810
1810
|
Hue?: number;
|
|
1811
|
-
SampleRangeConversion?: SampleRangeConversion
|
|
1811
|
+
SampleRangeConversion?: SampleRangeConversion;
|
|
1812
1812
|
Saturation?: number;
|
|
1813
1813
|
SdrReferenceWhiteLevel?: number;
|
|
1814
1814
|
}
|
|
@@ -1835,9 +1835,9 @@ export declare const DeinterlacerMode: {
|
|
|
1835
1835
|
export type DeinterlacerMode =
|
|
1836
1836
|
(typeof DeinterlacerMode)[keyof typeof DeinterlacerMode];
|
|
1837
1837
|
export interface Deinterlacer {
|
|
1838
|
-
Algorithm?: DeinterlaceAlgorithm
|
|
1839
|
-
Control?: DeinterlacerControl
|
|
1840
|
-
Mode?: DeinterlacerMode
|
|
1838
|
+
Algorithm?: DeinterlaceAlgorithm;
|
|
1839
|
+
Control?: DeinterlacerControl;
|
|
1840
|
+
Mode?: DeinterlacerMode;
|
|
1841
1841
|
}
|
|
1842
1842
|
export interface DolbyVisionLevel6Metadata {
|
|
1843
1843
|
MaxCll?: number;
|
|
@@ -1864,9 +1864,9 @@ export type DolbyVisionProfile =
|
|
|
1864
1864
|
(typeof DolbyVisionProfile)[keyof typeof DolbyVisionProfile];
|
|
1865
1865
|
export interface DolbyVision {
|
|
1866
1866
|
L6Metadata?: DolbyVisionLevel6Metadata;
|
|
1867
|
-
L6Mode?: DolbyVisionLevel6Mode
|
|
1868
|
-
Mapping?: DolbyVisionMapping
|
|
1869
|
-
Profile?: DolbyVisionProfile
|
|
1867
|
+
L6Mode?: DolbyVisionLevel6Mode;
|
|
1868
|
+
Mapping?: DolbyVisionMapping;
|
|
1869
|
+
Profile?: DolbyVisionProfile;
|
|
1870
1870
|
}
|
|
1871
1871
|
export interface Hdr10Plus {
|
|
1872
1872
|
MasteringMonitorNits?: number;
|
|
@@ -1908,15 +1908,13 @@ export type NoiseFilterPostTemporalSharpeningStrength =
|
|
|
1908
1908
|
(typeof NoiseFilterPostTemporalSharpeningStrength)[keyof typeof NoiseFilterPostTemporalSharpeningStrength];
|
|
1909
1909
|
export interface NoiseReducerTemporalFilterSettings {
|
|
1910
1910
|
AggressiveMode?: number;
|
|
1911
|
-
PostTemporalSharpening?: NoiseFilterPostTemporalSharpening
|
|
1912
|
-
PostTemporalSharpeningStrength?:
|
|
1913
|
-
| NoiseFilterPostTemporalSharpeningStrength
|
|
1914
|
-
| string;
|
|
1911
|
+
PostTemporalSharpening?: NoiseFilterPostTemporalSharpening;
|
|
1912
|
+
PostTemporalSharpeningStrength?: NoiseFilterPostTemporalSharpeningStrength;
|
|
1915
1913
|
Speed?: number;
|
|
1916
1914
|
Strength?: number;
|
|
1917
1915
|
}
|
|
1918
1916
|
export interface NoiseReducer {
|
|
1919
|
-
Filter?: NoiseReducerFilter
|
|
1917
|
+
Filter?: NoiseReducerFilter;
|
|
1920
1918
|
FilterSettings?: NoiseReducerFilterSettings;
|
|
1921
1919
|
SpatialFilterSettings?: NoiseReducerSpatialFilterSettings;
|
|
1922
1920
|
TemporalFilterSettings?: NoiseReducerTemporalFilterSettings;
|
|
@@ -1934,7 +1932,7 @@ export interface NexGuardFileMarkerSettings {
|
|
|
1934
1932
|
License?: string;
|
|
1935
1933
|
Payload?: number;
|
|
1936
1934
|
Preset?: string;
|
|
1937
|
-
Strength?: WatermarkingStrength
|
|
1935
|
+
Strength?: WatermarkingStrength;
|
|
1938
1936
|
}
|
|
1939
1937
|
export interface PartnerWatermarking {
|
|
1940
1938
|
NexguardFileMarkerSettings?: NexGuardFileMarkerSettings;
|
|
@@ -1954,7 +1952,7 @@ export type TimecodeBurninPosition =
|
|
|
1954
1952
|
(typeof TimecodeBurninPosition)[keyof typeof TimecodeBurninPosition];
|
|
1955
1953
|
export interface TimecodeBurnin {
|
|
1956
1954
|
FontSize?: number;
|
|
1957
|
-
Position?: TimecodeBurninPosition
|
|
1955
|
+
Position?: TimecodeBurninPosition;
|
|
1958
1956
|
Prefix?: string;
|
|
1959
1957
|
}
|
|
1960
1958
|
export interface VideoPreprocessor {
|
|
@@ -1968,19 +1966,19 @@ export interface VideoPreprocessor {
|
|
|
1968
1966
|
TimecodeBurnin?: TimecodeBurnin;
|
|
1969
1967
|
}
|
|
1970
1968
|
export interface VideoDescription {
|
|
1971
|
-
AfdSignaling?: AfdSignaling
|
|
1972
|
-
AntiAlias?: AntiAlias
|
|
1969
|
+
AfdSignaling?: AfdSignaling;
|
|
1970
|
+
AntiAlias?: AntiAlias;
|
|
1973
1971
|
CodecSettings?: VideoCodecSettings;
|
|
1974
|
-
ColorMetadata?: ColorMetadata
|
|
1972
|
+
ColorMetadata?: ColorMetadata;
|
|
1975
1973
|
Crop?: Rectangle;
|
|
1976
|
-
DropFrameTimecode?: DropFrameTimecode
|
|
1974
|
+
DropFrameTimecode?: DropFrameTimecode;
|
|
1977
1975
|
FixedAfd?: number;
|
|
1978
1976
|
Height?: number;
|
|
1979
1977
|
Position?: Rectangle;
|
|
1980
|
-
RespondToAfd?: RespondToAfd
|
|
1981
|
-
ScalingBehavior?: ScalingBehavior
|
|
1978
|
+
RespondToAfd?: RespondToAfd;
|
|
1979
|
+
ScalingBehavior?: ScalingBehavior;
|
|
1982
1980
|
Sharpness?: number;
|
|
1983
|
-
TimecodeInsertion?: VideoTimecodeInsertion
|
|
1981
|
+
TimecodeInsertion?: VideoTimecodeInsertion;
|
|
1984
1982
|
VideoPreprocessors?: VideoPreprocessor;
|
|
1985
1983
|
Width?: number;
|
|
1986
1984
|
}
|
|
@@ -2010,7 +2008,7 @@ export type TimecodeSource =
|
|
|
2010
2008
|
(typeof TimecodeSource)[keyof typeof TimecodeSource];
|
|
2011
2009
|
export interface TimecodeConfig {
|
|
2012
2010
|
Anchor?: string;
|
|
2013
|
-
Source?: TimecodeSource
|
|
2011
|
+
Source?: TimecodeSource;
|
|
2014
2012
|
Start?: string;
|
|
2015
2013
|
TimestampOffset?: string;
|
|
2016
2014
|
}
|
|
@@ -2075,12 +2073,12 @@ export interface WarningGroup {
|
|
|
2075
2073
|
}
|
|
2076
2074
|
export interface Job {
|
|
2077
2075
|
AccelerationSettings?: AccelerationSettings;
|
|
2078
|
-
AccelerationStatus?: AccelerationStatus
|
|
2076
|
+
AccelerationStatus?: AccelerationStatus;
|
|
2079
2077
|
Arn?: string;
|
|
2080
|
-
BillingTagsSource?: BillingTagsSource
|
|
2078
|
+
BillingTagsSource?: BillingTagsSource;
|
|
2081
2079
|
ClientRequestToken?: string;
|
|
2082
2080
|
CreatedAt?: Date;
|
|
2083
|
-
CurrentPhase?: JobPhase
|
|
2081
|
+
CurrentPhase?: JobPhase;
|
|
2084
2082
|
ErrorCode?: number;
|
|
2085
2083
|
ErrorMessage?: string;
|
|
2086
2084
|
HopDestinations?: HopDestination[];
|
|
@@ -2095,9 +2093,9 @@ export interface Job {
|
|
|
2095
2093
|
RetryCount?: number;
|
|
2096
2094
|
Role: string | undefined;
|
|
2097
2095
|
Settings: JobSettings | undefined;
|
|
2098
|
-
SimulateReservedQueue?: SimulateReservedQueue
|
|
2099
|
-
Status?: JobStatus
|
|
2100
|
-
StatusUpdateInterval?: StatusUpdateInterval
|
|
2096
|
+
SimulateReservedQueue?: SimulateReservedQueue;
|
|
2097
|
+
Status?: JobStatus;
|
|
2098
|
+
StatusUpdateInterval?: StatusUpdateInterval;
|
|
2101
2099
|
Timing?: Timing;
|
|
2102
2100
|
UserMetadata?: Record<string, string>;
|
|
2103
2101
|
Warnings?: WarningGroup[];
|
|
@@ -2133,8 +2131,8 @@ export interface JobTemplate {
|
|
|
2133
2131
|
Priority?: number;
|
|
2134
2132
|
Queue?: string;
|
|
2135
2133
|
Settings: JobTemplateSettings | undefined;
|
|
2136
|
-
StatusUpdateInterval?: StatusUpdateInterval
|
|
2137
|
-
Type?: Type
|
|
2134
|
+
StatusUpdateInterval?: StatusUpdateInterval;
|
|
2135
|
+
Type?: Type;
|
|
2138
2136
|
}
|
|
2139
2137
|
export interface PresetSettings {
|
|
2140
2138
|
AudioDescriptions?: AudioDescription[];
|
|
@@ -2150,7 +2148,7 @@ export interface Preset {
|
|
|
2150
2148
|
LastUpdated?: Date;
|
|
2151
2149
|
Name: string | undefined;
|
|
2152
2150
|
Settings: PresetSettings | undefined;
|
|
2153
|
-
Type?: Type
|
|
2151
|
+
Type?: Type;
|
|
2154
2152
|
}
|
|
2155
2153
|
export declare const PricingPlan: {
|
|
2156
2154
|
readonly ON_DEMAND: "ON_DEMAND";
|
|
@@ -2173,12 +2171,12 @@ export declare const ReservationPlanStatus: {
|
|
|
2173
2171
|
export type ReservationPlanStatus =
|
|
2174
2172
|
(typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
2175
2173
|
export interface ReservationPlan {
|
|
2176
|
-
Commitment?: Commitment
|
|
2174
|
+
Commitment?: Commitment;
|
|
2177
2175
|
ExpiresAt?: Date;
|
|
2178
2176
|
PurchasedAt?: Date;
|
|
2179
|
-
RenewalType?: RenewalType
|
|
2177
|
+
RenewalType?: RenewalType;
|
|
2180
2178
|
ReservedSlots?: number;
|
|
2181
|
-
Status?: ReservationPlanStatus
|
|
2179
|
+
Status?: ReservationPlanStatus;
|
|
2182
2180
|
}
|
|
2183
2181
|
export declare const QueueStatus: {
|
|
2184
2182
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -2191,12 +2189,12 @@ export interface Queue {
|
|
|
2191
2189
|
Description?: string;
|
|
2192
2190
|
LastUpdated?: Date;
|
|
2193
2191
|
Name: string | undefined;
|
|
2194
|
-
PricingPlan?: PricingPlan
|
|
2192
|
+
PricingPlan?: PricingPlan;
|
|
2195
2193
|
ProgressingJobsCount?: number;
|
|
2196
2194
|
ReservationPlan?: ReservationPlan;
|
|
2197
|
-
Status?: QueueStatus
|
|
2195
|
+
Status?: QueueStatus;
|
|
2198
2196
|
SubmittedJobsCount?: number;
|
|
2199
|
-
Type?: Type
|
|
2197
|
+
Type?: Type;
|
|
2200
2198
|
}
|
|
2201
2199
|
export interface AssociateCertificateRequest {
|
|
2202
2200
|
Arn: string | undefined;
|
|
@@ -2250,7 +2248,7 @@ export interface CancelJobRequest {
|
|
|
2250
2248
|
export interface CancelJobResponse {}
|
|
2251
2249
|
export interface CreateJobRequest {
|
|
2252
2250
|
AccelerationSettings?: AccelerationSettings;
|
|
2253
|
-
BillingTagsSource?: BillingTagsSource
|
|
2251
|
+
BillingTagsSource?: BillingTagsSource;
|
|
2254
2252
|
ClientRequestToken?: string;
|
|
2255
2253
|
HopDestinations?: HopDestination[];
|
|
2256
2254
|
JobTemplate?: string;
|
|
@@ -2258,8 +2256,8 @@ export interface CreateJobRequest {
|
|
|
2258
2256
|
Queue?: string;
|
|
2259
2257
|
Role: string | undefined;
|
|
2260
2258
|
Settings: JobSettings | undefined;
|
|
2261
|
-
SimulateReservedQueue?: SimulateReservedQueue
|
|
2262
|
-
StatusUpdateInterval?: StatusUpdateInterval
|
|
2259
|
+
SimulateReservedQueue?: SimulateReservedQueue;
|
|
2260
|
+
StatusUpdateInterval?: StatusUpdateInterval;
|
|
2263
2261
|
Tags?: Record<string, string>;
|
|
2264
2262
|
UserMetadata?: Record<string, string>;
|
|
2265
2263
|
}
|
|
@@ -2275,7 +2273,7 @@ export interface CreateJobTemplateRequest {
|
|
|
2275
2273
|
Priority?: number;
|
|
2276
2274
|
Queue?: string;
|
|
2277
2275
|
Settings: JobTemplateSettings | undefined;
|
|
2278
|
-
StatusUpdateInterval?: StatusUpdateInterval
|
|
2276
|
+
StatusUpdateInterval?: StatusUpdateInterval;
|
|
2279
2277
|
Tags?: Record<string, string>;
|
|
2280
2278
|
}
|
|
2281
2279
|
export interface CreateJobTemplateResponse {
|
|
@@ -2292,7 +2290,7 @@ export interface CreatePresetResponse {
|
|
|
2292
2290
|
Preset?: Preset;
|
|
2293
2291
|
}
|
|
2294
2292
|
export interface ReservationPlanSettings {
|
|
2295
|
-
Commitment: Commitment |
|
|
2296
|
-
RenewalType: RenewalType |
|
|
2293
|
+
Commitment: Commitment | undefined;
|
|
2294
|
+
RenewalType: RenewalType | undefined;
|
|
2297
2295
|
ReservedSlots: number | undefined;
|
|
2298
2296
|
}
|