@aws-sdk/client-mediaconvert 3.953.0 → 3.954.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 +47 -2
- package/dist-es/models/enums.js +17 -0
- package/dist-es/schemas/schemas_0.js +26 -2
- package/dist-types/commands/CreateJobCommand.d.ts +104 -44
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +102 -44
- package/dist-types/commands/CreatePresetCommand.d.ts +12 -0
- package/dist-types/commands/GetJobCommand.d.ts +52 -22
- package/dist-types/commands/GetJobTemplateCommand.d.ts +51 -22
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +52 -22
- package/dist-types/commands/GetPresetCommand.d.ts +6 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +51 -22
- package/dist-types/commands/ListJobsCommand.d.ts +52 -22
- package/dist-types/commands/ListPresetsCommand.d.ts +6 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +52 -22
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +102 -44
- package/dist-types/commands/UpdatePresetCommand.d.ts +12 -0
- package/dist-types/models/enums.d.ts +49 -0
- package/dist-types/models/models_0.d.ts +42 -2
- package/dist-types/ts3.4/models/enums.d.ts +25 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/package.json +10 -10
package/dist-cjs/index.js
CHANGED
|
@@ -639,6 +639,7 @@ const _II = "Id3Insertion";
|
|
|
639
639
|
const _III = "ImageInserterInput";
|
|
640
640
|
const _IId = "Id3Insertions";
|
|
641
641
|
const _IIm = "ImageInserter";
|
|
642
|
+
const _IIma = "ImageInput";
|
|
642
643
|
const _IIn = "InsertableImages";
|
|
643
644
|
const _IIns = "InsertableImage";
|
|
644
645
|
const _IM = "InterlaceMode";
|
|
@@ -757,6 +758,7 @@ const _MMBT = "MpdManifestBandwidthType";
|
|
|
757
758
|
const _MMN = "MasteringMonitorNits";
|
|
758
759
|
const _MMS = "ManifestMetadataSignaling";
|
|
759
760
|
const _MNM = "ManifestNameModifier";
|
|
761
|
+
const _MOPB = "MvOverPictureBoundaries";
|
|
760
762
|
const _MP = "MpdProfile";
|
|
761
763
|
const _MPI = "MaxPcrInterval";
|
|
762
764
|
const _MPo = "MoovPlacement";
|
|
@@ -780,6 +782,7 @@ const _MSt = "M2tsSettings";
|
|
|
780
782
|
const _MSu = "M3u8Settings";
|
|
781
783
|
const _MSx = "MxfSettings";
|
|
782
784
|
const _MT = "MimeType";
|
|
785
|
+
const _MTP = "MvTemporalPredictor";
|
|
783
786
|
const _MTRS = "MinTopRenditionSize";
|
|
784
787
|
const _MX = "MccXml";
|
|
785
788
|
const _MXPS = "MxfXavcProfileSettings";
|
|
@@ -1040,6 +1043,7 @@ const _Sy = "Syntax";
|
|
|
1040
1043
|
const _T = "Tracks";
|
|
1041
1044
|
const _TAQ = "TemporalAdaptiveQuantization";
|
|
1042
1045
|
const _TB = "TimecodeBurnin";
|
|
1046
|
+
const _TBS = "TreeBlockSize";
|
|
1043
1047
|
const _TC = "TerminateCaptions";
|
|
1044
1048
|
const _TCJ = "TotalConcurrentJobs";
|
|
1045
1049
|
const _TCi = "TimecodeConfig";
|
|
@@ -1074,6 +1078,7 @@ const _TMr = "TrackMappings";
|
|
|
1074
1078
|
const _TMra = "TrackMapping";
|
|
1075
1079
|
const _TN = "TrackNumber";
|
|
1076
1080
|
const _TO = "TimestampOffset";
|
|
1081
|
+
const _TP = "TilePadding";
|
|
1077
1082
|
const _TPLT = "TruePeakLimiterThreshold";
|
|
1078
1083
|
const _TR = "TagResource";
|
|
1079
1084
|
const _TRR = "TagResourceRequest";
|
|
@@ -1509,6 +1514,7 @@ const _iI = "insertableImages";
|
|
|
1509
1514
|
const _iII = "imageInserterInput";
|
|
1510
1515
|
const _iId = "id3Insertions";
|
|
1511
1516
|
const _iIm = "imageInserter";
|
|
1517
|
+
const _iIma = "imageInput";
|
|
1512
1518
|
const _iM = "interlaceMode";
|
|
1513
1519
|
const _iML = "inputMasteringLuminance";
|
|
1514
1520
|
const _iMn = "insertionMode";
|
|
@@ -1642,6 +1648,7 @@ const _mOAS = "__mapOfAudioSelector";
|
|
|
1642
1648
|
const _mOASG = "__mapOfAudioSelectorGroup";
|
|
1643
1649
|
const _mOCS = "__mapOfCaptionSelector";
|
|
1644
1650
|
const _mODAS = "__mapOfDynamicAudioSelector";
|
|
1651
|
+
const _mOPB = "mvOverPictureBoundaries";
|
|
1645
1652
|
const _mP = "mpdProfile";
|
|
1646
1653
|
const _mPI = "maxPcrInterval";
|
|
1647
1654
|
const _mPo = "moovPlacement";
|
|
@@ -1662,6 +1669,7 @@ const _mSt = "m2tsSettings";
|
|
|
1662
1669
|
const _mSu = "m3u8Settings";
|
|
1663
1670
|
const _mSx = "mxfSettings";
|
|
1664
1671
|
const _mT = "mimeType";
|
|
1672
|
+
const _mTP = "mvTemporalPredictor";
|
|
1665
1673
|
const _mTRS = "minTopRenditionSize";
|
|
1666
1674
|
const _mX = "mccXml";
|
|
1667
1675
|
const _mYUV = "maximumYUV";
|
|
@@ -1889,6 +1897,7 @@ const _sy = "syntax";
|
|
|
1889
1897
|
const _t = "tracks";
|
|
1890
1898
|
const _tAQ = "temporalAdaptiveQuantization";
|
|
1891
1899
|
const _tB = "timecodeBurnin";
|
|
1900
|
+
const _tBS = "treeBlockSize";
|
|
1892
1901
|
const _tC = "terminateCaptions";
|
|
1893
1902
|
const _tCJ = "totalConcurrentJobs";
|
|
1894
1903
|
const _tCi = "timecodeConfig";
|
|
@@ -1921,6 +1930,7 @@ const _tMV = "timedMetadataValue";
|
|
|
1921
1930
|
const _tMr = "trackMappings";
|
|
1922
1931
|
const _tN = "trackNumber";
|
|
1923
1932
|
const _tO = "timestampOffset";
|
|
1933
|
+
const _tP = "tilePadding";
|
|
1924
1934
|
const _tPLT = "truePeakLimiterThreshold";
|
|
1925
1935
|
const _tS = "teletextSpacing";
|
|
1926
1936
|
const _tSI = "transportStreamId";
|
|
@@ -3515,6 +3525,8 @@ var H265Settings$ = [
|
|
|
3515
3525
|
_IM,
|
|
3516
3526
|
_MB,
|
|
3517
3527
|
_MII,
|
|
3528
|
+
_MOPB,
|
|
3529
|
+
_MTP,
|
|
3518
3530
|
_NBFBRF,
|
|
3519
3531
|
_NRF,
|
|
3520
3532
|
_PCar,
|
|
@@ -3533,7 +3545,11 @@ var H265Settings$ = [
|
|
|
3533
3545
|
_Te,
|
|
3534
3546
|
_TAQ,
|
|
3535
3547
|
_TIe,
|
|
3548
|
+
_THi,
|
|
3549
|
+
_TP,
|
|
3550
|
+
_TWi,
|
|
3536
3551
|
_Ti,
|
|
3552
|
+
_TBS,
|
|
3537
3553
|
_UST,
|
|
3538
3554
|
_WMPT,
|
|
3539
3555
|
],
|
|
@@ -3562,6 +3578,8 @@ var H265Settings$ = [
|
|
|
3562
3578
|
[0, { [_jN]: _iM }],
|
|
3563
3579
|
[1, { [_jN]: _mB }],
|
|
3564
3580
|
[1, { [_jN]: _mII }],
|
|
3581
|
+
[0, { [_jN]: _mOPB }],
|
|
3582
|
+
[0, { [_jN]: _mTP }],
|
|
3565
3583
|
[1, { [_jN]: _nBFBRF }],
|
|
3566
3584
|
[1, { [_jN]: _nRF }],
|
|
3567
3585
|
[0, { [_jN]: _pCar }],
|
|
@@ -3580,7 +3598,11 @@ var H265Settings$ = [
|
|
|
3580
3598
|
[0, { [_jN]: _te }],
|
|
3581
3599
|
[0, { [_jN]: _tAQ }],
|
|
3582
3600
|
[0, { [_jN]: _tIe }],
|
|
3601
|
+
[1, { [_jN]: _tHi }],
|
|
3602
|
+
[0, { [_jN]: _tP }],
|
|
3603
|
+
[1, { [_jN]: _tWi }],
|
|
3583
3604
|
[0, { [_jN]: _ti }],
|
|
3605
|
+
[0, { [_jN]: _tBS }],
|
|
3584
3606
|
[0, { [_jN]: _uST }],
|
|
3585
3607
|
[0, { [_jN]: _wMPT }],
|
|
3586
3608
|
],
|
|
@@ -3979,13 +4001,14 @@ var InputVideoGenerator$ = [
|
|
|
3979
4001
|
n0,
|
|
3980
4002
|
_IVG,
|
|
3981
4003
|
0,
|
|
3982
|
-
[_C, _Du, _FD, _FN, _H, _SR, _W],
|
|
4004
|
+
[_C, _Du, _FD, _FN, _H, _IIma, _SR, _W],
|
|
3983
4005
|
[
|
|
3984
4006
|
[1, { [_jN]: _c }],
|
|
3985
4007
|
[1, { [_jN]: _du }],
|
|
3986
4008
|
[1, { [_jN]: _fD }],
|
|
3987
4009
|
[1, { [_jN]: _fN }],
|
|
3988
4010
|
[1, { [_jN]: _h }],
|
|
4011
|
+
[0, { [_jN]: _iIma }],
|
|
3989
4012
|
[1, { [_jN]: _sR }],
|
|
3990
4013
|
[1, { [_jN]: _w }],
|
|
3991
4014
|
],
|
|
@@ -5633,8 +5656,9 @@ var VideoOverlayInput$ = [
|
|
|
5633
5656
|
n0,
|
|
5634
5657
|
_VOI,
|
|
5635
5658
|
0,
|
|
5636
|
-
[_FI, _ICn, _TSi, _TSim],
|
|
5659
|
+
[_ASud, _FI, _ICn, _TSi, _TSim],
|
|
5637
5660
|
[
|
|
5661
|
+
[() => __mapOfAudioSelector, { [_jN]: _aSu }],
|
|
5638
5662
|
[0, { [_jN]: _fI }],
|
|
5639
5663
|
[() => __listOfVideoOverlayInputClipping, { [_jN]: _iCn }],
|
|
5640
5664
|
[0, { [_jN]: _tSi }],
|
|
@@ -7481,6 +7505,7 @@ const CaptionSourceType = {
|
|
|
7481
7505
|
STL: "STL",
|
|
7482
7506
|
TELETEXT: "TELETEXT",
|
|
7483
7507
|
TTML: "TTML",
|
|
7508
|
+
TT_3GPP: "TT_3GPP",
|
|
7484
7509
|
WEBVTT: "WEBVTT",
|
|
7485
7510
|
};
|
|
7486
7511
|
const InputDeblockFilter = {
|
|
@@ -8530,6 +8555,14 @@ const H265InterlaceMode = {
|
|
|
8530
8555
|
PROGRESSIVE: "PROGRESSIVE",
|
|
8531
8556
|
TOP_FIELD: "TOP_FIELD",
|
|
8532
8557
|
};
|
|
8558
|
+
const H265MvOverPictureBoundaries = {
|
|
8559
|
+
DISABLED: "DISABLED",
|
|
8560
|
+
ENABLED: "ENABLED",
|
|
8561
|
+
};
|
|
8562
|
+
const H265MvTemporalPredictor = {
|
|
8563
|
+
DISABLED: "DISABLED",
|
|
8564
|
+
ENABLED: "ENABLED",
|
|
8565
|
+
};
|
|
8533
8566
|
const H265ParControl = {
|
|
8534
8567
|
INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE",
|
|
8535
8568
|
SPECIFIED: "SPECIFIED",
|
|
@@ -8579,10 +8612,18 @@ const H265TemporalIds = {
|
|
|
8579
8612
|
DISABLED: "DISABLED",
|
|
8580
8613
|
ENABLED: "ENABLED",
|
|
8581
8614
|
};
|
|
8615
|
+
const H265TilePadding = {
|
|
8616
|
+
NONE: "NONE",
|
|
8617
|
+
PADDED: "PADDED",
|
|
8618
|
+
};
|
|
8582
8619
|
const H265Tiles = {
|
|
8583
8620
|
DISABLED: "DISABLED",
|
|
8584
8621
|
ENABLED: "ENABLED",
|
|
8585
8622
|
};
|
|
8623
|
+
const H265TreeBlockSize = {
|
|
8624
|
+
AUTO: "AUTO",
|
|
8625
|
+
TREE_SIZE_32X32: "TREE_SIZE_32X32",
|
|
8626
|
+
};
|
|
8586
8627
|
const H265UnregisteredSeiTimecode = {
|
|
8587
8628
|
DISABLED: "DISABLED",
|
|
8588
8629
|
ENABLED: "ENABLED",
|
|
@@ -9642,6 +9683,8 @@ exports.H265FramerateConversionAlgorithm = H265FramerateConversionAlgorithm;
|
|
|
9642
9683
|
exports.H265GopBReference = H265GopBReference;
|
|
9643
9684
|
exports.H265GopSizeUnits = H265GopSizeUnits;
|
|
9644
9685
|
exports.H265InterlaceMode = H265InterlaceMode;
|
|
9686
|
+
exports.H265MvOverPictureBoundaries = H265MvOverPictureBoundaries;
|
|
9687
|
+
exports.H265MvTemporalPredictor = H265MvTemporalPredictor;
|
|
9645
9688
|
exports.H265ParControl = H265ParControl;
|
|
9646
9689
|
exports.H265QualityTuningLevel = H265QualityTuningLevel;
|
|
9647
9690
|
exports.H265QvbrSettings$ = H265QvbrSettings$;
|
|
@@ -9655,7 +9698,9 @@ exports.H265SpatialAdaptiveQuantization = H265SpatialAdaptiveQuantization;
|
|
|
9655
9698
|
exports.H265Telecine = H265Telecine;
|
|
9656
9699
|
exports.H265TemporalAdaptiveQuantization = H265TemporalAdaptiveQuantization;
|
|
9657
9700
|
exports.H265TemporalIds = H265TemporalIds;
|
|
9701
|
+
exports.H265TilePadding = H265TilePadding;
|
|
9658
9702
|
exports.H265Tiles = H265Tiles;
|
|
9703
|
+
exports.H265TreeBlockSize = H265TreeBlockSize;
|
|
9659
9704
|
exports.H265UnregisteredSeiTimecode = H265UnregisteredSeiTimecode;
|
|
9660
9705
|
exports.H265WriteMp4PackagingType = H265WriteMp4PackagingType;
|
|
9661
9706
|
exports.HDRToSDRToneMapper = HDRToSDRToneMapper;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -789,6 +789,7 @@ export const CaptionSourceType = {
|
|
|
789
789
|
STL: "STL",
|
|
790
790
|
TELETEXT: "TELETEXT",
|
|
791
791
|
TTML: "TTML",
|
|
792
|
+
TT_3GPP: "TT_3GPP",
|
|
792
793
|
WEBVTT: "WEBVTT",
|
|
793
794
|
};
|
|
794
795
|
export const InputDeblockFilter = {
|
|
@@ -1838,6 +1839,14 @@ export const H265InterlaceMode = {
|
|
|
1838
1839
|
PROGRESSIVE: "PROGRESSIVE",
|
|
1839
1840
|
TOP_FIELD: "TOP_FIELD",
|
|
1840
1841
|
};
|
|
1842
|
+
export const H265MvOverPictureBoundaries = {
|
|
1843
|
+
DISABLED: "DISABLED",
|
|
1844
|
+
ENABLED: "ENABLED",
|
|
1845
|
+
};
|
|
1846
|
+
export const H265MvTemporalPredictor = {
|
|
1847
|
+
DISABLED: "DISABLED",
|
|
1848
|
+
ENABLED: "ENABLED",
|
|
1849
|
+
};
|
|
1841
1850
|
export const H265ParControl = {
|
|
1842
1851
|
INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE",
|
|
1843
1852
|
SPECIFIED: "SPECIFIED",
|
|
@@ -1887,10 +1896,18 @@ export const H265TemporalIds = {
|
|
|
1887
1896
|
DISABLED: "DISABLED",
|
|
1888
1897
|
ENABLED: "ENABLED",
|
|
1889
1898
|
};
|
|
1899
|
+
export const H265TilePadding = {
|
|
1900
|
+
NONE: "NONE",
|
|
1901
|
+
PADDED: "PADDED",
|
|
1902
|
+
};
|
|
1890
1903
|
export const H265Tiles = {
|
|
1891
1904
|
DISABLED: "DISABLED",
|
|
1892
1905
|
ENABLED: "ENABLED",
|
|
1893
1906
|
};
|
|
1907
|
+
export const H265TreeBlockSize = {
|
|
1908
|
+
AUTO: "AUTO",
|
|
1909
|
+
TREE_SIZE_32X32: "TREE_SIZE_32X32",
|
|
1910
|
+
};
|
|
1894
1911
|
export const H265UnregisteredSeiTimecode = {
|
|
1895
1912
|
DISABLED: "DISABLED",
|
|
1896
1913
|
ENABLED: "ENABLED",
|
|
@@ -421,6 +421,7 @@ const _II = "Id3Insertion";
|
|
|
421
421
|
const _III = "ImageInserterInput";
|
|
422
422
|
const _IId = "Id3Insertions";
|
|
423
423
|
const _IIm = "ImageInserter";
|
|
424
|
+
const _IIma = "ImageInput";
|
|
424
425
|
const _IIn = "InsertableImages";
|
|
425
426
|
const _IIns = "InsertableImage";
|
|
426
427
|
const _IM = "InterlaceMode";
|
|
@@ -539,6 +540,7 @@ const _MMBT = "MpdManifestBandwidthType";
|
|
|
539
540
|
const _MMN = "MasteringMonitorNits";
|
|
540
541
|
const _MMS = "ManifestMetadataSignaling";
|
|
541
542
|
const _MNM = "ManifestNameModifier";
|
|
543
|
+
const _MOPB = "MvOverPictureBoundaries";
|
|
542
544
|
const _MP = "MpdProfile";
|
|
543
545
|
const _MPI = "MaxPcrInterval";
|
|
544
546
|
const _MPo = "MoovPlacement";
|
|
@@ -562,6 +564,7 @@ const _MSt = "M2tsSettings";
|
|
|
562
564
|
const _MSu = "M3u8Settings";
|
|
563
565
|
const _MSx = "MxfSettings";
|
|
564
566
|
const _MT = "MimeType";
|
|
567
|
+
const _MTP = "MvTemporalPredictor";
|
|
565
568
|
const _MTRS = "MinTopRenditionSize";
|
|
566
569
|
const _MX = "MccXml";
|
|
567
570
|
const _MXPS = "MxfXavcProfileSettings";
|
|
@@ -822,6 +825,7 @@ const _Sy = "Syntax";
|
|
|
822
825
|
const _T = "Tracks";
|
|
823
826
|
const _TAQ = "TemporalAdaptiveQuantization";
|
|
824
827
|
const _TB = "TimecodeBurnin";
|
|
828
|
+
const _TBS = "TreeBlockSize";
|
|
825
829
|
const _TC = "TerminateCaptions";
|
|
826
830
|
const _TCJ = "TotalConcurrentJobs";
|
|
827
831
|
const _TCi = "TimecodeConfig";
|
|
@@ -856,6 +860,7 @@ const _TMr = "TrackMappings";
|
|
|
856
860
|
const _TMra = "TrackMapping";
|
|
857
861
|
const _TN = "TrackNumber";
|
|
858
862
|
const _TO = "TimestampOffset";
|
|
863
|
+
const _TP = "TilePadding";
|
|
859
864
|
const _TPLT = "TruePeakLimiterThreshold";
|
|
860
865
|
const _TR = "TagResource";
|
|
861
866
|
const _TRR = "TagResourceRequest";
|
|
@@ -1291,6 +1296,7 @@ const _iI = "insertableImages";
|
|
|
1291
1296
|
const _iII = "imageInserterInput";
|
|
1292
1297
|
const _iId = "id3Insertions";
|
|
1293
1298
|
const _iIm = "imageInserter";
|
|
1299
|
+
const _iIma = "imageInput";
|
|
1294
1300
|
const _iM = "interlaceMode";
|
|
1295
1301
|
const _iML = "inputMasteringLuminance";
|
|
1296
1302
|
const _iMn = "insertionMode";
|
|
@@ -1424,6 +1430,7 @@ const _mOAS = "__mapOfAudioSelector";
|
|
|
1424
1430
|
const _mOASG = "__mapOfAudioSelectorGroup";
|
|
1425
1431
|
const _mOCS = "__mapOfCaptionSelector";
|
|
1426
1432
|
const _mODAS = "__mapOfDynamicAudioSelector";
|
|
1433
|
+
const _mOPB = "mvOverPictureBoundaries";
|
|
1427
1434
|
const _mP = "mpdProfile";
|
|
1428
1435
|
const _mPI = "maxPcrInterval";
|
|
1429
1436
|
const _mPo = "moovPlacement";
|
|
@@ -1444,6 +1451,7 @@ const _mSt = "m2tsSettings";
|
|
|
1444
1451
|
const _mSu = "m3u8Settings";
|
|
1445
1452
|
const _mSx = "mxfSettings";
|
|
1446
1453
|
const _mT = "mimeType";
|
|
1454
|
+
const _mTP = "mvTemporalPredictor";
|
|
1447
1455
|
const _mTRS = "minTopRenditionSize";
|
|
1448
1456
|
const _mX = "mccXml";
|
|
1449
1457
|
const _mYUV = "maximumYUV";
|
|
@@ -1671,6 +1679,7 @@ const _sy = "syntax";
|
|
|
1671
1679
|
const _t = "tracks";
|
|
1672
1680
|
const _tAQ = "temporalAdaptiveQuantization";
|
|
1673
1681
|
const _tB = "timecodeBurnin";
|
|
1682
|
+
const _tBS = "treeBlockSize";
|
|
1674
1683
|
const _tC = "terminateCaptions";
|
|
1675
1684
|
const _tCJ = "totalConcurrentJobs";
|
|
1676
1685
|
const _tCi = "timecodeConfig";
|
|
@@ -1703,6 +1712,7 @@ const _tMV = "timedMetadataValue";
|
|
|
1703
1712
|
const _tMr = "trackMappings";
|
|
1704
1713
|
const _tN = "trackNumber";
|
|
1705
1714
|
const _tO = "timestampOffset";
|
|
1715
|
+
const _tP = "tilePadding";
|
|
1706
1716
|
const _tPLT = "truePeakLimiterThreshold";
|
|
1707
1717
|
const _tS = "teletextSpacing";
|
|
1708
1718
|
const _tSI = "transportStreamId";
|
|
@@ -3300,6 +3310,8 @@ export var H265Settings$ = [
|
|
|
3300
3310
|
_IM,
|
|
3301
3311
|
_MB,
|
|
3302
3312
|
_MII,
|
|
3313
|
+
_MOPB,
|
|
3314
|
+
_MTP,
|
|
3303
3315
|
_NBFBRF,
|
|
3304
3316
|
_NRF,
|
|
3305
3317
|
_PCar,
|
|
@@ -3318,7 +3330,11 @@ export var H265Settings$ = [
|
|
|
3318
3330
|
_Te,
|
|
3319
3331
|
_TAQ,
|
|
3320
3332
|
_TIe,
|
|
3333
|
+
_THi,
|
|
3334
|
+
_TP,
|
|
3335
|
+
_TWi,
|
|
3321
3336
|
_Ti,
|
|
3337
|
+
_TBS,
|
|
3322
3338
|
_UST,
|
|
3323
3339
|
_WMPT,
|
|
3324
3340
|
],
|
|
@@ -3347,6 +3363,8 @@ export var H265Settings$ = [
|
|
|
3347
3363
|
[0, { [_jN]: _iM }],
|
|
3348
3364
|
[1, { [_jN]: _mB }],
|
|
3349
3365
|
[1, { [_jN]: _mII }],
|
|
3366
|
+
[0, { [_jN]: _mOPB }],
|
|
3367
|
+
[0, { [_jN]: _mTP }],
|
|
3350
3368
|
[1, { [_jN]: _nBFBRF }],
|
|
3351
3369
|
[1, { [_jN]: _nRF }],
|
|
3352
3370
|
[0, { [_jN]: _pCar }],
|
|
@@ -3365,7 +3383,11 @@ export var H265Settings$ = [
|
|
|
3365
3383
|
[0, { [_jN]: _te }],
|
|
3366
3384
|
[0, { [_jN]: _tAQ }],
|
|
3367
3385
|
[0, { [_jN]: _tIe }],
|
|
3386
|
+
[1, { [_jN]: _tHi }],
|
|
3387
|
+
[0, { [_jN]: _tP }],
|
|
3388
|
+
[1, { [_jN]: _tWi }],
|
|
3368
3389
|
[0, { [_jN]: _ti }],
|
|
3390
|
+
[0, { [_jN]: _tBS }],
|
|
3369
3391
|
[0, { [_jN]: _uST }],
|
|
3370
3392
|
[0, { [_jN]: _wMPT }],
|
|
3371
3393
|
],
|
|
@@ -3764,13 +3786,14 @@ export var InputVideoGenerator$ = [
|
|
|
3764
3786
|
n0,
|
|
3765
3787
|
_IVG,
|
|
3766
3788
|
0,
|
|
3767
|
-
[_C, _Du, _FD, _FN, _H, _SR, _W],
|
|
3789
|
+
[_C, _Du, _FD, _FN, _H, _IIma, _SR, _W],
|
|
3768
3790
|
[
|
|
3769
3791
|
[1, { [_jN]: _c }],
|
|
3770
3792
|
[1, { [_jN]: _du }],
|
|
3771
3793
|
[1, { [_jN]: _fD }],
|
|
3772
3794
|
[1, { [_jN]: _fN }],
|
|
3773
3795
|
[1, { [_jN]: _h }],
|
|
3796
|
+
[0, { [_jN]: _iIma }],
|
|
3774
3797
|
[1, { [_jN]: _sR }],
|
|
3775
3798
|
[1, { [_jN]: _w }],
|
|
3776
3799
|
],
|
|
@@ -5418,8 +5441,9 @@ export var VideoOverlayInput$ = [
|
|
|
5418
5441
|
n0,
|
|
5419
5442
|
_VOI,
|
|
5420
5443
|
0,
|
|
5421
|
-
[_FI, _ICn, _TSi, _TSim],
|
|
5444
|
+
[_ASud, _FI, _ICn, _TSi, _TSim],
|
|
5422
5445
|
[
|
|
5446
|
+
[() => __mapOfAudioSelector, { [_jN]: _aSu }],
|
|
5423
5447
|
[0, { [_jN]: _fI }],
|
|
5424
5448
|
[() => __listOfVideoOverlayInputClipping, { [_jN]: _iCn }],
|
|
5425
5449
|
[0, { [_jN]: _tSi }],
|