@aws-sdk/client-mediaconvert 3.714.0 → 3.721.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +39 -15
- package/dist-es/models/models_0.js +4 -7
- package/dist-es/models/models_1.js +15 -11
- package/dist-es/models/models_2.js +11 -0
- package/dist-es/protocols/Aws_restJson1.js +6 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +6 -0
- package/dist-types/commands/GetJobCommand.d.ts +3 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +3 -0
- package/dist-types/commands/GetPresetCommand.d.ts +3 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +3 -0
- package/dist-types/commands/ListJobsCommand.d.ts +3 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +3 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +17 -15
- package/dist-types/models/models_1.d.ts +51 -37
- package/dist-types/models/models_2.d.ts +36 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -9
- package/dist-types/ts3.4/models/models_1.d.ts +22 -16
- package/dist-types/ts3.4/models/models_2.d.ts +15 -3
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -234,6 +234,7 @@ __export(src_exports, {
|
|
|
234
234
|
H264Telecine: () => H264Telecine,
|
|
235
235
|
H264TemporalAdaptiveQuantization: () => H264TemporalAdaptiveQuantization,
|
|
236
236
|
H264UnregisteredSeiTimecode: () => H264UnregisteredSeiTimecode,
|
|
237
|
+
H264WriteMp4PackagingType: () => H264WriteMp4PackagingType,
|
|
237
238
|
H265AdaptiveQuantization: () => H265AdaptiveQuantization,
|
|
238
239
|
H265AlternateTransferFunctionSei: () => H265AlternateTransferFunctionSei,
|
|
239
240
|
H265CodecLevel: () => H265CodecLevel,
|
|
@@ -406,6 +407,7 @@ __export(src_exports, {
|
|
|
406
407
|
PutPolicyCommand: () => PutPolicyCommand,
|
|
407
408
|
QueueListBy: () => QueueListBy,
|
|
408
409
|
QueueStatus: () => QueueStatus,
|
|
410
|
+
RemoveRubyReserveAttributes: () => RemoveRubyReserveAttributes,
|
|
409
411
|
RenewalType: () => RenewalType,
|
|
410
412
|
RequiredFlag: () => RequiredFlag,
|
|
411
413
|
ReservationPlanStatus: () => ReservationPlanStatus,
|
|
@@ -425,6 +427,7 @@ __export(src_exports, {
|
|
|
425
427
|
TeletextPageType: () => TeletextPageType,
|
|
426
428
|
TimecodeBurninPosition: () => TimecodeBurninPosition,
|
|
427
429
|
TimecodeSource: () => TimecodeSource,
|
|
430
|
+
TimecodeTrack: () => TimecodeTrack,
|
|
428
431
|
TimedMetadata: () => TimedMetadata,
|
|
429
432
|
TooManyRequestsException: () => TooManyRequestsException,
|
|
430
433
|
TsPtsOffset: () => TsPtsOffset,
|
|
@@ -664,6 +667,17 @@ __name(_MediaConvertServiceException, "MediaConvertServiceException");
|
|
|
664
667
|
var MediaConvertServiceException = _MediaConvertServiceException;
|
|
665
668
|
|
|
666
669
|
// src/models/models_2.ts
|
|
670
|
+
var Commitment = {
|
|
671
|
+
ONE_YEAR: "ONE_YEAR"
|
|
672
|
+
};
|
|
673
|
+
var RenewalType = {
|
|
674
|
+
AUTO_RENEW: "AUTO_RENEW",
|
|
675
|
+
EXPIRE: "EXPIRE"
|
|
676
|
+
};
|
|
677
|
+
var ReservationPlanStatus = {
|
|
678
|
+
ACTIVE: "ACTIVE",
|
|
679
|
+
EXPIRED: "EXPIRED"
|
|
680
|
+
};
|
|
667
681
|
var QueueStatus = {
|
|
668
682
|
ACTIVE: "ACTIVE",
|
|
669
683
|
PAUSED: "PAUSED"
|
|
@@ -2109,6 +2123,7 @@ var se_BurninDestinationSettings = /* @__PURE__ */ __name((input, context) => {
|
|
|
2109
2123
|
hexFontColor: [, , `HexFontColor`],
|
|
2110
2124
|
outlineColor: [, , `OutlineColor`],
|
|
2111
2125
|
outlineSize: [, , `OutlineSize`],
|
|
2126
|
+
removeRubyReserveAttributes: [, , `RemoveRubyReserveAttributes`],
|
|
2112
2127
|
shadowColor: [, , `ShadowColor`],
|
|
2113
2128
|
shadowOpacity: [, , `ShadowOpacity`],
|
|
2114
2129
|
shadowXOffset: [, , `ShadowXOffset`],
|
|
@@ -2635,7 +2650,8 @@ var se_H264Settings = /* @__PURE__ */ __name((input, context) => {
|
|
|
2635
2650
|
syntax: [, , `Syntax`],
|
|
2636
2651
|
telecine: [, , `Telecine`],
|
|
2637
2652
|
temporalAdaptiveQuantization: [, , `TemporalAdaptiveQuantization`],
|
|
2638
|
-
unregisteredSeiTimecode: [, , `UnregisteredSeiTimecode`]
|
|
2653
|
+
unregisteredSeiTimecode: [, , `UnregisteredSeiTimecode`],
|
|
2654
|
+
writeMp4PackagingType: [, , `WriteMp4PackagingType`]
|
|
2639
2655
|
});
|
|
2640
2656
|
}, "se_H264Settings");
|
|
2641
2657
|
var se_H265QvbrSettings = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3549,6 +3565,7 @@ var se_VideoDescription = /* @__PURE__ */ __name((input, context) => {
|
|
|
3549
3565
|
scalingBehavior: [, , `ScalingBehavior`],
|
|
3550
3566
|
sharpness: [, , `Sharpness`],
|
|
3551
3567
|
timecodeInsertion: [, , `TimecodeInsertion`],
|
|
3568
|
+
timecodeTrack: [, , `TimecodeTrack`],
|
|
3552
3569
|
videoPreprocessors: [, (_) => se_VideoPreprocessor(_, context), `VideoPreprocessors`],
|
|
3553
3570
|
width: [, , `Width`]
|
|
3554
3571
|
});
|
|
@@ -4224,6 +4241,7 @@ var de_BurninDestinationSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
4224
4241
|
HexFontColor: [, import_smithy_client.expectString, `hexFontColor`],
|
|
4225
4242
|
OutlineColor: [, import_smithy_client.expectString, `outlineColor`],
|
|
4226
4243
|
OutlineSize: [, import_smithy_client.expectInt32, `outlineSize`],
|
|
4244
|
+
RemoveRubyReserveAttributes: [, import_smithy_client.expectString, `removeRubyReserveAttributes`],
|
|
4227
4245
|
ShadowColor: [, import_smithy_client.expectString, `shadowColor`],
|
|
4228
4246
|
ShadowOpacity: [, import_smithy_client.expectInt32, `shadowOpacity`],
|
|
4229
4247
|
ShadowXOffset: [, import_smithy_client.expectInt32, `shadowXOffset`],
|
|
@@ -4763,7 +4781,8 @@ var de_H264Settings = /* @__PURE__ */ __name((output, context) => {
|
|
|
4763
4781
|
Syntax: [, import_smithy_client.expectString, `syntax`],
|
|
4764
4782
|
Telecine: [, import_smithy_client.expectString, `telecine`],
|
|
4765
4783
|
TemporalAdaptiveQuantization: [, import_smithy_client.expectString, `temporalAdaptiveQuantization`],
|
|
4766
|
-
UnregisteredSeiTimecode: [, import_smithy_client.expectString, `unregisteredSeiTimecode`]
|
|
4784
|
+
UnregisteredSeiTimecode: [, import_smithy_client.expectString, `unregisteredSeiTimecode`],
|
|
4785
|
+
WriteMp4PackagingType: [, import_smithy_client.expectString, `writeMp4PackagingType`]
|
|
4767
4786
|
});
|
|
4768
4787
|
}, "de_H264Settings");
|
|
4769
4788
|
var de_H265QvbrSettings = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5830,6 +5849,7 @@ var de_VideoDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
5830
5849
|
ScalingBehavior: [, import_smithy_client.expectString, `scalingBehavior`],
|
|
5831
5850
|
Sharpness: [, import_smithy_client.expectInt32, `sharpness`],
|
|
5832
5851
|
TimecodeInsertion: [, import_smithy_client.expectString, `timecodeInsertion`],
|
|
5852
|
+
TimecodeTrack: [, import_smithy_client.expectString, `timecodeTrack`],
|
|
5833
5853
|
VideoPreprocessors: [, (_) => de_VideoPreprocessor(_, context), `videoPreprocessors`],
|
|
5834
5854
|
Width: [, import_smithy_client.expectInt32, `width`]
|
|
5835
5855
|
});
|
|
@@ -7088,6 +7108,10 @@ var BurninSubtitleOutlineColor = {
|
|
|
7088
7108
|
WHITE: "WHITE",
|
|
7089
7109
|
YELLOW: "YELLOW"
|
|
7090
7110
|
};
|
|
7111
|
+
var RemoveRubyReserveAttributes = {
|
|
7112
|
+
DISABLED: "DISABLED",
|
|
7113
|
+
ENABLED: "ENABLED"
|
|
7114
|
+
};
|
|
7091
7115
|
var BurninSubtitleShadowColor = {
|
|
7092
7116
|
AUTO: "AUTO",
|
|
7093
7117
|
BLACK: "BLACK",
|
|
@@ -7710,6 +7734,8 @@ var MsSmoothManifestEncoding = {
|
|
|
7710
7734
|
UTF16: "UTF16",
|
|
7711
7735
|
UTF8: "UTF8"
|
|
7712
7736
|
};
|
|
7737
|
+
|
|
7738
|
+
// src/models/models_1.ts
|
|
7713
7739
|
var OutputGroupType = {
|
|
7714
7740
|
CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS",
|
|
7715
7741
|
DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS",
|
|
@@ -7717,8 +7743,6 @@ var OutputGroupType = {
|
|
|
7717
7743
|
HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS",
|
|
7718
7744
|
MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS"
|
|
7719
7745
|
};
|
|
7720
|
-
|
|
7721
|
-
// src/models/models_1.ts
|
|
7722
7746
|
var CmfcAudioDuration = {
|
|
7723
7747
|
DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION",
|
|
7724
7748
|
MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION"
|
|
@@ -8228,6 +8252,10 @@ var H264UnregisteredSeiTimecode = {
|
|
|
8228
8252
|
DISABLED: "DISABLED",
|
|
8229
8253
|
ENABLED: "ENABLED"
|
|
8230
8254
|
};
|
|
8255
|
+
var H264WriteMp4PackagingType = {
|
|
8256
|
+
AVC1: "AVC1",
|
|
8257
|
+
AVC3: "AVC3"
|
|
8258
|
+
};
|
|
8231
8259
|
var H265AdaptiveQuantization = {
|
|
8232
8260
|
AUTO: "AUTO",
|
|
8233
8261
|
HIGH: "HIGH",
|
|
@@ -8722,6 +8750,10 @@ var VideoTimecodeInsertion = {
|
|
|
8722
8750
|
DISABLED: "DISABLED",
|
|
8723
8751
|
PIC_TIMING_SEI: "PIC_TIMING_SEI"
|
|
8724
8752
|
};
|
|
8753
|
+
var TimecodeTrack = {
|
|
8754
|
+
DISABLED: "DISABLED",
|
|
8755
|
+
ENABLED: "ENABLED"
|
|
8756
|
+
};
|
|
8725
8757
|
var ColorSpaceConversion = {
|
|
8726
8758
|
FORCE_601: "FORCE_601",
|
|
8727
8759
|
FORCE_709: "FORCE_709",
|
|
@@ -8849,17 +8881,6 @@ var PricingPlan = {
|
|
|
8849
8881
|
ON_DEMAND: "ON_DEMAND",
|
|
8850
8882
|
RESERVED: "RESERVED"
|
|
8851
8883
|
};
|
|
8852
|
-
var Commitment = {
|
|
8853
|
-
ONE_YEAR: "ONE_YEAR"
|
|
8854
|
-
};
|
|
8855
|
-
var RenewalType = {
|
|
8856
|
-
AUTO_RENEW: "AUTO_RENEW",
|
|
8857
|
-
EXPIRE: "EXPIRE"
|
|
8858
|
-
};
|
|
8859
|
-
var ReservationPlanStatus = {
|
|
8860
|
-
ACTIVE: "ACTIVE",
|
|
8861
|
-
EXPIRED: "EXPIRED"
|
|
8862
|
-
};
|
|
8863
8884
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8864
8885
|
|
|
8865
8886
|
0 && (module.exports = {
|
|
@@ -8963,6 +8984,7 @@ var ReservationPlanStatus = {
|
|
|
8963
8984
|
BurninSubtitleFontColor,
|
|
8964
8985
|
FontScript,
|
|
8965
8986
|
BurninSubtitleOutlineColor,
|
|
8987
|
+
RemoveRubyReserveAttributes,
|
|
8966
8988
|
BurninSubtitleShadowColor,
|
|
8967
8989
|
BurnInSubtitleStylePassthrough,
|
|
8968
8990
|
BurninSubtitleTeletextSpacing,
|
|
@@ -9199,6 +9221,7 @@ var ReservationPlanStatus = {
|
|
|
9199
9221
|
H264Telecine,
|
|
9200
9222
|
H264TemporalAdaptiveQuantization,
|
|
9201
9223
|
H264UnregisteredSeiTimecode,
|
|
9224
|
+
H264WriteMp4PackagingType,
|
|
9202
9225
|
H265AdaptiveQuantization,
|
|
9203
9226
|
H265AlternateTransferFunctionSei,
|
|
9204
9227
|
H265CodecLevel,
|
|
@@ -9302,6 +9325,7 @@ var ReservationPlanStatus = {
|
|
|
9302
9325
|
RespondToAfd,
|
|
9303
9326
|
ScalingBehavior,
|
|
9304
9327
|
VideoTimecodeInsertion,
|
|
9328
|
+
TimecodeTrack,
|
|
9305
9329
|
ColorSpaceConversion,
|
|
9306
9330
|
HDRToSDRToneMapper,
|
|
9307
9331
|
SampleRangeConversion,
|
|
@@ -531,6 +531,10 @@ export const BurninSubtitleOutlineColor = {
|
|
|
531
531
|
WHITE: "WHITE",
|
|
532
532
|
YELLOW: "YELLOW",
|
|
533
533
|
};
|
|
534
|
+
export const RemoveRubyReserveAttributes = {
|
|
535
|
+
DISABLED: "DISABLED",
|
|
536
|
+
ENABLED: "ENABLED",
|
|
537
|
+
};
|
|
534
538
|
export const BurninSubtitleShadowColor = {
|
|
535
539
|
AUTO: "AUTO",
|
|
536
540
|
BLACK: "BLACK",
|
|
@@ -1153,10 +1157,3 @@ export const MsSmoothManifestEncoding = {
|
|
|
1153
1157
|
UTF16: "UTF16",
|
|
1154
1158
|
UTF8: "UTF8",
|
|
1155
1159
|
};
|
|
1156
|
-
export const OutputGroupType = {
|
|
1157
|
-
CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS",
|
|
1158
|
-
DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS",
|
|
1159
|
-
FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS",
|
|
1160
|
-
HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS",
|
|
1161
|
-
MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS",
|
|
1162
|
-
};
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
export const OutputGroupType = {
|
|
2
|
+
CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS",
|
|
3
|
+
DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS",
|
|
4
|
+
FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS",
|
|
5
|
+
HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS",
|
|
6
|
+
MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS",
|
|
7
|
+
};
|
|
1
8
|
export const CmfcAudioDuration = {
|
|
2
9
|
DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION",
|
|
3
10
|
MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION",
|
|
@@ -507,6 +514,10 @@ export const H264UnregisteredSeiTimecode = {
|
|
|
507
514
|
DISABLED: "DISABLED",
|
|
508
515
|
ENABLED: "ENABLED",
|
|
509
516
|
};
|
|
517
|
+
export const H264WriteMp4PackagingType = {
|
|
518
|
+
AVC1: "AVC1",
|
|
519
|
+
AVC3: "AVC3",
|
|
520
|
+
};
|
|
510
521
|
export const H265AdaptiveQuantization = {
|
|
511
522
|
AUTO: "AUTO",
|
|
512
523
|
HIGH: "HIGH",
|
|
@@ -1001,6 +1012,10 @@ export const VideoTimecodeInsertion = {
|
|
|
1001
1012
|
DISABLED: "DISABLED",
|
|
1002
1013
|
PIC_TIMING_SEI: "PIC_TIMING_SEI",
|
|
1003
1014
|
};
|
|
1015
|
+
export const TimecodeTrack = {
|
|
1016
|
+
DISABLED: "DISABLED",
|
|
1017
|
+
ENABLED: "ENABLED",
|
|
1018
|
+
};
|
|
1004
1019
|
export const ColorSpaceConversion = {
|
|
1005
1020
|
FORCE_601: "FORCE_601",
|
|
1006
1021
|
FORCE_709: "FORCE_709",
|
|
@@ -1128,14 +1143,3 @@ export const PricingPlan = {
|
|
|
1128
1143
|
ON_DEMAND: "ON_DEMAND",
|
|
1129
1144
|
RESERVED: "RESERVED",
|
|
1130
1145
|
};
|
|
1131
|
-
export const Commitment = {
|
|
1132
|
-
ONE_YEAR: "ONE_YEAR",
|
|
1133
|
-
};
|
|
1134
|
-
export const RenewalType = {
|
|
1135
|
-
AUTO_RENEW: "AUTO_RENEW",
|
|
1136
|
-
EXPIRE: "EXPIRE",
|
|
1137
|
-
};
|
|
1138
|
-
export const ReservationPlanStatus = {
|
|
1139
|
-
ACTIVE: "ACTIVE",
|
|
1140
|
-
EXPIRED: "EXPIRED",
|
|
1141
|
-
};
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
2
|
+
export const Commitment = {
|
|
3
|
+
ONE_YEAR: "ONE_YEAR",
|
|
4
|
+
};
|
|
5
|
+
export const RenewalType = {
|
|
6
|
+
AUTO_RENEW: "AUTO_RENEW",
|
|
7
|
+
EXPIRE: "EXPIRE",
|
|
8
|
+
};
|
|
9
|
+
export const ReservationPlanStatus = {
|
|
10
|
+
ACTIVE: "ACTIVE",
|
|
11
|
+
EXPIRED: "EXPIRED",
|
|
12
|
+
};
|
|
2
13
|
export const QueueStatus = {
|
|
3
14
|
ACTIVE: "ACTIVE",
|
|
4
15
|
PAUSED: "PAUSED",
|
|
@@ -1335,6 +1335,7 @@ const se_BurninDestinationSettings = (input, context) => {
|
|
|
1335
1335
|
hexFontColor: [, , `HexFontColor`],
|
|
1336
1336
|
outlineColor: [, , `OutlineColor`],
|
|
1337
1337
|
outlineSize: [, , `OutlineSize`],
|
|
1338
|
+
removeRubyReserveAttributes: [, , `RemoveRubyReserveAttributes`],
|
|
1338
1339
|
shadowColor: [, , `ShadowColor`],
|
|
1339
1340
|
shadowOpacity: [, , `ShadowOpacity`],
|
|
1340
1341
|
shadowXOffset: [, , `ShadowXOffset`],
|
|
@@ -1862,6 +1863,7 @@ const se_H264Settings = (input, context) => {
|
|
|
1862
1863
|
telecine: [, , `Telecine`],
|
|
1863
1864
|
temporalAdaptiveQuantization: [, , `TemporalAdaptiveQuantization`],
|
|
1864
1865
|
unregisteredSeiTimecode: [, , `UnregisteredSeiTimecode`],
|
|
1866
|
+
writeMp4PackagingType: [, , `WriteMp4PackagingType`],
|
|
1865
1867
|
});
|
|
1866
1868
|
};
|
|
1867
1869
|
const se_H265QvbrSettings = (input, context) => {
|
|
@@ -2775,6 +2777,7 @@ const se_VideoDescription = (input, context) => {
|
|
|
2775
2777
|
scalingBehavior: [, , `ScalingBehavior`],
|
|
2776
2778
|
sharpness: [, , `Sharpness`],
|
|
2777
2779
|
timecodeInsertion: [, , `TimecodeInsertion`],
|
|
2780
|
+
timecodeTrack: [, , `TimecodeTrack`],
|
|
2778
2781
|
videoPreprocessors: [, (_) => se_VideoPreprocessor(_, context), `VideoPreprocessors`],
|
|
2779
2782
|
width: [, , `Width`],
|
|
2780
2783
|
});
|
|
@@ -3522,6 +3525,7 @@ const de_BurninDestinationSettings = (output, context) => {
|
|
|
3522
3525
|
HexFontColor: [, __expectString, `hexFontColor`],
|
|
3523
3526
|
OutlineColor: [, __expectString, `outlineColor`],
|
|
3524
3527
|
OutlineSize: [, __expectInt32, `outlineSize`],
|
|
3528
|
+
RemoveRubyReserveAttributes: [, __expectString, `removeRubyReserveAttributes`],
|
|
3525
3529
|
ShadowColor: [, __expectString, `shadowColor`],
|
|
3526
3530
|
ShadowOpacity: [, __expectInt32, `shadowOpacity`],
|
|
3527
3531
|
ShadowXOffset: [, __expectInt32, `shadowXOffset`],
|
|
@@ -4062,6 +4066,7 @@ const de_H264Settings = (output, context) => {
|
|
|
4062
4066
|
Telecine: [, __expectString, `telecine`],
|
|
4063
4067
|
TemporalAdaptiveQuantization: [, __expectString, `temporalAdaptiveQuantization`],
|
|
4064
4068
|
UnregisteredSeiTimecode: [, __expectString, `unregisteredSeiTimecode`],
|
|
4069
|
+
WriteMp4PackagingType: [, __expectString, `writeMp4PackagingType`],
|
|
4065
4070
|
});
|
|
4066
4071
|
};
|
|
4067
4072
|
const de_H265QvbrSettings = (output, context) => {
|
|
@@ -5128,6 +5133,7 @@ const de_VideoDescription = (output, context) => {
|
|
|
5128
5133
|
ScalingBehavior: [, __expectString, `scalingBehavior`],
|
|
5129
5134
|
Sharpness: [, __expectInt32, `sharpness`],
|
|
5130
5135
|
TimecodeInsertion: [, __expectString, `timecodeInsertion`],
|
|
5136
|
+
TimecodeTrack: [, __expectString, `timecodeTrack`],
|
|
5131
5137
|
VideoPreprocessors: [, (_) => de_VideoPreprocessor(_, context), `videoPreprocessors`],
|
|
5132
5138
|
Width: [, __expectInt32, `width`],
|
|
5133
5139
|
});
|
|
@@ -868,6 +868,7 @@ declare const CreateJobCommand_base: {
|
|
|
868
868
|
* HexFontColor: "STRING_VALUE",
|
|
869
869
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
870
870
|
* OutlineSize: Number("int"),
|
|
871
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
871
872
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
872
873
|
* ShadowOpacity: Number("int"),
|
|
873
874
|
* ShadowXOffset: Number("int"),
|
|
@@ -1197,6 +1198,7 @@ declare const CreateJobCommand_base: {
|
|
|
1197
1198
|
* Telecine: "NONE" || "SOFT" || "HARD",
|
|
1198
1199
|
* TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1199
1200
|
* UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1201
|
+
* WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1200
1202
|
* },
|
|
1201
1203
|
* H265Settings: { // H265Settings
|
|
1202
1204
|
* AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1416,6 +1418,7 @@ declare const CreateJobCommand_base: {
|
|
|
1416
1418
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1417
1419
|
* Sharpness: Number("int"),
|
|
1418
1420
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1421
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1419
1422
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
1420
1423
|
* ColorCorrector: { // ColorCorrector
|
|
1421
1424
|
* Brightness: Number("int"),
|
|
@@ -2421,6 +2424,7 @@ declare const CreateJobCommand_base: {
|
|
|
2421
2424
|
* // HexFontColor: "STRING_VALUE",
|
|
2422
2425
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
2423
2426
|
* // OutlineSize: Number("int"),
|
|
2427
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
2424
2428
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
2425
2429
|
* // ShadowOpacity: Number("int"),
|
|
2426
2430
|
* // ShadowXOffset: Number("int"),
|
|
@@ -2750,6 +2754,7 @@ declare const CreateJobCommand_base: {
|
|
|
2750
2754
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
2751
2755
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
2752
2756
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
2757
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
2753
2758
|
* // },
|
|
2754
2759
|
* // H265Settings: { // H265Settings
|
|
2755
2760
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -2969,6 +2974,7 @@ declare const CreateJobCommand_base: {
|
|
|
2969
2974
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
2970
2975
|
* // Sharpness: Number("int"),
|
|
2971
2976
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
2977
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
2972
2978
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
2973
2979
|
* // ColorCorrector: { // ColorCorrector
|
|
2974
2980
|
* // Brightness: Number("int"),
|
|
@@ -849,6 +849,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
849
849
|
* HexFontColor: "STRING_VALUE",
|
|
850
850
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
851
851
|
* OutlineSize: Number("int"),
|
|
852
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
852
853
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
853
854
|
* ShadowOpacity: Number("int"),
|
|
854
855
|
* ShadowXOffset: Number("int"),
|
|
@@ -1178,6 +1179,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
1178
1179
|
* Telecine: "NONE" || "SOFT" || "HARD",
|
|
1179
1180
|
* TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1180
1181
|
* UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1182
|
+
* WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1181
1183
|
* },
|
|
1182
1184
|
* H265Settings: { // H265Settings
|
|
1183
1185
|
* AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1397,6 +1399,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
1397
1399
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1398
1400
|
* Sharpness: Number("int"),
|
|
1399
1401
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1402
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1400
1403
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
1401
1404
|
* ColorCorrector: { // ColorCorrector
|
|
1402
1405
|
* Brightness: Number("int"),
|
|
@@ -2344,6 +2347,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
2344
2347
|
* // HexFontColor: "STRING_VALUE",
|
|
2345
2348
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
2346
2349
|
* // OutlineSize: Number("int"),
|
|
2350
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
2347
2351
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
2348
2352
|
* // ShadowOpacity: Number("int"),
|
|
2349
2353
|
* // ShadowXOffset: Number("int"),
|
|
@@ -2673,6 +2677,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
2673
2677
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
2674
2678
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
2675
2679
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
2680
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
2676
2681
|
* // },
|
|
2677
2682
|
* // H265Settings: { // H265Settings
|
|
2678
2683
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -2892,6 +2897,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
2892
2897
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
2893
2898
|
* // Sharpness: Number("int"),
|
|
2894
2899
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
2900
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
2895
2901
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
2896
2902
|
* // ColorCorrector: { // ColorCorrector
|
|
2897
2903
|
* // Brightness: Number("int"),
|
|
@@ -211,6 +211,7 @@ declare const CreatePresetCommand_base: {
|
|
|
211
211
|
* HexFontColor: "STRING_VALUE",
|
|
212
212
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
213
213
|
* OutlineSize: Number("int"),
|
|
214
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
214
215
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
215
216
|
* ShadowOpacity: Number("int"),
|
|
216
217
|
* ShadowXOffset: Number("int"),
|
|
@@ -526,6 +527,7 @@ declare const CreatePresetCommand_base: {
|
|
|
526
527
|
* Telecine: "NONE" || "SOFT" || "HARD",
|
|
527
528
|
* TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
528
529
|
* UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
530
|
+
* WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
529
531
|
* },
|
|
530
532
|
* H265Settings: { // H265Settings
|
|
531
533
|
* AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -745,6 +747,7 @@ declare const CreatePresetCommand_base: {
|
|
|
745
747
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
746
748
|
* Sharpness: Number("int"),
|
|
747
749
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
750
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
748
751
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
749
752
|
* ColorCorrector: { // ColorCorrector
|
|
750
753
|
* Brightness: Number("int"),
|
|
@@ -1035,6 +1038,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1035
1038
|
* // HexFontColor: "STRING_VALUE",
|
|
1036
1039
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
1037
1040
|
* // OutlineSize: Number("int"),
|
|
1041
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
1038
1042
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
1039
1043
|
* // ShadowOpacity: Number("int"),
|
|
1040
1044
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1350,6 +1354,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1350
1354
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1351
1355
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1352
1356
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1357
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1353
1358
|
* // },
|
|
1354
1359
|
* // H265Settings: { // H265Settings
|
|
1355
1360
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1569,6 +1574,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1569
1574
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1570
1575
|
* // Sharpness: Number("int"),
|
|
1571
1576
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1577
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1572
1578
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1573
1579
|
* // ColorCorrector: { // ColorCorrector
|
|
1574
1580
|
* // Brightness: Number("int"),
|
|
@@ -912,6 +912,7 @@ declare const GetJobCommand_base: {
|
|
|
912
912
|
* // HexFontColor: "STRING_VALUE",
|
|
913
913
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
914
914
|
* // OutlineSize: Number("int"),
|
|
915
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
915
916
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
916
917
|
* // ShadowOpacity: Number("int"),
|
|
917
918
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1241,6 +1242,7 @@ declare const GetJobCommand_base: {
|
|
|
1241
1242
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1242
1243
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1243
1244
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1245
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1244
1246
|
* // },
|
|
1245
1247
|
* // H265Settings: { // H265Settings
|
|
1246
1248
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1460,6 +1462,7 @@ declare const GetJobCommand_base: {
|
|
|
1460
1462
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1461
1463
|
* // Sharpness: Number("int"),
|
|
1462
1464
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1465
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1463
1466
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1464
1467
|
* // ColorCorrector: { // ColorCorrector
|
|
1465
1468
|
* // Brightness: Number("int"),
|
|
@@ -858,6 +858,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
858
858
|
* // HexFontColor: "STRING_VALUE",
|
|
859
859
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
860
860
|
* // OutlineSize: Number("int"),
|
|
861
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
861
862
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
862
863
|
* // ShadowOpacity: Number("int"),
|
|
863
864
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1187,6 +1188,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1187
1188
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1188
1189
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1189
1190
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1191
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1190
1192
|
* // },
|
|
1191
1193
|
* // H265Settings: { // H265Settings
|
|
1192
1194
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1406,6 +1408,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1406
1408
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1407
1409
|
* // Sharpness: Number("int"),
|
|
1408
1410
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1411
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1409
1412
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1410
1413
|
* // ColorCorrector: { // ColorCorrector
|
|
1411
1414
|
* // Brightness: Number("int"),
|
|
@@ -220,6 +220,7 @@ declare const GetPresetCommand_base: {
|
|
|
220
220
|
* // HexFontColor: "STRING_VALUE",
|
|
221
221
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
222
222
|
* // OutlineSize: Number("int"),
|
|
223
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
223
224
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
224
225
|
* // ShadowOpacity: Number("int"),
|
|
225
226
|
* // ShadowXOffset: Number("int"),
|
|
@@ -535,6 +536,7 @@ declare const GetPresetCommand_base: {
|
|
|
535
536
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
536
537
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
537
538
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
539
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
538
540
|
* // },
|
|
539
541
|
* // H265Settings: { // H265Settings
|
|
540
542
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -754,6 +756,7 @@ declare const GetPresetCommand_base: {
|
|
|
754
756
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
755
757
|
* // Sharpness: Number("int"),
|
|
756
758
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
759
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
757
760
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
758
761
|
* // ColorCorrector: { // ColorCorrector
|
|
759
762
|
* // Brightness: Number("int"),
|
|
@@ -863,6 +863,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
863
863
|
* // HexFontColor: "STRING_VALUE",
|
|
864
864
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
865
865
|
* // OutlineSize: Number("int"),
|
|
866
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
866
867
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
867
868
|
* // ShadowOpacity: Number("int"),
|
|
868
869
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1192,6 +1193,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1192
1193
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1193
1194
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1194
1195
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1196
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1195
1197
|
* // },
|
|
1196
1198
|
* // H265Settings: { // H265Settings
|
|
1197
1199
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1411,6 +1413,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1411
1413
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1412
1414
|
* // Sharpness: Number("int"),
|
|
1413
1415
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1416
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1414
1417
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1415
1418
|
* // ColorCorrector: { // ColorCorrector
|
|
1416
1419
|
* // Brightness: Number("int"),
|
|
@@ -917,6 +917,7 @@ declare const ListJobsCommand_base: {
|
|
|
917
917
|
* // HexFontColor: "STRING_VALUE",
|
|
918
918
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
919
919
|
* // OutlineSize: Number("int"),
|
|
920
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
920
921
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
921
922
|
* // ShadowOpacity: Number("int"),
|
|
922
923
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1246,6 +1247,7 @@ declare const ListJobsCommand_base: {
|
|
|
1246
1247
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1247
1248
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1248
1249
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1250
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1249
1251
|
* // },
|
|
1250
1252
|
* // H265Settings: { // H265Settings
|
|
1251
1253
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1465,6 +1467,7 @@ declare const ListJobsCommand_base: {
|
|
|
1465
1467
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1466
1468
|
* // Sharpness: Number("int"),
|
|
1467
1469
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1470
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1468
1471
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1469
1472
|
* // ColorCorrector: { // ColorCorrector
|
|
1470
1473
|
* // Brightness: Number("int"),
|
|
@@ -226,6 +226,7 @@ declare const ListPresetsCommand_base: {
|
|
|
226
226
|
* // HexFontColor: "STRING_VALUE",
|
|
227
227
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
228
228
|
* // OutlineSize: Number("int"),
|
|
229
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
229
230
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
230
231
|
* // ShadowOpacity: Number("int"),
|
|
231
232
|
* // ShadowXOffset: Number("int"),
|
|
@@ -541,6 +542,7 @@ declare const ListPresetsCommand_base: {
|
|
|
541
542
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
542
543
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
543
544
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
545
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
544
546
|
* // },
|
|
545
547
|
* // H265Settings: { // H265Settings
|
|
546
548
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -760,6 +762,7 @@ declare const ListPresetsCommand_base: {
|
|
|
760
762
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
761
763
|
* // Sharpness: Number("int"),
|
|
762
764
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
765
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
763
766
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
764
767
|
* // ColorCorrector: { // ColorCorrector
|
|
765
768
|
* // Brightness: Number("int"),
|
|
@@ -918,6 +918,7 @@ declare const SearchJobsCommand_base: {
|
|
|
918
918
|
* // HexFontColor: "STRING_VALUE",
|
|
919
919
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
920
920
|
* // OutlineSize: Number("int"),
|
|
921
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
921
922
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
922
923
|
* // ShadowOpacity: Number("int"),
|
|
923
924
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1247,6 +1248,7 @@ declare const SearchJobsCommand_base: {
|
|
|
1247
1248
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1248
1249
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1249
1250
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1251
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1250
1252
|
* // },
|
|
1251
1253
|
* // H265Settings: { // H265Settings
|
|
1252
1254
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1466,6 +1468,7 @@ declare const SearchJobsCommand_base: {
|
|
|
1466
1468
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1467
1469
|
* // Sharpness: Number("int"),
|
|
1468
1470
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1471
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1469
1472
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1470
1473
|
* // ColorCorrector: { // ColorCorrector
|
|
1471
1474
|
* // Brightness: Number("int"),
|
|
@@ -849,6 +849,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
849
849
|
* HexFontColor: "STRING_VALUE",
|
|
850
850
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
851
851
|
* OutlineSize: Number("int"),
|
|
852
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
852
853
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
853
854
|
* ShadowOpacity: Number("int"),
|
|
854
855
|
* ShadowXOffset: Number("int"),
|
|
@@ -1178,6 +1179,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1178
1179
|
* Telecine: "NONE" || "SOFT" || "HARD",
|
|
1179
1180
|
* TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1180
1181
|
* UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1182
|
+
* WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1181
1183
|
* },
|
|
1182
1184
|
* H265Settings: { // H265Settings
|
|
1183
1185
|
* AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1397,6 +1399,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1397
1399
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1398
1400
|
* Sharpness: Number("int"),
|
|
1399
1401
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1402
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1400
1403
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
1401
1404
|
* ColorCorrector: { // ColorCorrector
|
|
1402
1405
|
* Brightness: Number("int"),
|
|
@@ -2341,6 +2344,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2341
2344
|
* // HexFontColor: "STRING_VALUE",
|
|
2342
2345
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
2343
2346
|
* // OutlineSize: Number("int"),
|
|
2347
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
2344
2348
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
2345
2349
|
* // ShadowOpacity: Number("int"),
|
|
2346
2350
|
* // ShadowXOffset: Number("int"),
|
|
@@ -2670,6 +2674,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2670
2674
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
2671
2675
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
2672
2676
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
2677
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
2673
2678
|
* // },
|
|
2674
2679
|
* // H265Settings: { // H265Settings
|
|
2675
2680
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -2889,6 +2894,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2889
2894
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
2890
2895
|
* // Sharpness: Number("int"),
|
|
2891
2896
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
2897
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
2892
2898
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
2893
2899
|
* // ColorCorrector: { // ColorCorrector
|
|
2894
2900
|
* // Brightness: Number("int"),
|
|
@@ -211,6 +211,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
211
211
|
* HexFontColor: "STRING_VALUE",
|
|
212
212
|
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
213
213
|
* OutlineSize: Number("int"),
|
|
214
|
+
* RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
214
215
|
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
215
216
|
* ShadowOpacity: Number("int"),
|
|
216
217
|
* ShadowXOffset: Number("int"),
|
|
@@ -526,6 +527,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
526
527
|
* Telecine: "NONE" || "SOFT" || "HARD",
|
|
527
528
|
* TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
528
529
|
* UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
530
|
+
* WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
529
531
|
* },
|
|
530
532
|
* H265Settings: { // H265Settings
|
|
531
533
|
* AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -745,6 +747,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
745
747
|
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
746
748
|
* Sharpness: Number("int"),
|
|
747
749
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
750
|
+
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
748
751
|
* VideoPreprocessors: { // VideoPreprocessor
|
|
749
752
|
* ColorCorrector: { // ColorCorrector
|
|
750
753
|
* Brightness: Number("int"),
|
|
@@ -1032,6 +1035,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1032
1035
|
* // HexFontColor: "STRING_VALUE",
|
|
1033
1036
|
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
1034
1037
|
* // OutlineSize: Number("int"),
|
|
1038
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
1035
1039
|
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
1036
1040
|
* // ShadowOpacity: Number("int"),
|
|
1037
1041
|
* // ShadowXOffset: Number("int"),
|
|
@@ -1347,6 +1351,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1347
1351
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1348
1352
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1349
1353
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1354
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1350
1355
|
* // },
|
|
1351
1356
|
* // H265Settings: { // H265Settings
|
|
1352
1357
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
@@ -1566,6 +1571,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1566
1571
|
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1567
1572
|
* // Sharpness: Number("int"),
|
|
1568
1573
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1574
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1569
1575
|
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1570
1576
|
* // ColorCorrector: { // ColorCorrector
|
|
1571
1577
|
* // Brightness: Number("int"),
|
|
@@ -1808,6 +1808,18 @@ export declare const BurninSubtitleOutlineColor: {
|
|
|
1808
1808
|
* @public
|
|
1809
1809
|
*/
|
|
1810
1810
|
export type BurninSubtitleOutlineColor = (typeof BurninSubtitleOutlineColor)[keyof typeof BurninSubtitleOutlineColor];
|
|
1811
|
+
/**
|
|
1812
|
+
* @public
|
|
1813
|
+
* @enum
|
|
1814
|
+
*/
|
|
1815
|
+
export declare const RemoveRubyReserveAttributes: {
|
|
1816
|
+
readonly DISABLED: "DISABLED";
|
|
1817
|
+
readonly ENABLED: "ENABLED";
|
|
1818
|
+
};
|
|
1819
|
+
/**
|
|
1820
|
+
* @public
|
|
1821
|
+
*/
|
|
1822
|
+
export type RemoveRubyReserveAttributes = (typeof RemoveRubyReserveAttributes)[keyof typeof RemoveRubyReserveAttributes];
|
|
1811
1823
|
/**
|
|
1812
1824
|
* @public
|
|
1813
1825
|
* @enum
|
|
@@ -1939,6 +1951,11 @@ export interface BurninDestinationSettings {
|
|
|
1939
1951
|
* @public
|
|
1940
1952
|
*/
|
|
1941
1953
|
OutlineSize?: number | undefined;
|
|
1954
|
+
/**
|
|
1955
|
+
* Optionally remove any tts:rubyReserve attributes present in your input, that do not have a tts:ruby attribute in the same element, from your output. Use if your vertical Japanese output captions have alignment issues. To remove ruby reserve attributes when present: Choose Enabled. To not remove any ruby reserve attributes: Keep the default value, Disabled.
|
|
1956
|
+
* @public
|
|
1957
|
+
*/
|
|
1958
|
+
RemoveRubyReserveAttributes?: RemoveRubyReserveAttributes | undefined;
|
|
1942
1959
|
/**
|
|
1943
1960
|
* Specify the color of the shadow cast by the captions. Leave Shadow color blank and set Style passthrough to enabled to use the shadow color data from your input captions, if present.
|
|
1944
1961
|
* @public
|
|
@@ -6455,18 +6472,3 @@ export interface MsSmoothGroupSettings {
|
|
|
6455
6472
|
*/
|
|
6456
6473
|
ManifestEncoding?: MsSmoothManifestEncoding | undefined;
|
|
6457
6474
|
}
|
|
6458
|
-
/**
|
|
6459
|
-
* @public
|
|
6460
|
-
* @enum
|
|
6461
|
-
*/
|
|
6462
|
-
export declare const OutputGroupType: {
|
|
6463
|
-
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
6464
|
-
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
6465
|
-
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
6466
|
-
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
6467
|
-
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
6468
|
-
};
|
|
6469
|
-
/**
|
|
6470
|
-
* @public
|
|
6471
|
-
*/
|
|
6472
|
-
export type OutputGroupType = (typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
@@ -1,4 +1,19 @@
|
|
|
1
|
-
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmafGroupSettings, ColorConversion3DLUTSetting, DashIsoGroupSettings, EsamSettings, ExtendedDataServices, FileGroupSettings, Hdr10Metadata, HlsGroupSettings, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, MsSmoothGroupSettings, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail,
|
|
1
|
+
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmafGroupSettings, ColorConversion3DLUTSetting, DashIsoGroupSettings, EsamSettings, ExtendedDataServices, FileGroupSettings, Hdr10Metadata, HlsGroupSettings, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, MsSmoothGroupSettings, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, QueueTransition, Rectangle } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @enum
|
|
5
|
+
*/
|
|
6
|
+
export declare const OutputGroupType: {
|
|
7
|
+
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
8
|
+
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
9
|
+
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
10
|
+
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
11
|
+
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type OutputGroupType = (typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
2
17
|
/**
|
|
3
18
|
* Output Group settings, including type
|
|
4
19
|
* @public
|
|
@@ -2371,6 +2386,18 @@ export declare const H264UnregisteredSeiTimecode: {
|
|
|
2371
2386
|
* @public
|
|
2372
2387
|
*/
|
|
2373
2388
|
export type H264UnregisteredSeiTimecode = (typeof H264UnregisteredSeiTimecode)[keyof typeof H264UnregisteredSeiTimecode];
|
|
2389
|
+
/**
|
|
2390
|
+
* @public
|
|
2391
|
+
* @enum
|
|
2392
|
+
*/
|
|
2393
|
+
export declare const H264WriteMp4PackagingType: {
|
|
2394
|
+
readonly AVC1: "AVC1";
|
|
2395
|
+
readonly AVC3: "AVC3";
|
|
2396
|
+
};
|
|
2397
|
+
/**
|
|
2398
|
+
* @public
|
|
2399
|
+
*/
|
|
2400
|
+
export type H264WriteMp4PackagingType = (typeof H264WriteMp4PackagingType)[keyof typeof H264WriteMp4PackagingType];
|
|
2374
2401
|
/**
|
|
2375
2402
|
* Required when you set Codec to the value H_264.
|
|
2376
2403
|
* @public
|
|
@@ -2596,6 +2623,11 @@ export interface H264Settings {
|
|
|
2596
2623
|
* @public
|
|
2597
2624
|
*/
|
|
2598
2625
|
UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode | undefined;
|
|
2626
|
+
/**
|
|
2627
|
+
* Specify how SPS and PPS NAL units are written in your output MP4 container, according to ISO/IEC 14496-15. If the location of these parameters doesn't matter in your workflow: Keep the default value, AVC1. MediaConvert writes SPS and PPS NAL units in the sample description ('stsd') box (but not into samples directly). To write SPS and PPS NAL units directly into samples (but not in the 'stsd' box): Choose AVC3. When you do, note that your output might not play properly with some downstream systems or players.
|
|
2628
|
+
* @public
|
|
2629
|
+
*/
|
|
2630
|
+
WriteMp4PackagingType?: H264WriteMp4PackagingType | undefined;
|
|
2599
2631
|
}
|
|
2600
2632
|
/**
|
|
2601
2633
|
* @public
|
|
@@ -4930,6 +4962,18 @@ export declare const VideoTimecodeInsertion: {
|
|
|
4930
4962
|
* @public
|
|
4931
4963
|
*/
|
|
4932
4964
|
export type VideoTimecodeInsertion = (typeof VideoTimecodeInsertion)[keyof typeof VideoTimecodeInsertion];
|
|
4965
|
+
/**
|
|
4966
|
+
* @public
|
|
4967
|
+
* @enum
|
|
4968
|
+
*/
|
|
4969
|
+
export declare const TimecodeTrack: {
|
|
4970
|
+
readonly DISABLED: "DISABLED";
|
|
4971
|
+
readonly ENABLED: "ENABLED";
|
|
4972
|
+
};
|
|
4973
|
+
/**
|
|
4974
|
+
* @public
|
|
4975
|
+
*/
|
|
4976
|
+
export type TimecodeTrack = (typeof TimecodeTrack)[keyof typeof TimecodeTrack];
|
|
4933
4977
|
/**
|
|
4934
4978
|
* Specify YUV limits and RGB tolerances when you set Sample range conversion to Limited range clip.
|
|
4935
4979
|
* @public
|
|
@@ -5526,7 +5570,7 @@ export interface VideoDescription {
|
|
|
5526
5570
|
*/
|
|
5527
5571
|
Crop?: Rectangle | undefined;
|
|
5528
5572
|
/**
|
|
5529
|
-
* Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion is enabled.
|
|
5573
|
+
* Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion or Timecode track is enabled.
|
|
5530
5574
|
* @public
|
|
5531
5575
|
*/
|
|
5532
5576
|
DropFrameTimecode?: DropFrameTimecode | undefined;
|
|
@@ -5565,6 +5609,11 @@ export interface VideoDescription {
|
|
|
5565
5609
|
* @public
|
|
5566
5610
|
*/
|
|
5567
5611
|
TimecodeInsertion?: VideoTimecodeInsertion | undefined;
|
|
5612
|
+
/**
|
|
5613
|
+
* To include a timecode track in your MP4 output: Choose Enabled. MediaConvert writes the timecode track in the Null Media Header box (NMHD), without any timecode text formatting information. You can also specify dropframe or non-dropframe timecode under the Drop Frame Timecode setting. To not include a timecode track: Keep the default value, Disabled.
|
|
5614
|
+
* @public
|
|
5615
|
+
*/
|
|
5616
|
+
TimecodeTrack?: TimecodeTrack | undefined;
|
|
5568
5617
|
/**
|
|
5569
5618
|
* Find additional transcoding features under Preprocessors. Enable the features at each output individually. These features are disabled by default.
|
|
5570
5619
|
* @public
|
|
@@ -6278,38 +6327,3 @@ export declare const PricingPlan: {
|
|
|
6278
6327
|
* @public
|
|
6279
6328
|
*/
|
|
6280
6329
|
export type PricingPlan = (typeof PricingPlan)[keyof typeof PricingPlan];
|
|
6281
|
-
/**
|
|
6282
|
-
* @public
|
|
6283
|
-
* @enum
|
|
6284
|
-
*/
|
|
6285
|
-
export declare const Commitment: {
|
|
6286
|
-
readonly ONE_YEAR: "ONE_YEAR";
|
|
6287
|
-
};
|
|
6288
|
-
/**
|
|
6289
|
-
* @public
|
|
6290
|
-
*/
|
|
6291
|
-
export type Commitment = (typeof Commitment)[keyof typeof Commitment];
|
|
6292
|
-
/**
|
|
6293
|
-
* @public
|
|
6294
|
-
* @enum
|
|
6295
|
-
*/
|
|
6296
|
-
export declare const RenewalType: {
|
|
6297
|
-
readonly AUTO_RENEW: "AUTO_RENEW";
|
|
6298
|
-
readonly EXPIRE: "EXPIRE";
|
|
6299
|
-
};
|
|
6300
|
-
/**
|
|
6301
|
-
* @public
|
|
6302
|
-
*/
|
|
6303
|
-
export type RenewalType = (typeof RenewalType)[keyof typeof RenewalType];
|
|
6304
|
-
/**
|
|
6305
|
-
* @public
|
|
6306
|
-
* @enum
|
|
6307
|
-
*/
|
|
6308
|
-
export declare const ReservationPlanStatus: {
|
|
6309
|
-
readonly ACTIVE: "ACTIVE";
|
|
6310
|
-
readonly EXPIRED: "EXPIRED";
|
|
6311
|
-
};
|
|
6312
|
-
/**
|
|
6313
|
-
* @public
|
|
6314
|
-
*/
|
|
6315
|
-
export type ReservationPlanStatus = (typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
@@ -1,7 +1,42 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
3
3
|
import { AccelerationSettings, BillingTagsSource, Endpoint, HopDestination } from "./models_0";
|
|
4
|
-
import {
|
|
4
|
+
import { Job, JobEngineVersion, JobSettings, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, PricingPlan, SimulateReservedQueue, StatusUpdateInterval, Type } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const Commitment: {
|
|
10
|
+
readonly ONE_YEAR: "ONE_YEAR";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type Commitment = (typeof Commitment)[keyof typeof Commitment];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* @enum
|
|
19
|
+
*/
|
|
20
|
+
export declare const RenewalType: {
|
|
21
|
+
readonly AUTO_RENEW: "AUTO_RENEW";
|
|
22
|
+
readonly EXPIRE: "EXPIRE";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type RenewalType = (typeof RenewalType)[keyof typeof RenewalType];
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
* @enum
|
|
31
|
+
*/
|
|
32
|
+
export declare const ReservationPlanStatus: {
|
|
33
|
+
readonly ACTIVE: "ACTIVE";
|
|
34
|
+
readonly EXPIRED: "EXPIRED";
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export type ReservationPlanStatus = (typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
5
40
|
/**
|
|
6
41
|
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
7
42
|
* @public
|
|
@@ -821,6 +821,12 @@ export declare const BurninSubtitleOutlineColor: {
|
|
|
821
821
|
};
|
|
822
822
|
export type BurninSubtitleOutlineColor =
|
|
823
823
|
(typeof BurninSubtitleOutlineColor)[keyof typeof BurninSubtitleOutlineColor];
|
|
824
|
+
export declare const RemoveRubyReserveAttributes: {
|
|
825
|
+
readonly DISABLED: "DISABLED";
|
|
826
|
+
readonly ENABLED: "ENABLED";
|
|
827
|
+
};
|
|
828
|
+
export type RemoveRubyReserveAttributes =
|
|
829
|
+
(typeof RemoveRubyReserveAttributes)[keyof typeof RemoveRubyReserveAttributes];
|
|
824
830
|
export declare const BurninSubtitleShadowColor: {
|
|
825
831
|
readonly AUTO: "AUTO";
|
|
826
832
|
readonly BLACK: "BLACK";
|
|
@@ -860,6 +866,7 @@ export interface BurninDestinationSettings {
|
|
|
860
866
|
HexFontColor?: string | undefined;
|
|
861
867
|
OutlineColor?: BurninSubtitleOutlineColor | undefined;
|
|
862
868
|
OutlineSize?: number | undefined;
|
|
869
|
+
RemoveRubyReserveAttributes?: RemoveRubyReserveAttributes | undefined;
|
|
863
870
|
ShadowColor?: BurninSubtitleShadowColor | undefined;
|
|
864
871
|
ShadowOpacity?: number | undefined;
|
|
865
872
|
ShadowXOffset?: number | undefined;
|
|
@@ -2375,12 +2382,3 @@ export interface MsSmoothGroupSettings {
|
|
|
2375
2382
|
FragmentLengthControl?: MsSmoothFragmentLengthControl | undefined;
|
|
2376
2383
|
ManifestEncoding?: MsSmoothManifestEncoding | undefined;
|
|
2377
2384
|
}
|
|
2378
|
-
export declare const OutputGroupType: {
|
|
2379
|
-
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
2380
|
-
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
2381
|
-
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
2382
|
-
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
2383
|
-
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
2384
|
-
};
|
|
2385
|
-
export type OutputGroupType =
|
|
2386
|
-
(typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
@@ -28,10 +28,18 @@ import {
|
|
|
28
28
|
NielsenConfiguration,
|
|
29
29
|
NielsenNonLinearWatermarkSettings,
|
|
30
30
|
OutputGroupDetail,
|
|
31
|
-
OutputGroupType,
|
|
32
31
|
QueueTransition,
|
|
33
32
|
Rectangle,
|
|
34
33
|
} from "./models_0";
|
|
34
|
+
export declare const OutputGroupType: {
|
|
35
|
+
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
36
|
+
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
37
|
+
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
38
|
+
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
39
|
+
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
40
|
+
};
|
|
41
|
+
export type OutputGroupType =
|
|
42
|
+
(typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
35
43
|
export interface OutputGroupSettings {
|
|
36
44
|
CmafGroupSettings?: CmafGroupSettings | undefined;
|
|
37
45
|
DashIsoGroupSettings?: DashIsoGroupSettings | undefined;
|
|
@@ -956,6 +964,12 @@ export declare const H264UnregisteredSeiTimecode: {
|
|
|
956
964
|
};
|
|
957
965
|
export type H264UnregisteredSeiTimecode =
|
|
958
966
|
(typeof H264UnregisteredSeiTimecode)[keyof typeof H264UnregisteredSeiTimecode];
|
|
967
|
+
export declare const H264WriteMp4PackagingType: {
|
|
968
|
+
readonly AVC1: "AVC1";
|
|
969
|
+
readonly AVC3: "AVC3";
|
|
970
|
+
};
|
|
971
|
+
export type H264WriteMp4PackagingType =
|
|
972
|
+
(typeof H264WriteMp4PackagingType)[keyof typeof H264WriteMp4PackagingType];
|
|
959
973
|
export interface H264Settings {
|
|
960
974
|
AdaptiveQuantization?: H264AdaptiveQuantization | undefined;
|
|
961
975
|
BandwidthReductionFilter?: BandwidthReductionFilter | undefined;
|
|
@@ -1001,6 +1015,7 @@ export interface H264Settings {
|
|
|
1001
1015
|
Telecine?: H264Telecine | undefined;
|
|
1002
1016
|
TemporalAdaptiveQuantization?: H264TemporalAdaptiveQuantization | undefined;
|
|
1003
1017
|
UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode | undefined;
|
|
1018
|
+
WriteMp4PackagingType?: H264WriteMp4PackagingType | undefined;
|
|
1004
1019
|
}
|
|
1005
1020
|
export declare const H265AdaptiveQuantization: {
|
|
1006
1021
|
readonly AUTO: "AUTO";
|
|
@@ -1905,6 +1920,11 @@ export declare const VideoTimecodeInsertion: {
|
|
|
1905
1920
|
};
|
|
1906
1921
|
export type VideoTimecodeInsertion =
|
|
1907
1922
|
(typeof VideoTimecodeInsertion)[keyof typeof VideoTimecodeInsertion];
|
|
1923
|
+
export declare const TimecodeTrack: {
|
|
1924
|
+
readonly DISABLED: "DISABLED";
|
|
1925
|
+
readonly ENABLED: "ENABLED";
|
|
1926
|
+
};
|
|
1927
|
+
export type TimecodeTrack = (typeof TimecodeTrack)[keyof typeof TimecodeTrack];
|
|
1908
1928
|
export interface ClipLimits {
|
|
1909
1929
|
MaximumRGBTolerance?: number | undefined;
|
|
1910
1930
|
MaximumYUV?: number | undefined;
|
|
@@ -2118,6 +2138,7 @@ export interface VideoDescription {
|
|
|
2118
2138
|
ScalingBehavior?: ScalingBehavior | undefined;
|
|
2119
2139
|
Sharpness?: number | undefined;
|
|
2120
2140
|
TimecodeInsertion?: VideoTimecodeInsertion | undefined;
|
|
2141
|
+
TimecodeTrack?: TimecodeTrack | undefined;
|
|
2121
2142
|
VideoPreprocessors?: VideoPreprocessor | undefined;
|
|
2122
2143
|
Width?: number | undefined;
|
|
2123
2144
|
}
|
|
@@ -2304,18 +2325,3 @@ export declare const PricingPlan: {
|
|
|
2304
2325
|
readonly RESERVED: "RESERVED";
|
|
2305
2326
|
};
|
|
2306
2327
|
export type PricingPlan = (typeof PricingPlan)[keyof typeof PricingPlan];
|
|
2307
|
-
export declare const Commitment: {
|
|
2308
|
-
readonly ONE_YEAR: "ONE_YEAR";
|
|
2309
|
-
};
|
|
2310
|
-
export type Commitment = (typeof Commitment)[keyof typeof Commitment];
|
|
2311
|
-
export declare const RenewalType: {
|
|
2312
|
-
readonly AUTO_RENEW: "AUTO_RENEW";
|
|
2313
|
-
readonly EXPIRE: "EXPIRE";
|
|
2314
|
-
};
|
|
2315
|
-
export type RenewalType = (typeof RenewalType)[keyof typeof RenewalType];
|
|
2316
|
-
export declare const ReservationPlanStatus: {
|
|
2317
|
-
readonly ACTIVE: "ACTIVE";
|
|
2318
|
-
readonly EXPIRED: "EXPIRED";
|
|
2319
|
-
};
|
|
2320
|
-
export type ReservationPlanStatus =
|
|
2321
|
-
(typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
@@ -7,7 +7,6 @@ import {
|
|
|
7
7
|
HopDestination,
|
|
8
8
|
} from "./models_0";
|
|
9
9
|
import {
|
|
10
|
-
Commitment,
|
|
11
10
|
Job,
|
|
12
11
|
JobEngineVersion,
|
|
13
12
|
JobSettings,
|
|
@@ -17,12 +16,25 @@ import {
|
|
|
17
16
|
Preset,
|
|
18
17
|
PresetSettings,
|
|
19
18
|
PricingPlan,
|
|
20
|
-
RenewalType,
|
|
21
|
-
ReservationPlanStatus,
|
|
22
19
|
SimulateReservedQueue,
|
|
23
20
|
StatusUpdateInterval,
|
|
24
21
|
Type,
|
|
25
22
|
} from "./models_1";
|
|
23
|
+
export declare const Commitment: {
|
|
24
|
+
readonly ONE_YEAR: "ONE_YEAR";
|
|
25
|
+
};
|
|
26
|
+
export type Commitment = (typeof Commitment)[keyof typeof Commitment];
|
|
27
|
+
export declare const RenewalType: {
|
|
28
|
+
readonly AUTO_RENEW: "AUTO_RENEW";
|
|
29
|
+
readonly EXPIRE: "EXPIRE";
|
|
30
|
+
};
|
|
31
|
+
export type RenewalType = (typeof RenewalType)[keyof typeof RenewalType];
|
|
32
|
+
export declare const ReservationPlanStatus: {
|
|
33
|
+
readonly ACTIVE: "ACTIVE";
|
|
34
|
+
readonly EXPIRED: "EXPIRED";
|
|
35
|
+
};
|
|
36
|
+
export type ReservationPlanStatus =
|
|
37
|
+
(typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
26
38
|
export interface ReservationPlan {
|
|
27
39
|
Commitment?: Commitment | undefined;
|
|
28
40
|
ExpiresAt?: Date | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconvert",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.721.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.721.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.721.0",
|
|
25
|
+
"@aws-sdk/core": "3.716.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.721.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.714.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
32
32
|
"@aws-sdk/types": "3.714.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.714.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|
|
39
39
|
"@smithy/hash-node": "^3.0.11",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.11",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.13",
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.11",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.11",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.12",
|
|
47
47
|
"@smithy/node-http-handler": "^3.3.2",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.8",
|
|
49
|
-
"@smithy/smithy-client": "^3.5.
|
|
49
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
50
50
|
"@smithy/types": "^3.7.2",
|
|
51
51
|
"@smithy/url-parser": "^3.0.11",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
57
57
|
"@smithy/util-endpoints": "^2.1.7",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.11",
|
|
59
59
|
"@smithy/util-retry": "^3.0.11",
|