aws-sdk-mediaconvert 1.55.0 → 1.60.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mediaconvert.rb +2 -1
- data/lib/aws-sdk-mediaconvert/client.rb +720 -150
- data/lib/aws-sdk-mediaconvert/client_api.rb +91 -2
- data/lib/aws-sdk-mediaconvert/types.rb +1747 -306
- metadata +4 -4
@@ -55,6 +55,8 @@ module Aws::MediaConvert
|
|
55
55
|
AudioSelectorGroup = Shapes::StructureShape.new(name: 'AudioSelectorGroup')
|
56
56
|
AudioSelectorType = Shapes::StringShape.new(name: 'AudioSelectorType')
|
57
57
|
AudioTypeControl = Shapes::StringShape.new(name: 'AudioTypeControl')
|
58
|
+
AutomatedAbrSettings = Shapes::StructureShape.new(name: 'AutomatedAbrSettings')
|
59
|
+
AutomatedEncodingSettings = Shapes::StructureShape.new(name: 'AutomatedEncodingSettings')
|
58
60
|
Av1AdaptiveQuantization = Shapes::StringShape.new(name: 'Av1AdaptiveQuantization')
|
59
61
|
Av1FramerateControl = Shapes::StringShape.new(name: 'Av1FramerateControl')
|
60
62
|
Av1FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Av1FramerateConversionAlgorithm')
|
@@ -63,6 +65,13 @@ module Aws::MediaConvert
|
|
63
65
|
Av1Settings = Shapes::StructureShape.new(name: 'Av1Settings')
|
64
66
|
Av1SpatialAdaptiveQuantization = Shapes::StringShape.new(name: 'Av1SpatialAdaptiveQuantization')
|
65
67
|
AvailBlanking = Shapes::StructureShape.new(name: 'AvailBlanking')
|
68
|
+
AvcIntraClass = Shapes::StringShape.new(name: 'AvcIntraClass')
|
69
|
+
AvcIntraFramerateControl = Shapes::StringShape.new(name: 'AvcIntraFramerateControl')
|
70
|
+
AvcIntraFramerateConversionAlgorithm = Shapes::StringShape.new(name: 'AvcIntraFramerateConversionAlgorithm')
|
71
|
+
AvcIntraInterlaceMode = Shapes::StringShape.new(name: 'AvcIntraInterlaceMode')
|
72
|
+
AvcIntraSettings = Shapes::StructureShape.new(name: 'AvcIntraSettings')
|
73
|
+
AvcIntraSlowPal = Shapes::StringShape.new(name: 'AvcIntraSlowPal')
|
74
|
+
AvcIntraTelecine = Shapes::StringShape.new(name: 'AvcIntraTelecine')
|
66
75
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
67
76
|
BillingTagsSource = Shapes::StringShape.new(name: 'BillingTagsSource')
|
68
77
|
BurninDestinationSettings = Shapes::StructureShape.new(name: 'BurninDestinationSettings')
|
@@ -99,6 +108,7 @@ module Aws::MediaConvert
|
|
99
108
|
CmafWriteDASHManifest = Shapes::StringShape.new(name: 'CmafWriteDASHManifest')
|
100
109
|
CmafWriteHLSManifest = Shapes::StringShape.new(name: 'CmafWriteHLSManifest')
|
101
110
|
CmafWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'CmafWriteSegmentTimelineInRepresentation')
|
111
|
+
CmfcAudioDuration = Shapes::StringShape.new(name: 'CmfcAudioDuration')
|
102
112
|
CmfcScte35Esam = Shapes::StringShape.new(name: 'CmfcScte35Esam')
|
103
113
|
CmfcScte35Source = Shapes::StringShape.new(name: 'CmfcScte35Source')
|
104
114
|
CmfcSettings = Shapes::StructureShape.new(name: 'CmfcSettings')
|
@@ -300,6 +310,7 @@ module Aws::MediaConvert
|
|
300
310
|
InputFilterEnable = Shapes::StringShape.new(name: 'InputFilterEnable')
|
301
311
|
InputPsiControl = Shapes::StringShape.new(name: 'InputPsiControl')
|
302
312
|
InputRotate = Shapes::StringShape.new(name: 'InputRotate')
|
313
|
+
InputScanType = Shapes::StringShape.new(name: 'InputScanType')
|
303
314
|
InputTemplate = Shapes::StructureShape.new(name: 'InputTemplate')
|
304
315
|
InputTimecodeSource = Shapes::StringShape.new(name: 'InputTimecodeSource')
|
305
316
|
InsertableImage = Shapes::StructureShape.new(name: 'InsertableImage')
|
@@ -324,6 +335,7 @@ module Aws::MediaConvert
|
|
324
335
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
325
336
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
326
337
|
M2tsAudioBufferModel = Shapes::StringShape.new(name: 'M2tsAudioBufferModel')
|
338
|
+
M2tsAudioDuration = Shapes::StringShape.new(name: 'M2tsAudioDuration')
|
327
339
|
M2tsBufferModel = Shapes::StringShape.new(name: 'M2tsBufferModel')
|
328
340
|
M2tsEbpAudioInterval = Shapes::StringShape.new(name: 'M2tsEbpAudioInterval')
|
329
341
|
M2tsEbpPlacement = Shapes::StringShape.new(name: 'M2tsEbpPlacement')
|
@@ -337,6 +349,7 @@ module Aws::MediaConvert
|
|
337
349
|
M2tsSegmentationMarkers = Shapes::StringShape.new(name: 'M2tsSegmentationMarkers')
|
338
350
|
M2tsSegmentationStyle = Shapes::StringShape.new(name: 'M2tsSegmentationStyle')
|
339
351
|
M2tsSettings = Shapes::StructureShape.new(name: 'M2tsSettings')
|
352
|
+
M3u8AudioDuration = Shapes::StringShape.new(name: 'M3u8AudioDuration')
|
340
353
|
M3u8NielsenId3 = Shapes::StringShape.new(name: 'M3u8NielsenId3')
|
341
354
|
M3u8PcrControl = Shapes::StringShape.new(name: 'M3u8PcrControl')
|
342
355
|
M3u8Scte35Source = Shapes::StringShape.new(name: 'M3u8Scte35Source')
|
@@ -359,6 +372,8 @@ module Aws::MediaConvert
|
|
359
372
|
Mp4FreeSpaceBox = Shapes::StringShape.new(name: 'Mp4FreeSpaceBox')
|
360
373
|
Mp4MoovPlacement = Shapes::StringShape.new(name: 'Mp4MoovPlacement')
|
361
374
|
Mp4Settings = Shapes::StructureShape.new(name: 'Mp4Settings')
|
375
|
+
MpdAccessibilityCaptionHints = Shapes::StringShape.new(name: 'MpdAccessibilityCaptionHints')
|
376
|
+
MpdAudioDuration = Shapes::StringShape.new(name: 'MpdAudioDuration')
|
362
377
|
MpdCaptionContainerType = Shapes::StringShape.new(name: 'MpdCaptionContainerType')
|
363
378
|
MpdScte35Esam = Shapes::StringShape.new(name: 'MpdScte35Esam')
|
364
379
|
MpdScte35Source = Shapes::StringShape.new(name: 'MpdScte35Source')
|
@@ -388,9 +403,14 @@ module Aws::MediaConvert
|
|
388
403
|
MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
|
389
404
|
MsSmoothManifestEncoding = Shapes::StringShape.new(name: 'MsSmoothManifestEncoding')
|
390
405
|
MxfAfdSignaling = Shapes::StringShape.new(name: 'MxfAfdSignaling')
|
406
|
+
MxfProfile = Shapes::StringShape.new(name: 'MxfProfile')
|
391
407
|
MxfSettings = Shapes::StructureShape.new(name: 'MxfSettings')
|
392
408
|
NexGuardFileMarkerSettings = Shapes::StructureShape.new(name: 'NexGuardFileMarkerSettings')
|
409
|
+
NielsenActiveWatermarkProcessType = Shapes::StringShape.new(name: 'NielsenActiveWatermarkProcessType')
|
393
410
|
NielsenConfiguration = Shapes::StructureShape.new(name: 'NielsenConfiguration')
|
411
|
+
NielsenNonLinearWatermarkSettings = Shapes::StructureShape.new(name: 'NielsenNonLinearWatermarkSettings')
|
412
|
+
NielsenSourceWatermarkStatusType = Shapes::StringShape.new(name: 'NielsenSourceWatermarkStatusType')
|
413
|
+
NielsenUniqueTicPerAudioTrackType = Shapes::StringShape.new(name: 'NielsenUniqueTicPerAudioTrackType')
|
394
414
|
NoiseFilterPostTemporalSharpening = Shapes::StringShape.new(name: 'NoiseFilterPostTemporalSharpening')
|
395
415
|
NoiseReducer = Shapes::StructureShape.new(name: 'NoiseReducer')
|
396
416
|
NoiseReducerFilter = Shapes::StringShape.new(name: 'NoiseReducerFilter')
|
@@ -472,6 +492,13 @@ module Aws::MediaConvert
|
|
472
492
|
UpdatePresetResponse = Shapes::StructureShape.new(name: 'UpdatePresetResponse')
|
473
493
|
UpdateQueueRequest = Shapes::StructureShape.new(name: 'UpdateQueueRequest')
|
474
494
|
UpdateQueueResponse = Shapes::StructureShape.new(name: 'UpdateQueueResponse')
|
495
|
+
Vc3Class = Shapes::StringShape.new(name: 'Vc3Class')
|
496
|
+
Vc3FramerateControl = Shapes::StringShape.new(name: 'Vc3FramerateControl')
|
497
|
+
Vc3FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Vc3FramerateConversionAlgorithm')
|
498
|
+
Vc3InterlaceMode = Shapes::StringShape.new(name: 'Vc3InterlaceMode')
|
499
|
+
Vc3Settings = Shapes::StructureShape.new(name: 'Vc3Settings')
|
500
|
+
Vc3SlowPal = Shapes::StringShape.new(name: 'Vc3SlowPal')
|
501
|
+
Vc3Telecine = Shapes::StringShape.new(name: 'Vc3Telecine')
|
475
502
|
VideoCodec = Shapes::StringShape.new(name: 'VideoCodec')
|
476
503
|
VideoCodecSettings = Shapes::StructureShape.new(name: 'VideoCodecSettings')
|
477
504
|
VideoDescription = Shapes::StructureShape.new(name: 'VideoDescription')
|
@@ -527,12 +554,14 @@ module Aws::MediaConvert
|
|
527
554
|
__integerMin0Max47185920 = Shapes::IntegerShape.new(name: '__integerMin0Max47185920')
|
528
555
|
__integerMin0Max500 = Shapes::IntegerShape.new(name: '__integerMin0Max500')
|
529
556
|
__integerMin0Max50000 = Shapes::IntegerShape.new(name: '__integerMin0Max50000')
|
557
|
+
__integerMin0Max65534 = Shapes::IntegerShape.new(name: '__integerMin0Max65534')
|
530
558
|
__integerMin0Max65535 = Shapes::IntegerShape.new(name: '__integerMin0Max65535')
|
531
559
|
__integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
|
532
560
|
__integerMin0Max8 = Shapes::IntegerShape.new(name: '__integerMin0Max8')
|
533
561
|
__integerMin0Max9 = Shapes::IntegerShape.new(name: '__integerMin0Max9')
|
534
562
|
__integerMin0Max96 = Shapes::IntegerShape.new(name: '__integerMin0Max96')
|
535
563
|
__integerMin0Max99 = Shapes::IntegerShape.new(name: '__integerMin0Max99')
|
564
|
+
__integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
|
536
565
|
__integerMin1000Max1152000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1152000000')
|
537
566
|
__integerMin1000Max1466400000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1466400000')
|
538
567
|
__integerMin1000Max288000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max288000000')
|
@@ -570,6 +599,7 @@ module Aws::MediaConvert
|
|
570
599
|
__integerMin32Max8182 = Shapes::IntegerShape.new(name: '__integerMin32Max8182')
|
571
600
|
__integerMin32Max8192 = Shapes::IntegerShape.new(name: '__integerMin32Max8192')
|
572
601
|
__integerMin384000Max768000 = Shapes::IntegerShape.new(name: '__integerMin384000Max768000')
|
602
|
+
__integerMin3Max15 = Shapes::IntegerShape.new(name: '__integerMin3Max15')
|
573
603
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
574
604
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
575
605
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
@@ -636,7 +666,9 @@ module Aws::MediaConvert
|
|
636
666
|
__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI = Shapes::StringShape.new(name: '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI')
|
637
667
|
__stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
|
638
668
|
__stringMin1Max100000 = Shapes::StringShape.new(name: '__stringMin1Max100000')
|
669
|
+
__stringMin1Max20 = Shapes::StringShape.new(name: '__stringMin1Max20')
|
639
670
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
671
|
+
__stringMin1Max50 = Shapes::StringShape.new(name: '__stringMin1Max50')
|
640
672
|
__stringMin24Max512PatternAZaZ0902 = Shapes::StringShape.new(name: '__stringMin24Max512PatternAZaZ0902')
|
641
673
|
__stringMin32Max32Pattern09aFAF32 = Shapes::StringShape.new(name: '__stringMin32Max32Pattern09aFAF32')
|
642
674
|
__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::StringShape.new(name: '__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
|
@@ -648,6 +680,7 @@ module Aws::MediaConvert
|
|
648
680
|
__stringPattern01D20305D205D = Shapes::StringShape.new(name: '__stringPattern01D20305D205D')
|
649
681
|
__stringPattern0940191020191209301 = Shapes::StringShape.new(name: '__stringPattern0940191020191209301')
|
650
682
|
__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::StringShape.new(name: '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
|
683
|
+
__stringPattern0xAFaF0908190908 = Shapes::StringShape.new(name: '__stringPattern0xAFaF0908190908')
|
651
684
|
__stringPatternAZaZ0902 = Shapes::StringShape.new(name: '__stringPatternAZaZ0902')
|
652
685
|
__stringPatternAZaZ0932 = Shapes::StringShape.new(name: '__stringPatternAZaZ0932')
|
653
686
|
__stringPatternAZaZ23AZaZ = Shapes::StringShape.new(name: '__stringPatternAZaZ23AZaZ')
|
@@ -658,7 +691,7 @@ module Aws::MediaConvert
|
|
658
691
|
__stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
|
659
692
|
__stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
|
660
693
|
__stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
|
661
|
-
|
694
|
+
__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA = Shapes::StringShape.new(name: '__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA')
|
662
695
|
__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE = Shapes::StringShape.new(name: '__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE')
|
663
696
|
__stringPatternSNManifestConfirmConditionNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNManifestConfirmConditionNotificationNS')
|
664
697
|
__stringPatternSNSignalProcessingNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNSignalProcessingNotificationNS')
|
@@ -758,6 +791,14 @@ module Aws::MediaConvert
|
|
758
791
|
AudioSelectorGroup.add_member(:audio_selector_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1, location_name: "audioSelectorNames"))
|
759
792
|
AudioSelectorGroup.struct_class = Types::AudioSelectorGroup
|
760
793
|
|
794
|
+
AutomatedAbrSettings.add_member(:max_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "maxAbrBitrate"))
|
795
|
+
AutomatedAbrSettings.add_member(:max_renditions, Shapes::ShapeRef.new(shape: __integerMin3Max15, location_name: "maxRenditions"))
|
796
|
+
AutomatedAbrSettings.add_member(:min_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "minAbrBitrate"))
|
797
|
+
AutomatedAbrSettings.struct_class = Types::AutomatedAbrSettings
|
798
|
+
|
799
|
+
AutomatedEncodingSettings.add_member(:abr_settings, Shapes::ShapeRef.new(shape: AutomatedAbrSettings, location_name: "abrSettings"))
|
800
|
+
AutomatedEncodingSettings.struct_class = Types::AutomatedEncodingSettings
|
801
|
+
|
761
802
|
Av1QvbrSettings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
762
803
|
Av1QvbrSettings.add_member(:qvbr_quality_level_fine_tune, Shapes::ShapeRef.new(shape: __doubleMin0Max1, location_name: "qvbrQualityLevelFineTune"))
|
763
804
|
Av1QvbrSettings.struct_class = Types::Av1QvbrSettings
|
@@ -779,6 +820,16 @@ module Aws::MediaConvert
|
|
779
820
|
AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: __stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG, location_name: "availBlankingImage"))
|
780
821
|
AvailBlanking.struct_class = Types::AvailBlanking
|
781
822
|
|
823
|
+
AvcIntraSettings.add_member(:avc_intra_class, Shapes::ShapeRef.new(shape: AvcIntraClass, location_name: "avcIntraClass"))
|
824
|
+
AvcIntraSettings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: AvcIntraFramerateControl, location_name: "framerateControl"))
|
825
|
+
AvcIntraSettings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: AvcIntraFramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
826
|
+
AvcIntraSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
827
|
+
AvcIntraSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin24Max60000, location_name: "framerateNumerator"))
|
828
|
+
AvcIntraSettings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: AvcIntraInterlaceMode, location_name: "interlaceMode"))
|
829
|
+
AvcIntraSettings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: AvcIntraSlowPal, location_name: "slowPal"))
|
830
|
+
AvcIntraSettings.add_member(:telecine, Shapes::ShapeRef.new(shape: AvcIntraTelecine, location_name: "telecine"))
|
831
|
+
AvcIntraSettings.struct_class = Types::AvcIntraSettings
|
832
|
+
|
782
833
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
783
834
|
BadRequestException.struct_class = Types::BadRequestException
|
784
835
|
|
@@ -883,6 +934,7 @@ module Aws::MediaConvert
|
|
883
934
|
CmafGroupSettings.add_member(:write_segment_timeline_in_representation, Shapes::ShapeRef.new(shape: CmafWriteSegmentTimelineInRepresentation, location_name: "writeSegmentTimelineInRepresentation"))
|
884
935
|
CmafGroupSettings.struct_class = Types::CmafGroupSettings
|
885
936
|
|
937
|
+
CmfcSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: CmfcAudioDuration, location_name: "audioDuration"))
|
886
938
|
CmfcSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: CmfcScte35Esam, location_name: "scte35Esam"))
|
887
939
|
CmfcSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: CmfcScte35Source, location_name: "scte35Source"))
|
888
940
|
CmfcSettings.struct_class = Types::CmfcSettings
|
@@ -979,6 +1031,7 @@ module Aws::MediaConvert
|
|
979
1031
|
DashIsoGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "fragmentLength"))
|
980
1032
|
DashIsoGroupSettings.add_member(:hbbtv_compliance, Shapes::ShapeRef.new(shape: DashIsoHbbtvCompliance, location_name: "hbbtvCompliance"))
|
981
1033
|
DashIsoGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minBufferTime"))
|
1034
|
+
DashIsoGroupSettings.add_member(:min_final_segment_length, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "minFinalSegmentLength"))
|
982
1035
|
DashIsoGroupSettings.add_member(:mpd_profile, Shapes::ShapeRef.new(shape: DashIsoMpdProfile, location_name: "mpdProfile"))
|
983
1036
|
DashIsoGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: DashIsoSegmentControl, location_name: "segmentControl"))
|
984
1037
|
DashIsoGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "segmentLength"))
|
@@ -1364,11 +1417,12 @@ module Aws::MediaConvert
|
|
1364
1417
|
Input.add_member(:deblock_filter, Shapes::ShapeRef.new(shape: InputDeblockFilter, location_name: "deblockFilter"))
|
1365
1418
|
Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
|
1366
1419
|
Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
|
1367
|
-
Input.add_member(:file_input, Shapes::ShapeRef.new(shape:
|
1420
|
+
Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA, location_name: "fileInput"))
|
1368
1421
|
Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
|
1369
1422
|
Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
|
1370
1423
|
Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
1371
1424
|
Input.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfInputClipping, location_name: "inputClippings"))
|
1425
|
+
Input.add_member(:input_scan_type, Shapes::ShapeRef.new(shape: InputScanType, location_name: "inputScanType"))
|
1372
1426
|
Input.add_member(:position, Shapes::ShapeRef.new(shape: Rectangle, location_name: "position"))
|
1373
1427
|
Input.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "programNumber"))
|
1374
1428
|
Input.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
|
@@ -1398,6 +1452,7 @@ module Aws::MediaConvert
|
|
1398
1452
|
InputTemplate.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
|
1399
1453
|
InputTemplate.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
1400
1454
|
InputTemplate.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfInputClipping, location_name: "inputClippings"))
|
1455
|
+
InputTemplate.add_member(:input_scan_type, Shapes::ShapeRef.new(shape: InputScanType, location_name: "inputScanType"))
|
1401
1456
|
InputTemplate.add_member(:position, Shapes::ShapeRef.new(shape: Rectangle, location_name: "position"))
|
1402
1457
|
InputTemplate.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "programNumber"))
|
1403
1458
|
InputTemplate.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
|
@@ -1459,6 +1514,7 @@ module Aws::MediaConvert
|
|
1459
1514
|
JobSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInput, location_name: "inputs"))
|
1460
1515
|
JobSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
1461
1516
|
JobSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
|
1517
|
+
JobSettings.add_member(:nielsen_non_linear_watermark, Shapes::ShapeRef.new(shape: NielsenNonLinearWatermarkSettings, location_name: "nielsenNonLinearWatermark"))
|
1462
1518
|
JobSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, location_name: "outputGroups"))
|
1463
1519
|
JobSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, location_name: "timecodeConfig"))
|
1464
1520
|
JobSettings.add_member(:timed_metadata_insertion, Shapes::ShapeRef.new(shape: TimedMetadataInsertion, location_name: "timedMetadataInsertion"))
|
@@ -1485,6 +1541,7 @@ module Aws::MediaConvert
|
|
1485
1541
|
JobTemplateSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInputTemplate, location_name: "inputs"))
|
1486
1542
|
JobTemplateSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
1487
1543
|
JobTemplateSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
|
1544
|
+
JobTemplateSettings.add_member(:nielsen_non_linear_watermark, Shapes::ShapeRef.new(shape: NielsenNonLinearWatermarkSettings, location_name: "nielsenNonLinearWatermark"))
|
1488
1545
|
JobTemplateSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, location_name: "outputGroups"))
|
1489
1546
|
JobTemplateSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, location_name: "timecodeConfig"))
|
1490
1547
|
JobTemplateSettings.add_member(:timed_metadata_insertion, Shapes::ShapeRef.new(shape: TimedMetadataInsertion, location_name: "timedMetadataInsertion"))
|
@@ -1543,6 +1600,7 @@ module Aws::MediaConvert
|
|
1543
1600
|
M2tsScte35Esam.struct_class = Types::M2tsScte35Esam
|
1544
1601
|
|
1545
1602
|
M2tsSettings.add_member(:audio_buffer_model, Shapes::ShapeRef.new(shape: M2tsAudioBufferModel, location_name: "audioBufferModel"))
|
1603
|
+
M2tsSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: M2tsAudioDuration, location_name: "audioDuration"))
|
1546
1604
|
M2tsSettings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "audioFramesPerPes"))
|
1547
1605
|
M2tsSettings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __listOf__integerMin32Max8182, location_name: "audioPids"))
|
1548
1606
|
M2tsSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "bitrate"))
|
@@ -1580,6 +1638,7 @@ module Aws::MediaConvert
|
|
1580
1638
|
M2tsSettings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "videoPid"))
|
1581
1639
|
M2tsSettings.struct_class = Types::M2tsSettings
|
1582
1640
|
|
1641
|
+
M3u8Settings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: M3u8AudioDuration, location_name: "audioDuration"))
|
1583
1642
|
M3u8Settings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "audioFramesPerPes"))
|
1584
1643
|
M3u8Settings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __listOf__integerMin32Max8182, location_name: "audioPids"))
|
1585
1644
|
M3u8Settings.add_member(:nielsen_id_3, Shapes::ShapeRef.new(shape: M3u8NielsenId3, location_name: "nielsenId3"))
|
@@ -1633,6 +1692,7 @@ module Aws::MediaConvert
|
|
1633
1692
|
Mp3Settings.add_member(:vbr_quality, Shapes::ShapeRef.new(shape: __integerMin0Max9, location_name: "vbrQuality"))
|
1634
1693
|
Mp3Settings.struct_class = Types::Mp3Settings
|
1635
1694
|
|
1695
|
+
Mp4Settings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: CmfcAudioDuration, location_name: "audioDuration"))
|
1636
1696
|
Mp4Settings.add_member(:cslg_atom, Shapes::ShapeRef.new(shape: Mp4CslgAtom, location_name: "cslgAtom"))
|
1637
1697
|
Mp4Settings.add_member(:ctts_version, Shapes::ShapeRef.new(shape: __integerMin0Max1, location_name: "cttsVersion"))
|
1638
1698
|
Mp4Settings.add_member(:free_space_box, Shapes::ShapeRef.new(shape: Mp4FreeSpaceBox, location_name: "freeSpaceBox"))
|
@@ -1640,6 +1700,8 @@ module Aws::MediaConvert
|
|
1640
1700
|
Mp4Settings.add_member(:mp_4_major_brand, Shapes::ShapeRef.new(shape: __string, location_name: "mp4MajorBrand"))
|
1641
1701
|
Mp4Settings.struct_class = Types::Mp4Settings
|
1642
1702
|
|
1703
|
+
MpdSettings.add_member(:accessibility_caption_hints, Shapes::ShapeRef.new(shape: MpdAccessibilityCaptionHints, location_name: "accessibilityCaptionHints"))
|
1704
|
+
MpdSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: MpdAudioDuration, location_name: "audioDuration"))
|
1643
1705
|
MpdSettings.add_member(:caption_container_type, Shapes::ShapeRef.new(shape: MpdCaptionContainerType, location_name: "captionContainerType"))
|
1644
1706
|
MpdSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: MpdScte35Esam, location_name: "scte35Esam"))
|
1645
1707
|
MpdSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: MpdScte35Source, location_name: "scte35Source"))
|
@@ -1695,6 +1757,7 @@ module Aws::MediaConvert
|
|
1695
1757
|
MsSmoothGroupSettings.struct_class = Types::MsSmoothGroupSettings
|
1696
1758
|
|
1697
1759
|
MxfSettings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: MxfAfdSignaling, location_name: "afdSignaling"))
|
1760
|
+
MxfSettings.add_member(:profile, Shapes::ShapeRef.new(shape: MxfProfile, location_name: "profile"))
|
1698
1761
|
MxfSettings.struct_class = Types::MxfSettings
|
1699
1762
|
|
1700
1763
|
NexGuardFileMarkerSettings.add_member(:license, Shapes::ShapeRef.new(shape: __stringMin1Max100000, location_name: "license"))
|
@@ -1707,6 +1770,19 @@ module Aws::MediaConvert
|
|
1707
1770
|
NielsenConfiguration.add_member(:distributor_id, Shapes::ShapeRef.new(shape: __string, location_name: "distributorId"))
|
1708
1771
|
NielsenConfiguration.struct_class = Types::NielsenConfiguration
|
1709
1772
|
|
1773
|
+
NielsenNonLinearWatermarkSettings.add_member(:active_watermark_process, Shapes::ShapeRef.new(shape: NielsenActiveWatermarkProcessType, location_name: "activeWatermarkProcess"))
|
1774
|
+
NielsenNonLinearWatermarkSettings.add_member(:adi_filename, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "adiFilename"))
|
1775
|
+
NielsenNonLinearWatermarkSettings.add_member(:asset_id, Shapes::ShapeRef.new(shape: __stringMin1Max20, location_name: "assetId"))
|
1776
|
+
NielsenNonLinearWatermarkSettings.add_member(:asset_name, Shapes::ShapeRef.new(shape: __stringMin1Max50, location_name: "assetName"))
|
1777
|
+
NielsenNonLinearWatermarkSettings.add_member(:cbet_source_id, Shapes::ShapeRef.new(shape: __stringPattern0xAFaF0908190908, location_name: "cbetSourceId"))
|
1778
|
+
NielsenNonLinearWatermarkSettings.add_member(:episode_id, Shapes::ShapeRef.new(shape: __stringMin1Max20, location_name: "episodeId"))
|
1779
|
+
NielsenNonLinearWatermarkSettings.add_member(:metadata_destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "metadataDestination"))
|
1780
|
+
NielsenNonLinearWatermarkSettings.add_member(:source_id, Shapes::ShapeRef.new(shape: __integerMin0Max65534, location_name: "sourceId"))
|
1781
|
+
NielsenNonLinearWatermarkSettings.add_member(:source_watermark_status, Shapes::ShapeRef.new(shape: NielsenSourceWatermarkStatusType, location_name: "sourceWatermarkStatus"))
|
1782
|
+
NielsenNonLinearWatermarkSettings.add_member(:tic_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttps, location_name: "ticServerUrl"))
|
1783
|
+
NielsenNonLinearWatermarkSettings.add_member(:unique_tic_per_audio_track, Shapes::ShapeRef.new(shape: NielsenUniqueTicPerAudioTrackType, location_name: "uniqueTicPerAudioTrack"))
|
1784
|
+
NielsenNonLinearWatermarkSettings.struct_class = Types::NielsenNonLinearWatermarkSettings
|
1785
|
+
|
1710
1786
|
NoiseReducer.add_member(:filter, Shapes::ShapeRef.new(shape: NoiseReducerFilter, location_name: "filter"))
|
1711
1787
|
NoiseReducer.add_member(:filter_settings, Shapes::ShapeRef.new(shape: NoiseReducerFilterSettings, location_name: "filterSettings"))
|
1712
1788
|
NoiseReducer.add_member(:spatial_filter_settings, Shapes::ShapeRef.new(shape: NoiseReducerSpatialFilterSettings, location_name: "spatialFilterSettings"))
|
@@ -1752,6 +1828,7 @@ module Aws::MediaConvert
|
|
1752
1828
|
OutputDetail.add_member(:video_details, Shapes::ShapeRef.new(shape: VideoDetail, location_name: "videoDetails"))
|
1753
1829
|
OutputDetail.struct_class = Types::OutputDetail
|
1754
1830
|
|
1831
|
+
OutputGroup.add_member(:automated_encoding_settings, Shapes::ShapeRef.new(shape: AutomatedEncodingSettings, location_name: "automatedEncodingSettings"))
|
1755
1832
|
OutputGroup.add_member(:custom_name, Shapes::ShapeRef.new(shape: __string, location_name: "customName"))
|
1756
1833
|
OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1757
1834
|
OutputGroup.add_member(:output_group_settings, Shapes::ShapeRef.new(shape: OutputGroupSettings, location_name: "outputGroupSettings"))
|
@@ -1962,13 +2039,25 @@ module Aws::MediaConvert
|
|
1962
2039
|
UpdateQueueResponse.add_member(:queue, Shapes::ShapeRef.new(shape: Queue, location_name: "queue"))
|
1963
2040
|
UpdateQueueResponse.struct_class = Types::UpdateQueueResponse
|
1964
2041
|
|
2042
|
+
Vc3Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: Vc3FramerateControl, location_name: "framerateControl"))
|
2043
|
+
Vc3Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: Vc3FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
2044
|
+
Vc3Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
2045
|
+
Vc3Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin24Max60000, location_name: "framerateNumerator"))
|
2046
|
+
Vc3Settings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: Vc3InterlaceMode, location_name: "interlaceMode"))
|
2047
|
+
Vc3Settings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: Vc3SlowPal, location_name: "slowPal"))
|
2048
|
+
Vc3Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: Vc3Telecine, location_name: "telecine"))
|
2049
|
+
Vc3Settings.add_member(:vc_3_class, Shapes::ShapeRef.new(shape: Vc3Class, location_name: "vc3Class"))
|
2050
|
+
Vc3Settings.struct_class = Types::Vc3Settings
|
2051
|
+
|
1965
2052
|
VideoCodecSettings.add_member(:av_1_settings, Shapes::ShapeRef.new(shape: Av1Settings, location_name: "av1Settings"))
|
2053
|
+
VideoCodecSettings.add_member(:avc_intra_settings, Shapes::ShapeRef.new(shape: AvcIntraSettings, location_name: "avcIntraSettings"))
|
1966
2054
|
VideoCodecSettings.add_member(:codec, Shapes::ShapeRef.new(shape: VideoCodec, location_name: "codec"))
|
1967
2055
|
VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
|
1968
2056
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
1969
2057
|
VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
|
1970
2058
|
VideoCodecSettings.add_member(:mpeg_2_settings, Shapes::ShapeRef.new(shape: Mpeg2Settings, location_name: "mpeg2Settings"))
|
1971
2059
|
VideoCodecSettings.add_member(:prores_settings, Shapes::ShapeRef.new(shape: ProresSettings, location_name: "proresSettings"))
|
2060
|
+
VideoCodecSettings.add_member(:vc_3_settings, Shapes::ShapeRef.new(shape: Vc3Settings, location_name: "vc3Settings"))
|
1972
2061
|
VideoCodecSettings.add_member(:vp_8_settings, Shapes::ShapeRef.new(shape: Vp8Settings, location_name: "vp8Settings"))
|
1973
2062
|
VideoCodecSettings.add_member(:vp_9_settings, Shapes::ShapeRef.new(shape: Vp9Settings, location_name: "vp9Settings"))
|
1974
2063
|
VideoCodecSettings.struct_class = Types::VideoCodecSettings
|
@@ -998,6 +998,84 @@ module Aws::MediaConvert
|
|
998
998
|
include Aws::Structure
|
999
999
|
end
|
1000
1000
|
|
1001
|
+
# Use automated ABR to have MediaConvert set up the renditions in your
|
1002
|
+
# ABR package for you automatically, based on characteristics of your
|
1003
|
+
# input video. This feature optimizes video quality while minimizing the
|
1004
|
+
# overall size of your ABR package.
|
1005
|
+
#
|
1006
|
+
# @note When making an API call, you may pass AutomatedAbrSettings
|
1007
|
+
# data as a hash:
|
1008
|
+
#
|
1009
|
+
# {
|
1010
|
+
# max_abr_bitrate: 1,
|
1011
|
+
# max_renditions: 1,
|
1012
|
+
# min_abr_bitrate: 1,
|
1013
|
+
# }
|
1014
|
+
#
|
1015
|
+
# @!attribute [rw] max_abr_bitrate
|
1016
|
+
# Optional. The maximum target bit rate used in your automated ABR
|
1017
|
+
# stack. Use this value to set an upper limit on the bandwidth
|
1018
|
+
# consumed by the highest-quality rendition. This is the rendition
|
1019
|
+
# that is delivered to viewers with the fastest internet connections.
|
1020
|
+
# If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s)
|
1021
|
+
# by default.
|
1022
|
+
# @return [Integer]
|
1023
|
+
#
|
1024
|
+
# @!attribute [rw] max_renditions
|
1025
|
+
# Optional. The maximum number of renditions that MediaConvert will
|
1026
|
+
# create in your automated ABR stack. The number of renditions is
|
1027
|
+
# determined automatically, based on analysis of each job, but will
|
1028
|
+
# never exceed this limit. When you set this to Auto in the console,
|
1029
|
+
# which is equivalent to excluding it from your JSON job
|
1030
|
+
# specification, MediaConvert defaults to a limit of 15.
|
1031
|
+
# @return [Integer]
|
1032
|
+
#
|
1033
|
+
# @!attribute [rw] min_abr_bitrate
|
1034
|
+
# Optional. The minimum target bitrate used in your automated ABR
|
1035
|
+
# stack. Use this value to set a lower limit on the bitrate of video
|
1036
|
+
# delivered to viewers with slow internet connections. If you don't
|
1037
|
+
# specify a value, MediaConvert uses 600,000 (600 kb/s) by default.
|
1038
|
+
# @return [Integer]
|
1039
|
+
#
|
1040
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AutomatedAbrSettings AWS API Documentation
|
1041
|
+
#
|
1042
|
+
class AutomatedAbrSettings < Struct.new(
|
1043
|
+
:max_abr_bitrate,
|
1044
|
+
:max_renditions,
|
1045
|
+
:min_abr_bitrate)
|
1046
|
+
SENSITIVE = []
|
1047
|
+
include Aws::Structure
|
1048
|
+
end
|
1049
|
+
|
1050
|
+
# Use automated encoding to have MediaConvert choose your encoding
|
1051
|
+
# settings for you, based on characteristics of your input video.
|
1052
|
+
#
|
1053
|
+
# @note When making an API call, you may pass AutomatedEncodingSettings
|
1054
|
+
# data as a hash:
|
1055
|
+
#
|
1056
|
+
# {
|
1057
|
+
# abr_settings: {
|
1058
|
+
# max_abr_bitrate: 1,
|
1059
|
+
# max_renditions: 1,
|
1060
|
+
# min_abr_bitrate: 1,
|
1061
|
+
# },
|
1062
|
+
# }
|
1063
|
+
#
|
1064
|
+
# @!attribute [rw] abr_settings
|
1065
|
+
# Use automated ABR to have MediaConvert set up the renditions in your
|
1066
|
+
# ABR package for you automatically, based on characteristics of your
|
1067
|
+
# input video. This feature optimizes video quality while minimizing
|
1068
|
+
# the overall size of your ABR package.
|
1069
|
+
# @return [Types::AutomatedAbrSettings]
|
1070
|
+
#
|
1071
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AutomatedEncodingSettings AWS API Documentation
|
1072
|
+
#
|
1073
|
+
class AutomatedEncodingSettings < Struct.new(
|
1074
|
+
:abr_settings)
|
1075
|
+
SENSITIVE = []
|
1076
|
+
include Aws::Structure
|
1077
|
+
end
|
1078
|
+
|
1001
1079
|
# Settings for quality-defined variable bitrate encoding with the AV1
|
1002
1080
|
# codec. Required when you set Rate control mode to QVBR. Not valid when
|
1003
1081
|
# you set Rate control mode to a value other than QVBR, or when you
|
@@ -1052,7 +1130,7 @@ module Aws::MediaConvert
|
|
1052
1130
|
# {
|
1053
1131
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
1054
1132
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
1055
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
1133
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
1056
1134
|
# framerate_denominator: 1,
|
1057
1135
|
# framerate_numerator: 1,
|
1058
1136
|
# gop_size: 1.0,
|
@@ -1068,8 +1146,9 @@ module Aws::MediaConvert
|
|
1068
1146
|
# }
|
1069
1147
|
#
|
1070
1148
|
# @!attribute [rw] adaptive_quantization
|
1071
|
-
#
|
1072
|
-
#
|
1149
|
+
# Specify the strength of any adaptive quantization filters that you
|
1150
|
+
# enable. The value that you choose here applies to Spatial adaptive
|
1151
|
+
# quantization (spatialAdaptiveQuantization).
|
1073
1152
|
# @return [String]
|
1074
1153
|
#
|
1075
1154
|
# @!attribute [rw] framerate_control
|
@@ -1089,8 +1168,18 @@ module Aws::MediaConvert
|
|
1089
1168
|
# @return [String]
|
1090
1169
|
#
|
1091
1170
|
# @!attribute [rw] framerate_conversion_algorithm
|
1092
|
-
#
|
1093
|
-
#
|
1171
|
+
# Choose the method that you want MediaConvert to use when increasing
|
1172
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
1173
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
1174
|
+
# to 30 fps. For numerically complex conversions, you can use
|
1175
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
1176
|
+
# picture, but might introduce undesirable video artifacts. For
|
1177
|
+
# complex frame rate conversions, especially if your source video has
|
1178
|
+
# already been converted from its original cadence, use FrameFormer
|
1179
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
1180
|
+
# chooses the best conversion method frame by frame. Note that using
|
1181
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
1182
|
+
# add-on cost.
|
1094
1183
|
# @return [String]
|
1095
1184
|
#
|
1096
1185
|
# @!attribute [rw] framerate_denominator
|
@@ -1152,8 +1241,23 @@ module Aws::MediaConvert
|
|
1152
1241
|
# @return [Integer]
|
1153
1242
|
#
|
1154
1243
|
# @!attribute [rw] spatial_adaptive_quantization
|
1155
|
-
#
|
1156
|
-
# content complexity.
|
1244
|
+
# Keep the default value, Enabled (ENABLED), to adjust quantization
|
1245
|
+
# within each frame based on spatial variation of content complexity.
|
1246
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
1247
|
+
# that can sustain more distortion with no noticeable visual
|
1248
|
+
# degradation and uses more bits on areas where any small distortion
|
1249
|
+
# will be noticeable. For example, complex textured blocks are encoded
|
1250
|
+
# with fewer bits and smooth textured blocks are encoded with more
|
1251
|
+
# bits. Enabling this feature will almost always improve your video
|
1252
|
+
# quality. Note, though, that this feature doesn't take into account
|
1253
|
+
# where the viewer's attention is likely to be. If viewers are likely
|
1254
|
+
# to be focusing their attention on a part of the screen with a lot of
|
1255
|
+
# complex texture, you might choose to disable this feature. Related
|
1256
|
+
# setting: When you enable spatial adaptive quantization, set the
|
1257
|
+
# value for Adaptive quantization (adaptiveQuantization) depending on
|
1258
|
+
# your content. For homogeneous content, such as cartoons and video
|
1259
|
+
# games, set it to Low. For content with a wider variety of textures,
|
1260
|
+
# set it to High or Higher.
|
1157
1261
|
# @return [String]
|
1158
1262
|
#
|
1159
1263
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Av1Settings AWS API Documentation
|
@@ -1197,6 +1301,136 @@ module Aws::MediaConvert
|
|
1197
1301
|
include Aws::Structure
|
1198
1302
|
end
|
1199
1303
|
|
1304
|
+
# Required when you set your output video codec to AVC-Intra. For more
|
1305
|
+
# information about the AVC-I settings, see the relevant specification.
|
1306
|
+
# For detailed information about SD and HD in AVC-I, see
|
1307
|
+
# https://ieeexplore.ieee.org/document/7290936.
|
1308
|
+
#
|
1309
|
+
# @note When making an API call, you may pass AvcIntraSettings
|
1310
|
+
# data as a hash:
|
1311
|
+
#
|
1312
|
+
# {
|
1313
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
1314
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
1315
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
1316
|
+
# framerate_denominator: 1,
|
1317
|
+
# framerate_numerator: 1,
|
1318
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
1319
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
1320
|
+
# telecine: "NONE", # accepts NONE, HARD
|
1321
|
+
# }
|
1322
|
+
#
|
1323
|
+
# @!attribute [rw] avc_intra_class
|
1324
|
+
# Specify the AVC-Intra class of your output. The AVC-Intra class
|
1325
|
+
# selection determines the output video bit rate depending on the
|
1326
|
+
# frame rate of the output. Outputs with higher class values have
|
1327
|
+
# higher bitrates and improved image quality.
|
1328
|
+
# @return [String]
|
1329
|
+
#
|
1330
|
+
# @!attribute [rw] framerate_control
|
1331
|
+
# If you are using the console, use the Framerate setting to specify
|
1332
|
+
# the frame rate for this output. If you want to keep the same frame
|
1333
|
+
# rate as the input video, choose Follow source. If you want to do
|
1334
|
+
# frame rate conversion, choose a frame rate from the dropdown list or
|
1335
|
+
# choose Custom. The framerates shown in the dropdown list are decimal
|
1336
|
+
# approximations of fractions. If you choose Custom, specify your
|
1337
|
+
# frame rate as a fraction. If you are creating your transcoding job
|
1338
|
+
# specification as a JSON file without the console, use
|
1339
|
+
# FramerateControl to specify which value the service uses for the
|
1340
|
+
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
1341
|
+
# want the service to use the frame rate from the input. Choose
|
1342
|
+
# SPECIFIED if you want the service to use the frame rate you specify
|
1343
|
+
# in the settings FramerateNumerator and FramerateDenominator.
|
1344
|
+
# @return [String]
|
1345
|
+
#
|
1346
|
+
# @!attribute [rw] framerate_conversion_algorithm
|
1347
|
+
# Choose the method that you want MediaConvert to use when increasing
|
1348
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
1349
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
1350
|
+
# to 30 fps. For numerically complex conversions, you can use
|
1351
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
1352
|
+
# picture, but might introduce undesirable video artifacts. For
|
1353
|
+
# complex frame rate conversions, especially if your source video has
|
1354
|
+
# already been converted from its original cadence, use FrameFormer
|
1355
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
1356
|
+
# chooses the best conversion method frame by frame. Note that using
|
1357
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
1358
|
+
# add-on cost.
|
1359
|
+
# @return [String]
|
1360
|
+
#
|
1361
|
+
# @!attribute [rw] framerate_denominator
|
1362
|
+
# When you use the API for transcode jobs that use frame rate
|
1363
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
1364
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
1365
|
+
# denominator of this fraction. In this example, use 1001 for the
|
1366
|
+
# value of FramerateDenominator. When you use the console for
|
1367
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
1368
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
1369
|
+
# @return [Integer]
|
1370
|
+
#
|
1371
|
+
# @!attribute [rw] framerate_numerator
|
1372
|
+
# When you use the API for transcode jobs that use frame rate
|
1373
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
1374
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
1375
|
+
# of this fraction. In this example, use 24000 for the value of
|
1376
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
1377
|
+
# use frame rate conversion, provide the value as a decimal number for
|
1378
|
+
# Framerate. In this example, specify 23.976.
|
1379
|
+
# @return [Integer]
|
1380
|
+
#
|
1381
|
+
# @!attribute [rw] interlace_mode
|
1382
|
+
# Choose the scan line type for the output. Keep the default value,
|
1383
|
+
# Progressive (PROGRESSIVE) to create a progressive output, regardless
|
1384
|
+
# of the scan type of your input. Use Top field first (TOP\_FIELD) or
|
1385
|
+
# Bottom field first (BOTTOM\_FIELD) to create an output that's
|
1386
|
+
# interlaced with the same field polarity throughout. Use Follow,
|
1387
|
+
# default top (FOLLOW\_TOP\_FIELD) or Follow, default bottom
|
1388
|
+
# (FOLLOW\_BOTTOM\_FIELD) to produce outputs with the same field
|
1389
|
+
# polarity as the source. For jobs that have multiple inputs, the
|
1390
|
+
# output field polarity might change over the course of the output.
|
1391
|
+
# Follow behavior depends on the input scan type. If the source is
|
1392
|
+
# interlaced, the output will be interlaced with the same polarity as
|
1393
|
+
# the source. If the source is progressive, the output will be
|
1394
|
+
# interlaced with top field bottom field first, depending on which of
|
1395
|
+
# the Follow options you choose.
|
1396
|
+
# @return [String]
|
1397
|
+
#
|
1398
|
+
# @!attribute [rw] slow_pal
|
1399
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
1400
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
1401
|
+
# When you enable slow PAL, MediaConvert relabels the video frames to
|
1402
|
+
# 25 fps and resamples your audio to keep it synchronized with the
|
1403
|
+
# video. Note that enabling this setting will slightly reduce the
|
1404
|
+
# duration of your video. Required settings: You must also set
|
1405
|
+
# Framerate to 25. In your JSON job specification, set
|
1406
|
+
# (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and
|
1407
|
+
# (framerateDenominator) to 1.
|
1408
|
+
# @return [String]
|
1409
|
+
#
|
1410
|
+
# @!attribute [rw] telecine
|
1411
|
+
# When you do frame rate conversion from 23.976 frames per second
|
1412
|
+
# (fps) to 29.97 fps, and your output scan type is interlaced, you can
|
1413
|
+
# optionally enable hard telecine (HARD) to create a smoother picture.
|
1414
|
+
# When you keep the default value, None (NONE), MediaConvert does a
|
1415
|
+
# standard frame rate conversion to 29.97 without doing anything with
|
1416
|
+
# the field polarity to create a smoother picture.
|
1417
|
+
# @return [String]
|
1418
|
+
#
|
1419
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AvcIntraSettings AWS API Documentation
|
1420
|
+
#
|
1421
|
+
class AvcIntraSettings < Struct.new(
|
1422
|
+
:avc_intra_class,
|
1423
|
+
:framerate_control,
|
1424
|
+
:framerate_conversion_algorithm,
|
1425
|
+
:framerate_denominator,
|
1426
|
+
:framerate_numerator,
|
1427
|
+
:interlace_mode,
|
1428
|
+
:slow_pal,
|
1429
|
+
:telecine)
|
1430
|
+
SENSITIVE = []
|
1431
|
+
include Aws::Structure
|
1432
|
+
end
|
1433
|
+
|
1200
1434
|
# @!attribute [rw] message
|
1201
1435
|
# @return [String]
|
1202
1436
|
#
|
@@ -2206,8 +2440,10 @@ module Aws::MediaConvert
|
|
2206
2440
|
# @return [String]
|
2207
2441
|
#
|
2208
2442
|
# @!attribute [rw] client_cache
|
2209
|
-
#
|
2210
|
-
#
|
2443
|
+
# Disable this setting only when your workflow requires the
|
2444
|
+
# #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled
|
2445
|
+
# (ENABLED) and control caching in your video distribution set up. For
|
2446
|
+
# example, use the Cache-Control http header.
|
2211
2447
|
# @return [String]
|
2212
2448
|
#
|
2213
2449
|
# @!attribute [rw] codec_specification
|
@@ -2359,10 +2595,30 @@ module Aws::MediaConvert
|
|
2359
2595
|
# data as a hash:
|
2360
2596
|
#
|
2361
2597
|
# {
|
2598
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2362
2599
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2363
2600
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
2364
2601
|
# }
|
2365
2602
|
#
|
2603
|
+
# @!attribute [rw] audio_duration
|
2604
|
+
# Specify this setting only when your output will be consumed by a
|
2605
|
+
# downstream repackaging workflow that is sensitive to very small
|
2606
|
+
# duration differences between video and audio. For this situation,
|
2607
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
2608
|
+
# cases, keep the default value, Default codec duration
|
2609
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
2610
|
+
# MediaConvert pads the output audio streams with silence or trims
|
2611
|
+
# them to ensure that the total duration of each audio stream is at
|
2612
|
+
# least as long as the total duration of the video stream. After
|
2613
|
+
# padding or trimming, the audio stream duration is no more than one
|
2614
|
+
# frame longer than the video stream. MediaConvert applies audio
|
2615
|
+
# padding or trimming only to the end of the last segment of the
|
2616
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
2617
|
+
# the end of the file. When you keep the default value, any minor
|
2618
|
+
# discrepancies between audio and video duration will depend on your
|
2619
|
+
# output audio codec.
|
2620
|
+
# @return [String]
|
2621
|
+
#
|
2366
2622
|
# @!attribute [rw] scte_35_esam
|
2367
2623
|
# Use this setting only when you specify SCTE-35 markers from ESAM.
|
2368
2624
|
# Choose INSERT to put SCTE-35 markers in this output at the insertion
|
@@ -2381,6 +2637,7 @@ module Aws::MediaConvert
|
|
2381
2637
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CmfcSettings AWS API Documentation
|
2382
2638
|
#
|
2383
2639
|
class CmfcSettings < Struct.new(
|
2640
|
+
:audio_duration,
|
2384
2641
|
:scte_35_esam,
|
2385
2642
|
:scte_35_source)
|
2386
2643
|
SENSITIVE = []
|
@@ -2488,6 +2745,7 @@ module Aws::MediaConvert
|
|
2488
2745
|
#
|
2489
2746
|
# {
|
2490
2747
|
# cmfc_settings: {
|
2748
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2491
2749
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2492
2750
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
2493
2751
|
# },
|
@@ -2497,6 +2755,7 @@ module Aws::MediaConvert
|
|
2497
2755
|
# },
|
2498
2756
|
# m2ts_settings: {
|
2499
2757
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
2758
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2500
2759
|
# audio_frames_per_pes: 1,
|
2501
2760
|
# audio_pids: [1],
|
2502
2761
|
# bitrate: 1,
|
@@ -2547,6 +2806,7 @@ module Aws::MediaConvert
|
|
2547
2806
|
# video_pid: 1,
|
2548
2807
|
# },
|
2549
2808
|
# m3u_8_settings: {
|
2809
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2550
2810
|
# audio_frames_per_pes: 1,
|
2551
2811
|
# audio_pids: [1],
|
2552
2812
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -2572,6 +2832,7 @@ module Aws::MediaConvert
|
|
2572
2832
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
2573
2833
|
# },
|
2574
2834
|
# mp_4_settings: {
|
2835
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2575
2836
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2576
2837
|
# ctts_version: 1,
|
2577
2838
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -2579,12 +2840,15 @@ module Aws::MediaConvert
|
|
2579
2840
|
# mp_4_major_brand: "__string",
|
2580
2841
|
# },
|
2581
2842
|
# mpd_settings: {
|
2843
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2844
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2582
2845
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
2583
2846
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2584
2847
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
2585
2848
|
# },
|
2586
2849
|
# mxf_settings: {
|
2587
2850
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
2851
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
2588
2852
|
# },
|
2589
2853
|
# }
|
2590
2854
|
#
|
@@ -2773,7 +3037,7 @@ module Aws::MediaConvert
|
|
2773
3037
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
2774
3038
|
# },
|
2775
3039
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
2776
|
-
# file_input: "
|
3040
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA",
|
2777
3041
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
2778
3042
|
# filter_strength: 1,
|
2779
3043
|
# image_inserter: {
|
@@ -2799,6 +3063,7 @@ module Aws::MediaConvert
|
|
2799
3063
|
# start_timecode: "__stringPattern010920405090509092",
|
2800
3064
|
# },
|
2801
3065
|
# ],
|
3066
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
2802
3067
|
# position: {
|
2803
3068
|
# height: 1,
|
2804
3069
|
# width: 1,
|
@@ -2852,8 +3117,28 @@ module Aws::MediaConvert
|
|
2852
3117
|
# breakout_code: 1,
|
2853
3118
|
# distributor_id: "__string",
|
2854
3119
|
# },
|
3120
|
+
# nielsen_non_linear_watermark: {
|
3121
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
3122
|
+
# adi_filename: "__stringPatternS3",
|
3123
|
+
# asset_id: "__stringMin1Max20",
|
3124
|
+
# asset_name: "__stringMin1Max50",
|
3125
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
3126
|
+
# episode_id: "__stringMin1Max20",
|
3127
|
+
# metadata_destination: "__stringPatternS3",
|
3128
|
+
# source_id: 1,
|
3129
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
3130
|
+
# tic_server_url: "__stringPatternHttps",
|
3131
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
3132
|
+
# },
|
2855
3133
|
# output_groups: [
|
2856
3134
|
# {
|
3135
|
+
# automated_encoding_settings: {
|
3136
|
+
# abr_settings: {
|
3137
|
+
# max_abr_bitrate: 1,
|
3138
|
+
# max_renditions: 1,
|
3139
|
+
# min_abr_bitrate: 1,
|
3140
|
+
# },
|
3141
|
+
# },
|
2857
3142
|
# custom_name: "__string",
|
2858
3143
|
# name: "__string",
|
2859
3144
|
# output_group_settings: {
|
@@ -2943,6 +3228,7 @@ module Aws::MediaConvert
|
|
2943
3228
|
# fragment_length: 1,
|
2944
3229
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
2945
3230
|
# min_buffer_time: 1,
|
3231
|
+
# min_final_segment_length: 1.0,
|
2946
3232
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
2947
3233
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
2948
3234
|
# segment_length: 1,
|
@@ -3264,6 +3550,7 @@ module Aws::MediaConvert
|
|
3264
3550
|
# ],
|
3265
3551
|
# container_settings: {
|
3266
3552
|
# cmfc_settings: {
|
3553
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3267
3554
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
3268
3555
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
3269
3556
|
# },
|
@@ -3273,6 +3560,7 @@ module Aws::MediaConvert
|
|
3273
3560
|
# },
|
3274
3561
|
# m2ts_settings: {
|
3275
3562
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
3563
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3276
3564
|
# audio_frames_per_pes: 1,
|
3277
3565
|
# audio_pids: [1],
|
3278
3566
|
# bitrate: 1,
|
@@ -3323,6 +3611,7 @@ module Aws::MediaConvert
|
|
3323
3611
|
# video_pid: 1,
|
3324
3612
|
# },
|
3325
3613
|
# m3u_8_settings: {
|
3614
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3326
3615
|
# audio_frames_per_pes: 1,
|
3327
3616
|
# audio_pids: [1],
|
3328
3617
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -3348,6 +3637,7 @@ module Aws::MediaConvert
|
|
3348
3637
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
3349
3638
|
# },
|
3350
3639
|
# mp_4_settings: {
|
3640
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3351
3641
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
3352
3642
|
# ctts_version: 1,
|
3353
3643
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -3355,12 +3645,15 @@ module Aws::MediaConvert
|
|
3355
3645
|
# mp_4_major_brand: "__string",
|
3356
3646
|
# },
|
3357
3647
|
# mpd_settings: {
|
3648
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
3649
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3358
3650
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
3359
3651
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
3360
3652
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
3361
3653
|
# },
|
3362
3654
|
# mxf_settings: {
|
3363
3655
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
3656
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
3364
3657
|
# },
|
3365
3658
|
# },
|
3366
3659
|
# extension: "__string",
|
@@ -3383,7 +3676,7 @@ module Aws::MediaConvert
|
|
3383
3676
|
# av_1_settings: {
|
3384
3677
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3385
3678
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3386
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3679
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3387
3680
|
# framerate_denominator: 1,
|
3388
3681
|
# framerate_numerator: 1,
|
3389
3682
|
# gop_size: 1.0,
|
@@ -3397,7 +3690,17 @@ module Aws::MediaConvert
|
|
3397
3690
|
# slices: 1,
|
3398
3691
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3399
3692
|
# },
|
3400
|
-
#
|
3693
|
+
# avc_intra_settings: {
|
3694
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
3695
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3696
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3697
|
+
# framerate_denominator: 1,
|
3698
|
+
# framerate_numerator: 1,
|
3699
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
3700
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3701
|
+
# telecine: "NONE", # accepts NONE, HARD
|
3702
|
+
# },
|
3703
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
3401
3704
|
# frame_capture_settings: {
|
3402
3705
|
# framerate_denominator: 1,
|
3403
3706
|
# framerate_numerator: 1,
|
@@ -3405,7 +3708,7 @@ module Aws::MediaConvert
|
|
3405
3708
|
# quality: 1,
|
3406
3709
|
# },
|
3407
3710
|
# h264_settings: {
|
3408
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3711
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3409
3712
|
# bitrate: 1,
|
3410
3713
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
3411
3714
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -3414,7 +3717,7 @@ module Aws::MediaConvert
|
|
3414
3717
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
3415
3718
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3416
3719
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3417
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3720
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3418
3721
|
# framerate_denominator: 1,
|
3419
3722
|
# framerate_numerator: 1,
|
3420
3723
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3458,7 +3761,7 @@ module Aws::MediaConvert
|
|
3458
3761
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3459
3762
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3460
3763
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3461
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3764
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3462
3765
|
# framerate_denominator: 1,
|
3463
3766
|
# framerate_numerator: 1,
|
3464
3767
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3501,7 +3804,7 @@ module Aws::MediaConvert
|
|
3501
3804
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
3502
3805
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3503
3806
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3504
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3807
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3505
3808
|
# framerate_denominator: 1,
|
3506
3809
|
# framerate_numerator: 1,
|
3507
3810
|
# gop_closed_cadence: 1,
|
@@ -3530,7 +3833,7 @@ module Aws::MediaConvert
|
|
3530
3833
|
# prores_settings: {
|
3531
3834
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
3532
3835
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3533
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3836
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3534
3837
|
# framerate_denominator: 1,
|
3535
3838
|
# framerate_numerator: 1,
|
3536
3839
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -3540,10 +3843,20 @@ module Aws::MediaConvert
|
|
3540
3843
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3541
3844
|
# telecine: "NONE", # accepts NONE, HARD
|
3542
3845
|
# },
|
3846
|
+
# vc_3_settings: {
|
3847
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3848
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3849
|
+
# framerate_denominator: 1,
|
3850
|
+
# framerate_numerator: 1,
|
3851
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
3852
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3853
|
+
# telecine: "NONE", # accepts NONE, HARD
|
3854
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
3855
|
+
# },
|
3543
3856
|
# vp_8_settings: {
|
3544
3857
|
# bitrate: 1,
|
3545
3858
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3546
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3859
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3547
3860
|
# framerate_denominator: 1,
|
3548
3861
|
# framerate_numerator: 1,
|
3549
3862
|
# gop_size: 1.0,
|
@@ -3558,7 +3871,7 @@ module Aws::MediaConvert
|
|
3558
3871
|
# vp_9_settings: {
|
3559
3872
|
# bitrate: 1,
|
3560
3873
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3561
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3874
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3562
3875
|
# framerate_denominator: 1,
|
3563
3876
|
# framerate_numerator: 1,
|
3564
3877
|
# gop_size: 1.0,
|
@@ -3751,13 +4064,13 @@ module Aws::MediaConvert
|
|
3751
4064
|
# Optional. When you create a job, you can specify a queue to send it
|
3752
4065
|
# to. If you don't specify, the job will go to the default queue. For
|
3753
4066
|
# more about queues, see the User Guide topic at
|
3754
|
-
#
|
4067
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html.
|
3755
4068
|
# @return [String]
|
3756
4069
|
#
|
3757
4070
|
# @!attribute [rw] role
|
3758
4071
|
# Required. The IAM role you use for creating this job. For details
|
3759
4072
|
# about permissions, see the User Guide topic at the User Guide at
|
3760
|
-
#
|
4073
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
|
3761
4074
|
# @return [String]
|
3762
4075
|
#
|
3763
4076
|
# @!attribute [rw] settings
|
@@ -3782,12 +4095,16 @@ module Aws::MediaConvert
|
|
3782
4095
|
#
|
3783
4096
|
# @!attribute [rw] tags
|
3784
4097
|
# Optional. The tags that you want to add to the resource. You can tag
|
3785
|
-
# resources with a key-value pair or with only a key.
|
4098
|
+
# resources with a key-value pair or with only a key. Use standard AWS
|
4099
|
+
# tags on your job for automatic integration with AWS services and for
|
4100
|
+
# custom integrations and workflows.
|
3786
4101
|
# @return [Hash<String,String>]
|
3787
4102
|
#
|
3788
4103
|
# @!attribute [rw] user_metadata
|
3789
4104
|
# Optional. User-defined metadata that you want to associate with an
|
3790
|
-
# MediaConvert job. You specify metadata in key/value pairs.
|
4105
|
+
# MediaConvert job. You specify metadata in key/value pairs. Use only
|
4106
|
+
# for existing integrations or workflows that rely on job metadata
|
4107
|
+
# tags. Otherwise, we recommend that you use standard AWS tags.
|
3791
4108
|
# @return [Hash<String,String>]
|
3792
4109
|
#
|
3793
4110
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateJobRequest AWS API Documentation
|
@@ -3815,7 +4132,7 @@ module Aws::MediaConvert
|
|
3815
4132
|
# @!attribute [rw] job
|
3816
4133
|
# Each job converts an input file into an output file or files. For
|
3817
4134
|
# more information, see the User Guide at
|
3818
|
-
#
|
4135
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
3819
4136
|
# @return [Types::Job]
|
3820
4137
|
#
|
3821
4138
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateJobResponse AWS API Documentation
|
@@ -3966,6 +4283,7 @@ module Aws::MediaConvert
|
|
3966
4283
|
# start_timecode: "__stringPattern010920405090509092",
|
3967
4284
|
# },
|
3968
4285
|
# ],
|
4286
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
3969
4287
|
# position: {
|
3970
4288
|
# height: 1,
|
3971
4289
|
# width: 1,
|
@@ -4018,8 +4336,28 @@ module Aws::MediaConvert
|
|
4018
4336
|
# breakout_code: 1,
|
4019
4337
|
# distributor_id: "__string",
|
4020
4338
|
# },
|
4339
|
+
# nielsen_non_linear_watermark: {
|
4340
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
4341
|
+
# adi_filename: "__stringPatternS3",
|
4342
|
+
# asset_id: "__stringMin1Max20",
|
4343
|
+
# asset_name: "__stringMin1Max50",
|
4344
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
4345
|
+
# episode_id: "__stringMin1Max20",
|
4346
|
+
# metadata_destination: "__stringPatternS3",
|
4347
|
+
# source_id: 1,
|
4348
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
4349
|
+
# tic_server_url: "__stringPatternHttps",
|
4350
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
4351
|
+
# },
|
4021
4352
|
# output_groups: [
|
4022
4353
|
# {
|
4354
|
+
# automated_encoding_settings: {
|
4355
|
+
# abr_settings: {
|
4356
|
+
# max_abr_bitrate: 1,
|
4357
|
+
# max_renditions: 1,
|
4358
|
+
# min_abr_bitrate: 1,
|
4359
|
+
# },
|
4360
|
+
# },
|
4023
4361
|
# custom_name: "__string",
|
4024
4362
|
# name: "__string",
|
4025
4363
|
# output_group_settings: {
|
@@ -4109,6 +4447,7 @@ module Aws::MediaConvert
|
|
4109
4447
|
# fragment_length: 1,
|
4110
4448
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
4111
4449
|
# min_buffer_time: 1,
|
4450
|
+
# min_final_segment_length: 1.0,
|
4112
4451
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
4113
4452
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
4114
4453
|
# segment_length: 1,
|
@@ -4430,6 +4769,7 @@ module Aws::MediaConvert
|
|
4430
4769
|
# ],
|
4431
4770
|
# container_settings: {
|
4432
4771
|
# cmfc_settings: {
|
4772
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4433
4773
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
4434
4774
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
4435
4775
|
# },
|
@@ -4439,6 +4779,7 @@ module Aws::MediaConvert
|
|
4439
4779
|
# },
|
4440
4780
|
# m2ts_settings: {
|
4441
4781
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
4782
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4442
4783
|
# audio_frames_per_pes: 1,
|
4443
4784
|
# audio_pids: [1],
|
4444
4785
|
# bitrate: 1,
|
@@ -4489,6 +4830,7 @@ module Aws::MediaConvert
|
|
4489
4830
|
# video_pid: 1,
|
4490
4831
|
# },
|
4491
4832
|
# m3u_8_settings: {
|
4833
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4492
4834
|
# audio_frames_per_pes: 1,
|
4493
4835
|
# audio_pids: [1],
|
4494
4836
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -4514,6 +4856,7 @@ module Aws::MediaConvert
|
|
4514
4856
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
4515
4857
|
# },
|
4516
4858
|
# mp_4_settings: {
|
4859
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4517
4860
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
4518
4861
|
# ctts_version: 1,
|
4519
4862
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -4521,12 +4864,15 @@ module Aws::MediaConvert
|
|
4521
4864
|
# mp_4_major_brand: "__string",
|
4522
4865
|
# },
|
4523
4866
|
# mpd_settings: {
|
4867
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
4868
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4524
4869
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
4525
4870
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
4526
4871
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
4527
4872
|
# },
|
4528
4873
|
# mxf_settings: {
|
4529
4874
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
4875
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
4530
4876
|
# },
|
4531
4877
|
# },
|
4532
4878
|
# extension: "__string",
|
@@ -4549,7 +4895,7 @@ module Aws::MediaConvert
|
|
4549
4895
|
# av_1_settings: {
|
4550
4896
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4551
4897
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4552
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4898
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4553
4899
|
# framerate_denominator: 1,
|
4554
4900
|
# framerate_numerator: 1,
|
4555
4901
|
# gop_size: 1.0,
|
@@ -4563,7 +4909,17 @@ module Aws::MediaConvert
|
|
4563
4909
|
# slices: 1,
|
4564
4910
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4565
4911
|
# },
|
4566
|
-
#
|
4912
|
+
# avc_intra_settings: {
|
4913
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
4914
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4915
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4916
|
+
# framerate_denominator: 1,
|
4917
|
+
# framerate_numerator: 1,
|
4918
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
4919
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4920
|
+
# telecine: "NONE", # accepts NONE, HARD
|
4921
|
+
# },
|
4922
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
4567
4923
|
# frame_capture_settings: {
|
4568
4924
|
# framerate_denominator: 1,
|
4569
4925
|
# framerate_numerator: 1,
|
@@ -4571,7 +4927,7 @@ module Aws::MediaConvert
|
|
4571
4927
|
# quality: 1,
|
4572
4928
|
# },
|
4573
4929
|
# h264_settings: {
|
4574
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4930
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4575
4931
|
# bitrate: 1,
|
4576
4932
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
4577
4933
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -4580,7 +4936,7 @@ module Aws::MediaConvert
|
|
4580
4936
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
4581
4937
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4582
4938
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4583
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4939
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4584
4940
|
# framerate_denominator: 1,
|
4585
4941
|
# framerate_numerator: 1,
|
4586
4942
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -4624,7 +4980,7 @@ module Aws::MediaConvert
|
|
4624
4980
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
4625
4981
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4626
4982
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4627
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4983
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4628
4984
|
# framerate_denominator: 1,
|
4629
4985
|
# framerate_numerator: 1,
|
4630
4986
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -4667,7 +5023,7 @@ module Aws::MediaConvert
|
|
4667
5023
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
4668
5024
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
4669
5025
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4670
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5026
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4671
5027
|
# framerate_denominator: 1,
|
4672
5028
|
# framerate_numerator: 1,
|
4673
5029
|
# gop_closed_cadence: 1,
|
@@ -4696,7 +5052,7 @@ module Aws::MediaConvert
|
|
4696
5052
|
# prores_settings: {
|
4697
5053
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
4698
5054
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4699
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5055
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4700
5056
|
# framerate_denominator: 1,
|
4701
5057
|
# framerate_numerator: 1,
|
4702
5058
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -4706,10 +5062,20 @@ module Aws::MediaConvert
|
|
4706
5062
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4707
5063
|
# telecine: "NONE", # accepts NONE, HARD
|
4708
5064
|
# },
|
5065
|
+
# vc_3_settings: {
|
5066
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5067
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5068
|
+
# framerate_denominator: 1,
|
5069
|
+
# framerate_numerator: 1,
|
5070
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
5071
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5072
|
+
# telecine: "NONE", # accepts NONE, HARD
|
5073
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
5074
|
+
# },
|
4709
5075
|
# vp_8_settings: {
|
4710
5076
|
# bitrate: 1,
|
4711
5077
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4712
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5078
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4713
5079
|
# framerate_denominator: 1,
|
4714
5080
|
# framerate_numerator: 1,
|
4715
5081
|
# gop_size: 1.0,
|
@@ -4724,7 +5090,7 @@ module Aws::MediaConvert
|
|
4724
5090
|
# vp_9_settings: {
|
4725
5091
|
# bitrate: 1,
|
4726
5092
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4727
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5093
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4728
5094
|
# framerate_denominator: 1,
|
4729
5095
|
# framerate_numerator: 1,
|
4730
5096
|
# gop_size: 1.0,
|
@@ -5167,6 +5533,7 @@ module Aws::MediaConvert
|
|
5167
5533
|
# ],
|
5168
5534
|
# container_settings: {
|
5169
5535
|
# cmfc_settings: {
|
5536
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5170
5537
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
5171
5538
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
5172
5539
|
# },
|
@@ -5176,6 +5543,7 @@ module Aws::MediaConvert
|
|
5176
5543
|
# },
|
5177
5544
|
# m2ts_settings: {
|
5178
5545
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
5546
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5179
5547
|
# audio_frames_per_pes: 1,
|
5180
5548
|
# audio_pids: [1],
|
5181
5549
|
# bitrate: 1,
|
@@ -5226,6 +5594,7 @@ module Aws::MediaConvert
|
|
5226
5594
|
# video_pid: 1,
|
5227
5595
|
# },
|
5228
5596
|
# m3u_8_settings: {
|
5597
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5229
5598
|
# audio_frames_per_pes: 1,
|
5230
5599
|
# audio_pids: [1],
|
5231
5600
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -5251,6 +5620,7 @@ module Aws::MediaConvert
|
|
5251
5620
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
5252
5621
|
# },
|
5253
5622
|
# mp_4_settings: {
|
5623
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5254
5624
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
5255
5625
|
# ctts_version: 1,
|
5256
5626
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -5258,12 +5628,15 @@ module Aws::MediaConvert
|
|
5258
5628
|
# mp_4_major_brand: "__string",
|
5259
5629
|
# },
|
5260
5630
|
# mpd_settings: {
|
5631
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
5632
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5261
5633
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
5262
5634
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
5263
5635
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
5264
5636
|
# },
|
5265
5637
|
# mxf_settings: {
|
5266
5638
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
5639
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
5267
5640
|
# },
|
5268
5641
|
# },
|
5269
5642
|
# video_description: {
|
@@ -5273,7 +5646,7 @@ module Aws::MediaConvert
|
|
5273
5646
|
# av_1_settings: {
|
5274
5647
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5275
5648
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5276
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5649
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5277
5650
|
# framerate_denominator: 1,
|
5278
5651
|
# framerate_numerator: 1,
|
5279
5652
|
# gop_size: 1.0,
|
@@ -5287,7 +5660,17 @@ module Aws::MediaConvert
|
|
5287
5660
|
# slices: 1,
|
5288
5661
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5289
5662
|
# },
|
5290
|
-
#
|
5663
|
+
# avc_intra_settings: {
|
5664
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
5665
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5666
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5667
|
+
# framerate_denominator: 1,
|
5668
|
+
# framerate_numerator: 1,
|
5669
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
5670
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5671
|
+
# telecine: "NONE", # accepts NONE, HARD
|
5672
|
+
# },
|
5673
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
5291
5674
|
# frame_capture_settings: {
|
5292
5675
|
# framerate_denominator: 1,
|
5293
5676
|
# framerate_numerator: 1,
|
@@ -5295,7 +5678,7 @@ module Aws::MediaConvert
|
|
5295
5678
|
# quality: 1,
|
5296
5679
|
# },
|
5297
5680
|
# h264_settings: {
|
5298
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5681
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5299
5682
|
# bitrate: 1,
|
5300
5683
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
5301
5684
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -5304,7 +5687,7 @@ module Aws::MediaConvert
|
|
5304
5687
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
5305
5688
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5306
5689
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5307
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5690
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5308
5691
|
# framerate_denominator: 1,
|
5309
5692
|
# framerate_numerator: 1,
|
5310
5693
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5348,7 +5731,7 @@ module Aws::MediaConvert
|
|
5348
5731
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
5349
5732
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5350
5733
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5351
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5734
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5352
5735
|
# framerate_denominator: 1,
|
5353
5736
|
# framerate_numerator: 1,
|
5354
5737
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5391,7 +5774,7 @@ module Aws::MediaConvert
|
|
5391
5774
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
5392
5775
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
5393
5776
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5394
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5777
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5395
5778
|
# framerate_denominator: 1,
|
5396
5779
|
# framerate_numerator: 1,
|
5397
5780
|
# gop_closed_cadence: 1,
|
@@ -5420,7 +5803,7 @@ module Aws::MediaConvert
|
|
5420
5803
|
# prores_settings: {
|
5421
5804
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
5422
5805
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5423
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5806
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5424
5807
|
# framerate_denominator: 1,
|
5425
5808
|
# framerate_numerator: 1,
|
5426
5809
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -5430,10 +5813,20 @@ module Aws::MediaConvert
|
|
5430
5813
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5431
5814
|
# telecine: "NONE", # accepts NONE, HARD
|
5432
5815
|
# },
|
5816
|
+
# vc_3_settings: {
|
5817
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5818
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5819
|
+
# framerate_denominator: 1,
|
5820
|
+
# framerate_numerator: 1,
|
5821
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
5822
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5823
|
+
# telecine: "NONE", # accepts NONE, HARD
|
5824
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
5825
|
+
# },
|
5433
5826
|
# vp_8_settings: {
|
5434
5827
|
# bitrate: 1,
|
5435
5828
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5436
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5829
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5437
5830
|
# framerate_denominator: 1,
|
5438
5831
|
# framerate_numerator: 1,
|
5439
5832
|
# gop_size: 1.0,
|
@@ -5448,7 +5841,7 @@ module Aws::MediaConvert
|
|
5448
5841
|
# vp_9_settings: {
|
5449
5842
|
# bitrate: 1,
|
5450
5843
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5451
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5844
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5452
5845
|
# framerate_denominator: 1,
|
5453
5846
|
# framerate_numerator: 1,
|
5454
5847
|
# gop_size: 1.0,
|
@@ -5824,6 +6217,7 @@ module Aws::MediaConvert
|
|
5824
6217
|
# fragment_length: 1,
|
5825
6218
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
5826
6219
|
# min_buffer_time: 1,
|
6220
|
+
# min_final_segment_length: 1.0,
|
5827
6221
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
5828
6222
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
5829
6223
|
# segment_length: 1,
|
@@ -5879,6 +6273,22 @@ module Aws::MediaConvert
|
|
5879
6273
|
# smooth playout.
|
5880
6274
|
# @return [Integer]
|
5881
6275
|
#
|
6276
|
+
# @!attribute [rw] min_final_segment_length
|
6277
|
+
# Keep this setting at the default value of 0, unless you are
|
6278
|
+
# troubleshooting a problem with how devices play back the end of your
|
6279
|
+
# video asset. If you know that player devices are hanging on the
|
6280
|
+
# final segment of your video because the length of your final segment
|
6281
|
+
# is too short, use this setting to specify a minimum final segment
|
6282
|
+
# length, in seconds. Choose a value that is greater than or equal to
|
6283
|
+
# 1 and less than your segment length. When you specify a value for
|
6284
|
+
# this setting, the encoder will combine any final segment that is
|
6285
|
+
# shorter than the length that you specify with the previous segment.
|
6286
|
+
# For example, your segment length is 3 seconds and your final segment
|
6287
|
+
# is .5 seconds without a minimum final segment length; when you set
|
6288
|
+
# the minimum final segment length to 1, your final segment is 3.5
|
6289
|
+
# seconds.
|
6290
|
+
# @return [Float]
|
6291
|
+
#
|
5882
6292
|
# @!attribute [rw] mpd_profile
|
5883
6293
|
# Specify whether your DASH profile is on-demand or main. When you
|
5884
6294
|
# choose Main profile (MAIN\_PROFILE), the service signals
|
@@ -5927,6 +6337,7 @@ module Aws::MediaConvert
|
|
5927
6337
|
:fragment_length,
|
5928
6338
|
:hbbtv_compliance,
|
5929
6339
|
:min_buffer_time,
|
6340
|
+
:min_final_segment_length,
|
5930
6341
|
:mpd_profile,
|
5931
6342
|
:segment_control,
|
5932
6343
|
:segment_length,
|
@@ -7349,7 +7760,7 @@ module Aws::MediaConvert
|
|
7349
7760
|
# @!attribute [rw] job
|
7350
7761
|
# Each job converts an input file into an output file or files. For
|
7351
7762
|
# more information, see the User Guide at
|
7352
|
-
#
|
7763
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
7353
7764
|
# @return [Types::Job]
|
7354
7765
|
#
|
7355
7766
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJobResponse AWS API Documentation
|
@@ -7540,7 +7951,7 @@ module Aws::MediaConvert
|
|
7540
7951
|
# data as a hash:
|
7541
7952
|
#
|
7542
7953
|
# {
|
7543
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
7954
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
7544
7955
|
# bitrate: 1,
|
7545
7956
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
7546
7957
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -7549,7 +7960,7 @@ module Aws::MediaConvert
|
|
7549
7960
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
7550
7961
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
7551
7962
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
7552
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
7963
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
7553
7964
|
# framerate_denominator: 1,
|
7554
7965
|
# framerate_numerator: 1,
|
7555
7966
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -7586,8 +7997,18 @@ module Aws::MediaConvert
|
|
7586
7997
|
# }
|
7587
7998
|
#
|
7588
7999
|
# @!attribute [rw] adaptive_quantization
|
7589
|
-
#
|
7590
|
-
#
|
8000
|
+
# Keep the default value, Auto (AUTO), for this setting to have
|
8001
|
+
# MediaConvert automatically apply the best types of quantization for
|
8002
|
+
# your video content. When you want to apply your quantization
|
8003
|
+
# settings manually, you must set H264AdaptiveQuantization to a value
|
8004
|
+
# other than Auto (AUTO). Use this setting to specify the strength of
|
8005
|
+
# any adaptive quantization filters that you enable. If you don't
|
8006
|
+
# want MediaConvert to do any adaptive quantization in this transcode,
|
8007
|
+
# set Adaptive quantization (H264AdaptiveQuantization) to Off (OFF).
|
8008
|
+
# Related settings: The value that you choose here applies to the
|
8009
|
+
# following settings: H264FlickerAdaptiveQuantization,
|
8010
|
+
# H264SpatialAdaptiveQuantization, and
|
8011
|
+
# H264TemporalAdaptiveQuantization.
|
7591
8012
|
# @return [String]
|
7592
8013
|
#
|
7593
8014
|
# @!attribute [rw] bitrate
|
@@ -7623,12 +8044,27 @@ module Aws::MediaConvert
|
|
7623
8044
|
# @return [String]
|
7624
8045
|
#
|
7625
8046
|
# @!attribute [rw] field_encoding
|
7626
|
-
#
|
8047
|
+
# Keep the default value, PAFF, to have MediaConvert use PAFF encoding
|
8048
|
+
# for interlaced outputs. Choose Force field (FORCE\_FIELD) to disable
|
8049
|
+
# PAFF encoding and create separate interlaced fields.
|
7627
8050
|
# @return [String]
|
7628
8051
|
#
|
7629
8052
|
# @!attribute [rw] flicker_adaptive_quantization
|
7630
|
-
#
|
7631
|
-
#
|
8053
|
+
# Only use this setting when you change the default value, AUTO, for
|
8054
|
+
# the setting H264AdaptiveQuantization. When you keep all defaults,
|
8055
|
+
# excluding H264AdaptiveQuantization and all other adaptive
|
8056
|
+
# quantization from your JSON job specification, MediaConvert
|
8057
|
+
# automatically applies the best types of quantization for your video
|
8058
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8059
|
+
# AUTO, the default value for H264FlickerAdaptiveQuantization is
|
8060
|
+
# Disabled (DISABLED). Change this value to Enabled (ENABLED) to
|
8061
|
+
# reduce I-frame pop. I-frame pop appears as a visual flicker that can
|
8062
|
+
# arise when the encoder saves bits by copying some macroblocks many
|
8063
|
+
# times from frame to frame, and then refreshes them at the I-frame.
|
8064
|
+
# When you enable this setting, the encoder updates these macroblocks
|
8065
|
+
# slightly more often to smooth out the flicker. To manually enable or
|
8066
|
+
# disable H264FlickerAdaptiveQuantization, you must set Adaptive
|
8067
|
+
# quantization (H264AdaptiveQuantization) to a value other than AUTO.
|
7632
8068
|
# @return [String]
|
7633
8069
|
#
|
7634
8070
|
# @!attribute [rw] framerate_control
|
@@ -7648,8 +8084,18 @@ module Aws::MediaConvert
|
|
7648
8084
|
# @return [String]
|
7649
8085
|
#
|
7650
8086
|
# @!attribute [rw] framerate_conversion_algorithm
|
7651
|
-
#
|
7652
|
-
#
|
8087
|
+
# Choose the method that you want MediaConvert to use when increasing
|
8088
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
8089
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
8090
|
+
# to 30 fps. For numerically complex conversions, you can use
|
8091
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
8092
|
+
# picture, but might introduce undesirable video artifacts. For
|
8093
|
+
# complex frame rate conversions, especially if your source video has
|
8094
|
+
# already been converted from its original cadence, use FrameFormer
|
8095
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
8096
|
+
# chooses the best conversion method frame by frame. Note that using
|
8097
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
8098
|
+
# add-on cost.
|
7653
8099
|
# @return [String]
|
7654
8100
|
#
|
7655
8101
|
# @!attribute [rw] framerate_denominator
|
@@ -7663,8 +8109,13 @@ module Aws::MediaConvert
|
|
7663
8109
|
# @return [Integer]
|
7664
8110
|
#
|
7665
8111
|
# @!attribute [rw] framerate_numerator
|
7666
|
-
#
|
7667
|
-
#
|
8112
|
+
# When you use the API for transcode jobs that use frame rate
|
8113
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
8114
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
8115
|
+
# of this fraction. In this example, use 24000 for the value of
|
8116
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
8117
|
+
# use frame rate conversion, provide the value as a decimal number for
|
8118
|
+
# Framerate. In this example, specify 23.976.
|
7668
8119
|
# @return [Integer]
|
7669
8120
|
#
|
7670
8121
|
# @!attribute [rw] gop_b_reference
|
@@ -7701,19 +8152,20 @@ module Aws::MediaConvert
|
|
7701
8152
|
# @return [Integer]
|
7702
8153
|
#
|
7703
8154
|
# @!attribute [rw] interlace_mode
|
7704
|
-
#
|
7705
|
-
#
|
7706
|
-
#
|
7707
|
-
#
|
7708
|
-
#
|
7709
|
-
# (FOLLOW\
|
7710
|
-
#
|
7711
|
-
# the source
|
7712
|
-
#
|
7713
|
-
#
|
7714
|
-
#
|
7715
|
-
#
|
7716
|
-
#
|
8155
|
+
# Choose the scan line type for the output. Keep the default value,
|
8156
|
+
# Progressive (PROGRESSIVE) to create a progressive output, regardless
|
8157
|
+
# of the scan type of your input. Use Top field first (TOP\_FIELD) or
|
8158
|
+
# Bottom field first (BOTTOM\_FIELD) to create an output that's
|
8159
|
+
# interlaced with the same field polarity throughout. Use Follow,
|
8160
|
+
# default top (FOLLOW\_TOP\_FIELD) or Follow, default bottom
|
8161
|
+
# (FOLLOW\_BOTTOM\_FIELD) to produce outputs with the same field
|
8162
|
+
# polarity as the source. For jobs that have multiple inputs, the
|
8163
|
+
# output field polarity might change over the course of the output.
|
8164
|
+
# Follow behavior depends on the input scan type. If the source is
|
8165
|
+
# interlaced, the output will be interlaced with the same polarity as
|
8166
|
+
# the source. If the source is progressive, the output will be
|
8167
|
+
# interlaced with top field bottom field first, depending on which of
|
8168
|
+
# the Follow options you choose.
|
7717
8169
|
# @return [String]
|
7718
8170
|
#
|
7719
8171
|
# @!attribute [rw] max_bitrate
|
@@ -7809,18 +8261,60 @@ module Aws::MediaConvert
|
|
7809
8261
|
# @return [Integer]
|
7810
8262
|
#
|
7811
8263
|
# @!attribute [rw] slow_pal
|
7812
|
-
#
|
7813
|
-
#
|
8264
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
8265
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
8266
|
+
# When you enable slow PAL, MediaConvert relabels the video frames to
|
8267
|
+
# 25 fps and resamples your audio to keep it synchronized with the
|
8268
|
+
# video. Note that enabling this setting will slightly reduce the
|
8269
|
+
# duration of your video. Required settings: You must also set
|
8270
|
+
# Framerate to 25. In your JSON job specification, set
|
8271
|
+
# (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and
|
8272
|
+
# (framerateDenominator) to 1.
|
7814
8273
|
# @return [String]
|
7815
8274
|
#
|
7816
8275
|
# @!attribute [rw] softness
|
7817
|
-
#
|
7818
|
-
#
|
8276
|
+
# Ignore this setting unless you need to comply with a specification
|
8277
|
+
# that requires a specific value. If you don't have a specification
|
8278
|
+
# requirement, we recommend that you adjust the softness of your
|
8279
|
+
# output by using a lower value for the setting Sharpness (sharpness)
|
8280
|
+
# or by enabling a noise reducer filter (noiseReducerFilter). The
|
8281
|
+
# Softness (softness) setting specifies the quantization matrices that
|
8282
|
+
# the encoder uses. Keep the default value, 0, for flat quantization.
|
8283
|
+
# Choose the value 1 or 16 to use the default JVT softening
|
8284
|
+
# quantization matricies from the H.264 specification. Choose a value
|
8285
|
+
# from 17 to 128 to use planar interpolation. Increasing values from
|
8286
|
+
# 17 to 128 result in increasing reduction of high-frequency data. The
|
8287
|
+
# value 128 results in the softest video.
|
7819
8288
|
# @return [Integer]
|
7820
8289
|
#
|
7821
8290
|
# @!attribute [rw] spatial_adaptive_quantization
|
7822
|
-
#
|
7823
|
-
#
|
8291
|
+
# Only use this setting when you change the default value, Auto
|
8292
|
+
# (AUTO), for the setting H264AdaptiveQuantization. When you keep all
|
8293
|
+
# defaults, excluding H264AdaptiveQuantization and all other adaptive
|
8294
|
+
# quantization from your JSON job specification, MediaConvert
|
8295
|
+
# automatically applies the best types of quantization for your video
|
8296
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8297
|
+
# AUTO, the default value for H264SpatialAdaptiveQuantization is
|
8298
|
+
# Enabled (ENABLED). Keep this default value to adjust quantization
|
8299
|
+
# within each frame based on spatial variation of content complexity.
|
8300
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
8301
|
+
# that can sustain more distortion with no noticeable visual
|
8302
|
+
# degradation and uses more bits on areas where any small distortion
|
8303
|
+
# will be noticeable. For example, complex textured blocks are encoded
|
8304
|
+
# with fewer bits and smooth textured blocks are encoded with more
|
8305
|
+
# bits. Enabling this feature will almost always improve your video
|
8306
|
+
# quality. Note, though, that this feature doesn't take into account
|
8307
|
+
# where the viewer's attention is likely to be. If viewers are likely
|
8308
|
+
# to be focusing their attention on a part of the screen with a lot of
|
8309
|
+
# complex texture, you might choose to set
|
8310
|
+
# H264SpatialAdaptiveQuantization to Disabled (DISABLED). Related
|
8311
|
+
# setting: When you enable spatial adaptive quantization, set the
|
8312
|
+
# value for Adaptive quantization (H264AdaptiveQuantization) depending
|
8313
|
+
# on your content. For homogeneous content, such as cartoons and video
|
8314
|
+
# games, set it to Low. For content with a wider variety of textures,
|
8315
|
+
# set it to High or Higher. To manually enable or disable
|
8316
|
+
# H264SpatialAdaptiveQuantization, you must set Adaptive quantization
|
8317
|
+
# (H264AdaptiveQuantization) to a value other than AUTO.
|
7824
8318
|
# @return [String]
|
7825
8319
|
#
|
7826
8320
|
# @!attribute [rw] syntax
|
@@ -7828,19 +8322,43 @@ module Aws::MediaConvert
|
|
7828
8322
|
# @return [String]
|
7829
8323
|
#
|
7830
8324
|
# @!attribute [rw] telecine
|
7831
|
-
#
|
7832
|
-
# (
|
7833
|
-
#
|
7834
|
-
#
|
7835
|
-
#
|
7836
|
-
#
|
7837
|
-
#
|
7838
|
-
#
|
8325
|
+
# When you do frame rate conversion from 23.976 frames per second
|
8326
|
+
# (fps) to 29.97 fps, and your output scan type is interlaced, you can
|
8327
|
+
# optionally enable hard or soft telecine to create a smoother
|
8328
|
+
# picture. Hard telecine (HARD) produces a 29.97i output. Soft
|
8329
|
+
# telecine (SOFT) produces an output with a 23.976 output that signals
|
8330
|
+
# to the video player device to do the conversion during play back.
|
8331
|
+
# When you keep the default value, None (NONE), MediaConvert does a
|
8332
|
+
# standard frame rate conversion to 29.97 without doing anything with
|
8333
|
+
# the field polarity to create a smoother picture.
|
7839
8334
|
# @return [String]
|
7840
8335
|
#
|
7841
8336
|
# @!attribute [rw] temporal_adaptive_quantization
|
7842
|
-
#
|
7843
|
-
#
|
8337
|
+
# Only use this setting when you change the default value, AUTO, for
|
8338
|
+
# the setting H264AdaptiveQuantization. When you keep all defaults,
|
8339
|
+
# excluding H264AdaptiveQuantization and all other adaptive
|
8340
|
+
# quantization from your JSON job specification, MediaConvert
|
8341
|
+
# automatically applies the best types of quantization for your video
|
8342
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8343
|
+
# AUTO, the default value for H264TemporalAdaptiveQuantization is
|
8344
|
+
# Enabled (ENABLED). Keep this default value to adjust quantization
|
8345
|
+
# within each frame based on temporal variation of content complexity.
|
8346
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
8347
|
+
# of the frame that aren't moving and uses more bits on complex
|
8348
|
+
# objects with sharp edges that move a lot. For example, this feature
|
8349
|
+
# improves the readability of text tickers on newscasts and
|
8350
|
+
# scoreboards on sports matches. Enabling this feature will almost
|
8351
|
+
# always improve your video quality. Note, though, that this feature
|
8352
|
+
# doesn't take into account where the viewer's attention is likely
|
8353
|
+
# to be. If viewers are likely to be focusing their attention on a
|
8354
|
+
# part of the screen that doesn't have moving objects with sharp
|
8355
|
+
# edges, such as sports athletes' faces, you might choose to set
|
8356
|
+
# H264TemporalAdaptiveQuantization to Disabled (DISABLED). Related
|
8357
|
+
# setting: When you enable temporal quantization, adjust the strength
|
8358
|
+
# of the filter with the setting Adaptive quantization
|
8359
|
+
# (adaptiveQuantization). To manually enable or disable
|
8360
|
+
# H264TemporalAdaptiveQuantization, you must set Adaptive quantization
|
8361
|
+
# (H264AdaptiveQuantization) to a value other than AUTO.
|
7844
8362
|
# @return [String]
|
7845
8363
|
#
|
7846
8364
|
# @!attribute [rw] unregistered_sei_timecode
|
@@ -7965,7 +8483,7 @@ module Aws::MediaConvert
|
|
7965
8483
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
7966
8484
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
7967
8485
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
7968
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
8486
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
7969
8487
|
# framerate_denominator: 1,
|
7970
8488
|
# framerate_numerator: 1,
|
7971
8489
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -8003,8 +8521,12 @@ module Aws::MediaConvert
|
|
8003
8521
|
# }
|
8004
8522
|
#
|
8005
8523
|
# @!attribute [rw] adaptive_quantization
|
8006
|
-
#
|
8007
|
-
#
|
8524
|
+
# Specify the strength of any adaptive quantization filters that you
|
8525
|
+
# enable. The value that you choose here applies to the following
|
8526
|
+
# settings: Flicker adaptive quantization
|
8527
|
+
# (flickerAdaptiveQuantization), Spatial adaptive quantization
|
8528
|
+
# (spatialAdaptiveQuantization), and Temporal adaptive quantization
|
8529
|
+
# (temporalAdaptiveQuantization).
|
8008
8530
|
# @return [String]
|
8009
8531
|
#
|
8010
8532
|
# @!attribute [rw] alternate_transfer_function_sei
|
@@ -8040,8 +8562,14 @@ module Aws::MediaConvert
|
|
8040
8562
|
# @return [String]
|
8041
8563
|
#
|
8042
8564
|
# @!attribute [rw] flicker_adaptive_quantization
|
8043
|
-
#
|
8044
|
-
#
|
8565
|
+
# Enable this setting to have the encoder reduce I-frame pop. I-frame
|
8566
|
+
# pop appears as a visual flicker that can arise when the encoder
|
8567
|
+
# saves bits by copying some macroblocks many times from frame to
|
8568
|
+
# frame, and then refreshes them at the I-frame. When you enable this
|
8569
|
+
# setting, the encoder updates these macroblocks slightly more often
|
8570
|
+
# to smooth out the flicker. This setting is disabled by default.
|
8571
|
+
# Related setting: In addition to enabling this setting, you must also
|
8572
|
+
# set adaptiveQuantization to a value other than Off (OFF).
|
8045
8573
|
# @return [String]
|
8046
8574
|
#
|
8047
8575
|
# @!attribute [rw] framerate_control
|
@@ -8061,17 +8589,38 @@ module Aws::MediaConvert
|
|
8061
8589
|
# @return [String]
|
8062
8590
|
#
|
8063
8591
|
# @!attribute [rw] framerate_conversion_algorithm
|
8064
|
-
#
|
8065
|
-
#
|
8592
|
+
# Choose the method that you want MediaConvert to use when increasing
|
8593
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
8594
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
8595
|
+
# to 30 fps. For numerically complex conversions, you can use
|
8596
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
8597
|
+
# picture, but might introduce undesirable video artifacts. For
|
8598
|
+
# complex frame rate conversions, especially if your source video has
|
8599
|
+
# already been converted from its original cadence, use FrameFormer
|
8600
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
8601
|
+
# chooses the best conversion method frame by frame. Note that using
|
8602
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
8603
|
+
# add-on cost.
|
8066
8604
|
# @return [String]
|
8067
8605
|
#
|
8068
8606
|
# @!attribute [rw] framerate_denominator
|
8069
|
-
#
|
8607
|
+
# When you use the API for transcode jobs that use frame rate
|
8608
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
8609
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
8610
|
+
# denominator of this fraction. In this example, use 1001 for the
|
8611
|
+
# value of FramerateDenominator. When you use the console for
|
8612
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
8613
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
8070
8614
|
# @return [Integer]
|
8071
8615
|
#
|
8072
8616
|
# @!attribute [rw] framerate_numerator
|
8073
|
-
#
|
8074
|
-
#
|
8617
|
+
# When you use the API for transcode jobs that use frame rate
|
8618
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
8619
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
8620
|
+
# of this fraction. In this example, use 24000 for the value of
|
8621
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
8622
|
+
# use frame rate conversion, provide the value as a decimal number for
|
8623
|
+
# Framerate. In this example, specify 23.976.
|
8075
8624
|
# @return [Integer]
|
8076
8625
|
#
|
8077
8626
|
# @!attribute [rw] gop_b_reference
|
@@ -8108,21 +8657,20 @@ module Aws::MediaConvert
|
|
8108
8657
|
# @return [Integer]
|
8109
8658
|
#
|
8110
8659
|
# @!attribute [rw] interlace_mode
|
8111
|
-
# Choose the scan line type for the output.
|
8112
|
-
# (PROGRESSIVE) to create a progressive output, regardless
|
8113
|
-
# type of your input.
|
8114
|
-
#
|
8115
|
-
# with the same field polarity throughout.
|
8116
|
-
# (FOLLOW\_TOP\_FIELD) or Follow,
|
8117
|
-
# (FOLLOW\_BOTTOM\_FIELD) to
|
8118
|
-
#
|
8119
|
-
# output
|
8120
|
-
#
|
8121
|
-
#
|
8122
|
-
# progressive,
|
8123
|
-
#
|
8124
|
-
#
|
8125
|
-
# default to Progressive (PROGRESSIVE).
|
8660
|
+
# Choose the scan line type for the output. Keep the default value,
|
8661
|
+
# Progressive (PROGRESSIVE) to create a progressive output, regardless
|
8662
|
+
# of the scan type of your input. Use Top field first (TOP\_FIELD) or
|
8663
|
+
# Bottom field first (BOTTOM\_FIELD) to create an output that's
|
8664
|
+
# interlaced with the same field polarity throughout. Use Follow,
|
8665
|
+
# default top (FOLLOW\_TOP\_FIELD) or Follow, default bottom
|
8666
|
+
# (FOLLOW\_BOTTOM\_FIELD) to produce outputs with the same field
|
8667
|
+
# polarity as the source. For jobs that have multiple inputs, the
|
8668
|
+
# output field polarity might change over the course of the output.
|
8669
|
+
# Follow behavior depends on the input scan type. If the source is
|
8670
|
+
# interlaced, the output will be interlaced with the same polarity as
|
8671
|
+
# the source. If the source is progressive, the output will be
|
8672
|
+
# interlaced with top field bottom field first, depending on which of
|
8673
|
+
# the Follow options you choose.
|
8126
8674
|
# @return [String]
|
8127
8675
|
#
|
8128
8676
|
# @!attribute [rw] max_bitrate
|
@@ -8219,13 +8767,35 @@ module Aws::MediaConvert
|
|
8219
8767
|
# @return [Integer]
|
8220
8768
|
#
|
8221
8769
|
# @!attribute [rw] slow_pal
|
8222
|
-
#
|
8223
|
-
#
|
8770
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
8771
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
8772
|
+
# When you enable slow PAL, MediaConvert relabels the video frames to
|
8773
|
+
# 25 fps and resamples your audio to keep it synchronized with the
|
8774
|
+
# video. Note that enabling this setting will slightly reduce the
|
8775
|
+
# duration of your video. Required settings: You must also set
|
8776
|
+
# Framerate to 25. In your JSON job specification, set
|
8777
|
+
# (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and
|
8778
|
+
# (framerateDenominator) to 1.
|
8224
8779
|
# @return [String]
|
8225
8780
|
#
|
8226
8781
|
# @!attribute [rw] spatial_adaptive_quantization
|
8227
|
-
#
|
8228
|
-
# content complexity.
|
8782
|
+
# Keep the default value, Enabled (ENABLED), to adjust quantization
|
8783
|
+
# within each frame based on spatial variation of content complexity.
|
8784
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
8785
|
+
# that can sustain more distortion with no noticeable visual
|
8786
|
+
# degradation and uses more bits on areas where any small distortion
|
8787
|
+
# will be noticeable. For example, complex textured blocks are encoded
|
8788
|
+
# with fewer bits and smooth textured blocks are encoded with more
|
8789
|
+
# bits. Enabling this feature will almost always improve your video
|
8790
|
+
# quality. Note, though, that this feature doesn't take into account
|
8791
|
+
# where the viewer's attention is likely to be. If viewers are likely
|
8792
|
+
# to be focusing their attention on a part of the screen with a lot of
|
8793
|
+
# complex texture, you might choose to disable this feature. Related
|
8794
|
+
# setting: When you enable spatial adaptive quantization, set the
|
8795
|
+
# value for Adaptive quantization (adaptiveQuantization) depending on
|
8796
|
+
# your content. For homogeneous content, such as cartoons and video
|
8797
|
+
# games, set it to Low. For content with a wider variety of textures,
|
8798
|
+
# set it to High or Higher.
|
8229
8799
|
# @return [String]
|
8230
8800
|
#
|
8231
8801
|
# @!attribute [rw] telecine
|
@@ -8240,8 +8810,21 @@ module Aws::MediaConvert
|
|
8240
8810
|
# @return [String]
|
8241
8811
|
#
|
8242
8812
|
# @!attribute [rw] temporal_adaptive_quantization
|
8243
|
-
#
|
8244
|
-
# content complexity.
|
8813
|
+
# Keep the default value, Enabled (ENABLED), to adjust quantization
|
8814
|
+
# within each frame based on temporal variation of content complexity.
|
8815
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
8816
|
+
# of the frame that aren't moving and uses more bits on complex
|
8817
|
+
# objects with sharp edges that move a lot. For example, this feature
|
8818
|
+
# improves the readability of text tickers on newscasts and
|
8819
|
+
# scoreboards on sports matches. Enabling this feature will almost
|
8820
|
+
# always improve your video quality. Note, though, that this feature
|
8821
|
+
# doesn't take into account where the viewer's attention is likely
|
8822
|
+
# to be. If viewers are likely to be focusing their attention on a
|
8823
|
+
# part of the screen that doesn't have moving objects with sharp
|
8824
|
+
# edges, such as sports athletes' faces, you might choose to disable
|
8825
|
+
# this feature. Related setting: When you enable temporal
|
8826
|
+
# quantization, adjust the strength of the filter with the setting
|
8827
|
+
# Adaptive quantization (adaptiveQuantization).
|
8245
8828
|
# @return [String]
|
8246
8829
|
#
|
8247
8830
|
# @!attribute [rw] temporal_ids
|
@@ -8733,8 +9316,10 @@ module Aws::MediaConvert
|
|
8733
9316
|
# @return [String]
|
8734
9317
|
#
|
8735
9318
|
# @!attribute [rw] client_cache
|
8736
|
-
#
|
8737
|
-
#
|
9319
|
+
# Disable this setting only when your workflow requires the
|
9320
|
+
# #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled
|
9321
|
+
# (ENABLED) and control caching in your video distribution set up. For
|
9322
|
+
# example, use the Cache-Control http header.
|
8738
9323
|
# @return [String]
|
8739
9324
|
#
|
8740
9325
|
# @!attribute [rw] codec_specification
|
@@ -9179,7 +9764,7 @@ module Aws::MediaConvert
|
|
9179
9764
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
9180
9765
|
# },
|
9181
9766
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
9182
|
-
# file_input: "
|
9767
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA",
|
9183
9768
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
9184
9769
|
# filter_strength: 1,
|
9185
9770
|
# image_inserter: {
|
@@ -9205,6 +9790,7 @@ module Aws::MediaConvert
|
|
9205
9790
|
# start_timecode: "__stringPattern010920405090509092",
|
9206
9791
|
# },
|
9207
9792
|
# ],
|
9793
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
9208
9794
|
# position: {
|
9209
9795
|
# height: 1,
|
9210
9796
|
# width: 1,
|
@@ -9296,15 +9882,14 @@ module Aws::MediaConvert
|
|
9296
9882
|
# @return [String]
|
9297
9883
|
#
|
9298
9884
|
# @!attribute [rw] filter_enable
|
9299
|
-
#
|
9300
|
-
#
|
9301
|
-
#
|
9302
|
-
#
|
9303
|
-
#
|
9304
|
-
#
|
9305
|
-
#
|
9306
|
-
#
|
9307
|
-
# of input type.
|
9885
|
+
# Specify how the transcoding service applies the denoise and deblock
|
9886
|
+
# filters. You must also enable the filters separately, with Denoise
|
9887
|
+
# (InputDenoiseFilter) and Deblock (InputDeblockFilter). * Auto - The
|
9888
|
+
# transcoding service determines whether to apply filtering, depending
|
9889
|
+
# on input type and quality. * Disable - The input is not filtered.
|
9890
|
+
# This is true even if you use the API to enable them in
|
9891
|
+
# (InputDeblockFilter) and (InputDeblockFilter). * Force - The input
|
9892
|
+
# is filtered regardless of input type.
|
9308
9893
|
# @return [String]
|
9309
9894
|
#
|
9310
9895
|
# @!attribute [rw] filter_strength
|
@@ -9329,6 +9914,18 @@ module Aws::MediaConvert
|
|
9329
9914
|
# stringing the clips together in the order you specify them.
|
9330
9915
|
# @return [Array<Types::InputClipping>]
|
9331
9916
|
#
|
9917
|
+
# @!attribute [rw] input_scan_type
|
9918
|
+
# When you have a progressive segmented frame (PsF) input, use this
|
9919
|
+
# setting to flag the input as PsF. MediaConvert doesn't
|
9920
|
+
# automatically detect PsF. Therefore, flagging your input as PsF
|
9921
|
+
# results in better preservation of video quality when you do
|
9922
|
+
# deinterlacing and frame rate conversion. If you don't specify, the
|
9923
|
+
# default value is Auto (AUTO). Auto is the correct setting for all
|
9924
|
+
# inputs that are not PsF. Don't set this value to PsF when your
|
9925
|
+
# input is interlaced. Doing so creates horizontal interlacing
|
9926
|
+
# artifacts.
|
9927
|
+
# @return [String]
|
9928
|
+
#
|
9332
9929
|
# @!attribute [rw] position
|
9333
9930
|
# Use Selection placement (position) to define the video area in your
|
9334
9931
|
# output frame. The area outside of the rectangle that you specify
|
@@ -9408,6 +10005,7 @@ module Aws::MediaConvert
|
|
9408
10005
|
:filter_strength,
|
9409
10006
|
:image_inserter,
|
9410
10007
|
:input_clippings,
|
10008
|
+
:input_scan_type,
|
9411
10009
|
:position,
|
9412
10010
|
:program_number,
|
9413
10011
|
:psi_control,
|
@@ -9625,6 +10223,7 @@ module Aws::MediaConvert
|
|
9625
10223
|
# start_timecode: "__stringPattern010920405090509092",
|
9626
10224
|
# },
|
9627
10225
|
# ],
|
10226
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
9628
10227
|
# position: {
|
9629
10228
|
# height: 1,
|
9630
10229
|
# width: 1,
|
@@ -9697,15 +10296,14 @@ module Aws::MediaConvert
|
|
9697
10296
|
# @return [String]
|
9698
10297
|
#
|
9699
10298
|
# @!attribute [rw] filter_enable
|
9700
|
-
#
|
9701
|
-
#
|
9702
|
-
#
|
9703
|
-
#
|
9704
|
-
#
|
9705
|
-
#
|
9706
|
-
#
|
9707
|
-
#
|
9708
|
-
# of input type.
|
10299
|
+
# Specify how the transcoding service applies the denoise and deblock
|
10300
|
+
# filters. You must also enable the filters separately, with Denoise
|
10301
|
+
# (InputDenoiseFilter) and Deblock (InputDeblockFilter). * Auto - The
|
10302
|
+
# transcoding service determines whether to apply filtering, depending
|
10303
|
+
# on input type and quality. * Disable - The input is not filtered.
|
10304
|
+
# This is true even if you use the API to enable them in
|
10305
|
+
# (InputDeblockFilter) and (InputDeblockFilter). * Force - The input
|
10306
|
+
# is filtered regardless of input type.
|
9709
10307
|
# @return [String]
|
9710
10308
|
#
|
9711
10309
|
# @!attribute [rw] filter_strength
|
@@ -9730,6 +10328,18 @@ module Aws::MediaConvert
|
|
9730
10328
|
# stringing the clips together in the order you specify them.
|
9731
10329
|
# @return [Array<Types::InputClipping>]
|
9732
10330
|
#
|
10331
|
+
# @!attribute [rw] input_scan_type
|
10332
|
+
# When you have a progressive segmented frame (PsF) input, use this
|
10333
|
+
# setting to flag the input as PsF. MediaConvert doesn't
|
10334
|
+
# automatically detect PsF. Therefore, flagging your input as PsF
|
10335
|
+
# results in better preservation of video quality when you do
|
10336
|
+
# deinterlacing and frame rate conversion. If you don't specify, the
|
10337
|
+
# default value is Auto (AUTO). Auto is the correct setting for all
|
10338
|
+
# inputs that are not PsF. Don't set this value to PsF when your
|
10339
|
+
# input is interlaced. Doing so creates horizontal interlacing
|
10340
|
+
# artifacts.
|
10341
|
+
# @return [String]
|
10342
|
+
#
|
9733
10343
|
# @!attribute [rw] position
|
9734
10344
|
# Use Selection placement (position) to define the video area in your
|
9735
10345
|
# output frame. The area outside of the rectangle that you specify
|
@@ -9797,6 +10407,7 @@ module Aws::MediaConvert
|
|
9797
10407
|
:filter_strength,
|
9798
10408
|
:image_inserter,
|
9799
10409
|
:input_clippings,
|
10410
|
+
:input_scan_type,
|
9800
10411
|
:position,
|
9801
10412
|
:program_number,
|
9802
10413
|
:psi_control,
|
@@ -9928,7 +10539,7 @@ module Aws::MediaConvert
|
|
9928
10539
|
|
9929
10540
|
# Each job converts an input file into an output file or files. For more
|
9930
10541
|
# information, see the User Guide at
|
9931
|
-
#
|
10542
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
9932
10543
|
#
|
9933
10544
|
# @!attribute [rw] acceleration_settings
|
9934
10545
|
# Accelerated transcoding can significantly speed up jobs with long,
|
@@ -10022,7 +10633,7 @@ module Aws::MediaConvert
|
|
10022
10633
|
# When you create a job, you can specify a queue to send it to. If you
|
10023
10634
|
# don't specify, the job will go to the default queue. For more about
|
10024
10635
|
# queues, see the User Guide topic at
|
10025
|
-
#
|
10636
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
10026
10637
|
# @return [String]
|
10027
10638
|
#
|
10028
10639
|
# @!attribute [rw] queue_transitions
|
@@ -10037,7 +10648,7 @@ module Aws::MediaConvert
|
|
10037
10648
|
# @!attribute [rw] role
|
10038
10649
|
# The IAM role you use for creating this job. For details about
|
10039
10650
|
# permissions, see the User Guide topic at the User Guide at
|
10040
|
-
#
|
10651
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html
|
10041
10652
|
# @return [String]
|
10042
10653
|
#
|
10043
10654
|
# @!attribute [rw] settings
|
@@ -10231,7 +10842,7 @@ module Aws::MediaConvert
|
|
10231
10842
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
10232
10843
|
# },
|
10233
10844
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
10234
|
-
# file_input: "
|
10845
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA",
|
10235
10846
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
10236
10847
|
# filter_strength: 1,
|
10237
10848
|
# image_inserter: {
|
@@ -10257,6 +10868,7 @@ module Aws::MediaConvert
|
|
10257
10868
|
# start_timecode: "__stringPattern010920405090509092",
|
10258
10869
|
# },
|
10259
10870
|
# ],
|
10871
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
10260
10872
|
# position: {
|
10261
10873
|
# height: 1,
|
10262
10874
|
# width: 1,
|
@@ -10310,8 +10922,28 @@ module Aws::MediaConvert
|
|
10310
10922
|
# breakout_code: 1,
|
10311
10923
|
# distributor_id: "__string",
|
10312
10924
|
# },
|
10925
|
+
# nielsen_non_linear_watermark: {
|
10926
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
10927
|
+
# adi_filename: "__stringPatternS3",
|
10928
|
+
# asset_id: "__stringMin1Max20",
|
10929
|
+
# asset_name: "__stringMin1Max50",
|
10930
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
10931
|
+
# episode_id: "__stringMin1Max20",
|
10932
|
+
# metadata_destination: "__stringPatternS3",
|
10933
|
+
# source_id: 1,
|
10934
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
10935
|
+
# tic_server_url: "__stringPatternHttps",
|
10936
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
10937
|
+
# },
|
10313
10938
|
# output_groups: [
|
10314
10939
|
# {
|
10940
|
+
# automated_encoding_settings: {
|
10941
|
+
# abr_settings: {
|
10942
|
+
# max_abr_bitrate: 1,
|
10943
|
+
# max_renditions: 1,
|
10944
|
+
# min_abr_bitrate: 1,
|
10945
|
+
# },
|
10946
|
+
# },
|
10315
10947
|
# custom_name: "__string",
|
10316
10948
|
# name: "__string",
|
10317
10949
|
# output_group_settings: {
|
@@ -10401,6 +11033,7 @@ module Aws::MediaConvert
|
|
10401
11033
|
# fragment_length: 1,
|
10402
11034
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
10403
11035
|
# min_buffer_time: 1,
|
11036
|
+
# min_final_segment_length: 1.0,
|
10404
11037
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
10405
11038
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
10406
11039
|
# segment_length: 1,
|
@@ -10722,6 +11355,7 @@ module Aws::MediaConvert
|
|
10722
11355
|
# ],
|
10723
11356
|
# container_settings: {
|
10724
11357
|
# cmfc_settings: {
|
11358
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
10725
11359
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
10726
11360
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
10727
11361
|
# },
|
@@ -10731,6 +11365,7 @@ module Aws::MediaConvert
|
|
10731
11365
|
# },
|
10732
11366
|
# m2ts_settings: {
|
10733
11367
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
11368
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
10734
11369
|
# audio_frames_per_pes: 1,
|
10735
11370
|
# audio_pids: [1],
|
10736
11371
|
# bitrate: 1,
|
@@ -10781,6 +11416,7 @@ module Aws::MediaConvert
|
|
10781
11416
|
# video_pid: 1,
|
10782
11417
|
# },
|
10783
11418
|
# m3u_8_settings: {
|
11419
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
10784
11420
|
# audio_frames_per_pes: 1,
|
10785
11421
|
# audio_pids: [1],
|
10786
11422
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -10806,6 +11442,7 @@ module Aws::MediaConvert
|
|
10806
11442
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
10807
11443
|
# },
|
10808
11444
|
# mp_4_settings: {
|
11445
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
10809
11446
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
10810
11447
|
# ctts_version: 1,
|
10811
11448
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -10813,12 +11450,15 @@ module Aws::MediaConvert
|
|
10813
11450
|
# mp_4_major_brand: "__string",
|
10814
11451
|
# },
|
10815
11452
|
# mpd_settings: {
|
11453
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11454
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
10816
11455
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
10817
11456
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
10818
11457
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
10819
11458
|
# },
|
10820
11459
|
# mxf_settings: {
|
10821
11460
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
11461
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
10822
11462
|
# },
|
10823
11463
|
# },
|
10824
11464
|
# extension: "__string",
|
@@ -10841,7 +11481,7 @@ module Aws::MediaConvert
|
|
10841
11481
|
# av_1_settings: {
|
10842
11482
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
10843
11483
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10844
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11484
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10845
11485
|
# framerate_denominator: 1,
|
10846
11486
|
# framerate_numerator: 1,
|
10847
11487
|
# gop_size: 1.0,
|
@@ -10855,7 +11495,17 @@ module Aws::MediaConvert
|
|
10855
11495
|
# slices: 1,
|
10856
11496
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10857
11497
|
# },
|
10858
|
-
#
|
11498
|
+
# avc_intra_settings: {
|
11499
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
11500
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11501
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
11502
|
+
# framerate_denominator: 1,
|
11503
|
+
# framerate_numerator: 1,
|
11504
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
11505
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11506
|
+
# telecine: "NONE", # accepts NONE, HARD
|
11507
|
+
# },
|
11508
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
10859
11509
|
# frame_capture_settings: {
|
10860
11510
|
# framerate_denominator: 1,
|
10861
11511
|
# framerate_numerator: 1,
|
@@ -10863,7 +11513,7 @@ module Aws::MediaConvert
|
|
10863
11513
|
# quality: 1,
|
10864
11514
|
# },
|
10865
11515
|
# h264_settings: {
|
10866
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
11516
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
10867
11517
|
# bitrate: 1,
|
10868
11518
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
10869
11519
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -10872,7 +11522,7 @@ module Aws::MediaConvert
|
|
10872
11522
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
10873
11523
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10874
11524
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10875
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11525
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10876
11526
|
# framerate_denominator: 1,
|
10877
11527
|
# framerate_numerator: 1,
|
10878
11528
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -10916,7 +11566,7 @@ module Aws::MediaConvert
|
|
10916
11566
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10917
11567
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10918
11568
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10919
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11569
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10920
11570
|
# framerate_denominator: 1,
|
10921
11571
|
# framerate_numerator: 1,
|
10922
11572
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -10959,7 +11609,7 @@ module Aws::MediaConvert
|
|
10959
11609
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
10960
11610
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10961
11611
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10962
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11612
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10963
11613
|
# framerate_denominator: 1,
|
10964
11614
|
# framerate_numerator: 1,
|
10965
11615
|
# gop_closed_cadence: 1,
|
@@ -10988,7 +11638,7 @@ module Aws::MediaConvert
|
|
10988
11638
|
# prores_settings: {
|
10989
11639
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
10990
11640
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10991
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11641
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10992
11642
|
# framerate_denominator: 1,
|
10993
11643
|
# framerate_numerator: 1,
|
10994
11644
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -10998,10 +11648,20 @@ module Aws::MediaConvert
|
|
10998
11648
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
10999
11649
|
# telecine: "NONE", # accepts NONE, HARD
|
11000
11650
|
# },
|
11651
|
+
# vc_3_settings: {
|
11652
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11653
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
11654
|
+
# framerate_denominator: 1,
|
11655
|
+
# framerate_numerator: 1,
|
11656
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
11657
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11658
|
+
# telecine: "NONE", # accepts NONE, HARD
|
11659
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
11660
|
+
# },
|
11001
11661
|
# vp_8_settings: {
|
11002
11662
|
# bitrate: 1,
|
11003
11663
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11004
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11664
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
11005
11665
|
# framerate_denominator: 1,
|
11006
11666
|
# framerate_numerator: 1,
|
11007
11667
|
# gop_size: 1.0,
|
@@ -11016,7 +11676,7 @@ module Aws::MediaConvert
|
|
11016
11676
|
# vp_9_settings: {
|
11017
11677
|
# bitrate: 1,
|
11018
11678
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11019
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11679
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
11020
11680
|
# framerate_denominator: 1,
|
11021
11681
|
# framerate_numerator: 1,
|
11022
11682
|
# gop_size: 1.0,
|
@@ -11190,6 +11850,18 @@ module Aws::MediaConvert
|
|
11190
11850
|
# enable the setting.
|
11191
11851
|
# @return [Types::NielsenConfiguration]
|
11192
11852
|
#
|
11853
|
+
# @!attribute [rw] nielsen_non_linear_watermark
|
11854
|
+
# Ignore these settings unless you are using Nielsen non-linear
|
11855
|
+
# watermarking. Specify the values that MediaConvert uses to generate
|
11856
|
+
# and place Nielsen watermarks in your output audio. In addition to
|
11857
|
+
# specifying these values, you also need to set up your cloud TIC
|
11858
|
+
# server. These settings apply to every output in your job. The
|
11859
|
+
# MediaConvert implementation is currently with the following Nielsen
|
11860
|
+
# versions: Nielsen Watermark SDK Version 5.2.1 Nielsen NLM Watermark
|
11861
|
+
# Engine Version 1.2.7 Nielsen Watermark Authenticator \[SID\_TIC\]
|
11862
|
+
# Version \[5.0.0\]
|
11863
|
+
# @return [Types::NielsenNonLinearWatermarkSettings]
|
11864
|
+
#
|
11193
11865
|
# @!attribute [rw] output_groups
|
11194
11866
|
# (OutputGroups) contains one group of settings for each set of
|
11195
11867
|
# outputs that share a common package type. All unpackaged files
|
@@ -11212,9 +11884,9 @@ module Aws::MediaConvert
|
|
11212
11884
|
#
|
11213
11885
|
# @!attribute [rw] timed_metadata_insertion
|
11214
11886
|
# Enable Timed metadata insertion (TimedMetadataInsertion) to include
|
11215
|
-
# ID3 tags in
|
11216
|
-
# here, enable it in each output container, and specify tags
|
11217
|
-
# timecodes in ID3 insertion (Id3Insertion) objects.
|
11887
|
+
# ID3 tags in any HLS outputs. To include timed metadata, you must
|
11888
|
+
# enable it here, enable it in each output container, and specify tags
|
11889
|
+
# and timecodes in ID3 insertion (Id3Insertion) objects.
|
11218
11890
|
# @return [Types::TimedMetadataInsertion]
|
11219
11891
|
#
|
11220
11892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/JobSettings AWS API Documentation
|
@@ -11226,6 +11898,7 @@ module Aws::MediaConvert
|
|
11226
11898
|
:inputs,
|
11227
11899
|
:motion_image_inserter,
|
11228
11900
|
:nielsen_configuration,
|
11901
|
+
:nielsen_non_linear_watermark,
|
11229
11902
|
:output_groups,
|
11230
11903
|
:timecode_config,
|
11231
11904
|
:timed_metadata_insertion)
|
@@ -11441,6 +12114,7 @@ module Aws::MediaConvert
|
|
11441
12114
|
# start_timecode: "__stringPattern010920405090509092",
|
11442
12115
|
# },
|
11443
12116
|
# ],
|
12117
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
11444
12118
|
# position: {
|
11445
12119
|
# height: 1,
|
11446
12120
|
# width: 1,
|
@@ -11493,8 +12167,28 @@ module Aws::MediaConvert
|
|
11493
12167
|
# breakout_code: 1,
|
11494
12168
|
# distributor_id: "__string",
|
11495
12169
|
# },
|
12170
|
+
# nielsen_non_linear_watermark: {
|
12171
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
12172
|
+
# adi_filename: "__stringPatternS3",
|
12173
|
+
# asset_id: "__stringMin1Max20",
|
12174
|
+
# asset_name: "__stringMin1Max50",
|
12175
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
12176
|
+
# episode_id: "__stringMin1Max20",
|
12177
|
+
# metadata_destination: "__stringPatternS3",
|
12178
|
+
# source_id: 1,
|
12179
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
12180
|
+
# tic_server_url: "__stringPatternHttps",
|
12181
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
12182
|
+
# },
|
11496
12183
|
# output_groups: [
|
11497
12184
|
# {
|
12185
|
+
# automated_encoding_settings: {
|
12186
|
+
# abr_settings: {
|
12187
|
+
# max_abr_bitrate: 1,
|
12188
|
+
# max_renditions: 1,
|
12189
|
+
# min_abr_bitrate: 1,
|
12190
|
+
# },
|
12191
|
+
# },
|
11498
12192
|
# custom_name: "__string",
|
11499
12193
|
# name: "__string",
|
11500
12194
|
# output_group_settings: {
|
@@ -11584,6 +12278,7 @@ module Aws::MediaConvert
|
|
11584
12278
|
# fragment_length: 1,
|
11585
12279
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
11586
12280
|
# min_buffer_time: 1,
|
12281
|
+
# min_final_segment_length: 1.0,
|
11587
12282
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
11588
12283
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
11589
12284
|
# segment_length: 1,
|
@@ -11905,6 +12600,7 @@ module Aws::MediaConvert
|
|
11905
12600
|
# ],
|
11906
12601
|
# container_settings: {
|
11907
12602
|
# cmfc_settings: {
|
12603
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11908
12604
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
11909
12605
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
11910
12606
|
# },
|
@@ -11914,6 +12610,7 @@ module Aws::MediaConvert
|
|
11914
12610
|
# },
|
11915
12611
|
# m2ts_settings: {
|
11916
12612
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
12613
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11917
12614
|
# audio_frames_per_pes: 1,
|
11918
12615
|
# audio_pids: [1],
|
11919
12616
|
# bitrate: 1,
|
@@ -11964,6 +12661,7 @@ module Aws::MediaConvert
|
|
11964
12661
|
# video_pid: 1,
|
11965
12662
|
# },
|
11966
12663
|
# m3u_8_settings: {
|
12664
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11967
12665
|
# audio_frames_per_pes: 1,
|
11968
12666
|
# audio_pids: [1],
|
11969
12667
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -11989,6 +12687,7 @@ module Aws::MediaConvert
|
|
11989
12687
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
11990
12688
|
# },
|
11991
12689
|
# mp_4_settings: {
|
12690
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11992
12691
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11993
12692
|
# ctts_version: 1,
|
11994
12693
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -11996,12 +12695,15 @@ module Aws::MediaConvert
|
|
11996
12695
|
# mp_4_major_brand: "__string",
|
11997
12696
|
# },
|
11998
12697
|
# mpd_settings: {
|
12698
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
12699
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11999
12700
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
12000
12701
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
12001
12702
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
12002
12703
|
# },
|
12003
12704
|
# mxf_settings: {
|
12004
12705
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
12706
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
12005
12707
|
# },
|
12006
12708
|
# },
|
12007
12709
|
# extension: "__string",
|
@@ -12024,7 +12726,7 @@ module Aws::MediaConvert
|
|
12024
12726
|
# av_1_settings: {
|
12025
12727
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12026
12728
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12027
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12729
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12028
12730
|
# framerate_denominator: 1,
|
12029
12731
|
# framerate_numerator: 1,
|
12030
12732
|
# gop_size: 1.0,
|
@@ -12038,7 +12740,17 @@ module Aws::MediaConvert
|
|
12038
12740
|
# slices: 1,
|
12039
12741
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
12040
12742
|
# },
|
12041
|
-
#
|
12743
|
+
# avc_intra_settings: {
|
12744
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
12745
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12746
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12747
|
+
# framerate_denominator: 1,
|
12748
|
+
# framerate_numerator: 1,
|
12749
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
12750
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12751
|
+
# telecine: "NONE", # accepts NONE, HARD
|
12752
|
+
# },
|
12753
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
12042
12754
|
# frame_capture_settings: {
|
12043
12755
|
# framerate_denominator: 1,
|
12044
12756
|
# framerate_numerator: 1,
|
@@ -12046,7 +12758,7 @@ module Aws::MediaConvert
|
|
12046
12758
|
# quality: 1,
|
12047
12759
|
# },
|
12048
12760
|
# h264_settings: {
|
12049
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12761
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12050
12762
|
# bitrate: 1,
|
12051
12763
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
12052
12764
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -12055,7 +12767,7 @@ module Aws::MediaConvert
|
|
12055
12767
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
12056
12768
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
12057
12769
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12058
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12770
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12059
12771
|
# framerate_denominator: 1,
|
12060
12772
|
# framerate_numerator: 1,
|
12061
12773
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12099,7 +12811,7 @@ module Aws::MediaConvert
|
|
12099
12811
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
12100
12812
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
12101
12813
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12102
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12814
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12103
12815
|
# framerate_denominator: 1,
|
12104
12816
|
# framerate_numerator: 1,
|
12105
12817
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12142,7 +12854,7 @@ module Aws::MediaConvert
|
|
12142
12854
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
12143
12855
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
12144
12856
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12145
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12857
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12146
12858
|
# framerate_denominator: 1,
|
12147
12859
|
# framerate_numerator: 1,
|
12148
12860
|
# gop_closed_cadence: 1,
|
@@ -12171,7 +12883,7 @@ module Aws::MediaConvert
|
|
12171
12883
|
# prores_settings: {
|
12172
12884
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
12173
12885
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12174
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12886
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12175
12887
|
# framerate_denominator: 1,
|
12176
12888
|
# framerate_numerator: 1,
|
12177
12889
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -12181,10 +12893,20 @@ module Aws::MediaConvert
|
|
12181
12893
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12182
12894
|
# telecine: "NONE", # accepts NONE, HARD
|
12183
12895
|
# },
|
12896
|
+
# vc_3_settings: {
|
12897
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12898
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12899
|
+
# framerate_denominator: 1,
|
12900
|
+
# framerate_numerator: 1,
|
12901
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
12902
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12903
|
+
# telecine: "NONE", # accepts NONE, HARD
|
12904
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
12905
|
+
# },
|
12184
12906
|
# vp_8_settings: {
|
12185
12907
|
# bitrate: 1,
|
12186
12908
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12187
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12909
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12188
12910
|
# framerate_denominator: 1,
|
12189
12911
|
# framerate_numerator: 1,
|
12190
12912
|
# gop_size: 1.0,
|
@@ -12199,7 +12921,7 @@ module Aws::MediaConvert
|
|
12199
12921
|
# vp_9_settings: {
|
12200
12922
|
# bitrate: 1,
|
12201
12923
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12202
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12924
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12203
12925
|
# framerate_denominator: 1,
|
12204
12926
|
# framerate_numerator: 1,
|
12205
12927
|
# gop_size: 1.0,
|
@@ -12373,6 +13095,18 @@ module Aws::MediaConvert
|
|
12373
13095
|
# enable the setting.
|
12374
13096
|
# @return [Types::NielsenConfiguration]
|
12375
13097
|
#
|
13098
|
+
# @!attribute [rw] nielsen_non_linear_watermark
|
13099
|
+
# Ignore these settings unless you are using Nielsen non-linear
|
13100
|
+
# watermarking. Specify the values that MediaConvert uses to generate
|
13101
|
+
# and place Nielsen watermarks in your output audio. In addition to
|
13102
|
+
# specifying these values, you also need to set up your cloud TIC
|
13103
|
+
# server. These settings apply to every output in your job. The
|
13104
|
+
# MediaConvert implementation is currently with the following Nielsen
|
13105
|
+
# versions: Nielsen Watermark SDK Version 5.2.1 Nielsen NLM Watermark
|
13106
|
+
# Engine Version 1.2.7 Nielsen Watermark Authenticator \[SID\_TIC\]
|
13107
|
+
# Version \[5.0.0\]
|
13108
|
+
# @return [Types::NielsenNonLinearWatermarkSettings]
|
13109
|
+
#
|
12376
13110
|
# @!attribute [rw] output_groups
|
12377
13111
|
# (OutputGroups) contains one group of settings for each set of
|
12378
13112
|
# outputs that share a common package type. All unpackaged files
|
@@ -12395,9 +13129,9 @@ module Aws::MediaConvert
|
|
12395
13129
|
#
|
12396
13130
|
# @!attribute [rw] timed_metadata_insertion
|
12397
13131
|
# Enable Timed metadata insertion (TimedMetadataInsertion) to include
|
12398
|
-
# ID3 tags in
|
12399
|
-
# here, enable it in each output container, and specify tags
|
12400
|
-
# timecodes in ID3 insertion (Id3Insertion) objects.
|
13132
|
+
# ID3 tags in any HLS outputs. To include timed metadata, you must
|
13133
|
+
# enable it here, enable it in each output container, and specify tags
|
13134
|
+
# and timecodes in ID3 insertion (Id3Insertion) objects.
|
12401
13135
|
# @return [Types::TimedMetadataInsertion]
|
12402
13136
|
#
|
12403
13137
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/JobTemplateSettings AWS API Documentation
|
@@ -12409,6 +13143,7 @@ module Aws::MediaConvert
|
|
12409
13143
|
:inputs,
|
12410
13144
|
:motion_image_inserter,
|
12411
13145
|
:nielsen_configuration,
|
13146
|
+
:nielsen_non_linear_watermark,
|
12412
13147
|
:output_groups,
|
12413
13148
|
:timecode_config,
|
12414
13149
|
:timed_metadata_insertion)
|
@@ -12794,6 +13529,7 @@ module Aws::MediaConvert
|
|
12794
13529
|
#
|
12795
13530
|
# {
|
12796
13531
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
13532
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
12797
13533
|
# audio_frames_per_pes: 1,
|
12798
13534
|
# audio_pids: [1],
|
12799
13535
|
# bitrate: 1,
|
@@ -12849,6 +13585,25 @@ module Aws::MediaConvert
|
|
12849
13585
|
# audio.
|
12850
13586
|
# @return [String]
|
12851
13587
|
#
|
13588
|
+
# @!attribute [rw] audio_duration
|
13589
|
+
# Specify this setting only when your output will be consumed by a
|
13590
|
+
# downstream repackaging workflow that is sensitive to very small
|
13591
|
+
# duration differences between video and audio. For this situation,
|
13592
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
13593
|
+
# cases, keep the default value, Default codec duration
|
13594
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
13595
|
+
# MediaConvert pads the output audio streams with silence or trims
|
13596
|
+
# them to ensure that the total duration of each audio stream is at
|
13597
|
+
# least as long as the total duration of the video stream. After
|
13598
|
+
# padding or trimming, the audio stream duration is no more than one
|
13599
|
+
# frame longer than the video stream. MediaConvert applies audio
|
13600
|
+
# padding or trimming only to the end of the last segment of the
|
13601
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
13602
|
+
# the end of the file. When you keep the default value, any minor
|
13603
|
+
# discrepancies between audio and video duration will depend on your
|
13604
|
+
# output audio codec.
|
13605
|
+
# @return [String]
|
13606
|
+
#
|
12852
13607
|
# @!attribute [rw] audio_frames_per_pes
|
12853
13608
|
# The number of audio frames to insert for each PES packet.
|
12854
13609
|
# @return [Integer]
|
@@ -13080,6 +13835,7 @@ module Aws::MediaConvert
|
|
13080
13835
|
#
|
13081
13836
|
class M2tsSettings < Struct.new(
|
13082
13837
|
:audio_buffer_model,
|
13838
|
+
:audio_duration,
|
13083
13839
|
:audio_frames_per_pes,
|
13084
13840
|
:audio_pids,
|
13085
13841
|
:bitrate,
|
@@ -13125,6 +13881,7 @@ module Aws::MediaConvert
|
|
13125
13881
|
# data as a hash:
|
13126
13882
|
#
|
13127
13883
|
# {
|
13884
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
13128
13885
|
# audio_frames_per_pes: 1,
|
13129
13886
|
# audio_pids: [1],
|
13130
13887
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -13143,6 +13900,25 @@ module Aws::MediaConvert
|
|
13143
13900
|
# video_pid: 1,
|
13144
13901
|
# }
|
13145
13902
|
#
|
13903
|
+
# @!attribute [rw] audio_duration
|
13904
|
+
# Specify this setting only when your output will be consumed by a
|
13905
|
+
# downstream repackaging workflow that is sensitive to very small
|
13906
|
+
# duration differences between video and audio. For this situation,
|
13907
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
13908
|
+
# cases, keep the default value, Default codec duration
|
13909
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
13910
|
+
# MediaConvert pads the output audio streams with silence or trims
|
13911
|
+
# them to ensure that the total duration of each audio stream is at
|
13912
|
+
# least as long as the total duration of the video stream. After
|
13913
|
+
# padding or trimming, the audio stream duration is no more than one
|
13914
|
+
# frame longer than the video stream. MediaConvert applies audio
|
13915
|
+
# padding or trimming only to the end of the last segment of the
|
13916
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
13917
|
+
# the end of the file. When you keep the default value, any minor
|
13918
|
+
# discrepancies between audio and video duration will depend on your
|
13919
|
+
# output audio codec.
|
13920
|
+
# @return [String]
|
13921
|
+
#
|
13146
13922
|
# @!attribute [rw] audio_frames_per_pes
|
13147
13923
|
# The number of audio frames to insert for each PES packet.
|
13148
13924
|
# @return [Integer]
|
@@ -13236,6 +14012,7 @@ module Aws::MediaConvert
|
|
13236
14012
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/M3u8Settings AWS API Documentation
|
13237
14013
|
#
|
13238
14014
|
class M3u8Settings < Struct.new(
|
14015
|
+
:audio_duration,
|
13239
14016
|
:audio_frames_per_pes,
|
13240
14017
|
:audio_pids,
|
13241
14018
|
:nielsen_id_3,
|
@@ -13448,7 +14225,12 @@ module Aws::MediaConvert
|
|
13448
14225
|
# @return [String]
|
13449
14226
|
#
|
13450
14227
|
# @!attribute [rw] padding_control
|
13451
|
-
#
|
14228
|
+
# To make this output compatible with Omenon, keep the default value,
|
14229
|
+
# OMNEON. Unless you need Omneon compatibility, set this value to
|
14230
|
+
# NONE. When you keep the default value, OMNEON, MediaConvert
|
14231
|
+
# increases the length of the edit list atom. This might cause file
|
14232
|
+
# rejections when a recipient of the output file doesn't expct this
|
14233
|
+
# extra padding.
|
13452
14234
|
# @return [String]
|
13453
14235
|
#
|
13454
14236
|
# @!attribute [rw] reference
|
@@ -13562,6 +14344,7 @@ module Aws::MediaConvert
|
|
13562
14344
|
# data as a hash:
|
13563
14345
|
#
|
13564
14346
|
# {
|
14347
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
13565
14348
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
13566
14349
|
# ctts_version: 1,
|
13567
14350
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -13569,6 +14352,25 @@ module Aws::MediaConvert
|
|
13569
14352
|
# mp_4_major_brand: "__string",
|
13570
14353
|
# }
|
13571
14354
|
#
|
14355
|
+
# @!attribute [rw] audio_duration
|
14356
|
+
# Specify this setting only when your output will be consumed by a
|
14357
|
+
# downstream repackaging workflow that is sensitive to very small
|
14358
|
+
# duration differences between video and audio. For this situation,
|
14359
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
14360
|
+
# cases, keep the default value, Default codec duration
|
14361
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
14362
|
+
# MediaConvert pads the output audio streams with silence or trims
|
14363
|
+
# them to ensure that the total duration of each audio stream is at
|
14364
|
+
# least as long as the total duration of the video stream. After
|
14365
|
+
# padding or trimming, the audio stream duration is no more than one
|
14366
|
+
# frame longer than the video stream. MediaConvert applies audio
|
14367
|
+
# padding or trimming only to the end of the last segment of the
|
14368
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
14369
|
+
# the end of the file. When you keep the default value, any minor
|
14370
|
+
# discrepancies between audio and video duration will depend on your
|
14371
|
+
# output audio codec.
|
14372
|
+
# @return [String]
|
14373
|
+
#
|
13572
14374
|
# @!attribute [rw] cslg_atom
|
13573
14375
|
# When enabled, file composition times will start at zero, composition
|
13574
14376
|
# times in the 'ctts' (composition time to sample) box for B-frames
|
@@ -13605,6 +14407,7 @@ module Aws::MediaConvert
|
|
13605
14407
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Mp4Settings AWS API Documentation
|
13606
14408
|
#
|
13607
14409
|
class Mp4Settings < Struct.new(
|
14410
|
+
:audio_duration,
|
13608
14411
|
:cslg_atom,
|
13609
14412
|
:ctts_version,
|
13610
14413
|
:free_space_box,
|
@@ -13620,11 +14423,36 @@ module Aws::MediaConvert
|
|
13620
14423
|
# data as a hash:
|
13621
14424
|
#
|
13622
14425
|
# {
|
14426
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
14427
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
13623
14428
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
13624
14429
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
13625
14430
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
13626
14431
|
# }
|
13627
14432
|
#
|
14433
|
+
# @!attribute [rw] accessibility_caption_hints
|
14434
|
+
# Optional. Choose Include (INCLUDE) to have MediaConvert mark up your DASH manifest with <Accessibility> elements for embedded 608 captions. This markup isn't generally required, but some video players require it to discover and play embedded 608 captions. Keep the default value, Exclude (EXCLUDE), to leave these elements out. When you enable this setting, this is the markup that MediaConvert includes in your manifest: <Accessibility schemeIdUri="urn:scte:dash:cc:cea-608:2015" value="CC1=eng" /> </Accessibility>
|
14435
|
+
# @return [String]
|
14436
|
+
#
|
14437
|
+
# @!attribute [rw] audio_duration
|
14438
|
+
# Specify this setting only when your output will be consumed by a
|
14439
|
+
# downstream repackaging workflow that is sensitive to very small
|
14440
|
+
# duration differences between video and audio. For this situation,
|
14441
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
14442
|
+
# cases, keep the default value, Default codec duration
|
14443
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
14444
|
+
# MediaConvert pads the output audio streams with silence or trims
|
14445
|
+
# them to ensure that the total duration of each audio stream is at
|
14446
|
+
# least as long as the total duration of the video stream. After
|
14447
|
+
# padding or trimming, the audio stream duration is no more than one
|
14448
|
+
# frame longer than the video stream. MediaConvert applies audio
|
14449
|
+
# padding or trimming only to the end of the last segment of the
|
14450
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
14451
|
+
# the end of the file. When you keep the default value, any minor
|
14452
|
+
# discrepancies between audio and video duration will depend on your
|
14453
|
+
# output audio codec.
|
14454
|
+
# @return [String]
|
14455
|
+
#
|
13628
14456
|
# @!attribute [rw] caption_container_type
|
13629
14457
|
# Use this setting only in DASH output groups that include sidecar
|
13630
14458
|
# TTML or IMSC captions. You specify sidecar captions in a separate
|
@@ -13653,6 +14481,8 @@ module Aws::MediaConvert
|
|
13653
14481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MpdSettings AWS API Documentation
|
13654
14482
|
#
|
13655
14483
|
class MpdSettings < Struct.new(
|
14484
|
+
:accessibility_caption_hints,
|
14485
|
+
:audio_duration,
|
13656
14486
|
:caption_container_type,
|
13657
14487
|
:scte_35_esam,
|
13658
14488
|
:scte_35_source)
|
@@ -13673,7 +14503,7 @@ module Aws::MediaConvert
|
|
13673
14503
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
13674
14504
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13675
14505
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
13676
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
14506
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
13677
14507
|
# framerate_denominator: 1,
|
13678
14508
|
# framerate_numerator: 1,
|
13679
14509
|
# gop_closed_cadence: 1,
|
@@ -13701,8 +14531,11 @@ module Aws::MediaConvert
|
|
13701
14531
|
# }
|
13702
14532
|
#
|
13703
14533
|
# @!attribute [rw] adaptive_quantization
|
13704
|
-
#
|
13705
|
-
#
|
14534
|
+
# Specify the strength of any adaptive quantization filters that you
|
14535
|
+
# enable. The value that you choose here applies to the following
|
14536
|
+
# settings: Spatial adaptive quantization
|
14537
|
+
# (spatialAdaptiveQuantization), and Temporal adaptive quantization
|
14538
|
+
# (temporalAdaptiveQuantization).
|
13706
14539
|
# @return [String]
|
13707
14540
|
#
|
13708
14541
|
# @!attribute [rw] bitrate
|
@@ -13748,17 +14581,38 @@ module Aws::MediaConvert
|
|
13748
14581
|
# @return [String]
|
13749
14582
|
#
|
13750
14583
|
# @!attribute [rw] framerate_conversion_algorithm
|
13751
|
-
#
|
13752
|
-
#
|
14584
|
+
# Choose the method that you want MediaConvert to use when increasing
|
14585
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
14586
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
14587
|
+
# to 30 fps. For numerically complex conversions, you can use
|
14588
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
14589
|
+
# picture, but might introduce undesirable video artifacts. For
|
14590
|
+
# complex frame rate conversions, especially if your source video has
|
14591
|
+
# already been converted from its original cadence, use FrameFormer
|
14592
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
14593
|
+
# chooses the best conversion method frame by frame. Note that using
|
14594
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
14595
|
+
# add-on cost.
|
13753
14596
|
# @return [String]
|
13754
14597
|
#
|
13755
14598
|
# @!attribute [rw] framerate_denominator
|
13756
|
-
#
|
14599
|
+
# When you use the API for transcode jobs that use frame rate
|
14600
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
14601
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
14602
|
+
# denominator of this fraction. In this example, use 1001 for the
|
14603
|
+
# value of FramerateDenominator. When you use the console for
|
14604
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
14605
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
13757
14606
|
# @return [Integer]
|
13758
14607
|
#
|
13759
14608
|
# @!attribute [rw] framerate_numerator
|
13760
|
-
#
|
13761
|
-
#
|
14609
|
+
# When you use the API for transcode jobs that use frame rate
|
14610
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
14611
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
14612
|
+
# of this fraction. In this example, use 24000 for the value of
|
14613
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
14614
|
+
# use frame rate conversion, provide the value as a decimal number for
|
14615
|
+
# Framerate. In this example, specify 23.976.
|
13762
14616
|
# @return [Integer]
|
13763
14617
|
#
|
13764
14618
|
# @!attribute [rw] gop_closed_cadence
|
@@ -13790,19 +14644,20 @@ module Aws::MediaConvert
|
|
13790
14644
|
# @return [Integer]
|
13791
14645
|
#
|
13792
14646
|
# @!attribute [rw] interlace_mode
|
13793
|
-
#
|
13794
|
-
#
|
13795
|
-
#
|
13796
|
-
#
|
13797
|
-
#
|
13798
|
-
# (FOLLOW\
|
13799
|
-
#
|
13800
|
-
#
|
13801
|
-
#
|
13802
|
-
#
|
13803
|
-
#
|
13804
|
-
#
|
13805
|
-
#
|
14647
|
+
# Choose the scan line type for the output. Keep the default value,
|
14648
|
+
# Progressive (PROGRESSIVE) to create a progressive output, regardless
|
14649
|
+
# of the scan type of your input. Use Top field first (TOP\_FIELD) or
|
14650
|
+
# Bottom field first (BOTTOM\_FIELD) to create an output that's
|
14651
|
+
# interlaced with the same field polarity throughout. Use Follow,
|
14652
|
+
# default top (FOLLOW\_TOP\_FIELD) or Follow, default bottom
|
14653
|
+
# (FOLLOW\_BOTTOM\_FIELD) to produce outputs with the same field
|
14654
|
+
# polarity as the source. For jobs that have multiple inputs, the
|
14655
|
+
# output field polarity might change over the course of the output.
|
14656
|
+
# Follow behavior depends on the input scan type. If the source is
|
14657
|
+
# interlaced, the output will be interlaced with the same polarity as
|
14658
|
+
# the source. If the source is progressive, the output will be
|
14659
|
+
# interlaced with top field bottom field first, depending on which of
|
14660
|
+
# the Follow options you choose.
|
13806
14661
|
# @return [String]
|
13807
14662
|
#
|
13808
14663
|
# @!attribute [rw] intra_dc_precision
|
@@ -13879,34 +14734,86 @@ module Aws::MediaConvert
|
|
13879
14734
|
# @return [String]
|
13880
14735
|
#
|
13881
14736
|
# @!attribute [rw] slow_pal
|
13882
|
-
#
|
13883
|
-
#
|
14737
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
14738
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
14739
|
+
# When you enable slow PAL, MediaConvert relabels the video frames to
|
14740
|
+
# 25 fps and resamples your audio to keep it synchronized with the
|
14741
|
+
# video. Note that enabling this setting will slightly reduce the
|
14742
|
+
# duration of your video. Required settings: You must also set
|
14743
|
+
# Framerate to 25. In your JSON job specification, set
|
14744
|
+
# (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and
|
14745
|
+
# (framerateDenominator) to 1.
|
13884
14746
|
# @return [String]
|
13885
14747
|
#
|
13886
14748
|
# @!attribute [rw] softness
|
13887
|
-
#
|
13888
|
-
#
|
14749
|
+
# Ignore this setting unless you need to comply with a specification
|
14750
|
+
# that requires a specific value. If you don't have a specification
|
14751
|
+
# requirement, we recommend that you adjust the softness of your
|
14752
|
+
# output by using a lower value for the setting Sharpness (sharpness)
|
14753
|
+
# or by enabling a noise reducer filter (noiseReducerFilter). The
|
14754
|
+
# Softness (softness) setting specifies the quantization matrices that
|
14755
|
+
# the encoder uses. Keep the default value, 0, to use the AWS
|
14756
|
+
# Elemental default matrices. Choose a value from 17 to 128 to use
|
14757
|
+
# planar interpolation. Increasing values from 17 to 128 result in
|
14758
|
+
# increasing reduction of high-frequency data. The value 128 results
|
14759
|
+
# in the softest video.
|
13889
14760
|
# @return [Integer]
|
13890
14761
|
#
|
13891
14762
|
# @!attribute [rw] spatial_adaptive_quantization
|
13892
|
-
#
|
13893
|
-
# content complexity.
|
14763
|
+
# Keep the default value, Enabled (ENABLED), to adjust quantization
|
14764
|
+
# within each frame based on spatial variation of content complexity.
|
14765
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
14766
|
+
# that can sustain more distortion with no noticeable visual
|
14767
|
+
# degradation and uses more bits on areas where any small distortion
|
14768
|
+
# will be noticeable. For example, complex textured blocks are encoded
|
14769
|
+
# with fewer bits and smooth textured blocks are encoded with more
|
14770
|
+
# bits. Enabling this feature will almost always improve your video
|
14771
|
+
# quality. Note, though, that this feature doesn't take into account
|
14772
|
+
# where the viewer's attention is likely to be. If viewers are likely
|
14773
|
+
# to be focusing their attention on a part of the screen with a lot of
|
14774
|
+
# complex texture, you might choose to disable this feature. Related
|
14775
|
+
# setting: When you enable spatial adaptive quantization, set the
|
14776
|
+
# value for Adaptive quantization (adaptiveQuantization) depending on
|
14777
|
+
# your content. For homogeneous content, such as cartoons and video
|
14778
|
+
# games, set it to Low. For content with a wider variety of textures,
|
14779
|
+
# set it to High or Higher.
|
13894
14780
|
# @return [String]
|
13895
14781
|
#
|
13896
14782
|
# @!attribute [rw] syntax
|
13897
|
-
#
|
14783
|
+
# Specify whether this output's video uses the D10 syntax. Keep the
|
14784
|
+
# default value to not use the syntax. Related settings: When you
|
14785
|
+
# choose D10 (D\_10) for your MXF profile (profile), you must also set
|
14786
|
+
# this value to to D10 (D\_10).
|
13898
14787
|
# @return [String]
|
13899
14788
|
#
|
13900
14789
|
# @!attribute [rw] telecine
|
13901
|
-
#
|
13902
|
-
# to 29.
|
13903
|
-
#
|
13904
|
-
#
|
14790
|
+
# When you do frame rate conversion from 23.976 frames per second
|
14791
|
+
# (fps) to 29.97 fps, and your output scan type is interlaced, you can
|
14792
|
+
# optionally enable hard or soft telecine to create a smoother
|
14793
|
+
# picture. Hard telecine (HARD) produces a 29.97i output. Soft
|
14794
|
+
# telecine (SOFT) produces an output with a 23.976 output that signals
|
14795
|
+
# to the video player device to do the conversion during play back.
|
14796
|
+
# When you keep the default value, None (NONE), MediaConvert does a
|
14797
|
+
# standard frame rate conversion to 29.97 without doing anything with
|
14798
|
+
# the field polarity to create a smoother picture.
|
13905
14799
|
# @return [String]
|
13906
14800
|
#
|
13907
14801
|
# @!attribute [rw] temporal_adaptive_quantization
|
13908
|
-
#
|
13909
|
-
# content complexity.
|
14802
|
+
# Keep the default value, Enabled (ENABLED), to adjust quantization
|
14803
|
+
# within each frame based on temporal variation of content complexity.
|
14804
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
14805
|
+
# of the frame that aren't moving and uses more bits on complex
|
14806
|
+
# objects with sharp edges that move a lot. For example, this feature
|
14807
|
+
# improves the readability of text tickers on newscasts and
|
14808
|
+
# scoreboards on sports matches. Enabling this feature will almost
|
14809
|
+
# always improve your video quality. Note, though, that this feature
|
14810
|
+
# doesn't take into account where the viewer's attention is likely
|
14811
|
+
# to be. If viewers are likely to be focusing their attention on a
|
14812
|
+
# part of the screen that doesn't have moving objects with sharp
|
14813
|
+
# edges, such as sports athletes' faces, you might choose to disable
|
14814
|
+
# this feature. Related setting: When you enable temporal
|
14815
|
+
# quantization, adjust the strength of the filter with the setting
|
14816
|
+
# Adaptive quantization (adaptiveQuantization).
|
13910
14817
|
# @return [String]
|
13911
14818
|
#
|
13912
14819
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Mpeg2Settings AWS API Documentation
|
@@ -14117,6 +15024,7 @@ module Aws::MediaConvert
|
|
14117
15024
|
#
|
14118
15025
|
# {
|
14119
15026
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
15027
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
14120
15028
|
# }
|
14121
15029
|
#
|
14122
15030
|
# @!attribute [rw] afd_signaling
|
@@ -14132,10 +15040,21 @@ module Aws::MediaConvert
|
|
14132
15040
|
# signaling under the output's video encoding settings.
|
14133
15041
|
# @return [String]
|
14134
15042
|
#
|
15043
|
+
# @!attribute [rw] profile
|
15044
|
+
# Specify the MXF profile, also called shim, for this output. When you
|
15045
|
+
# choose Auto, MediaConvert chooses a profile based on the video codec
|
15046
|
+
# and resolution. For a list of codecs supported with each MXF
|
15047
|
+
# profile, see
|
15048
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html.
|
15049
|
+
# For more information about the automatic selection behavior, see
|
15050
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.
|
15051
|
+
# @return [String]
|
15052
|
+
#
|
14135
15053
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MxfSettings AWS API Documentation
|
14136
15054
|
#
|
14137
15055
|
class MxfSettings < Struct.new(
|
14138
|
-
:afd_signaling
|
15056
|
+
:afd_signaling,
|
15057
|
+
:profile)
|
14139
15058
|
SENSITIVE = []
|
14140
15059
|
include Aws::Structure
|
14141
15060
|
end
|
@@ -14236,6 +15155,137 @@ module Aws::MediaConvert
|
|
14236
15155
|
include Aws::Structure
|
14237
15156
|
end
|
14238
15157
|
|
15158
|
+
# Ignore these settings unless you are using Nielsen non-linear
|
15159
|
+
# watermarking. Specify the values that MediaConvert uses to generate
|
15160
|
+
# and place Nielsen watermarks in your output audio. In addition to
|
15161
|
+
# specifying these values, you also need to set up your cloud TIC
|
15162
|
+
# server. These settings apply to every output in your job. The
|
15163
|
+
# MediaConvert implementation is currently with the following Nielsen
|
15164
|
+
# versions: Nielsen Watermark SDK Version 5.2.1 Nielsen NLM Watermark
|
15165
|
+
# Engine Version 1.2.7 Nielsen Watermark Authenticator \[SID\_TIC\]
|
15166
|
+
# Version \[5.0.0\]
|
15167
|
+
#
|
15168
|
+
# @note When making an API call, you may pass NielsenNonLinearWatermarkSettings
|
15169
|
+
# data as a hash:
|
15170
|
+
#
|
15171
|
+
# {
|
15172
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
15173
|
+
# adi_filename: "__stringPatternS3",
|
15174
|
+
# asset_id: "__stringMin1Max20",
|
15175
|
+
# asset_name: "__stringMin1Max50",
|
15176
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
15177
|
+
# episode_id: "__stringMin1Max20",
|
15178
|
+
# metadata_destination: "__stringPatternS3",
|
15179
|
+
# source_id: 1,
|
15180
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
15181
|
+
# tic_server_url: "__stringPatternHttps",
|
15182
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
15183
|
+
# }
|
15184
|
+
#
|
15185
|
+
# @!attribute [rw] active_watermark_process
|
15186
|
+
# Choose the type of Nielsen watermarks that you want in your outputs.
|
15187
|
+
# When you choose NAES 2 and NW (NAES2\_AND\_NW), you must provide a
|
15188
|
+
# value for the setting SID (sourceId). When you choose CBET (CBET),
|
15189
|
+
# you must provide a value for the setting CSID (cbetSourceId). When
|
15190
|
+
# you choose NAES 2, NW, and CBET (NAES2\_AND\_NW\_AND\_CBET), you
|
15191
|
+
# must provide values for both of these settings.
|
15192
|
+
# @return [String]
|
15193
|
+
#
|
15194
|
+
# @!attribute [rw] adi_filename
|
15195
|
+
# Optional. Use this setting when you want the service to include an
|
15196
|
+
# ADI file in the Nielsen metadata .zip file. To provide an ADI file,
|
15197
|
+
# store it in Amazon S3 and provide a URL to it here. The URL should
|
15198
|
+
# be in the following format: S3://bucket/path/ADI-file. For more
|
15199
|
+
# information about the metadata .zip file, see the setting Metadata
|
15200
|
+
# destination (metadataDestination).
|
15201
|
+
# @return [String]
|
15202
|
+
#
|
15203
|
+
# @!attribute [rw] asset_id
|
15204
|
+
# Use the asset ID that you provide to Nielsen to uniquely identify
|
15205
|
+
# this asset. Required for all Nielsen non-linear watermarking.
|
15206
|
+
# @return [String]
|
15207
|
+
#
|
15208
|
+
# @!attribute [rw] asset_name
|
15209
|
+
# Use the asset name that you provide to Nielsen for this asset.
|
15210
|
+
# Required for all Nielsen non-linear watermarking.
|
15211
|
+
# @return [String]
|
15212
|
+
#
|
15213
|
+
# @!attribute [rw] cbet_source_id
|
15214
|
+
# Use the CSID that Nielsen provides to you. This CBET source ID
|
15215
|
+
# should be unique to your Nielsen account but common to all of your
|
15216
|
+
# output assets that have CBET watermarking. Required when you choose
|
15217
|
+
# a value for the setting Watermark types (ActiveWatermarkProcess)
|
15218
|
+
# that includes CBET.
|
15219
|
+
# @return [String]
|
15220
|
+
#
|
15221
|
+
# @!attribute [rw] episode_id
|
15222
|
+
# Optional. If this asset uses an episode ID with Nielsen, provide it
|
15223
|
+
# here.
|
15224
|
+
# @return [String]
|
15225
|
+
#
|
15226
|
+
# @!attribute [rw] metadata_destination
|
15227
|
+
# Specify the Amazon S3 location where you want MediaConvert to save
|
15228
|
+
# your Nielsen non-linear metadata .zip file. This Amazon S3 bucket
|
15229
|
+
# must be in the same Region as the one where you do your MediaConvert
|
15230
|
+
# transcoding. If you want to include an ADI file in this .zip file,
|
15231
|
+
# use the setting ADI file (adiFilename) to specify it. MediaConvert
|
15232
|
+
# delivers the Nielsen metadata .zip files only to your metadata
|
15233
|
+
# destination Amazon S3 bucket. It doesn't deliver the .zip files to
|
15234
|
+
# Nielsen. You are responsible for delivering the metadata .zip files
|
15235
|
+
# to Nielsen.
|
15236
|
+
# @return [String]
|
15237
|
+
#
|
15238
|
+
# @!attribute [rw] source_id
|
15239
|
+
# Use the SID that Nielsen provides to you. This source ID should be
|
15240
|
+
# unique to your Nielsen account but common to all of your output
|
15241
|
+
# assets. Required for all Nielsen non-linear watermarking. This ID
|
15242
|
+
# should be unique to your Nielsen account but common to all of your
|
15243
|
+
# output assets. Required for all Nielsen non-linear watermarking.
|
15244
|
+
# @return [Integer]
|
15245
|
+
#
|
15246
|
+
# @!attribute [rw] source_watermark_status
|
15247
|
+
# Required. Specify whether your source content already contains
|
15248
|
+
# Nielsen non-linear watermarks. When you set this value to
|
15249
|
+
# Watermarked (WATERMARKED), the service fails the job. Nielsen
|
15250
|
+
# requires that you add non-linear watermarking to only clean content
|
15251
|
+
# that doesn't already have non-linear Nielsen watermarks.
|
15252
|
+
# @return [String]
|
15253
|
+
#
|
15254
|
+
# @!attribute [rw] tic_server_url
|
15255
|
+
# Specify the endpoint for the TIC server that you have deployed and
|
15256
|
+
# configured in the AWS Cloud. Required for all Nielsen non-linear
|
15257
|
+
# watermarking. MediaConvert can't connect directly to a TIC server.
|
15258
|
+
# Instead, you must use API Gateway to provide a RESTful interface
|
15259
|
+
# between MediaConvert and a TIC server that you deploy in your AWS
|
15260
|
+
# account. For more information on deploying a TIC server in your AWS
|
15261
|
+
# account and the required API Gateway, contact Nielsen support.
|
15262
|
+
# @return [String]
|
15263
|
+
#
|
15264
|
+
# @!attribute [rw] unique_tic_per_audio_track
|
15265
|
+
# To create assets that have the same TIC values in each audio track,
|
15266
|
+
# keep the default value Share TICs (SAME\_TICS\_PER\_TRACK). To
|
15267
|
+
# create assets that have unique TIC values for each audio track,
|
15268
|
+
# choose Use unique TICs (RESERVE\_UNIQUE\_TICS\_PER\_TRACK).
|
15269
|
+
# @return [String]
|
15270
|
+
#
|
15271
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/NielsenNonLinearWatermarkSettings AWS API Documentation
|
15272
|
+
#
|
15273
|
+
class NielsenNonLinearWatermarkSettings < Struct.new(
|
15274
|
+
:active_watermark_process,
|
15275
|
+
:adi_filename,
|
15276
|
+
:asset_id,
|
15277
|
+
:asset_name,
|
15278
|
+
:cbet_source_id,
|
15279
|
+
:episode_id,
|
15280
|
+
:metadata_destination,
|
15281
|
+
:source_id,
|
15282
|
+
:source_watermark_status,
|
15283
|
+
:tic_server_url,
|
15284
|
+
:unique_tic_per_audio_track)
|
15285
|
+
SENSITIVE = []
|
15286
|
+
include Aws::Structure
|
15287
|
+
end
|
15288
|
+
|
14239
15289
|
# Enable the Noise reducer (NoiseReducer) feature to remove noise from
|
14240
15290
|
# your video output if necessary. Enable or disable this feature for
|
14241
15291
|
# each output individually. This setting is disabled by default. When
|
@@ -14666,6 +15716,7 @@ module Aws::MediaConvert
|
|
14666
15716
|
# ],
|
14667
15717
|
# container_settings: {
|
14668
15718
|
# cmfc_settings: {
|
15719
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
14669
15720
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
14670
15721
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
14671
15722
|
# },
|
@@ -14675,6 +15726,7 @@ module Aws::MediaConvert
|
|
14675
15726
|
# },
|
14676
15727
|
# m2ts_settings: {
|
14677
15728
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
15729
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
14678
15730
|
# audio_frames_per_pes: 1,
|
14679
15731
|
# audio_pids: [1],
|
14680
15732
|
# bitrate: 1,
|
@@ -14725,6 +15777,7 @@ module Aws::MediaConvert
|
|
14725
15777
|
# video_pid: 1,
|
14726
15778
|
# },
|
14727
15779
|
# m3u_8_settings: {
|
15780
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
14728
15781
|
# audio_frames_per_pes: 1,
|
14729
15782
|
# audio_pids: [1],
|
14730
15783
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -14750,6 +15803,7 @@ module Aws::MediaConvert
|
|
14750
15803
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
14751
15804
|
# },
|
14752
15805
|
# mp_4_settings: {
|
15806
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
14753
15807
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
14754
15808
|
# ctts_version: 1,
|
14755
15809
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -14757,12 +15811,15 @@ module Aws::MediaConvert
|
|
14757
15811
|
# mp_4_major_brand: "__string",
|
14758
15812
|
# },
|
14759
15813
|
# mpd_settings: {
|
15814
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
15815
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
14760
15816
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
14761
15817
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
14762
15818
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
14763
15819
|
# },
|
14764
15820
|
# mxf_settings: {
|
14765
15821
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
15822
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
14766
15823
|
# },
|
14767
15824
|
# },
|
14768
15825
|
# extension: "__string",
|
@@ -14785,7 +15842,7 @@ module Aws::MediaConvert
|
|
14785
15842
|
# av_1_settings: {
|
14786
15843
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
14787
15844
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14788
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15845
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14789
15846
|
# framerate_denominator: 1,
|
14790
15847
|
# framerate_numerator: 1,
|
14791
15848
|
# gop_size: 1.0,
|
@@ -14799,7 +15856,17 @@ module Aws::MediaConvert
|
|
14799
15856
|
# slices: 1,
|
14800
15857
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
14801
15858
|
# },
|
14802
|
-
#
|
15859
|
+
# avc_intra_settings: {
|
15860
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
15861
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15862
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15863
|
+
# framerate_denominator: 1,
|
15864
|
+
# framerate_numerator: 1,
|
15865
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
15866
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15867
|
+
# telecine: "NONE", # accepts NONE, HARD
|
15868
|
+
# },
|
15869
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
14803
15870
|
# frame_capture_settings: {
|
14804
15871
|
# framerate_denominator: 1,
|
14805
15872
|
# framerate_numerator: 1,
|
@@ -14807,7 +15874,7 @@ module Aws::MediaConvert
|
|
14807
15874
|
# quality: 1,
|
14808
15875
|
# },
|
14809
15876
|
# h264_settings: {
|
14810
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
15877
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
14811
15878
|
# bitrate: 1,
|
14812
15879
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
14813
15880
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -14816,7 +15883,7 @@ module Aws::MediaConvert
|
|
14816
15883
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
14817
15884
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
14818
15885
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14819
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15886
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14820
15887
|
# framerate_denominator: 1,
|
14821
15888
|
# framerate_numerator: 1,
|
14822
15889
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -14860,7 +15927,7 @@ module Aws::MediaConvert
|
|
14860
15927
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
14861
15928
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
14862
15929
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14863
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15930
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14864
15931
|
# framerate_denominator: 1,
|
14865
15932
|
# framerate_numerator: 1,
|
14866
15933
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -14903,7 +15970,7 @@ module Aws::MediaConvert
|
|
14903
15970
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
14904
15971
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
14905
15972
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14906
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15973
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14907
15974
|
# framerate_denominator: 1,
|
14908
15975
|
# framerate_numerator: 1,
|
14909
15976
|
# gop_closed_cadence: 1,
|
@@ -14932,7 +15999,7 @@ module Aws::MediaConvert
|
|
14932
15999
|
# prores_settings: {
|
14933
16000
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
14934
16001
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14935
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16002
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14936
16003
|
# framerate_denominator: 1,
|
14937
16004
|
# framerate_numerator: 1,
|
14938
16005
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -14942,10 +16009,20 @@ module Aws::MediaConvert
|
|
14942
16009
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
14943
16010
|
# telecine: "NONE", # accepts NONE, HARD
|
14944
16011
|
# },
|
16012
|
+
# vc_3_settings: {
|
16013
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16014
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16015
|
+
# framerate_denominator: 1,
|
16016
|
+
# framerate_numerator: 1,
|
16017
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16018
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16019
|
+
# telecine: "NONE", # accepts NONE, HARD
|
16020
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
16021
|
+
# },
|
14945
16022
|
# vp_8_settings: {
|
14946
16023
|
# bitrate: 1,
|
14947
16024
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14948
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16025
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14949
16026
|
# framerate_denominator: 1,
|
14950
16027
|
# framerate_numerator: 1,
|
14951
16028
|
# gop_size: 1.0,
|
@@ -14960,7 +16037,7 @@ module Aws::MediaConvert
|
|
14960
16037
|
# vp_9_settings: {
|
14961
16038
|
# bitrate: 1,
|
14962
16039
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14963
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16040
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14964
16041
|
# framerate_denominator: 1,
|
14965
16042
|
# framerate_numerator: 1,
|
14966
16043
|
# gop_size: 1.0,
|
@@ -15197,6 +16274,13 @@ module Aws::MediaConvert
|
|
15197
16274
|
# data as a hash:
|
15198
16275
|
#
|
15199
16276
|
# {
|
16277
|
+
# automated_encoding_settings: {
|
16278
|
+
# abr_settings: {
|
16279
|
+
# max_abr_bitrate: 1,
|
16280
|
+
# max_renditions: 1,
|
16281
|
+
# min_abr_bitrate: 1,
|
16282
|
+
# },
|
16283
|
+
# },
|
15200
16284
|
# custom_name: "__string",
|
15201
16285
|
# name: "__string",
|
15202
16286
|
# output_group_settings: {
|
@@ -15286,6 +16370,7 @@ module Aws::MediaConvert
|
|
15286
16370
|
# fragment_length: 1,
|
15287
16371
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
15288
16372
|
# min_buffer_time: 1,
|
16373
|
+
# min_final_segment_length: 1.0,
|
15289
16374
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
15290
16375
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
15291
16376
|
# segment_length: 1,
|
@@ -15607,6 +16692,7 @@ module Aws::MediaConvert
|
|
15607
16692
|
# ],
|
15608
16693
|
# container_settings: {
|
15609
16694
|
# cmfc_settings: {
|
16695
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15610
16696
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
15611
16697
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
15612
16698
|
# },
|
@@ -15616,6 +16702,7 @@ module Aws::MediaConvert
|
|
15616
16702
|
# },
|
15617
16703
|
# m2ts_settings: {
|
15618
16704
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
16705
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15619
16706
|
# audio_frames_per_pes: 1,
|
15620
16707
|
# audio_pids: [1],
|
15621
16708
|
# bitrate: 1,
|
@@ -15666,6 +16753,7 @@ module Aws::MediaConvert
|
|
15666
16753
|
# video_pid: 1,
|
15667
16754
|
# },
|
15668
16755
|
# m3u_8_settings: {
|
16756
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15669
16757
|
# audio_frames_per_pes: 1,
|
15670
16758
|
# audio_pids: [1],
|
15671
16759
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -15691,6 +16779,7 @@ module Aws::MediaConvert
|
|
15691
16779
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
15692
16780
|
# },
|
15693
16781
|
# mp_4_settings: {
|
16782
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15694
16783
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
15695
16784
|
# ctts_version: 1,
|
15696
16785
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -15698,12 +16787,15 @@ module Aws::MediaConvert
|
|
15698
16787
|
# mp_4_major_brand: "__string",
|
15699
16788
|
# },
|
15700
16789
|
# mpd_settings: {
|
16790
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
16791
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15701
16792
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
15702
16793
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
15703
16794
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
15704
16795
|
# },
|
15705
16796
|
# mxf_settings: {
|
15706
16797
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
16798
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
15707
16799
|
# },
|
15708
16800
|
# },
|
15709
16801
|
# extension: "__string",
|
@@ -15726,7 +16818,7 @@ module Aws::MediaConvert
|
|
15726
16818
|
# av_1_settings: {
|
15727
16819
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
15728
16820
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15729
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16821
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15730
16822
|
# framerate_denominator: 1,
|
15731
16823
|
# framerate_numerator: 1,
|
15732
16824
|
# gop_size: 1.0,
|
@@ -15740,7 +16832,17 @@ module Aws::MediaConvert
|
|
15740
16832
|
# slices: 1,
|
15741
16833
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15742
16834
|
# },
|
15743
|
-
#
|
16835
|
+
# avc_intra_settings: {
|
16836
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
16837
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16838
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16839
|
+
# framerate_denominator: 1,
|
16840
|
+
# framerate_numerator: 1,
|
16841
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
16842
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16843
|
+
# telecine: "NONE", # accepts NONE, HARD
|
16844
|
+
# },
|
16845
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
15744
16846
|
# frame_capture_settings: {
|
15745
16847
|
# framerate_denominator: 1,
|
15746
16848
|
# framerate_numerator: 1,
|
@@ -15748,7 +16850,7 @@ module Aws::MediaConvert
|
|
15748
16850
|
# quality: 1,
|
15749
16851
|
# },
|
15750
16852
|
# h264_settings: {
|
15751
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16853
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
15752
16854
|
# bitrate: 1,
|
15753
16855
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
15754
16856
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -15757,7 +16859,7 @@ module Aws::MediaConvert
|
|
15757
16859
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
15758
16860
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15759
16861
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15760
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16862
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15761
16863
|
# framerate_denominator: 1,
|
15762
16864
|
# framerate_numerator: 1,
|
15763
16865
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15801,7 +16903,7 @@ module Aws::MediaConvert
|
|
15801
16903
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
15802
16904
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15803
16905
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15804
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16906
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15805
16907
|
# framerate_denominator: 1,
|
15806
16908
|
# framerate_numerator: 1,
|
15807
16909
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15844,7 +16946,7 @@ module Aws::MediaConvert
|
|
15844
16946
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
15845
16947
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
15846
16948
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15847
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16949
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15848
16950
|
# framerate_denominator: 1,
|
15849
16951
|
# framerate_numerator: 1,
|
15850
16952
|
# gop_closed_cadence: 1,
|
@@ -15873,7 +16975,7 @@ module Aws::MediaConvert
|
|
15873
16975
|
# prores_settings: {
|
15874
16976
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
15875
16977
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15876
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16978
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15877
16979
|
# framerate_denominator: 1,
|
15878
16980
|
# framerate_numerator: 1,
|
15879
16981
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -15883,10 +16985,20 @@ module Aws::MediaConvert
|
|
15883
16985
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15884
16986
|
# telecine: "NONE", # accepts NONE, HARD
|
15885
16987
|
# },
|
16988
|
+
# vc_3_settings: {
|
16989
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16990
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16991
|
+
# framerate_denominator: 1,
|
16992
|
+
# framerate_numerator: 1,
|
16993
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16994
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16995
|
+
# telecine: "NONE", # accepts NONE, HARD
|
16996
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
16997
|
+
# },
|
15886
16998
|
# vp_8_settings: {
|
15887
16999
|
# bitrate: 1,
|
15888
17000
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15889
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17001
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15890
17002
|
# framerate_denominator: 1,
|
15891
17003
|
# framerate_numerator: 1,
|
15892
17004
|
# gop_size: 1.0,
|
@@ -15901,7 +17013,7 @@ module Aws::MediaConvert
|
|
15901
17013
|
# vp_9_settings: {
|
15902
17014
|
# bitrate: 1,
|
15903
17015
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15904
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17016
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15905
17017
|
# framerate_denominator: 1,
|
15906
17018
|
# framerate_numerator: 1,
|
15907
17019
|
# gop_size: 1.0,
|
@@ -16023,6 +17135,11 @@ module Aws::MediaConvert
|
|
16023
17135
|
# ],
|
16024
17136
|
# }
|
16025
17137
|
#
|
17138
|
+
# @!attribute [rw] automated_encoding_settings
|
17139
|
+
# Use automated encoding to have MediaConvert choose your encoding
|
17140
|
+
# settings for you, based on characteristics of your input video.
|
17141
|
+
# @return [Types::AutomatedEncodingSettings]
|
17142
|
+
#
|
16026
17143
|
# @!attribute [rw] custom_name
|
16027
17144
|
# Use Custom Group Name (CustomName) to specify a name for the output
|
16028
17145
|
# group. This value is displayed on the console and can make your job
|
@@ -16047,6 +17164,7 @@ module Aws::MediaConvert
|
|
16047
17164
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/OutputGroup AWS API Documentation
|
16048
17165
|
#
|
16049
17166
|
class OutputGroup < Struct.new(
|
17167
|
+
:automated_encoding_settings,
|
16050
17168
|
:custom_name,
|
16051
17169
|
:name,
|
16052
17170
|
:output_group_settings,
|
@@ -16162,6 +17280,7 @@ module Aws::MediaConvert
|
|
16162
17280
|
# fragment_length: 1,
|
16163
17281
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
16164
17282
|
# min_buffer_time: 1,
|
17283
|
+
# min_final_segment_length: 1.0,
|
16165
17284
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
16166
17285
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
16167
17286
|
# segment_length: 1,
|
@@ -16643,6 +17762,7 @@ module Aws::MediaConvert
|
|
16643
17762
|
# ],
|
16644
17763
|
# container_settings: {
|
16645
17764
|
# cmfc_settings: {
|
17765
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16646
17766
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
16647
17767
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
16648
17768
|
# },
|
@@ -16652,6 +17772,7 @@ module Aws::MediaConvert
|
|
16652
17772
|
# },
|
16653
17773
|
# m2ts_settings: {
|
16654
17774
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
17775
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16655
17776
|
# audio_frames_per_pes: 1,
|
16656
17777
|
# audio_pids: [1],
|
16657
17778
|
# bitrate: 1,
|
@@ -16702,6 +17823,7 @@ module Aws::MediaConvert
|
|
16702
17823
|
# video_pid: 1,
|
16703
17824
|
# },
|
16704
17825
|
# m3u_8_settings: {
|
17826
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16705
17827
|
# audio_frames_per_pes: 1,
|
16706
17828
|
# audio_pids: [1],
|
16707
17829
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -16727,6 +17849,7 @@ module Aws::MediaConvert
|
|
16727
17849
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
16728
17850
|
# },
|
16729
17851
|
# mp_4_settings: {
|
17852
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16730
17853
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
16731
17854
|
# ctts_version: 1,
|
16732
17855
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -16734,12 +17857,15 @@ module Aws::MediaConvert
|
|
16734
17857
|
# mp_4_major_brand: "__string",
|
16735
17858
|
# },
|
16736
17859
|
# mpd_settings: {
|
17860
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
17861
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16737
17862
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
16738
17863
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
16739
17864
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
16740
17865
|
# },
|
16741
17866
|
# mxf_settings: {
|
16742
17867
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
17868
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
16743
17869
|
# },
|
16744
17870
|
# },
|
16745
17871
|
# video_description: {
|
@@ -16749,7 +17875,7 @@ module Aws::MediaConvert
|
|
16749
17875
|
# av_1_settings: {
|
16750
17876
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16751
17877
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16752
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17878
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16753
17879
|
# framerate_denominator: 1,
|
16754
17880
|
# framerate_numerator: 1,
|
16755
17881
|
# gop_size: 1.0,
|
@@ -16763,7 +17889,17 @@ module Aws::MediaConvert
|
|
16763
17889
|
# slices: 1,
|
16764
17890
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
16765
17891
|
# },
|
16766
|
-
#
|
17892
|
+
# avc_intra_settings: {
|
17893
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
17894
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
17895
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
17896
|
+
# framerate_denominator: 1,
|
17897
|
+
# framerate_numerator: 1,
|
17898
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
17899
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
17900
|
+
# telecine: "NONE", # accepts NONE, HARD
|
17901
|
+
# },
|
17902
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
16767
17903
|
# frame_capture_settings: {
|
16768
17904
|
# framerate_denominator: 1,
|
16769
17905
|
# framerate_numerator: 1,
|
@@ -16771,7 +17907,7 @@ module Aws::MediaConvert
|
|
16771
17907
|
# quality: 1,
|
16772
17908
|
# },
|
16773
17909
|
# h264_settings: {
|
16774
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
17910
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16775
17911
|
# bitrate: 1,
|
16776
17912
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
16777
17913
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -16780,7 +17916,7 @@ module Aws::MediaConvert
|
|
16780
17916
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
16781
17917
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
16782
17918
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16783
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17919
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16784
17920
|
# framerate_denominator: 1,
|
16785
17921
|
# framerate_numerator: 1,
|
16786
17922
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -16824,7 +17960,7 @@ module Aws::MediaConvert
|
|
16824
17960
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
16825
17961
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
16826
17962
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16827
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17963
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16828
17964
|
# framerate_denominator: 1,
|
16829
17965
|
# framerate_numerator: 1,
|
16830
17966
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -16867,7 +18003,7 @@ module Aws::MediaConvert
|
|
16867
18003
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
16868
18004
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
16869
18005
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16870
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18006
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16871
18007
|
# framerate_denominator: 1,
|
16872
18008
|
# framerate_numerator: 1,
|
16873
18009
|
# gop_closed_cadence: 1,
|
@@ -16896,7 +18032,7 @@ module Aws::MediaConvert
|
|
16896
18032
|
# prores_settings: {
|
16897
18033
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
16898
18034
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16899
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18035
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16900
18036
|
# framerate_denominator: 1,
|
16901
18037
|
# framerate_numerator: 1,
|
16902
18038
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -16906,10 +18042,20 @@ module Aws::MediaConvert
|
|
16906
18042
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16907
18043
|
# telecine: "NONE", # accepts NONE, HARD
|
16908
18044
|
# },
|
18045
|
+
# vc_3_settings: {
|
18046
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18047
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18048
|
+
# framerate_denominator: 1,
|
18049
|
+
# framerate_numerator: 1,
|
18050
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
18051
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
18052
|
+
# telecine: "NONE", # accepts NONE, HARD
|
18053
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
18054
|
+
# },
|
16909
18055
|
# vp_8_settings: {
|
16910
18056
|
# bitrate: 1,
|
16911
18057
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16912
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18058
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16913
18059
|
# framerate_denominator: 1,
|
16914
18060
|
# framerate_numerator: 1,
|
16915
18061
|
# gop_size: 1.0,
|
@@ -16924,7 +18070,7 @@ module Aws::MediaConvert
|
|
16924
18070
|
# vp_9_settings: {
|
16925
18071
|
# bitrate: 1,
|
16926
18072
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16927
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18073
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16928
18074
|
# framerate_denominator: 1,
|
16929
18075
|
# framerate_numerator: 1,
|
16930
18076
|
# gop_size: 1.0,
|
@@ -17087,7 +18233,7 @@ module Aws::MediaConvert
|
|
17087
18233
|
# {
|
17088
18234
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
17089
18235
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
17090
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18236
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
17091
18237
|
# framerate_denominator: 1,
|
17092
18238
|
# framerate_numerator: 1,
|
17093
18239
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -17120,12 +18266,28 @@ module Aws::MediaConvert
|
|
17120
18266
|
# @return [String]
|
17121
18267
|
#
|
17122
18268
|
# @!attribute [rw] framerate_conversion_algorithm
|
17123
|
-
#
|
17124
|
-
#
|
18269
|
+
# Choose the method that you want MediaConvert to use when increasing
|
18270
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
18271
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
18272
|
+
# to 30 fps. For numerically complex conversions, you can use
|
18273
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
18274
|
+
# picture, but might introduce undesirable video artifacts. For
|
18275
|
+
# complex frame rate conversions, especially if your source video has
|
18276
|
+
# already been converted from its original cadence, use FrameFormer
|
18277
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
18278
|
+
# chooses the best conversion method frame by frame. Note that using
|
18279
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
18280
|
+
# add-on cost.
|
17125
18281
|
# @return [String]
|
17126
18282
|
#
|
17127
18283
|
# @!attribute [rw] framerate_denominator
|
17128
|
-
#
|
18284
|
+
# When you use the API for transcode jobs that use frame rate
|
18285
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
18286
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
18287
|
+
# denominator of this fraction. In this example, use 1001 for the
|
18288
|
+
# value of FramerateDenominator. When you use the console for
|
18289
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
18290
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
17129
18291
|
# @return [Integer]
|
17130
18292
|
#
|
17131
18293
|
# @!attribute [rw] framerate_numerator
|
@@ -17133,23 +18295,26 @@ module Aws::MediaConvert
|
|
17133
18295
|
# conversion, specify the frame rate as a fraction. For example, 24000
|
17134
18296
|
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
17135
18297
|
# of this fraction. In this example, use 24000 for the value of
|
17136
|
-
# FramerateNumerator.
|
18298
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
18299
|
+
# use frame rate conversion, provide the value as a decimal number for
|
18300
|
+
# Framerate. In this example, specify 23.976.
|
17137
18301
|
# @return [Integer]
|
17138
18302
|
#
|
17139
18303
|
# @!attribute [rw] interlace_mode
|
17140
|
-
#
|
17141
|
-
#
|
17142
|
-
#
|
17143
|
-
#
|
17144
|
-
#
|
17145
|
-
# (FOLLOW\
|
17146
|
-
#
|
17147
|
-
#
|
17148
|
-
#
|
17149
|
-
#
|
17150
|
-
#
|
17151
|
-
#
|
17152
|
-
#
|
18304
|
+
# Choose the scan line type for the output. Keep the default value,
|
18305
|
+
# Progressive (PROGRESSIVE) to create a progressive output, regardless
|
18306
|
+
# of the scan type of your input. Use Top field first (TOP\_FIELD) or
|
18307
|
+
# Bottom field first (BOTTOM\_FIELD) to create an output that's
|
18308
|
+
# interlaced with the same field polarity throughout. Use Follow,
|
18309
|
+
# default top (FOLLOW\_TOP\_FIELD) or Follow, default bottom
|
18310
|
+
# (FOLLOW\_BOTTOM\_FIELD) to produce outputs with the same field
|
18311
|
+
# polarity as the source. For jobs that have multiple inputs, the
|
18312
|
+
# output field polarity might change over the course of the output.
|
18313
|
+
# Follow behavior depends on the input scan type. If the source is
|
18314
|
+
# interlaced, the output will be interlaced with the same polarity as
|
18315
|
+
# the source. If the source is progressive, the output will be
|
18316
|
+
# interlaced with top field bottom field first, depending on which of
|
18317
|
+
# the Follow options you choose.
|
17153
18318
|
# @return [String]
|
17154
18319
|
#
|
17155
18320
|
# @!attribute [rw] par_control
|
@@ -17182,15 +18347,24 @@ module Aws::MediaConvert
|
|
17182
18347
|
# @return [Integer]
|
17183
18348
|
#
|
17184
18349
|
# @!attribute [rw] slow_pal
|
17185
|
-
#
|
17186
|
-
#
|
18350
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
18351
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
18352
|
+
# When you enable slow PAL, MediaConvert relabels the video frames to
|
18353
|
+
# 25 fps and resamples your audio to keep it synchronized with the
|
18354
|
+
# video. Note that enabling this setting will slightly reduce the
|
18355
|
+
# duration of your video. Required settings: You must also set
|
18356
|
+
# Framerate to 25. In your JSON job specification, set
|
18357
|
+
# (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and
|
18358
|
+
# (framerateDenominator) to 1.
|
17187
18359
|
# @return [String]
|
17188
18360
|
#
|
17189
18361
|
# @!attribute [rw] telecine
|
17190
|
-
#
|
17191
|
-
# (
|
17192
|
-
#
|
17193
|
-
#
|
18362
|
+
# When you do frame rate conversion from 23.976 frames per second
|
18363
|
+
# (fps) to 29.97 fps, and your output scan type is interlaced, you can
|
18364
|
+
# optionally enable hard telecine (HARD) to create a smoother picture.
|
18365
|
+
# When you keep the default value, None (NONE), MediaConvert does a
|
18366
|
+
# standard frame rate conversion to 29.97 without doing anything with
|
18367
|
+
# the field polarity to create a smoother picture.
|
17194
18368
|
# @return [String]
|
17195
18369
|
#
|
17196
18370
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ProresSettings AWS API Documentation
|
@@ -18033,9 +19207,9 @@ module Aws::MediaConvert
|
|
18033
19207
|
end
|
18034
19208
|
|
18035
19209
|
# Enable Timed metadata insertion (TimedMetadataInsertion) to include
|
18036
|
-
# ID3 tags in
|
18037
|
-
# here, enable it in each output container, and specify tags
|
18038
|
-
# timecodes in ID3 insertion (Id3Insertion) objects.
|
19210
|
+
# ID3 tags in any HLS outputs. To include timed metadata, you must
|
19211
|
+
# enable it here, enable it in each output container, and specify tags
|
19212
|
+
# and timecodes in ID3 insertion (Id3Insertion) objects.
|
18039
19213
|
#
|
18040
19214
|
# @note When making an API call, you may pass TimedMetadataInsertion
|
18041
19215
|
# data as a hash:
|
@@ -18327,6 +19501,7 @@ module Aws::MediaConvert
|
|
18327
19501
|
# start_timecode: "__stringPattern010920405090509092",
|
18328
19502
|
# },
|
18329
19503
|
# ],
|
19504
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
18330
19505
|
# position: {
|
18331
19506
|
# height: 1,
|
18332
19507
|
# width: 1,
|
@@ -18379,8 +19554,28 @@ module Aws::MediaConvert
|
|
18379
19554
|
# breakout_code: 1,
|
18380
19555
|
# distributor_id: "__string",
|
18381
19556
|
# },
|
19557
|
+
# nielsen_non_linear_watermark: {
|
19558
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
19559
|
+
# adi_filename: "__stringPatternS3",
|
19560
|
+
# asset_id: "__stringMin1Max20",
|
19561
|
+
# asset_name: "__stringMin1Max50",
|
19562
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
19563
|
+
# episode_id: "__stringMin1Max20",
|
19564
|
+
# metadata_destination: "__stringPatternS3",
|
19565
|
+
# source_id: 1,
|
19566
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
19567
|
+
# tic_server_url: "__stringPatternHttps",
|
19568
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
19569
|
+
# },
|
18382
19570
|
# output_groups: [
|
18383
19571
|
# {
|
19572
|
+
# automated_encoding_settings: {
|
19573
|
+
# abr_settings: {
|
19574
|
+
# max_abr_bitrate: 1,
|
19575
|
+
# max_renditions: 1,
|
19576
|
+
# min_abr_bitrate: 1,
|
19577
|
+
# },
|
19578
|
+
# },
|
18384
19579
|
# custom_name: "__string",
|
18385
19580
|
# name: "__string",
|
18386
19581
|
# output_group_settings: {
|
@@ -18470,6 +19665,7 @@ module Aws::MediaConvert
|
|
18470
19665
|
# fragment_length: 1,
|
18471
19666
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
18472
19667
|
# min_buffer_time: 1,
|
19668
|
+
# min_final_segment_length: 1.0,
|
18473
19669
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
18474
19670
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
18475
19671
|
# segment_length: 1,
|
@@ -18791,6 +19987,7 @@ module Aws::MediaConvert
|
|
18791
19987
|
# ],
|
18792
19988
|
# container_settings: {
|
18793
19989
|
# cmfc_settings: {
|
19990
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
18794
19991
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
18795
19992
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
18796
19993
|
# },
|
@@ -18800,6 +19997,7 @@ module Aws::MediaConvert
|
|
18800
19997
|
# },
|
18801
19998
|
# m2ts_settings: {
|
18802
19999
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
20000
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
18803
20001
|
# audio_frames_per_pes: 1,
|
18804
20002
|
# audio_pids: [1],
|
18805
20003
|
# bitrate: 1,
|
@@ -18850,6 +20048,7 @@ module Aws::MediaConvert
|
|
18850
20048
|
# video_pid: 1,
|
18851
20049
|
# },
|
18852
20050
|
# m3u_8_settings: {
|
20051
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
18853
20052
|
# audio_frames_per_pes: 1,
|
18854
20053
|
# audio_pids: [1],
|
18855
20054
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -18875,6 +20074,7 @@ module Aws::MediaConvert
|
|
18875
20074
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
18876
20075
|
# },
|
18877
20076
|
# mp_4_settings: {
|
20077
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
18878
20078
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
18879
20079
|
# ctts_version: 1,
|
18880
20080
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -18882,12 +20082,15 @@ module Aws::MediaConvert
|
|
18882
20082
|
# mp_4_major_brand: "__string",
|
18883
20083
|
# },
|
18884
20084
|
# mpd_settings: {
|
20085
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
20086
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
18885
20087
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
18886
20088
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
18887
20089
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
18888
20090
|
# },
|
18889
20091
|
# mxf_settings: {
|
18890
20092
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
20093
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
18891
20094
|
# },
|
18892
20095
|
# },
|
18893
20096
|
# extension: "__string",
|
@@ -18910,7 +20113,7 @@ module Aws::MediaConvert
|
|
18910
20113
|
# av_1_settings: {
|
18911
20114
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
18912
20115
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18913
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20116
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18914
20117
|
# framerate_denominator: 1,
|
18915
20118
|
# framerate_numerator: 1,
|
18916
20119
|
# gop_size: 1.0,
|
@@ -18924,7 +20127,17 @@ module Aws::MediaConvert
|
|
18924
20127
|
# slices: 1,
|
18925
20128
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18926
20129
|
# },
|
18927
|
-
#
|
20130
|
+
# avc_intra_settings: {
|
20131
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
20132
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20133
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20134
|
+
# framerate_denominator: 1,
|
20135
|
+
# framerate_numerator: 1,
|
20136
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
20137
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20138
|
+
# telecine: "NONE", # accepts NONE, HARD
|
20139
|
+
# },
|
20140
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
18928
20141
|
# frame_capture_settings: {
|
18929
20142
|
# framerate_denominator: 1,
|
18930
20143
|
# framerate_numerator: 1,
|
@@ -18932,7 +20145,7 @@ module Aws::MediaConvert
|
|
18932
20145
|
# quality: 1,
|
18933
20146
|
# },
|
18934
20147
|
# h264_settings: {
|
18935
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20148
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
18936
20149
|
# bitrate: 1,
|
18937
20150
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
18938
20151
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -18941,7 +20154,7 @@ module Aws::MediaConvert
|
|
18941
20154
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
18942
20155
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18943
20156
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18944
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20157
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18945
20158
|
# framerate_denominator: 1,
|
18946
20159
|
# framerate_numerator: 1,
|
18947
20160
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -18985,7 +20198,7 @@ module Aws::MediaConvert
|
|
18985
20198
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
18986
20199
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18987
20200
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18988
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20201
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18989
20202
|
# framerate_denominator: 1,
|
18990
20203
|
# framerate_numerator: 1,
|
18991
20204
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -19028,7 +20241,7 @@ module Aws::MediaConvert
|
|
19028
20241
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
19029
20242
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
19030
20243
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19031
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20244
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19032
20245
|
# framerate_denominator: 1,
|
19033
20246
|
# framerate_numerator: 1,
|
19034
20247
|
# gop_closed_cadence: 1,
|
@@ -19057,7 +20270,7 @@ module Aws::MediaConvert
|
|
19057
20270
|
# prores_settings: {
|
19058
20271
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
19059
20272
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19060
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20273
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19061
20274
|
# framerate_denominator: 1,
|
19062
20275
|
# framerate_numerator: 1,
|
19063
20276
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -19067,10 +20280,20 @@ module Aws::MediaConvert
|
|
19067
20280
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19068
20281
|
# telecine: "NONE", # accepts NONE, HARD
|
19069
20282
|
# },
|
20283
|
+
# vc_3_settings: {
|
20284
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20285
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20286
|
+
# framerate_denominator: 1,
|
20287
|
+
# framerate_numerator: 1,
|
20288
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
20289
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20290
|
+
# telecine: "NONE", # accepts NONE, HARD
|
20291
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
20292
|
+
# },
|
19070
20293
|
# vp_8_settings: {
|
19071
20294
|
# bitrate: 1,
|
19072
20295
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19073
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20296
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19074
20297
|
# framerate_denominator: 1,
|
19075
20298
|
# framerate_numerator: 1,
|
19076
20299
|
# gop_size: 1.0,
|
@@ -19085,7 +20308,7 @@ module Aws::MediaConvert
|
|
19085
20308
|
# vp_9_settings: {
|
19086
20309
|
# bitrate: 1,
|
19087
20310
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19088
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20311
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19089
20312
|
# framerate_denominator: 1,
|
19090
20313
|
# framerate_numerator: 1,
|
19091
20314
|
# gop_size: 1.0,
|
@@ -19515,6 +20738,7 @@ module Aws::MediaConvert
|
|
19515
20738
|
# ],
|
19516
20739
|
# container_settings: {
|
19517
20740
|
# cmfc_settings: {
|
20741
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
19518
20742
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
19519
20743
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
19520
20744
|
# },
|
@@ -19524,6 +20748,7 @@ module Aws::MediaConvert
|
|
19524
20748
|
# },
|
19525
20749
|
# m2ts_settings: {
|
19526
20750
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
20751
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
19527
20752
|
# audio_frames_per_pes: 1,
|
19528
20753
|
# audio_pids: [1],
|
19529
20754
|
# bitrate: 1,
|
@@ -19574,6 +20799,7 @@ module Aws::MediaConvert
|
|
19574
20799
|
# video_pid: 1,
|
19575
20800
|
# },
|
19576
20801
|
# m3u_8_settings: {
|
20802
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
19577
20803
|
# audio_frames_per_pes: 1,
|
19578
20804
|
# audio_pids: [1],
|
19579
20805
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -19599,6 +20825,7 @@ module Aws::MediaConvert
|
|
19599
20825
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
19600
20826
|
# },
|
19601
20827
|
# mp_4_settings: {
|
20828
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
19602
20829
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
19603
20830
|
# ctts_version: 1,
|
19604
20831
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -19606,12 +20833,15 @@ module Aws::MediaConvert
|
|
19606
20833
|
# mp_4_major_brand: "__string",
|
19607
20834
|
# },
|
19608
20835
|
# mpd_settings: {
|
20836
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
20837
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
19609
20838
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
19610
20839
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
19611
20840
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
19612
20841
|
# },
|
19613
20842
|
# mxf_settings: {
|
19614
20843
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
20844
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
19615
20845
|
# },
|
19616
20846
|
# },
|
19617
20847
|
# video_description: {
|
@@ -19621,7 +20851,7 @@ module Aws::MediaConvert
|
|
19621
20851
|
# av_1_settings: {
|
19622
20852
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19623
20853
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19624
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20854
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19625
20855
|
# framerate_denominator: 1,
|
19626
20856
|
# framerate_numerator: 1,
|
19627
20857
|
# gop_size: 1.0,
|
@@ -19635,7 +20865,17 @@ module Aws::MediaConvert
|
|
19635
20865
|
# slices: 1,
|
19636
20866
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19637
20867
|
# },
|
19638
|
-
#
|
20868
|
+
# avc_intra_settings: {
|
20869
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
20870
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20871
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20872
|
+
# framerate_denominator: 1,
|
20873
|
+
# framerate_numerator: 1,
|
20874
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
20875
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20876
|
+
# telecine: "NONE", # accepts NONE, HARD
|
20877
|
+
# },
|
20878
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
19639
20879
|
# frame_capture_settings: {
|
19640
20880
|
# framerate_denominator: 1,
|
19641
20881
|
# framerate_numerator: 1,
|
@@ -19643,7 +20883,7 @@ module Aws::MediaConvert
|
|
19643
20883
|
# quality: 1,
|
19644
20884
|
# },
|
19645
20885
|
# h264_settings: {
|
19646
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20886
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19647
20887
|
# bitrate: 1,
|
19648
20888
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
19649
20889
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -19652,7 +20892,7 @@ module Aws::MediaConvert
|
|
19652
20892
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
19653
20893
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19654
20894
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19655
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20895
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19656
20896
|
# framerate_denominator: 1,
|
19657
20897
|
# framerate_numerator: 1,
|
19658
20898
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -19696,7 +20936,7 @@ module Aws::MediaConvert
|
|
19696
20936
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
19697
20937
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19698
20938
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19699
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20939
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19700
20940
|
# framerate_denominator: 1,
|
19701
20941
|
# framerate_numerator: 1,
|
19702
20942
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -19739,7 +20979,7 @@ module Aws::MediaConvert
|
|
19739
20979
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
19740
20980
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
19741
20981
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19742
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20982
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19743
20983
|
# framerate_denominator: 1,
|
19744
20984
|
# framerate_numerator: 1,
|
19745
20985
|
# gop_closed_cadence: 1,
|
@@ -19768,7 +21008,7 @@ module Aws::MediaConvert
|
|
19768
21008
|
# prores_settings: {
|
19769
21009
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
19770
21010
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19771
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21011
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19772
21012
|
# framerate_denominator: 1,
|
19773
21013
|
# framerate_numerator: 1,
|
19774
21014
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -19778,10 +21018,20 @@ module Aws::MediaConvert
|
|
19778
21018
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19779
21019
|
# telecine: "NONE", # accepts NONE, HARD
|
19780
21020
|
# },
|
21021
|
+
# vc_3_settings: {
|
21022
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21023
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21024
|
+
# framerate_denominator: 1,
|
21025
|
+
# framerate_numerator: 1,
|
21026
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21027
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21028
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21029
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
21030
|
+
# },
|
19781
21031
|
# vp_8_settings: {
|
19782
21032
|
# bitrate: 1,
|
19783
21033
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19784
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21034
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19785
21035
|
# framerate_denominator: 1,
|
19786
21036
|
# framerate_numerator: 1,
|
19787
21037
|
# gop_size: 1.0,
|
@@ -19796,7 +21046,7 @@ module Aws::MediaConvert
|
|
19796
21046
|
# vp_9_settings: {
|
19797
21047
|
# bitrate: 1,
|
19798
21048
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19799
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21049
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19800
21050
|
# framerate_denominator: 1,
|
19801
21051
|
# framerate_numerator: 1,
|
19802
21052
|
# gop_size: 1.0,
|
@@ -20031,14 +21281,134 @@ module Aws::MediaConvert
|
|
20031
21281
|
include Aws::Structure
|
20032
21282
|
end
|
20033
21283
|
|
21284
|
+
# Required when you set (Codec) under (VideoDescription)>(CodecSettings)
|
21285
|
+
# to the value VC3
|
21286
|
+
#
|
21287
|
+
# @note When making an API call, you may pass Vc3Settings
|
21288
|
+
# data as a hash:
|
21289
|
+
#
|
21290
|
+
# {
|
21291
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21292
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21293
|
+
# framerate_denominator: 1,
|
21294
|
+
# framerate_numerator: 1,
|
21295
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21296
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21297
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21298
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
21299
|
+
# }
|
21300
|
+
#
|
21301
|
+
# @!attribute [rw] framerate_control
|
21302
|
+
# If you are using the console, use the Framerate setting to specify
|
21303
|
+
# the frame rate for this output. If you want to keep the same frame
|
21304
|
+
# rate as the input video, choose Follow source. If you want to do
|
21305
|
+
# frame rate conversion, choose a frame rate from the dropdown list or
|
21306
|
+
# choose Custom. The framerates shown in the dropdown list are decimal
|
21307
|
+
# approximations of fractions. If you choose Custom, specify your
|
21308
|
+
# frame rate as a fraction. If you are creating your transcoding job
|
21309
|
+
# specification as a JSON file without the console, use
|
21310
|
+
# FramerateControl to specify which value the service uses for the
|
21311
|
+
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
21312
|
+
# want the service to use the frame rate from the input. Choose
|
21313
|
+
# SPECIFIED if you want the service to use the frame rate you specify
|
21314
|
+
# in the settings FramerateNumerator and FramerateDenominator.
|
21315
|
+
# @return [String]
|
21316
|
+
#
|
21317
|
+
# @!attribute [rw] framerate_conversion_algorithm
|
21318
|
+
# Choose the method that you want MediaConvert to use when increasing
|
21319
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
21320
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
21321
|
+
# to 30 fps. For numerically complex conversions, you can use
|
21322
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
21323
|
+
# picture, but might introduce undesirable video artifacts. For
|
21324
|
+
# complex frame rate conversions, especially if your source video has
|
21325
|
+
# already been converted from its original cadence, use FrameFormer
|
21326
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
21327
|
+
# chooses the best conversion method frame by frame. Note that using
|
21328
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
21329
|
+
# add-on cost.
|
21330
|
+
# @return [String]
|
21331
|
+
#
|
21332
|
+
# @!attribute [rw] framerate_denominator
|
21333
|
+
# When you use the API for transcode jobs that use frame rate
|
21334
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
21335
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
21336
|
+
# denominator of this fraction. In this example, use 1001 for the
|
21337
|
+
# value of FramerateDenominator. When you use the console for
|
21338
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
21339
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
21340
|
+
# @return [Integer]
|
21341
|
+
#
|
21342
|
+
# @!attribute [rw] framerate_numerator
|
21343
|
+
# When you use the API for transcode jobs that use frame rate
|
21344
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
21345
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
21346
|
+
# of this fraction. In this example, use 24000 for the value of
|
21347
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
21348
|
+
# use frame rate conversion, provide the value as a decimal number for
|
21349
|
+
# Framerate. In this example, specify 23.976.
|
21350
|
+
# @return [Integer]
|
21351
|
+
#
|
21352
|
+
# @!attribute [rw] interlace_mode
|
21353
|
+
# Optional. Choose the scan line type for this output. If you don't
|
21354
|
+
# specify a value, MediaConvert will create a progressive output.
|
21355
|
+
# @return [String]
|
21356
|
+
#
|
21357
|
+
# @!attribute [rw] slow_pal
|
21358
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
21359
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output
|
21360
|
+
# by relabeling the video frames and resampling your audio. Note that
|
21361
|
+
# enabling this setting will slightly reduce the duration of your
|
21362
|
+
# video. Related settings: You must also set Framerate to 25. In your
|
21363
|
+
# JSON job specification, set (framerateControl) to (SPECIFIED),
|
21364
|
+
# (framerateNumerator) to 25 and (framerateDenominator) to 1.
|
21365
|
+
# @return [String]
|
21366
|
+
#
|
21367
|
+
# @!attribute [rw] telecine
|
21368
|
+
# When you do frame rate conversion from 23.976 frames per second
|
21369
|
+
# (fps) to 29.97 fps, and your output scan type is interlaced, you can
|
21370
|
+
# optionally enable hard telecine (HARD) to create a smoother picture.
|
21371
|
+
# When you keep the default value, None (NONE), MediaConvert does a
|
21372
|
+
# standard frame rate conversion to 29.97 without doing anything with
|
21373
|
+
# the field polarity to create a smoother picture.
|
21374
|
+
# @return [String]
|
21375
|
+
#
|
21376
|
+
# @!attribute [rw] vc_3_class
|
21377
|
+
# Specify the VC3 class to choose the quality characteristics for this
|
21378
|
+
# output. VC3 class, together with the settings Framerate
|
21379
|
+
# (framerateNumerator and framerateDenominator) and Resolution (height
|
21380
|
+
# and width), determine your output bitrate. For example, say that
|
21381
|
+
# your video resolution is 1920x1080 and your framerate is 29.97. Then
|
21382
|
+
# Class 145 (CLASS\_145) gives you an output with a bitrate of
|
21383
|
+
# approximately 145 Mbps and Class 220 (CLASS\_220) gives you and
|
21384
|
+
# output with a bitrate of approximately 220 Mbps. VC3 class also
|
21385
|
+
# specifies the color bit depth of your output.
|
21386
|
+
# @return [String]
|
21387
|
+
#
|
21388
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Vc3Settings AWS API Documentation
|
21389
|
+
#
|
21390
|
+
class Vc3Settings < Struct.new(
|
21391
|
+
:framerate_control,
|
21392
|
+
:framerate_conversion_algorithm,
|
21393
|
+
:framerate_denominator,
|
21394
|
+
:framerate_numerator,
|
21395
|
+
:interlace_mode,
|
21396
|
+
:slow_pal,
|
21397
|
+
:telecine,
|
21398
|
+
:vc_3_class)
|
21399
|
+
SENSITIVE = []
|
21400
|
+
include Aws::Structure
|
21401
|
+
end
|
21402
|
+
|
20034
21403
|
# Video codec settings, (CodecSettings) under (VideoDescription),
|
20035
21404
|
# contains the group of settings related to video encoding. The settings
|
20036
21405
|
# in this group vary depending on the value that you choose for Video
|
20037
21406
|
# codec (Codec). For each codec enum that you choose, define the
|
20038
21407
|
# corresponding settings object. The following lists the codec enum,
|
20039
|
-
# settings object pairs. *
|
20040
|
-
#
|
20041
|
-
#
|
21408
|
+
# settings object pairs. * AV1, Av1Settings * AVC\_INTRA,
|
21409
|
+
# AvcIntraSettings * FRAME\_CAPTURE, FrameCaptureSettings * H\_264,
|
21410
|
+
# H264Settings * H\_265, H265Settings * MPEG2, Mpeg2Settings *
|
21411
|
+
# PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9,
|
20042
21412
|
# Vp9Settings
|
20043
21413
|
#
|
20044
21414
|
# @note When making an API call, you may pass VideoCodecSettings
|
@@ -20048,7 +21418,7 @@ module Aws::MediaConvert
|
|
20048
21418
|
# av_1_settings: {
|
20049
21419
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20050
21420
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20051
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21421
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20052
21422
|
# framerate_denominator: 1,
|
20053
21423
|
# framerate_numerator: 1,
|
20054
21424
|
# gop_size: 1.0,
|
@@ -20062,7 +21432,17 @@ module Aws::MediaConvert
|
|
20062
21432
|
# slices: 1,
|
20063
21433
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20064
21434
|
# },
|
20065
|
-
#
|
21435
|
+
# avc_intra_settings: {
|
21436
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
21437
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21438
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21439
|
+
# framerate_denominator: 1,
|
21440
|
+
# framerate_numerator: 1,
|
21441
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
21442
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21443
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21444
|
+
# },
|
21445
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
20066
21446
|
# frame_capture_settings: {
|
20067
21447
|
# framerate_denominator: 1,
|
20068
21448
|
# framerate_numerator: 1,
|
@@ -20070,7 +21450,7 @@ module Aws::MediaConvert
|
|
20070
21450
|
# quality: 1,
|
20071
21451
|
# },
|
20072
21452
|
# h264_settings: {
|
20073
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21453
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20074
21454
|
# bitrate: 1,
|
20075
21455
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
20076
21456
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -20079,7 +21459,7 @@ module Aws::MediaConvert
|
|
20079
21459
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
20080
21460
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20081
21461
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20082
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21462
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20083
21463
|
# framerate_denominator: 1,
|
20084
21464
|
# framerate_numerator: 1,
|
20085
21465
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20123,7 +21503,7 @@ module Aws::MediaConvert
|
|
20123
21503
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
20124
21504
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20125
21505
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20126
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21506
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20127
21507
|
# framerate_denominator: 1,
|
20128
21508
|
# framerate_numerator: 1,
|
20129
21509
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20166,7 +21546,7 @@ module Aws::MediaConvert
|
|
20166
21546
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
20167
21547
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
20168
21548
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20169
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21549
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20170
21550
|
# framerate_denominator: 1,
|
20171
21551
|
# framerate_numerator: 1,
|
20172
21552
|
# gop_closed_cadence: 1,
|
@@ -20195,7 +21575,7 @@ module Aws::MediaConvert
|
|
20195
21575
|
# prores_settings: {
|
20196
21576
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
20197
21577
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20198
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21578
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20199
21579
|
# framerate_denominator: 1,
|
20200
21580
|
# framerate_numerator: 1,
|
20201
21581
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -20205,10 +21585,20 @@ module Aws::MediaConvert
|
|
20205
21585
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20206
21586
|
# telecine: "NONE", # accepts NONE, HARD
|
20207
21587
|
# },
|
21588
|
+
# vc_3_settings: {
|
21589
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21590
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21591
|
+
# framerate_denominator: 1,
|
21592
|
+
# framerate_numerator: 1,
|
21593
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21594
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21595
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21596
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
21597
|
+
# },
|
20208
21598
|
# vp_8_settings: {
|
20209
21599
|
# bitrate: 1,
|
20210
21600
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20211
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21601
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20212
21602
|
# framerate_denominator: 1,
|
20213
21603
|
# framerate_numerator: 1,
|
20214
21604
|
# gop_size: 1.0,
|
@@ -20223,7 +21613,7 @@ module Aws::MediaConvert
|
|
20223
21613
|
# vp_9_settings: {
|
20224
21614
|
# bitrate: 1,
|
20225
21615
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20226
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21616
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20227
21617
|
# framerate_denominator: 1,
|
20228
21618
|
# framerate_numerator: 1,
|
20229
21619
|
# gop_size: 1.0,
|
@@ -20242,6 +21632,13 @@ module Aws::MediaConvert
|
|
20242
21632
|
# the value AV1.
|
20243
21633
|
# @return [Types::Av1Settings]
|
20244
21634
|
#
|
21635
|
+
# @!attribute [rw] avc_intra_settings
|
21636
|
+
# Required when you set your output video codec to AVC-Intra. For more
|
21637
|
+
# information about the AVC-I settings, see the relevant
|
21638
|
+
# specification. For detailed information about SD and HD in AVC-I,
|
21639
|
+
# see https://ieeexplore.ieee.org/document/7290936.
|
21640
|
+
# @return [Types::AvcIntraSettings]
|
21641
|
+
#
|
20245
21642
|
# @!attribute [rw] codec
|
20246
21643
|
# Specifies the video codec. This must be equal to one of the enum
|
20247
21644
|
# values defined by the object VideoCodec.
|
@@ -20271,6 +21668,11 @@ module Aws::MediaConvert
|
|
20271
21668
|
# (VideoDescription)>(CodecSettings) to the value PRORES.
|
20272
21669
|
# @return [Types::ProresSettings]
|
20273
21670
|
#
|
21671
|
+
# @!attribute [rw] vc_3_settings
|
21672
|
+
# Required when you set (Codec) under
|
21673
|
+
# (VideoDescription)>(CodecSettings) to the value VC3
|
21674
|
+
# @return [Types::Vc3Settings]
|
21675
|
+
#
|
20274
21676
|
# @!attribute [rw] vp_8_settings
|
20275
21677
|
# Required when you set (Codec) under
|
20276
21678
|
# (VideoDescription)>(CodecSettings) to the value VP8.
|
@@ -20285,12 +21687,14 @@ module Aws::MediaConvert
|
|
20285
21687
|
#
|
20286
21688
|
class VideoCodecSettings < Struct.new(
|
20287
21689
|
:av_1_settings,
|
21690
|
+
:avc_intra_settings,
|
20288
21691
|
:codec,
|
20289
21692
|
:frame_capture_settings,
|
20290
21693
|
:h264_settings,
|
20291
21694
|
:h265_settings,
|
20292
21695
|
:mpeg_2_settings,
|
20293
21696
|
:prores_settings,
|
21697
|
+
:vc_3_settings,
|
20294
21698
|
:vp_8_settings,
|
20295
21699
|
:vp_9_settings)
|
20296
21700
|
SENSITIVE = []
|
@@ -20309,7 +21713,7 @@ module Aws::MediaConvert
|
|
20309
21713
|
# av_1_settings: {
|
20310
21714
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20311
21715
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20312
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21716
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20313
21717
|
# framerate_denominator: 1,
|
20314
21718
|
# framerate_numerator: 1,
|
20315
21719
|
# gop_size: 1.0,
|
@@ -20323,7 +21727,17 @@ module Aws::MediaConvert
|
|
20323
21727
|
# slices: 1,
|
20324
21728
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20325
21729
|
# },
|
20326
|
-
#
|
21730
|
+
# avc_intra_settings: {
|
21731
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
21732
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21733
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21734
|
+
# framerate_denominator: 1,
|
21735
|
+
# framerate_numerator: 1,
|
21736
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
21737
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21738
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21739
|
+
# },
|
21740
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
20327
21741
|
# frame_capture_settings: {
|
20328
21742
|
# framerate_denominator: 1,
|
20329
21743
|
# framerate_numerator: 1,
|
@@ -20331,7 +21745,7 @@ module Aws::MediaConvert
|
|
20331
21745
|
# quality: 1,
|
20332
21746
|
# },
|
20333
21747
|
# h264_settings: {
|
20334
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21748
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20335
21749
|
# bitrate: 1,
|
20336
21750
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
20337
21751
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -20340,7 +21754,7 @@ module Aws::MediaConvert
|
|
20340
21754
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
20341
21755
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20342
21756
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20343
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21757
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20344
21758
|
# framerate_denominator: 1,
|
20345
21759
|
# framerate_numerator: 1,
|
20346
21760
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20384,7 +21798,7 @@ module Aws::MediaConvert
|
|
20384
21798
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
20385
21799
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20386
21800
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20387
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21801
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20388
21802
|
# framerate_denominator: 1,
|
20389
21803
|
# framerate_numerator: 1,
|
20390
21804
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20427,7 +21841,7 @@ module Aws::MediaConvert
|
|
20427
21841
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
20428
21842
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
20429
21843
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20430
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21844
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20431
21845
|
# framerate_denominator: 1,
|
20432
21846
|
# framerate_numerator: 1,
|
20433
21847
|
# gop_closed_cadence: 1,
|
@@ -20456,7 +21870,7 @@ module Aws::MediaConvert
|
|
20456
21870
|
# prores_settings: {
|
20457
21871
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
20458
21872
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20459
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21873
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20460
21874
|
# framerate_denominator: 1,
|
20461
21875
|
# framerate_numerator: 1,
|
20462
21876
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -20466,10 +21880,20 @@ module Aws::MediaConvert
|
|
20466
21880
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20467
21881
|
# telecine: "NONE", # accepts NONE, HARD
|
20468
21882
|
# },
|
21883
|
+
# vc_3_settings: {
|
21884
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21885
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21886
|
+
# framerate_denominator: 1,
|
21887
|
+
# framerate_numerator: 1,
|
21888
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21889
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21890
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21891
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
21892
|
+
# },
|
20469
21893
|
# vp_8_settings: {
|
20470
21894
|
# bitrate: 1,
|
20471
21895
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20472
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21896
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20473
21897
|
# framerate_denominator: 1,
|
20474
21898
|
# framerate_numerator: 1,
|
20475
21899
|
# gop_size: 1.0,
|
@@ -20484,7 +21908,7 @@ module Aws::MediaConvert
|
|
20484
21908
|
# vp_9_settings: {
|
20485
21909
|
# bitrate: 1,
|
20486
21910
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20487
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21911
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20488
21912
|
# framerate_denominator: 1,
|
20489
21913
|
# framerate_numerator: 1,
|
20490
21914
|
# gop_size: 1.0,
|
@@ -20625,10 +22049,11 @@ module Aws::MediaConvert
|
|
20625
22049
|
# settings in this group vary depending on the value that you choose
|
20626
22050
|
# for Video codec (Codec). For each codec enum that you choose, define
|
20627
22051
|
# the corresponding settings object. The following lists the codec
|
20628
|
-
# enum, settings object pairs. *
|
20629
|
-
#
|
20630
|
-
# *
|
20631
|
-
#
|
22052
|
+
# enum, settings object pairs. * AV1, Av1Settings * AVC\_INTRA,
|
22053
|
+
# AvcIntraSettings * FRAME\_CAPTURE, FrameCaptureSettings * H\_264,
|
22054
|
+
# H264Settings * H\_265, H265Settings * MPEG2, Mpeg2Settings *
|
22055
|
+
# PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings *
|
22056
|
+
# VP9, Vp9Settings
|
20632
22057
|
# @return [Types::VideoCodecSettings]
|
20633
22058
|
#
|
20634
22059
|
# @!attribute [rw] color_metadata
|
@@ -21088,7 +22513,7 @@ module Aws::MediaConvert
|
|
21088
22513
|
# {
|
21089
22514
|
# bitrate: 1,
|
21090
22515
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21091
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
22516
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21092
22517
|
# framerate_denominator: 1,
|
21093
22518
|
# framerate_numerator: 1,
|
21094
22519
|
# gop_size: 1.0,
|
@@ -21123,10 +22548,18 @@ module Aws::MediaConvert
|
|
21123
22548
|
# @return [String]
|
21124
22549
|
#
|
21125
22550
|
# @!attribute [rw] framerate_conversion_algorithm
|
21126
|
-
#
|
21127
|
-
#
|
21128
|
-
#
|
21129
|
-
#
|
22551
|
+
# Choose the method that you want MediaConvert to use when increasing
|
22552
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
22553
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
22554
|
+
# to 30 fps. For numerically complex conversions, you can use
|
22555
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
22556
|
+
# picture, but might introduce undesirable video artifacts. For
|
22557
|
+
# complex frame rate conversions, especially if your source video has
|
22558
|
+
# already been converted from its original cadence, use FrameFormer
|
22559
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
22560
|
+
# chooses the best conversion method frame by frame. Note that using
|
22561
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
22562
|
+
# add-on cost.
|
21130
22563
|
# @return [String]
|
21131
22564
|
#
|
21132
22565
|
# @!attribute [rw] framerate_denominator
|
@@ -21234,7 +22667,7 @@ module Aws::MediaConvert
|
|
21234
22667
|
# {
|
21235
22668
|
# bitrate: 1,
|
21236
22669
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21237
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
22670
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21238
22671
|
# framerate_denominator: 1,
|
21239
22672
|
# framerate_numerator: 1,
|
21240
22673
|
# gop_size: 1.0,
|
@@ -21269,10 +22702,18 @@ module Aws::MediaConvert
|
|
21269
22702
|
# @return [String]
|
21270
22703
|
#
|
21271
22704
|
# @!attribute [rw] framerate_conversion_algorithm
|
21272
|
-
#
|
21273
|
-
#
|
21274
|
-
#
|
21275
|
-
#
|
22705
|
+
# Choose the method that you want MediaConvert to use when increasing
|
22706
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
22707
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
22708
|
+
# to 30 fps. For numerically complex conversions, you can use
|
22709
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
22710
|
+
# picture, but might introduce undesirable video artifacts. For
|
22711
|
+
# complex frame rate conversions, especially if your source video has
|
22712
|
+
# already been converted from its original cadence, use FrameFormer
|
22713
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
22714
|
+
# chooses the best conversion method frame by frame. Note that using
|
22715
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
22716
|
+
# add-on cost.
|
21276
22717
|
# @return [String]
|
21277
22718
|
#
|
21278
22719
|
# @!attribute [rw] framerate_denominator
|