aws-sdk-mediaconvert 1.54.0 → 1.59.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 +647 -151
- data/lib/aws-sdk-mediaconvert/client_api.rb +89 -4
- data/lib/aws-sdk-mediaconvert/types.rb +1638 -312
- metadata +4 -4
@@ -39,6 +39,8 @@ module Aws::MediaConvert
|
|
39
39
|
AntiAlias = Shapes::StringShape.new(name: 'AntiAlias')
|
40
40
|
AssociateCertificateRequest = Shapes::StructureShape.new(name: 'AssociateCertificateRequest')
|
41
41
|
AssociateCertificateResponse = Shapes::StructureShape.new(name: 'AssociateCertificateResponse')
|
42
|
+
AudioChannelTag = Shapes::StringShape.new(name: 'AudioChannelTag')
|
43
|
+
AudioChannelTaggingSettings = Shapes::StructureShape.new(name: 'AudioChannelTaggingSettings')
|
42
44
|
AudioCodec = Shapes::StringShape.new(name: 'AudioCodec')
|
43
45
|
AudioCodecSettings = Shapes::StructureShape.new(name: 'AudioCodecSettings')
|
44
46
|
AudioDefaultSelection = Shapes::StringShape.new(name: 'AudioDefaultSelection')
|
@@ -53,6 +55,8 @@ module Aws::MediaConvert
|
|
53
55
|
AudioSelectorGroup = Shapes::StructureShape.new(name: 'AudioSelectorGroup')
|
54
56
|
AudioSelectorType = Shapes::StringShape.new(name: 'AudioSelectorType')
|
55
57
|
AudioTypeControl = Shapes::StringShape.new(name: 'AudioTypeControl')
|
58
|
+
AutomatedAbrSettings = Shapes::StructureShape.new(name: 'AutomatedAbrSettings')
|
59
|
+
AutomatedEncodingSettings = Shapes::StructureShape.new(name: 'AutomatedEncodingSettings')
|
56
60
|
Av1AdaptiveQuantization = Shapes::StringShape.new(name: 'Av1AdaptiveQuantization')
|
57
61
|
Av1FramerateControl = Shapes::StringShape.new(name: 'Av1FramerateControl')
|
58
62
|
Av1FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Av1FramerateConversionAlgorithm')
|
@@ -61,6 +65,13 @@ module Aws::MediaConvert
|
|
61
65
|
Av1Settings = Shapes::StructureShape.new(name: 'Av1Settings')
|
62
66
|
Av1SpatialAdaptiveQuantization = Shapes::StringShape.new(name: 'Av1SpatialAdaptiveQuantization')
|
63
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')
|
64
75
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
65
76
|
BillingTagsSource = Shapes::StringShape.new(name: 'BillingTagsSource')
|
66
77
|
BurninDestinationSettings = Shapes::StructureShape.new(name: 'BurninDestinationSettings')
|
@@ -263,6 +274,7 @@ module Aws::MediaConvert
|
|
263
274
|
HlsAdMarkers = Shapes::StringShape.new(name: 'HlsAdMarkers')
|
264
275
|
HlsAdditionalManifest = Shapes::StructureShape.new(name: 'HlsAdditionalManifest')
|
265
276
|
HlsAudioOnlyContainer = Shapes::StringShape.new(name: 'HlsAudioOnlyContainer')
|
277
|
+
HlsAudioOnlyHeader = Shapes::StringShape.new(name: 'HlsAudioOnlyHeader')
|
266
278
|
HlsAudioTrackType = Shapes::StringShape.new(name: 'HlsAudioTrackType')
|
267
279
|
HlsCaptionLanguageMapping = Shapes::StructureShape.new(name: 'HlsCaptionLanguageMapping')
|
268
280
|
HlsCaptionLanguageSetting = Shapes::StringShape.new(name: 'HlsCaptionLanguageSetting')
|
@@ -297,6 +309,7 @@ module Aws::MediaConvert
|
|
297
309
|
InputFilterEnable = Shapes::StringShape.new(name: 'InputFilterEnable')
|
298
310
|
InputPsiControl = Shapes::StringShape.new(name: 'InputPsiControl')
|
299
311
|
InputRotate = Shapes::StringShape.new(name: 'InputRotate')
|
312
|
+
InputScanType = Shapes::StringShape.new(name: 'InputScanType')
|
300
313
|
InputTemplate = Shapes::StructureShape.new(name: 'InputTemplate')
|
301
314
|
InputTimecodeSource = Shapes::StringShape.new(name: 'InputTimecodeSource')
|
302
315
|
InsertableImage = Shapes::StructureShape.new(name: 'InsertableImage')
|
@@ -385,9 +398,14 @@ module Aws::MediaConvert
|
|
385
398
|
MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
|
386
399
|
MsSmoothManifestEncoding = Shapes::StringShape.new(name: 'MsSmoothManifestEncoding')
|
387
400
|
MxfAfdSignaling = Shapes::StringShape.new(name: 'MxfAfdSignaling')
|
401
|
+
MxfProfile = Shapes::StringShape.new(name: 'MxfProfile')
|
388
402
|
MxfSettings = Shapes::StructureShape.new(name: 'MxfSettings')
|
389
403
|
NexGuardFileMarkerSettings = Shapes::StructureShape.new(name: 'NexGuardFileMarkerSettings')
|
404
|
+
NielsenActiveWatermarkProcessType = Shapes::StringShape.new(name: 'NielsenActiveWatermarkProcessType')
|
390
405
|
NielsenConfiguration = Shapes::StructureShape.new(name: 'NielsenConfiguration')
|
406
|
+
NielsenNonLinearWatermarkSettings = Shapes::StructureShape.new(name: 'NielsenNonLinearWatermarkSettings')
|
407
|
+
NielsenSourceWatermarkStatusType = Shapes::StringShape.new(name: 'NielsenSourceWatermarkStatusType')
|
408
|
+
NielsenUniqueTicPerAudioTrackType = Shapes::StringShape.new(name: 'NielsenUniqueTicPerAudioTrackType')
|
391
409
|
NoiseFilterPostTemporalSharpening = Shapes::StringShape.new(name: 'NoiseFilterPostTemporalSharpening')
|
392
410
|
NoiseReducer = Shapes::StructureShape.new(name: 'NoiseReducer')
|
393
411
|
NoiseReducerFilter = Shapes::StringShape.new(name: 'NoiseReducerFilter')
|
@@ -469,6 +487,13 @@ module Aws::MediaConvert
|
|
469
487
|
UpdatePresetResponse = Shapes::StructureShape.new(name: 'UpdatePresetResponse')
|
470
488
|
UpdateQueueRequest = Shapes::StructureShape.new(name: 'UpdateQueueRequest')
|
471
489
|
UpdateQueueResponse = Shapes::StructureShape.new(name: 'UpdateQueueResponse')
|
490
|
+
Vc3Class = Shapes::StringShape.new(name: 'Vc3Class')
|
491
|
+
Vc3FramerateControl = Shapes::StringShape.new(name: 'Vc3FramerateControl')
|
492
|
+
Vc3FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Vc3FramerateConversionAlgorithm')
|
493
|
+
Vc3InterlaceMode = Shapes::StringShape.new(name: 'Vc3InterlaceMode')
|
494
|
+
Vc3Settings = Shapes::StructureShape.new(name: 'Vc3Settings')
|
495
|
+
Vc3SlowPal = Shapes::StringShape.new(name: 'Vc3SlowPal')
|
496
|
+
Vc3Telecine = Shapes::StringShape.new(name: 'Vc3Telecine')
|
472
497
|
VideoCodec = Shapes::StringShape.new(name: 'VideoCodec')
|
473
498
|
VideoCodecSettings = Shapes::StructureShape.new(name: 'VideoCodecSettings')
|
474
499
|
VideoDescription = Shapes::StructureShape.new(name: 'VideoDescription')
|
@@ -524,12 +549,14 @@ module Aws::MediaConvert
|
|
524
549
|
__integerMin0Max47185920 = Shapes::IntegerShape.new(name: '__integerMin0Max47185920')
|
525
550
|
__integerMin0Max500 = Shapes::IntegerShape.new(name: '__integerMin0Max500')
|
526
551
|
__integerMin0Max50000 = Shapes::IntegerShape.new(name: '__integerMin0Max50000')
|
552
|
+
__integerMin0Max65534 = Shapes::IntegerShape.new(name: '__integerMin0Max65534')
|
527
553
|
__integerMin0Max65535 = Shapes::IntegerShape.new(name: '__integerMin0Max65535')
|
528
554
|
__integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
|
529
555
|
__integerMin0Max8 = Shapes::IntegerShape.new(name: '__integerMin0Max8')
|
530
556
|
__integerMin0Max9 = Shapes::IntegerShape.new(name: '__integerMin0Max9')
|
531
557
|
__integerMin0Max96 = Shapes::IntegerShape.new(name: '__integerMin0Max96')
|
532
558
|
__integerMin0Max99 = Shapes::IntegerShape.new(name: '__integerMin0Max99')
|
559
|
+
__integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
|
533
560
|
__integerMin1000Max1152000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1152000000')
|
534
561
|
__integerMin1000Max1466400000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1466400000')
|
535
562
|
__integerMin1000Max288000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max288000000')
|
@@ -567,6 +594,7 @@ module Aws::MediaConvert
|
|
567
594
|
__integerMin32Max8182 = Shapes::IntegerShape.new(name: '__integerMin32Max8182')
|
568
595
|
__integerMin32Max8192 = Shapes::IntegerShape.new(name: '__integerMin32Max8192')
|
569
596
|
__integerMin384000Max768000 = Shapes::IntegerShape.new(name: '__integerMin384000Max768000')
|
597
|
+
__integerMin3Max15 = Shapes::IntegerShape.new(name: '__integerMin3Max15')
|
570
598
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
571
599
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
572
600
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
@@ -633,7 +661,9 @@ module Aws::MediaConvert
|
|
633
661
|
__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI = Shapes::StringShape.new(name: '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI')
|
634
662
|
__stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
|
635
663
|
__stringMin1Max100000 = Shapes::StringShape.new(name: '__stringMin1Max100000')
|
664
|
+
__stringMin1Max20 = Shapes::StringShape.new(name: '__stringMin1Max20')
|
636
665
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
666
|
+
__stringMin1Max50 = Shapes::StringShape.new(name: '__stringMin1Max50')
|
637
667
|
__stringMin24Max512PatternAZaZ0902 = Shapes::StringShape.new(name: '__stringMin24Max512PatternAZaZ0902')
|
638
668
|
__stringMin32Max32Pattern09aFAF32 = Shapes::StringShape.new(name: '__stringMin32Max32Pattern09aFAF32')
|
639
669
|
__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::StringShape.new(name: '__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
|
@@ -645,6 +675,7 @@ module Aws::MediaConvert
|
|
645
675
|
__stringPattern01D20305D205D = Shapes::StringShape.new(name: '__stringPattern01D20305D205D')
|
646
676
|
__stringPattern0940191020191209301 = Shapes::StringShape.new(name: '__stringPattern0940191020191209301')
|
647
677
|
__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::StringShape.new(name: '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
|
678
|
+
__stringPattern0xAFaF0908190908 = Shapes::StringShape.new(name: '__stringPattern0xAFaF0908190908')
|
648
679
|
__stringPatternAZaZ0902 = Shapes::StringShape.new(name: '__stringPatternAZaZ0902')
|
649
680
|
__stringPatternAZaZ0932 = Shapes::StringShape.new(name: '__stringPatternAZaZ0932')
|
650
681
|
__stringPatternAZaZ23AZaZ = Shapes::StringShape.new(name: '__stringPatternAZaZ23AZaZ')
|
@@ -655,8 +686,8 @@ module Aws::MediaConvert
|
|
655
686
|
__stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
|
656
687
|
__stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
|
657
688
|
__stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
|
658
|
-
|
659
|
-
|
689
|
+
__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL = Shapes::StringShape.new(name: '__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL')
|
690
|
+
__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE = Shapes::StringShape.new(name: '__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE')
|
660
691
|
__stringPatternSNManifestConfirmConditionNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNManifestConfirmConditionNotificationNS')
|
661
692
|
__stringPatternSNSignalProcessingNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNSignalProcessingNotificationNS')
|
662
693
|
__stringPatternW = Shapes::StringShape.new(name: '__stringPatternW')
|
@@ -703,6 +734,9 @@ module Aws::MediaConvert
|
|
703
734
|
|
704
735
|
AssociateCertificateResponse.struct_class = Types::AssociateCertificateResponse
|
705
736
|
|
737
|
+
AudioChannelTaggingSettings.add_member(:channel_tag, Shapes::ShapeRef.new(shape: AudioChannelTag, location_name: "channelTag"))
|
738
|
+
AudioChannelTaggingSettings.struct_class = Types::AudioChannelTaggingSettings
|
739
|
+
|
706
740
|
AudioCodecSettings.add_member(:aac_settings, Shapes::ShapeRef.new(shape: AacSettings, location_name: "aacSettings"))
|
707
741
|
AudioCodecSettings.add_member(:ac_3_settings, Shapes::ShapeRef.new(shape: Ac3Settings, location_name: "ac3Settings"))
|
708
742
|
AudioCodecSettings.add_member(:aiff_settings, Shapes::ShapeRef.new(shape: AiffSettings, location_name: "aiffSettings"))
|
@@ -716,6 +750,7 @@ module Aws::MediaConvert
|
|
716
750
|
AudioCodecSettings.add_member(:wav_settings, Shapes::ShapeRef.new(shape: WavSettings, location_name: "wavSettings"))
|
717
751
|
AudioCodecSettings.struct_class = Types::AudioCodecSettings
|
718
752
|
|
753
|
+
AudioDescription.add_member(:audio_channel_tagging_settings, Shapes::ShapeRef.new(shape: AudioChannelTaggingSettings, location_name: "audioChannelTaggingSettings"))
|
719
754
|
AudioDescription.add_member(:audio_normalization_settings, Shapes::ShapeRef.new(shape: AudioNormalizationSettings, location_name: "audioNormalizationSettings"))
|
720
755
|
AudioDescription.add_member(:audio_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "audioSourceName"))
|
721
756
|
AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "audioType"))
|
@@ -738,7 +773,7 @@ module Aws::MediaConvert
|
|
738
773
|
|
739
774
|
AudioSelector.add_member(:custom_language_code, Shapes::ShapeRef.new(shape: __stringMin3Max3PatternAZaZ3, location_name: "customLanguageCode"))
|
740
775
|
AudioSelector.add_member(:default_selection, Shapes::ShapeRef.new(shape: AudioDefaultSelection, location_name: "defaultSelection"))
|
741
|
-
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape:
|
776
|
+
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE, location_name: "externalAudioFileInput"))
|
742
777
|
AudioSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
|
743
778
|
AudioSelector.add_member(:offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "offset"))
|
744
779
|
AudioSelector.add_member(:pids, Shapes::ShapeRef.new(shape: __listOf__integerMin1Max2147483647, location_name: "pids"))
|
@@ -751,6 +786,14 @@ module Aws::MediaConvert
|
|
751
786
|
AudioSelectorGroup.add_member(:audio_selector_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1, location_name: "audioSelectorNames"))
|
752
787
|
AudioSelectorGroup.struct_class = Types::AudioSelectorGroup
|
753
788
|
|
789
|
+
AutomatedAbrSettings.add_member(:max_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "maxAbrBitrate"))
|
790
|
+
AutomatedAbrSettings.add_member(:max_renditions, Shapes::ShapeRef.new(shape: __integerMin3Max15, location_name: "maxRenditions"))
|
791
|
+
AutomatedAbrSettings.add_member(:min_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "minAbrBitrate"))
|
792
|
+
AutomatedAbrSettings.struct_class = Types::AutomatedAbrSettings
|
793
|
+
|
794
|
+
AutomatedEncodingSettings.add_member(:abr_settings, Shapes::ShapeRef.new(shape: AutomatedAbrSettings, location_name: "abrSettings"))
|
795
|
+
AutomatedEncodingSettings.struct_class = Types::AutomatedEncodingSettings
|
796
|
+
|
754
797
|
Av1QvbrSettings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
755
798
|
Av1QvbrSettings.add_member(:qvbr_quality_level_fine_tune, Shapes::ShapeRef.new(shape: __doubleMin0Max1, location_name: "qvbrQualityLevelFineTune"))
|
756
799
|
Av1QvbrSettings.struct_class = Types::Av1QvbrSettings
|
@@ -772,6 +815,16 @@ module Aws::MediaConvert
|
|
772
815
|
AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: __stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG, location_name: "availBlankingImage"))
|
773
816
|
AvailBlanking.struct_class = Types::AvailBlanking
|
774
817
|
|
818
|
+
AvcIntraSettings.add_member(:avc_intra_class, Shapes::ShapeRef.new(shape: AvcIntraClass, location_name: "avcIntraClass"))
|
819
|
+
AvcIntraSettings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: AvcIntraFramerateControl, location_name: "framerateControl"))
|
820
|
+
AvcIntraSettings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: AvcIntraFramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
821
|
+
AvcIntraSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
822
|
+
AvcIntraSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin24Max60000, location_name: "framerateNumerator"))
|
823
|
+
AvcIntraSettings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: AvcIntraInterlaceMode, location_name: "interlaceMode"))
|
824
|
+
AvcIntraSettings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: AvcIntraSlowPal, location_name: "slowPal"))
|
825
|
+
AvcIntraSettings.add_member(:telecine, Shapes::ShapeRef.new(shape: AvcIntraTelecine, location_name: "telecine"))
|
826
|
+
AvcIntraSettings.struct_class = Types::AvcIntraSettings
|
827
|
+
|
775
828
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
776
829
|
BadRequestException.struct_class = Types::BadRequestException
|
777
830
|
|
@@ -1301,6 +1354,7 @@ module Aws::MediaConvert
|
|
1301
1354
|
|
1302
1355
|
HlsGroupSettings.add_member(:ad_markers, Shapes::ShapeRef.new(shape: __listOfHlsAdMarkers, location_name: "adMarkers"))
|
1303
1356
|
HlsGroupSettings.add_member(:additional_manifests, Shapes::ShapeRef.new(shape: __listOfHlsAdditionalManifest, location_name: "additionalManifests"))
|
1357
|
+
HlsGroupSettings.add_member(:audio_only_header, Shapes::ShapeRef.new(shape: HlsAudioOnlyHeader, location_name: "audioOnlyHeader"))
|
1304
1358
|
HlsGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
|
1305
1359
|
HlsGroupSettings.add_member(:caption_language_mappings, Shapes::ShapeRef.new(shape: __listOfHlsCaptionLanguageMapping, location_name: "captionLanguageMappings"))
|
1306
1360
|
HlsGroupSettings.add_member(:caption_language_setting, Shapes::ShapeRef.new(shape: HlsCaptionLanguageSetting, location_name: "captionLanguageSetting"))
|
@@ -1356,11 +1410,12 @@ module Aws::MediaConvert
|
|
1356
1410
|
Input.add_member(:deblock_filter, Shapes::ShapeRef.new(shape: InputDeblockFilter, location_name: "deblockFilter"))
|
1357
1411
|
Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
|
1358
1412
|
Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
|
1359
|
-
Input.add_member(:file_input, Shapes::ShapeRef.new(shape:
|
1413
|
+
Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL, location_name: "fileInput"))
|
1360
1414
|
Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
|
1361
1415
|
Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
|
1362
1416
|
Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
1363
1417
|
Input.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfInputClipping, location_name: "inputClippings"))
|
1418
|
+
Input.add_member(:input_scan_type, Shapes::ShapeRef.new(shape: InputScanType, location_name: "inputScanType"))
|
1364
1419
|
Input.add_member(:position, Shapes::ShapeRef.new(shape: Rectangle, location_name: "position"))
|
1365
1420
|
Input.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "programNumber"))
|
1366
1421
|
Input.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
|
@@ -1390,6 +1445,7 @@ module Aws::MediaConvert
|
|
1390
1445
|
InputTemplate.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
|
1391
1446
|
InputTemplate.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
1392
1447
|
InputTemplate.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfInputClipping, location_name: "inputClippings"))
|
1448
|
+
InputTemplate.add_member(:input_scan_type, Shapes::ShapeRef.new(shape: InputScanType, location_name: "inputScanType"))
|
1393
1449
|
InputTemplate.add_member(:position, Shapes::ShapeRef.new(shape: Rectangle, location_name: "position"))
|
1394
1450
|
InputTemplate.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "programNumber"))
|
1395
1451
|
InputTemplate.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
|
@@ -1451,6 +1507,7 @@ module Aws::MediaConvert
|
|
1451
1507
|
JobSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInput, location_name: "inputs"))
|
1452
1508
|
JobSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
1453
1509
|
JobSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
|
1510
|
+
JobSettings.add_member(:nielsen_non_linear_watermark, Shapes::ShapeRef.new(shape: NielsenNonLinearWatermarkSettings, location_name: "nielsenNonLinearWatermark"))
|
1454
1511
|
JobSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, location_name: "outputGroups"))
|
1455
1512
|
JobSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, location_name: "timecodeConfig"))
|
1456
1513
|
JobSettings.add_member(:timed_metadata_insertion, Shapes::ShapeRef.new(shape: TimedMetadataInsertion, location_name: "timedMetadataInsertion"))
|
@@ -1477,6 +1534,7 @@ module Aws::MediaConvert
|
|
1477
1534
|
JobTemplateSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInputTemplate, location_name: "inputs"))
|
1478
1535
|
JobTemplateSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
1479
1536
|
JobTemplateSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
|
1537
|
+
JobTemplateSettings.add_member(:nielsen_non_linear_watermark, Shapes::ShapeRef.new(shape: NielsenNonLinearWatermarkSettings, location_name: "nielsenNonLinearWatermark"))
|
1480
1538
|
JobTemplateSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, location_name: "outputGroups"))
|
1481
1539
|
JobTemplateSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, location_name: "timecodeConfig"))
|
1482
1540
|
JobTemplateSettings.add_member(:timed_metadata_insertion, Shapes::ShapeRef.new(shape: TimedMetadataInsertion, location_name: "timedMetadataInsertion"))
|
@@ -1687,6 +1745,7 @@ module Aws::MediaConvert
|
|
1687
1745
|
MsSmoothGroupSettings.struct_class = Types::MsSmoothGroupSettings
|
1688
1746
|
|
1689
1747
|
MxfSettings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: MxfAfdSignaling, location_name: "afdSignaling"))
|
1748
|
+
MxfSettings.add_member(:profile, Shapes::ShapeRef.new(shape: MxfProfile, location_name: "profile"))
|
1690
1749
|
MxfSettings.struct_class = Types::MxfSettings
|
1691
1750
|
|
1692
1751
|
NexGuardFileMarkerSettings.add_member(:license, Shapes::ShapeRef.new(shape: __stringMin1Max100000, location_name: "license"))
|
@@ -1699,6 +1758,19 @@ module Aws::MediaConvert
|
|
1699
1758
|
NielsenConfiguration.add_member(:distributor_id, Shapes::ShapeRef.new(shape: __string, location_name: "distributorId"))
|
1700
1759
|
NielsenConfiguration.struct_class = Types::NielsenConfiguration
|
1701
1760
|
|
1761
|
+
NielsenNonLinearWatermarkSettings.add_member(:active_watermark_process, Shapes::ShapeRef.new(shape: NielsenActiveWatermarkProcessType, location_name: "activeWatermarkProcess"))
|
1762
|
+
NielsenNonLinearWatermarkSettings.add_member(:adi_filename, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "adiFilename"))
|
1763
|
+
NielsenNonLinearWatermarkSettings.add_member(:asset_id, Shapes::ShapeRef.new(shape: __stringMin1Max20, location_name: "assetId"))
|
1764
|
+
NielsenNonLinearWatermarkSettings.add_member(:asset_name, Shapes::ShapeRef.new(shape: __stringMin1Max50, location_name: "assetName"))
|
1765
|
+
NielsenNonLinearWatermarkSettings.add_member(:cbet_source_id, Shapes::ShapeRef.new(shape: __stringPattern0xAFaF0908190908, location_name: "cbetSourceId"))
|
1766
|
+
NielsenNonLinearWatermarkSettings.add_member(:episode_id, Shapes::ShapeRef.new(shape: __stringMin1Max20, location_name: "episodeId"))
|
1767
|
+
NielsenNonLinearWatermarkSettings.add_member(:metadata_destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "metadataDestination"))
|
1768
|
+
NielsenNonLinearWatermarkSettings.add_member(:source_id, Shapes::ShapeRef.new(shape: __integerMin0Max65534, location_name: "sourceId"))
|
1769
|
+
NielsenNonLinearWatermarkSettings.add_member(:source_watermark_status, Shapes::ShapeRef.new(shape: NielsenSourceWatermarkStatusType, location_name: "sourceWatermarkStatus"))
|
1770
|
+
NielsenNonLinearWatermarkSettings.add_member(:tic_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttps, location_name: "ticServerUrl"))
|
1771
|
+
NielsenNonLinearWatermarkSettings.add_member(:unique_tic_per_audio_track, Shapes::ShapeRef.new(shape: NielsenUniqueTicPerAudioTrackType, location_name: "uniqueTicPerAudioTrack"))
|
1772
|
+
NielsenNonLinearWatermarkSettings.struct_class = Types::NielsenNonLinearWatermarkSettings
|
1773
|
+
|
1702
1774
|
NoiseReducer.add_member(:filter, Shapes::ShapeRef.new(shape: NoiseReducerFilter, location_name: "filter"))
|
1703
1775
|
NoiseReducer.add_member(:filter_settings, Shapes::ShapeRef.new(shape: NoiseReducerFilterSettings, location_name: "filterSettings"))
|
1704
1776
|
NoiseReducer.add_member(:spatial_filter_settings, Shapes::ShapeRef.new(shape: NoiseReducerSpatialFilterSettings, location_name: "spatialFilterSettings"))
|
@@ -1744,6 +1816,7 @@ module Aws::MediaConvert
|
|
1744
1816
|
OutputDetail.add_member(:video_details, Shapes::ShapeRef.new(shape: VideoDetail, location_name: "videoDetails"))
|
1745
1817
|
OutputDetail.struct_class = Types::OutputDetail
|
1746
1818
|
|
1819
|
+
OutputGroup.add_member(:automated_encoding_settings, Shapes::ShapeRef.new(shape: AutomatedEncodingSettings, location_name: "automatedEncodingSettings"))
|
1747
1820
|
OutputGroup.add_member(:custom_name, Shapes::ShapeRef.new(shape: __string, location_name: "customName"))
|
1748
1821
|
OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1749
1822
|
OutputGroup.add_member(:output_group_settings, Shapes::ShapeRef.new(shape: OutputGroupSettings, location_name: "outputGroupSettings"))
|
@@ -1954,13 +2027,25 @@ module Aws::MediaConvert
|
|
1954
2027
|
UpdateQueueResponse.add_member(:queue, Shapes::ShapeRef.new(shape: Queue, location_name: "queue"))
|
1955
2028
|
UpdateQueueResponse.struct_class = Types::UpdateQueueResponse
|
1956
2029
|
|
2030
|
+
Vc3Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: Vc3FramerateControl, location_name: "framerateControl"))
|
2031
|
+
Vc3Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: Vc3FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
2032
|
+
Vc3Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
2033
|
+
Vc3Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin24Max60000, location_name: "framerateNumerator"))
|
2034
|
+
Vc3Settings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: Vc3InterlaceMode, location_name: "interlaceMode"))
|
2035
|
+
Vc3Settings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: Vc3SlowPal, location_name: "slowPal"))
|
2036
|
+
Vc3Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: Vc3Telecine, location_name: "telecine"))
|
2037
|
+
Vc3Settings.add_member(:vc_3_class, Shapes::ShapeRef.new(shape: Vc3Class, location_name: "vc3Class"))
|
2038
|
+
Vc3Settings.struct_class = Types::Vc3Settings
|
2039
|
+
|
1957
2040
|
VideoCodecSettings.add_member(:av_1_settings, Shapes::ShapeRef.new(shape: Av1Settings, location_name: "av1Settings"))
|
2041
|
+
VideoCodecSettings.add_member(:avc_intra_settings, Shapes::ShapeRef.new(shape: AvcIntraSettings, location_name: "avcIntraSettings"))
|
1958
2042
|
VideoCodecSettings.add_member(:codec, Shapes::ShapeRef.new(shape: VideoCodec, location_name: "codec"))
|
1959
2043
|
VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
|
1960
2044
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
1961
2045
|
VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
|
1962
2046
|
VideoCodecSettings.add_member(:mpeg_2_settings, Shapes::ShapeRef.new(shape: Mpeg2Settings, location_name: "mpeg2Settings"))
|
1963
2047
|
VideoCodecSettings.add_member(:prores_settings, Shapes::ShapeRef.new(shape: ProresSettings, location_name: "proresSettings"))
|
2048
|
+
VideoCodecSettings.add_member(:vc_3_settings, Shapes::ShapeRef.new(shape: Vc3Settings, location_name: "vc3Settings"))
|
1964
2049
|
VideoCodecSettings.add_member(:vp_8_settings, Shapes::ShapeRef.new(shape: Vp8Settings, location_name: "vp8Settings"))
|
1965
2050
|
VideoCodecSettings.add_member(:vp_9_settings, Shapes::ShapeRef.new(shape: Vp9Settings, location_name: "vp9Settings"))
|
1966
2051
|
VideoCodecSettings.struct_class = Types::VideoCodecSettings
|
@@ -317,6 +317,36 @@ module Aws::MediaConvert
|
|
317
317
|
#
|
318
318
|
class AssociateCertificateResponse < Aws::EmptyStructure; end
|
319
319
|
|
320
|
+
# When you mimic a multi-channel audio layout with multiple mono-channel
|
321
|
+
# tracks, you can tag each channel layout manually. For example, you
|
322
|
+
# would tag the tracks that contain your left, right, and center audio
|
323
|
+
# with Left (L), Right (R), and Center (C), respectively. When you
|
324
|
+
# don't specify a value, MediaConvert labels your track as Center (C)
|
325
|
+
# by default. To use audio layout tagging, your output must be in a
|
326
|
+
# QuickTime (.mov) container; your audio codec must be AAC, WAV, or
|
327
|
+
# AIFF; and you must set up your audio track to have only one channel.
|
328
|
+
#
|
329
|
+
# @note When making an API call, you may pass AudioChannelTaggingSettings
|
330
|
+
# data as a hash:
|
331
|
+
#
|
332
|
+
# {
|
333
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
334
|
+
# }
|
335
|
+
#
|
336
|
+
# @!attribute [rw] channel_tag
|
337
|
+
# You can add a tag for this mono-channel audio track to mimic its
|
338
|
+
# placement in a multi-channel layout. For example, if this track is
|
339
|
+
# the left surround channel, choose Left surround (LS).
|
340
|
+
# @return [String]
|
341
|
+
#
|
342
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AudioChannelTaggingSettings AWS API Documentation
|
343
|
+
#
|
344
|
+
class AudioChannelTaggingSettings < Struct.new(
|
345
|
+
:channel_tag)
|
346
|
+
SENSITIVE = []
|
347
|
+
include Aws::Structure
|
348
|
+
end
|
349
|
+
|
320
350
|
# Audio codec settings (CodecSettings) under (AudioDescriptions)
|
321
351
|
# contains the group of settings related to audio encoding. The settings
|
322
352
|
# in this group vary depending on the value that you choose for Audio
|
@@ -512,6 +542,9 @@ module Aws::MediaConvert
|
|
512
542
|
# data as a hash:
|
513
543
|
#
|
514
544
|
# {
|
545
|
+
# audio_channel_tagging_settings: {
|
546
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
547
|
+
# },
|
515
548
|
# audio_normalization_settings: {
|
516
549
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
517
550
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -637,6 +670,18 @@ module Aws::MediaConvert
|
|
637
670
|
# stream_name: "__stringPatternWS",
|
638
671
|
# }
|
639
672
|
#
|
673
|
+
# @!attribute [rw] audio_channel_tagging_settings
|
674
|
+
# When you mimic a multi-channel audio layout with multiple
|
675
|
+
# mono-channel tracks, you can tag each channel layout manually. For
|
676
|
+
# example, you would tag the tracks that contain your left, right, and
|
677
|
+
# center audio with Left (L), Right (R), and Center (C), respectively.
|
678
|
+
# When you don't specify a value, MediaConvert labels your track as
|
679
|
+
# Center (C) by default. To use audio layout tagging, your output must
|
680
|
+
# be in a QuickTime (.mov) container; your audio codec must be AAC,
|
681
|
+
# WAV, or AIFF; and you must set up your audio track to have only one
|
682
|
+
# channel.
|
683
|
+
# @return [Types::AudioChannelTaggingSettings]
|
684
|
+
#
|
640
685
|
# @!attribute [rw] audio_normalization_settings
|
641
686
|
# Advanced audio normalization settings. Ignore these settings unless
|
642
687
|
# you need to comply with a loudness standard.
|
@@ -734,6 +779,7 @@ module Aws::MediaConvert
|
|
734
779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AudioDescription AWS API Documentation
|
735
780
|
#
|
736
781
|
class AudioDescription < Struct.new(
|
782
|
+
:audio_channel_tagging_settings,
|
737
783
|
:audio_normalization_settings,
|
738
784
|
:audio_source_name,
|
739
785
|
:audio_type,
|
@@ -827,7 +873,7 @@ module Aws::MediaConvert
|
|
827
873
|
# {
|
828
874
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
829
875
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
830
|
-
# external_audio_file_input: "
|
876
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
831
877
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
832
878
|
# offset: 1,
|
833
879
|
# pids: [1],
|
@@ -952,6 +998,84 @@ module Aws::MediaConvert
|
|
952
998
|
include Aws::Structure
|
953
999
|
end
|
954
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
|
+
|
955
1079
|
# Settings for quality-defined variable bitrate encoding with the AV1
|
956
1080
|
# codec. Required when you set Rate control mode to QVBR. Not valid when
|
957
1081
|
# you set Rate control mode to a value other than QVBR, or when you
|
@@ -1006,7 +1130,7 @@ module Aws::MediaConvert
|
|
1006
1130
|
# {
|
1007
1131
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
1008
1132
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
1009
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
1133
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
1010
1134
|
# framerate_denominator: 1,
|
1011
1135
|
# framerate_numerator: 1,
|
1012
1136
|
# gop_size: 1.0,
|
@@ -1022,8 +1146,9 @@ module Aws::MediaConvert
|
|
1022
1146
|
# }
|
1023
1147
|
#
|
1024
1148
|
# @!attribute [rw] adaptive_quantization
|
1025
|
-
#
|
1026
|
-
#
|
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).
|
1027
1152
|
# @return [String]
|
1028
1153
|
#
|
1029
1154
|
# @!attribute [rw] framerate_control
|
@@ -1043,8 +1168,18 @@ module Aws::MediaConvert
|
|
1043
1168
|
# @return [String]
|
1044
1169
|
#
|
1045
1170
|
# @!attribute [rw] framerate_conversion_algorithm
|
1046
|
-
#
|
1047
|
-
#
|
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.
|
1048
1183
|
# @return [String]
|
1049
1184
|
#
|
1050
1185
|
# @!attribute [rw] framerate_denominator
|
@@ -1106,8 +1241,23 @@ module Aws::MediaConvert
|
|
1106
1241
|
# @return [Integer]
|
1107
1242
|
#
|
1108
1243
|
# @!attribute [rw] spatial_adaptive_quantization
|
1109
|
-
#
|
1110
|
-
# 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.
|
1111
1261
|
# @return [String]
|
1112
1262
|
#
|
1113
1263
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Av1Settings AWS API Documentation
|
@@ -1151,6 +1301,136 @@ module Aws::MediaConvert
|
|
1151
1301
|
include Aws::Structure
|
1152
1302
|
end
|
1153
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
|
+
|
1154
1434
|
# @!attribute [rw] message
|
1155
1435
|
# @return [String]
|
1156
1436
|
#
|
@@ -2539,6 +2819,7 @@ module Aws::MediaConvert
|
|
2539
2819
|
# },
|
2540
2820
|
# mxf_settings: {
|
2541
2821
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
2822
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
2542
2823
|
# },
|
2543
2824
|
# }
|
2544
2825
|
#
|
@@ -2655,7 +2936,7 @@ module Aws::MediaConvert
|
|
2655
2936
|
# "__string" => {
|
2656
2937
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
2657
2938
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
2658
|
-
# external_audio_file_input: "
|
2939
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
2659
2940
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
2660
2941
|
# offset: 1,
|
2661
2942
|
# pids: [1],
|
@@ -2727,7 +3008,7 @@ module Aws::MediaConvert
|
|
2727
3008
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
2728
3009
|
# },
|
2729
3010
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
2730
|
-
# file_input: "
|
3011
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
|
2731
3012
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
2732
3013
|
# filter_strength: 1,
|
2733
3014
|
# image_inserter: {
|
@@ -2753,6 +3034,7 @@ module Aws::MediaConvert
|
|
2753
3034
|
# start_timecode: "__stringPattern010920405090509092",
|
2754
3035
|
# },
|
2755
3036
|
# ],
|
3037
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
2756
3038
|
# position: {
|
2757
3039
|
# height: 1,
|
2758
3040
|
# width: 1,
|
@@ -2806,8 +3088,28 @@ module Aws::MediaConvert
|
|
2806
3088
|
# breakout_code: 1,
|
2807
3089
|
# distributor_id: "__string",
|
2808
3090
|
# },
|
3091
|
+
# nielsen_non_linear_watermark: {
|
3092
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
3093
|
+
# adi_filename: "__stringPatternS3",
|
3094
|
+
# asset_id: "__stringMin1Max20",
|
3095
|
+
# asset_name: "__stringMin1Max50",
|
3096
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
3097
|
+
# episode_id: "__stringMin1Max20",
|
3098
|
+
# metadata_destination: "__stringPatternS3",
|
3099
|
+
# source_id: 1,
|
3100
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
3101
|
+
# tic_server_url: "__stringPatternHttps",
|
3102
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
3103
|
+
# },
|
2809
3104
|
# output_groups: [
|
2810
3105
|
# {
|
3106
|
+
# automated_encoding_settings: {
|
3107
|
+
# abr_settings: {
|
3108
|
+
# max_abr_bitrate: 1,
|
3109
|
+
# max_renditions: 1,
|
3110
|
+
# min_abr_bitrate: 1,
|
3111
|
+
# },
|
3112
|
+
# },
|
2811
3113
|
# custom_name: "__string",
|
2812
3114
|
# name: "__string",
|
2813
3115
|
# output_group_settings: {
|
@@ -2924,6 +3226,7 @@ module Aws::MediaConvert
|
|
2924
3226
|
# selected_outputs: ["__stringMin1"],
|
2925
3227
|
# },
|
2926
3228
|
# ],
|
3229
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2927
3230
|
# base_url: "__string",
|
2928
3231
|
# caption_language_mappings: [
|
2929
3232
|
# {
|
@@ -3020,6 +3323,9 @@ module Aws::MediaConvert
|
|
3020
3323
|
# {
|
3021
3324
|
# audio_descriptions: [
|
3022
3325
|
# {
|
3326
|
+
# audio_channel_tagging_settings: {
|
3327
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
3328
|
+
# },
|
3023
3329
|
# audio_normalization_settings: {
|
3024
3330
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
3025
3331
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -3311,6 +3617,7 @@ module Aws::MediaConvert
|
|
3311
3617
|
# },
|
3312
3618
|
# mxf_settings: {
|
3313
3619
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
3620
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
3314
3621
|
# },
|
3315
3622
|
# },
|
3316
3623
|
# extension: "__string",
|
@@ -3333,7 +3640,7 @@ module Aws::MediaConvert
|
|
3333
3640
|
# av_1_settings: {
|
3334
3641
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3335
3642
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3336
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3643
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3337
3644
|
# framerate_denominator: 1,
|
3338
3645
|
# framerate_numerator: 1,
|
3339
3646
|
# gop_size: 1.0,
|
@@ -3347,7 +3654,17 @@ module Aws::MediaConvert
|
|
3347
3654
|
# slices: 1,
|
3348
3655
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3349
3656
|
# },
|
3350
|
-
#
|
3657
|
+
# avc_intra_settings: {
|
3658
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
3659
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3660
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3661
|
+
# framerate_denominator: 1,
|
3662
|
+
# framerate_numerator: 1,
|
3663
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
3664
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3665
|
+
# telecine: "NONE", # accepts NONE, HARD
|
3666
|
+
# },
|
3667
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
3351
3668
|
# frame_capture_settings: {
|
3352
3669
|
# framerate_denominator: 1,
|
3353
3670
|
# framerate_numerator: 1,
|
@@ -3355,7 +3672,7 @@ module Aws::MediaConvert
|
|
3355
3672
|
# quality: 1,
|
3356
3673
|
# },
|
3357
3674
|
# h264_settings: {
|
3358
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3675
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3359
3676
|
# bitrate: 1,
|
3360
3677
|
# 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
|
3361
3678
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -3364,7 +3681,7 @@ module Aws::MediaConvert
|
|
3364
3681
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
3365
3682
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3366
3683
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3367
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3684
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3368
3685
|
# framerate_denominator: 1,
|
3369
3686
|
# framerate_numerator: 1,
|
3370
3687
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3408,7 +3725,7 @@ module Aws::MediaConvert
|
|
3408
3725
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3409
3726
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3410
3727
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3411
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3728
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3412
3729
|
# framerate_denominator: 1,
|
3413
3730
|
# framerate_numerator: 1,
|
3414
3731
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3451,7 +3768,7 @@ module Aws::MediaConvert
|
|
3451
3768
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
3452
3769
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3453
3770
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3454
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3771
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3455
3772
|
# framerate_denominator: 1,
|
3456
3773
|
# framerate_numerator: 1,
|
3457
3774
|
# gop_closed_cadence: 1,
|
@@ -3480,7 +3797,7 @@ module Aws::MediaConvert
|
|
3480
3797
|
# prores_settings: {
|
3481
3798
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
3482
3799
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3483
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3800
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3484
3801
|
# framerate_denominator: 1,
|
3485
3802
|
# framerate_numerator: 1,
|
3486
3803
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -3490,10 +3807,20 @@ module Aws::MediaConvert
|
|
3490
3807
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3491
3808
|
# telecine: "NONE", # accepts NONE, HARD
|
3492
3809
|
# },
|
3810
|
+
# vc_3_settings: {
|
3811
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3812
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3813
|
+
# framerate_denominator: 1,
|
3814
|
+
# framerate_numerator: 1,
|
3815
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
3816
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3817
|
+
# telecine: "NONE", # accepts NONE, HARD
|
3818
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
3819
|
+
# },
|
3493
3820
|
# vp_8_settings: {
|
3494
3821
|
# bitrate: 1,
|
3495
3822
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3496
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3823
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3497
3824
|
# framerate_denominator: 1,
|
3498
3825
|
# framerate_numerator: 1,
|
3499
3826
|
# gop_size: 1.0,
|
@@ -3508,7 +3835,7 @@ module Aws::MediaConvert
|
|
3508
3835
|
# vp_9_settings: {
|
3509
3836
|
# bitrate: 1,
|
3510
3837
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3511
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3838
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3512
3839
|
# framerate_denominator: 1,
|
3513
3840
|
# framerate_numerator: 1,
|
3514
3841
|
# gop_size: 1.0,
|
@@ -3701,13 +4028,13 @@ module Aws::MediaConvert
|
|
3701
4028
|
# Optional. When you create a job, you can specify a queue to send it
|
3702
4029
|
# to. If you don't specify, the job will go to the default queue. For
|
3703
4030
|
# more about queues, see the User Guide topic at
|
3704
|
-
#
|
4031
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html.
|
3705
4032
|
# @return [String]
|
3706
4033
|
#
|
3707
4034
|
# @!attribute [rw] role
|
3708
4035
|
# Required. The IAM role you use for creating this job. For details
|
3709
4036
|
# about permissions, see the User Guide topic at the User Guide at
|
3710
|
-
#
|
4037
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
|
3711
4038
|
# @return [String]
|
3712
4039
|
#
|
3713
4040
|
# @!attribute [rw] settings
|
@@ -3765,7 +4092,7 @@ module Aws::MediaConvert
|
|
3765
4092
|
# @!attribute [rw] job
|
3766
4093
|
# Each job converts an input file into an output file or files. For
|
3767
4094
|
# more information, see the User Guide at
|
3768
|
-
#
|
4095
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
3769
4096
|
# @return [Types::Job]
|
3770
4097
|
#
|
3771
4098
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateJobResponse AWS API Documentation
|
@@ -3825,7 +4152,7 @@ module Aws::MediaConvert
|
|
3825
4152
|
# "__string" => {
|
3826
4153
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
3827
4154
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
3828
|
-
# external_audio_file_input: "
|
4155
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
3829
4156
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
3830
4157
|
# offset: 1,
|
3831
4158
|
# pids: [1],
|
@@ -3916,6 +4243,7 @@ module Aws::MediaConvert
|
|
3916
4243
|
# start_timecode: "__stringPattern010920405090509092",
|
3917
4244
|
# },
|
3918
4245
|
# ],
|
4246
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
3919
4247
|
# position: {
|
3920
4248
|
# height: 1,
|
3921
4249
|
# width: 1,
|
@@ -3968,8 +4296,28 @@ module Aws::MediaConvert
|
|
3968
4296
|
# breakout_code: 1,
|
3969
4297
|
# distributor_id: "__string",
|
3970
4298
|
# },
|
4299
|
+
# nielsen_non_linear_watermark: {
|
4300
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
4301
|
+
# adi_filename: "__stringPatternS3",
|
4302
|
+
# asset_id: "__stringMin1Max20",
|
4303
|
+
# asset_name: "__stringMin1Max50",
|
4304
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
4305
|
+
# episode_id: "__stringMin1Max20",
|
4306
|
+
# metadata_destination: "__stringPatternS3",
|
4307
|
+
# source_id: 1,
|
4308
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
4309
|
+
# tic_server_url: "__stringPatternHttps",
|
4310
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
4311
|
+
# },
|
3971
4312
|
# output_groups: [
|
3972
4313
|
# {
|
4314
|
+
# automated_encoding_settings: {
|
4315
|
+
# abr_settings: {
|
4316
|
+
# max_abr_bitrate: 1,
|
4317
|
+
# max_renditions: 1,
|
4318
|
+
# min_abr_bitrate: 1,
|
4319
|
+
# },
|
4320
|
+
# },
|
3973
4321
|
# custom_name: "__string",
|
3974
4322
|
# name: "__string",
|
3975
4323
|
# output_group_settings: {
|
@@ -4086,6 +4434,7 @@ module Aws::MediaConvert
|
|
4086
4434
|
# selected_outputs: ["__stringMin1"],
|
4087
4435
|
# },
|
4088
4436
|
# ],
|
4437
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
4089
4438
|
# base_url: "__string",
|
4090
4439
|
# caption_language_mappings: [
|
4091
4440
|
# {
|
@@ -4182,6 +4531,9 @@ module Aws::MediaConvert
|
|
4182
4531
|
# {
|
4183
4532
|
# audio_descriptions: [
|
4184
4533
|
# {
|
4534
|
+
# audio_channel_tagging_settings: {
|
4535
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
4536
|
+
# },
|
4185
4537
|
# audio_normalization_settings: {
|
4186
4538
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
4187
4539
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -4473,6 +4825,7 @@ module Aws::MediaConvert
|
|
4473
4825
|
# },
|
4474
4826
|
# mxf_settings: {
|
4475
4827
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
4828
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
4476
4829
|
# },
|
4477
4830
|
# },
|
4478
4831
|
# extension: "__string",
|
@@ -4495,7 +4848,7 @@ module Aws::MediaConvert
|
|
4495
4848
|
# av_1_settings: {
|
4496
4849
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4497
4850
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4498
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4851
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4499
4852
|
# framerate_denominator: 1,
|
4500
4853
|
# framerate_numerator: 1,
|
4501
4854
|
# gop_size: 1.0,
|
@@ -4509,7 +4862,17 @@ module Aws::MediaConvert
|
|
4509
4862
|
# slices: 1,
|
4510
4863
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4511
4864
|
# },
|
4512
|
-
#
|
4865
|
+
# avc_intra_settings: {
|
4866
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
4867
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4868
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4869
|
+
# framerate_denominator: 1,
|
4870
|
+
# framerate_numerator: 1,
|
4871
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
4872
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4873
|
+
# telecine: "NONE", # accepts NONE, HARD
|
4874
|
+
# },
|
4875
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
4513
4876
|
# frame_capture_settings: {
|
4514
4877
|
# framerate_denominator: 1,
|
4515
4878
|
# framerate_numerator: 1,
|
@@ -4517,7 +4880,7 @@ module Aws::MediaConvert
|
|
4517
4880
|
# quality: 1,
|
4518
4881
|
# },
|
4519
4882
|
# h264_settings: {
|
4520
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4883
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4521
4884
|
# bitrate: 1,
|
4522
4885
|
# 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
|
4523
4886
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -4526,7 +4889,7 @@ module Aws::MediaConvert
|
|
4526
4889
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
4527
4890
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4528
4891
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4529
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4892
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4530
4893
|
# framerate_denominator: 1,
|
4531
4894
|
# framerate_numerator: 1,
|
4532
4895
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -4570,7 +4933,7 @@ module Aws::MediaConvert
|
|
4570
4933
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
4571
4934
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4572
4935
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4573
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4936
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4574
4937
|
# framerate_denominator: 1,
|
4575
4938
|
# framerate_numerator: 1,
|
4576
4939
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -4613,7 +4976,7 @@ module Aws::MediaConvert
|
|
4613
4976
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
4614
4977
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
4615
4978
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4616
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4979
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4617
4980
|
# framerate_denominator: 1,
|
4618
4981
|
# framerate_numerator: 1,
|
4619
4982
|
# gop_closed_cadence: 1,
|
@@ -4642,7 +5005,7 @@ module Aws::MediaConvert
|
|
4642
5005
|
# prores_settings: {
|
4643
5006
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
4644
5007
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4645
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5008
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4646
5009
|
# framerate_denominator: 1,
|
4647
5010
|
# framerate_numerator: 1,
|
4648
5011
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -4652,10 +5015,20 @@ module Aws::MediaConvert
|
|
4652
5015
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4653
5016
|
# telecine: "NONE", # accepts NONE, HARD
|
4654
5017
|
# },
|
5018
|
+
# vc_3_settings: {
|
5019
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5020
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5021
|
+
# framerate_denominator: 1,
|
5022
|
+
# framerate_numerator: 1,
|
5023
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
5024
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5025
|
+
# telecine: "NONE", # accepts NONE, HARD
|
5026
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
5027
|
+
# },
|
4655
5028
|
# vp_8_settings: {
|
4656
5029
|
# bitrate: 1,
|
4657
5030
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4658
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5031
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4659
5032
|
# framerate_denominator: 1,
|
4660
5033
|
# framerate_numerator: 1,
|
4661
5034
|
# gop_size: 1.0,
|
@@ -4670,7 +5043,7 @@ module Aws::MediaConvert
|
|
4670
5043
|
# vp_9_settings: {
|
4671
5044
|
# bitrate: 1,
|
4672
5045
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4673
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5046
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4674
5047
|
# framerate_denominator: 1,
|
4675
5048
|
# framerate_numerator: 1,
|
4676
5049
|
# gop_size: 1.0,
|
@@ -4917,6 +5290,9 @@ module Aws::MediaConvert
|
|
4917
5290
|
# settings: { # required
|
4918
5291
|
# audio_descriptions: [
|
4919
5292
|
# {
|
5293
|
+
# audio_channel_tagging_settings: {
|
5294
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
5295
|
+
# },
|
4920
5296
|
# audio_normalization_settings: {
|
4921
5297
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
4922
5298
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -5207,6 +5583,7 @@ module Aws::MediaConvert
|
|
5207
5583
|
# },
|
5208
5584
|
# mxf_settings: {
|
5209
5585
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
5586
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
5210
5587
|
# },
|
5211
5588
|
# },
|
5212
5589
|
# video_description: {
|
@@ -5216,7 +5593,7 @@ module Aws::MediaConvert
|
|
5216
5593
|
# av_1_settings: {
|
5217
5594
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5218
5595
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5219
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5596
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5220
5597
|
# framerate_denominator: 1,
|
5221
5598
|
# framerate_numerator: 1,
|
5222
5599
|
# gop_size: 1.0,
|
@@ -5230,7 +5607,17 @@ module Aws::MediaConvert
|
|
5230
5607
|
# slices: 1,
|
5231
5608
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5232
5609
|
# },
|
5233
|
-
#
|
5610
|
+
# avc_intra_settings: {
|
5611
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
5612
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5613
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5614
|
+
# framerate_denominator: 1,
|
5615
|
+
# framerate_numerator: 1,
|
5616
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
5617
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5618
|
+
# telecine: "NONE", # accepts NONE, HARD
|
5619
|
+
# },
|
5620
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
5234
5621
|
# frame_capture_settings: {
|
5235
5622
|
# framerate_denominator: 1,
|
5236
5623
|
# framerate_numerator: 1,
|
@@ -5238,7 +5625,7 @@ module Aws::MediaConvert
|
|
5238
5625
|
# quality: 1,
|
5239
5626
|
# },
|
5240
5627
|
# h264_settings: {
|
5241
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5628
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5242
5629
|
# bitrate: 1,
|
5243
5630
|
# 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
|
5244
5631
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -5247,7 +5634,7 @@ module Aws::MediaConvert
|
|
5247
5634
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
5248
5635
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5249
5636
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5250
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5637
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5251
5638
|
# framerate_denominator: 1,
|
5252
5639
|
# framerate_numerator: 1,
|
5253
5640
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5291,7 +5678,7 @@ module Aws::MediaConvert
|
|
5291
5678
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
5292
5679
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5293
5680
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5294
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5681
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5295
5682
|
# framerate_denominator: 1,
|
5296
5683
|
# framerate_numerator: 1,
|
5297
5684
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5334,7 +5721,7 @@ module Aws::MediaConvert
|
|
5334
5721
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
5335
5722
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
5336
5723
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5337
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5724
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5338
5725
|
# framerate_denominator: 1,
|
5339
5726
|
# framerate_numerator: 1,
|
5340
5727
|
# gop_closed_cadence: 1,
|
@@ -5363,7 +5750,7 @@ module Aws::MediaConvert
|
|
5363
5750
|
# prores_settings: {
|
5364
5751
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
5365
5752
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5366
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5753
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5367
5754
|
# framerate_denominator: 1,
|
5368
5755
|
# framerate_numerator: 1,
|
5369
5756
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -5373,10 +5760,20 @@ module Aws::MediaConvert
|
|
5373
5760
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5374
5761
|
# telecine: "NONE", # accepts NONE, HARD
|
5375
5762
|
# },
|
5763
|
+
# vc_3_settings: {
|
5764
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5765
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5766
|
+
# framerate_denominator: 1,
|
5767
|
+
# framerate_numerator: 1,
|
5768
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
5769
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5770
|
+
# telecine: "NONE", # accepts NONE, HARD
|
5771
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
5772
|
+
# },
|
5376
5773
|
# vp_8_settings: {
|
5377
5774
|
# bitrate: 1,
|
5378
5775
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5379
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5776
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5380
5777
|
# framerate_denominator: 1,
|
5381
5778
|
# framerate_numerator: 1,
|
5382
5779
|
# gop_size: 1.0,
|
@@ -5391,7 +5788,7 @@ module Aws::MediaConvert
|
|
5391
5788
|
# vp_9_settings: {
|
5392
5789
|
# bitrate: 1,
|
5393
5790
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5394
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5791
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5395
5792
|
# framerate_denominator: 1,
|
5396
5793
|
# framerate_numerator: 1,
|
5397
5794
|
# gop_size: 1.0,
|
@@ -7292,7 +7689,7 @@ module Aws::MediaConvert
|
|
7292
7689
|
# @!attribute [rw] job
|
7293
7690
|
# Each job converts an input file into an output file or files. For
|
7294
7691
|
# more information, see the User Guide at
|
7295
|
-
#
|
7692
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
7296
7693
|
# @return [Types::Job]
|
7297
7694
|
#
|
7298
7695
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJobResponse AWS API Documentation
|
@@ -7483,7 +7880,7 @@ module Aws::MediaConvert
|
|
7483
7880
|
# data as a hash:
|
7484
7881
|
#
|
7485
7882
|
# {
|
7486
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
7883
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
7487
7884
|
# bitrate: 1,
|
7488
7885
|
# 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
|
7489
7886
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -7492,7 +7889,7 @@ module Aws::MediaConvert
|
|
7492
7889
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
7493
7890
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
7494
7891
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
7495
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
7892
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
7496
7893
|
# framerate_denominator: 1,
|
7497
7894
|
# framerate_numerator: 1,
|
7498
7895
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -7529,8 +7926,18 @@ module Aws::MediaConvert
|
|
7529
7926
|
# }
|
7530
7927
|
#
|
7531
7928
|
# @!attribute [rw] adaptive_quantization
|
7532
|
-
#
|
7533
|
-
#
|
7929
|
+
# Keep the default value, Auto (AUTO), for this setting to have
|
7930
|
+
# MediaConvert automatically apply the best types of quantization for
|
7931
|
+
# your video content. When you want to apply your quantization
|
7932
|
+
# settings manually, you must set H264AdaptiveQuantization to a value
|
7933
|
+
# other than Auto (AUTO). Use this setting to specify the strength of
|
7934
|
+
# any adaptive quantization filters that you enable. If you don't
|
7935
|
+
# want MediaConvert to do any adaptive quantization in this transcode,
|
7936
|
+
# set Adaptive quantization (H264AdaptiveQuantization) to Off (OFF).
|
7937
|
+
# Related settings: The value that you choose here applies to the
|
7938
|
+
# following settings: H264FlickerAdaptiveQuantization,
|
7939
|
+
# H264SpatialAdaptiveQuantization, and
|
7940
|
+
# H264TemporalAdaptiveQuantization.
|
7534
7941
|
# @return [String]
|
7535
7942
|
#
|
7536
7943
|
# @!attribute [rw] bitrate
|
@@ -7566,12 +7973,27 @@ module Aws::MediaConvert
|
|
7566
7973
|
# @return [String]
|
7567
7974
|
#
|
7568
7975
|
# @!attribute [rw] field_encoding
|
7569
|
-
#
|
7976
|
+
# Keep the default value, PAFF, to have MediaConvert use PAFF encoding
|
7977
|
+
# for interlaced outputs. Choose Force field (FORCE\_FIELD) to disable
|
7978
|
+
# PAFF encoding and create separate interlaced fields.
|
7570
7979
|
# @return [String]
|
7571
7980
|
#
|
7572
7981
|
# @!attribute [rw] flicker_adaptive_quantization
|
7573
|
-
#
|
7574
|
-
#
|
7982
|
+
# Only use this setting when you change the default value, AUTO, for
|
7983
|
+
# the setting H264AdaptiveQuantization. When you keep all defaults,
|
7984
|
+
# excluding H264AdaptiveQuantization and all other adaptive
|
7985
|
+
# quantization from your JSON job specification, MediaConvert
|
7986
|
+
# automatically applies the best types of quantization for your video
|
7987
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
7988
|
+
# AUTO, the default value for H264FlickerAdaptiveQuantization is
|
7989
|
+
# Disabled (DISABLED). Change this value to Enabled (ENABLED) to
|
7990
|
+
# reduce I-frame pop. I-frame pop appears as a visual flicker that can
|
7991
|
+
# arise when the encoder saves bits by copying some macroblocks many
|
7992
|
+
# times from frame to frame, and then refreshes them at the I-frame.
|
7993
|
+
# When you enable this setting, the encoder updates these macroblocks
|
7994
|
+
# slightly more often to smooth out the flicker. To manually enable or
|
7995
|
+
# disable H264FlickerAdaptiveQuantization, you must set Adaptive
|
7996
|
+
# quantization (H264AdaptiveQuantization) to a value other than AUTO.
|
7575
7997
|
# @return [String]
|
7576
7998
|
#
|
7577
7999
|
# @!attribute [rw] framerate_control
|
@@ -7591,8 +8013,18 @@ module Aws::MediaConvert
|
|
7591
8013
|
# @return [String]
|
7592
8014
|
#
|
7593
8015
|
# @!attribute [rw] framerate_conversion_algorithm
|
7594
|
-
#
|
7595
|
-
#
|
8016
|
+
# Choose the method that you want MediaConvert to use when increasing
|
8017
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
8018
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
8019
|
+
# to 30 fps. For numerically complex conversions, you can use
|
8020
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
8021
|
+
# picture, but might introduce undesirable video artifacts. For
|
8022
|
+
# complex frame rate conversions, especially if your source video has
|
8023
|
+
# already been converted from its original cadence, use FrameFormer
|
8024
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
8025
|
+
# chooses the best conversion method frame by frame. Note that using
|
8026
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
8027
|
+
# add-on cost.
|
7596
8028
|
# @return [String]
|
7597
8029
|
#
|
7598
8030
|
# @!attribute [rw] framerate_denominator
|
@@ -7606,8 +8038,13 @@ module Aws::MediaConvert
|
|
7606
8038
|
# @return [Integer]
|
7607
8039
|
#
|
7608
8040
|
# @!attribute [rw] framerate_numerator
|
7609
|
-
#
|
7610
|
-
#
|
8041
|
+
# When you use the API for transcode jobs that use frame rate
|
8042
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
8043
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
8044
|
+
# of this fraction. In this example, use 24000 for the value of
|
8045
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
8046
|
+
# use frame rate conversion, provide the value as a decimal number for
|
8047
|
+
# Framerate. In this example, specify 23.976.
|
7611
8048
|
# @return [Integer]
|
7612
8049
|
#
|
7613
8050
|
# @!attribute [rw] gop_b_reference
|
@@ -7644,19 +8081,20 @@ module Aws::MediaConvert
|
|
7644
8081
|
# @return [Integer]
|
7645
8082
|
#
|
7646
8083
|
# @!attribute [rw] interlace_mode
|
7647
|
-
#
|
7648
|
-
#
|
7649
|
-
#
|
7650
|
-
#
|
7651
|
-
#
|
7652
|
-
# (FOLLOW\
|
7653
|
-
#
|
7654
|
-
# the source
|
7655
|
-
#
|
7656
|
-
#
|
7657
|
-
#
|
7658
|
-
#
|
7659
|
-
#
|
8084
|
+
# Choose the scan line type for the output. Keep the default value,
|
8085
|
+
# Progressive (PROGRESSIVE) to create a progressive output, regardless
|
8086
|
+
# of the scan type of your input. Use Top field first (TOP\_FIELD) or
|
8087
|
+
# Bottom field first (BOTTOM\_FIELD) to create an output that's
|
8088
|
+
# interlaced with the same field polarity throughout. Use Follow,
|
8089
|
+
# default top (FOLLOW\_TOP\_FIELD) or Follow, default bottom
|
8090
|
+
# (FOLLOW\_BOTTOM\_FIELD) to produce outputs with the same field
|
8091
|
+
# polarity as the source. For jobs that have multiple inputs, the
|
8092
|
+
# output field polarity might change over the course of the output.
|
8093
|
+
# Follow behavior depends on the input scan type. If the source is
|
8094
|
+
# interlaced, the output will be interlaced with the same polarity as
|
8095
|
+
# the source. If the source is progressive, the output will be
|
8096
|
+
# interlaced with top field bottom field first, depending on which of
|
8097
|
+
# the Follow options you choose.
|
7660
8098
|
# @return [String]
|
7661
8099
|
#
|
7662
8100
|
# @!attribute [rw] max_bitrate
|
@@ -7752,18 +8190,60 @@ module Aws::MediaConvert
|
|
7752
8190
|
# @return [Integer]
|
7753
8191
|
#
|
7754
8192
|
# @!attribute [rw] slow_pal
|
7755
|
-
#
|
7756
|
-
#
|
8193
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
8194
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
8195
|
+
# When you enable slow PAL, MediaConvert relabels the video frames to
|
8196
|
+
# 25 fps and resamples your audio to keep it synchronized with the
|
8197
|
+
# video. Note that enabling this setting will slightly reduce the
|
8198
|
+
# duration of your video. Required settings: You must also set
|
8199
|
+
# Framerate to 25. In your JSON job specification, set
|
8200
|
+
# (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and
|
8201
|
+
# (framerateDenominator) to 1.
|
7757
8202
|
# @return [String]
|
7758
8203
|
#
|
7759
8204
|
# @!attribute [rw] softness
|
7760
|
-
#
|
7761
|
-
#
|
8205
|
+
# Ignore this setting unless you need to comply with a specification
|
8206
|
+
# that requires a specific value. If you don't have a specification
|
8207
|
+
# requirement, we recommend that you adjust the softness of your
|
8208
|
+
# output by using a lower value for the setting Sharpness (sharpness)
|
8209
|
+
# or by enabling a noise reducer filter (noiseReducerFilter). The
|
8210
|
+
# Softness (softness) setting specifies the quantization matrices that
|
8211
|
+
# the encoder uses. Keep the default value, 0, for flat quantization.
|
8212
|
+
# Choose the value 1 or 16 to use the default JVT softening
|
8213
|
+
# quantization matricies from the H.264 specification. Choose a value
|
8214
|
+
# from 17 to 128 to use planar interpolation. Increasing values from
|
8215
|
+
# 17 to 128 result in increasing reduction of high-frequency data. The
|
8216
|
+
# value 128 results in the softest video.
|
7762
8217
|
# @return [Integer]
|
7763
8218
|
#
|
7764
8219
|
# @!attribute [rw] spatial_adaptive_quantization
|
7765
|
-
#
|
7766
|
-
#
|
8220
|
+
# Only use this setting when you change the default value, Auto
|
8221
|
+
# (AUTO), for the setting H264AdaptiveQuantization. When you keep all
|
8222
|
+
# defaults, excluding H264AdaptiveQuantization and all other adaptive
|
8223
|
+
# quantization from your JSON job specification, MediaConvert
|
8224
|
+
# automatically applies the best types of quantization for your video
|
8225
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8226
|
+
# AUTO, the default value for H264SpatialAdaptiveQuantization is
|
8227
|
+
# Enabled (ENABLED). Keep this default value to adjust quantization
|
8228
|
+
# within each frame based on spatial variation of content complexity.
|
8229
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
8230
|
+
# that can sustain more distortion with no noticeable visual
|
8231
|
+
# degradation and uses more bits on areas where any small distortion
|
8232
|
+
# will be noticeable. For example, complex textured blocks are encoded
|
8233
|
+
# with fewer bits and smooth textured blocks are encoded with more
|
8234
|
+
# bits. Enabling this feature will almost always improve your video
|
8235
|
+
# quality. Note, though, that this feature doesn't take into account
|
8236
|
+
# where the viewer's attention is likely to be. If viewers are likely
|
8237
|
+
# to be focusing their attention on a part of the screen with a lot of
|
8238
|
+
# complex texture, you might choose to set
|
8239
|
+
# H264SpatialAdaptiveQuantization to Disabled (DISABLED). Related
|
8240
|
+
# setting: When you enable spatial adaptive quantization, set the
|
8241
|
+
# value for Adaptive quantization (H264AdaptiveQuantization) depending
|
8242
|
+
# on your content. For homogeneous content, such as cartoons and video
|
8243
|
+
# games, set it to Low. For content with a wider variety of textures,
|
8244
|
+
# set it to High or Higher. To manually enable or disable
|
8245
|
+
# H264SpatialAdaptiveQuantization, you must set Adaptive quantization
|
8246
|
+
# (H264AdaptiveQuantization) to a value other than AUTO.
|
7767
8247
|
# @return [String]
|
7768
8248
|
#
|
7769
8249
|
# @!attribute [rw] syntax
|
@@ -7771,19 +8251,43 @@ module Aws::MediaConvert
|
|
7771
8251
|
# @return [String]
|
7772
8252
|
#
|
7773
8253
|
# @!attribute [rw] telecine
|
7774
|
-
#
|
7775
|
-
# (
|
7776
|
-
#
|
7777
|
-
#
|
7778
|
-
#
|
7779
|
-
#
|
7780
|
-
#
|
7781
|
-
#
|
8254
|
+
# When you do frame rate conversion from 23.976 frames per second
|
8255
|
+
# (fps) to 29.97 fps, and your output scan type is interlaced, you can
|
8256
|
+
# optionally enable hard or soft telecine to create a smoother
|
8257
|
+
# picture. Hard telecine (HARD) produces a 29.97i output. Soft
|
8258
|
+
# telecine (SOFT) produces an output with a 23.976 output that signals
|
8259
|
+
# to the video player device to do the conversion during play back.
|
8260
|
+
# When you keep the default value, None (NONE), MediaConvert does a
|
8261
|
+
# standard frame rate conversion to 29.97 without doing anything with
|
8262
|
+
# the field polarity to create a smoother picture.
|
7782
8263
|
# @return [String]
|
7783
8264
|
#
|
7784
8265
|
# @!attribute [rw] temporal_adaptive_quantization
|
7785
|
-
#
|
7786
|
-
#
|
8266
|
+
# Only use this setting when you change the default value, AUTO, for
|
8267
|
+
# the setting H264AdaptiveQuantization. When you keep all defaults,
|
8268
|
+
# excluding H264AdaptiveQuantization and all other adaptive
|
8269
|
+
# quantization from your JSON job specification, MediaConvert
|
8270
|
+
# automatically applies the best types of quantization for your video
|
8271
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8272
|
+
# AUTO, the default value for H264TemporalAdaptiveQuantization is
|
8273
|
+
# Enabled (ENABLED). Keep this default value to adjust quantization
|
8274
|
+
# within each frame based on temporal variation of content complexity.
|
8275
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
8276
|
+
# of the frame that aren't moving and uses more bits on complex
|
8277
|
+
# objects with sharp edges that move a lot. For example, this feature
|
8278
|
+
# improves the readability of text tickers on newscasts and
|
8279
|
+
# scoreboards on sports matches. Enabling this feature will almost
|
8280
|
+
# always improve your video quality. Note, though, that this feature
|
8281
|
+
# doesn't take into account where the viewer's attention is likely
|
8282
|
+
# to be. If viewers are likely to be focusing their attention on a
|
8283
|
+
# part of the screen that doesn't have moving objects with sharp
|
8284
|
+
# edges, such as sports athletes' faces, you might choose to set
|
8285
|
+
# H264TemporalAdaptiveQuantization to Disabled (DISABLED). Related
|
8286
|
+
# setting: When you enable temporal quantization, adjust the strength
|
8287
|
+
# of the filter with the setting Adaptive quantization
|
8288
|
+
# (adaptiveQuantization). To manually enable or disable
|
8289
|
+
# H264TemporalAdaptiveQuantization, you must set Adaptive quantization
|
8290
|
+
# (H264AdaptiveQuantization) to a value other than AUTO.
|
7787
8291
|
# @return [String]
|
7788
8292
|
#
|
7789
8293
|
# @!attribute [rw] unregistered_sei_timecode
|
@@ -7908,7 +8412,7 @@ module Aws::MediaConvert
|
|
7908
8412
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
7909
8413
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
7910
8414
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
7911
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
8415
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
7912
8416
|
# framerate_denominator: 1,
|
7913
8417
|
# framerate_numerator: 1,
|
7914
8418
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -7946,8 +8450,12 @@ module Aws::MediaConvert
|
|
7946
8450
|
# }
|
7947
8451
|
#
|
7948
8452
|
# @!attribute [rw] adaptive_quantization
|
7949
|
-
#
|
7950
|
-
#
|
8453
|
+
# Specify the strength of any adaptive quantization filters that you
|
8454
|
+
# enable. The value that you choose here applies to the following
|
8455
|
+
# settings: Flicker adaptive quantization
|
8456
|
+
# (flickerAdaptiveQuantization), Spatial adaptive quantization
|
8457
|
+
# (spatialAdaptiveQuantization), and Temporal adaptive quantization
|
8458
|
+
# (temporalAdaptiveQuantization).
|
7951
8459
|
# @return [String]
|
7952
8460
|
#
|
7953
8461
|
# @!attribute [rw] alternate_transfer_function_sei
|
@@ -7983,8 +8491,14 @@ module Aws::MediaConvert
|
|
7983
8491
|
# @return [String]
|
7984
8492
|
#
|
7985
8493
|
# @!attribute [rw] flicker_adaptive_quantization
|
7986
|
-
#
|
7987
|
-
#
|
8494
|
+
# Enable this setting to have the encoder reduce I-frame pop. I-frame
|
8495
|
+
# pop appears as a visual flicker that can arise when the encoder
|
8496
|
+
# saves bits by copying some macroblocks many times from frame to
|
8497
|
+
# frame, and then refreshes them at the I-frame. When you enable this
|
8498
|
+
# setting, the encoder updates these macroblocks slightly more often
|
8499
|
+
# to smooth out the flicker. This setting is disabled by default.
|
8500
|
+
# Related setting: In addition to enabling this setting, you must also
|
8501
|
+
# set adaptiveQuantization to a value other than Off (OFF).
|
7988
8502
|
# @return [String]
|
7989
8503
|
#
|
7990
8504
|
# @!attribute [rw] framerate_control
|
@@ -8004,17 +8518,38 @@ module Aws::MediaConvert
|
|
8004
8518
|
# @return [String]
|
8005
8519
|
#
|
8006
8520
|
# @!attribute [rw] framerate_conversion_algorithm
|
8007
|
-
#
|
8008
|
-
#
|
8521
|
+
# Choose the method that you want MediaConvert to use when increasing
|
8522
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
8523
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
8524
|
+
# to 30 fps. For numerically complex conversions, you can use
|
8525
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
8526
|
+
# picture, but might introduce undesirable video artifacts. For
|
8527
|
+
# complex frame rate conversions, especially if your source video has
|
8528
|
+
# already been converted from its original cadence, use FrameFormer
|
8529
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
8530
|
+
# chooses the best conversion method frame by frame. Note that using
|
8531
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
8532
|
+
# add-on cost.
|
8009
8533
|
# @return [String]
|
8010
8534
|
#
|
8011
8535
|
# @!attribute [rw] framerate_denominator
|
8012
|
-
#
|
8536
|
+
# When you use the API for transcode jobs that use frame rate
|
8537
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
8538
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
8539
|
+
# denominator of this fraction. In this example, use 1001 for the
|
8540
|
+
# value of FramerateDenominator. When you use the console for
|
8541
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
8542
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
8013
8543
|
# @return [Integer]
|
8014
8544
|
#
|
8015
8545
|
# @!attribute [rw] framerate_numerator
|
8016
|
-
#
|
8017
|
-
#
|
8546
|
+
# When you use the API for transcode jobs that use frame rate
|
8547
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
8548
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
8549
|
+
# of this fraction. In this example, use 24000 for the value of
|
8550
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
8551
|
+
# use frame rate conversion, provide the value as a decimal number for
|
8552
|
+
# Framerate. In this example, specify 23.976.
|
8018
8553
|
# @return [Integer]
|
8019
8554
|
#
|
8020
8555
|
# @!attribute [rw] gop_b_reference
|
@@ -8051,21 +8586,20 @@ module Aws::MediaConvert
|
|
8051
8586
|
# @return [Integer]
|
8052
8587
|
#
|
8053
8588
|
# @!attribute [rw] interlace_mode
|
8054
|
-
# Choose the scan line type for the output.
|
8055
|
-
# (PROGRESSIVE) to create a progressive output, regardless
|
8056
|
-
# type of your input.
|
8057
|
-
#
|
8058
|
-
# with the same field polarity throughout.
|
8059
|
-
# (FOLLOW\_TOP\_FIELD) or Follow,
|
8060
|
-
# (FOLLOW\_BOTTOM\_FIELD) to
|
8061
|
-
#
|
8062
|
-
# output
|
8063
|
-
#
|
8064
|
-
#
|
8065
|
-
# progressive,
|
8066
|
-
#
|
8067
|
-
#
|
8068
|
-
# default to Progressive (PROGRESSIVE).
|
8589
|
+
# Choose the scan line type for the output. Keep the default value,
|
8590
|
+
# Progressive (PROGRESSIVE) to create a progressive output, regardless
|
8591
|
+
# of the scan type of your input. Use Top field first (TOP\_FIELD) or
|
8592
|
+
# Bottom field first (BOTTOM\_FIELD) to create an output that's
|
8593
|
+
# interlaced with the same field polarity throughout. Use Follow,
|
8594
|
+
# default top (FOLLOW\_TOP\_FIELD) or Follow, default bottom
|
8595
|
+
# (FOLLOW\_BOTTOM\_FIELD) to produce outputs with the same field
|
8596
|
+
# polarity as the source. For jobs that have multiple inputs, the
|
8597
|
+
# output field polarity might change over the course of the output.
|
8598
|
+
# Follow behavior depends on the input scan type. If the source is
|
8599
|
+
# interlaced, the output will be interlaced with the same polarity as
|
8600
|
+
# the source. If the source is progressive, the output will be
|
8601
|
+
# interlaced with top field bottom field first, depending on which of
|
8602
|
+
# the Follow options you choose.
|
8069
8603
|
# @return [String]
|
8070
8604
|
#
|
8071
8605
|
# @!attribute [rw] max_bitrate
|
@@ -8162,13 +8696,35 @@ module Aws::MediaConvert
|
|
8162
8696
|
# @return [Integer]
|
8163
8697
|
#
|
8164
8698
|
# @!attribute [rw] slow_pal
|
8165
|
-
#
|
8166
|
-
#
|
8699
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
8700
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
8701
|
+
# When you enable slow PAL, MediaConvert relabels the video frames to
|
8702
|
+
# 25 fps and resamples your audio to keep it synchronized with the
|
8703
|
+
# video. Note that enabling this setting will slightly reduce the
|
8704
|
+
# duration of your video. Required settings: You must also set
|
8705
|
+
# Framerate to 25. In your JSON job specification, set
|
8706
|
+
# (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and
|
8707
|
+
# (framerateDenominator) to 1.
|
8167
8708
|
# @return [String]
|
8168
8709
|
#
|
8169
8710
|
# @!attribute [rw] spatial_adaptive_quantization
|
8170
|
-
#
|
8171
|
-
# content complexity.
|
8711
|
+
# Keep the default value, Enabled (ENABLED), to adjust quantization
|
8712
|
+
# within each frame based on spatial variation of content complexity.
|
8713
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
8714
|
+
# that can sustain more distortion with no noticeable visual
|
8715
|
+
# degradation and uses more bits on areas where any small distortion
|
8716
|
+
# will be noticeable. For example, complex textured blocks are encoded
|
8717
|
+
# with fewer bits and smooth textured blocks are encoded with more
|
8718
|
+
# bits. Enabling this feature will almost always improve your video
|
8719
|
+
# quality. Note, though, that this feature doesn't take into account
|
8720
|
+
# where the viewer's attention is likely to be. If viewers are likely
|
8721
|
+
# to be focusing their attention on a part of the screen with a lot of
|
8722
|
+
# complex texture, you might choose to disable this feature. Related
|
8723
|
+
# setting: When you enable spatial adaptive quantization, set the
|
8724
|
+
# value for Adaptive quantization (adaptiveQuantization) depending on
|
8725
|
+
# your content. For homogeneous content, such as cartoons and video
|
8726
|
+
# games, set it to Low. For content with a wider variety of textures,
|
8727
|
+
# set it to High or Higher.
|
8172
8728
|
# @return [String]
|
8173
8729
|
#
|
8174
8730
|
# @!attribute [rw] telecine
|
@@ -8183,8 +8739,21 @@ module Aws::MediaConvert
|
|
8183
8739
|
# @return [String]
|
8184
8740
|
#
|
8185
8741
|
# @!attribute [rw] temporal_adaptive_quantization
|
8186
|
-
#
|
8187
|
-
# content complexity.
|
8742
|
+
# Keep the default value, Enabled (ENABLED), to adjust quantization
|
8743
|
+
# within each frame based on temporal variation of content complexity.
|
8744
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
8745
|
+
# of the frame that aren't moving and uses more bits on complex
|
8746
|
+
# objects with sharp edges that move a lot. For example, this feature
|
8747
|
+
# improves the readability of text tickers on newscasts and
|
8748
|
+
# scoreboards on sports matches. Enabling this feature will almost
|
8749
|
+
# always improve your video quality. Note, though, that this feature
|
8750
|
+
# doesn't take into account where the viewer's attention is likely
|
8751
|
+
# to be. If viewers are likely to be focusing their attention on a
|
8752
|
+
# part of the screen that doesn't have moving objects with sharp
|
8753
|
+
# edges, such as sports athletes' faces, you might choose to disable
|
8754
|
+
# this feature. Related setting: When you enable temporal
|
8755
|
+
# quantization, adjust the strength of the filter with the setting
|
8756
|
+
# Adaptive quantization (adaptiveQuantization).
|
8188
8757
|
# @return [String]
|
8189
8758
|
#
|
8190
8759
|
# @!attribute [rw] temporal_ids
|
@@ -8569,6 +9138,7 @@ module Aws::MediaConvert
|
|
8569
9138
|
# selected_outputs: ["__stringMin1"],
|
8570
9139
|
# },
|
8571
9140
|
# ],
|
9141
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
8572
9142
|
# base_url: "__string",
|
8573
9143
|
# caption_language_mappings: [
|
8574
9144
|
# {
|
@@ -8643,6 +9213,14 @@ module Aws::MediaConvert
|
|
8643
9213
|
# group, specify a list of them here.
|
8644
9214
|
# @return [Array<Types::HlsAdditionalManifest>]
|
8645
9215
|
#
|
9216
|
+
# @!attribute [rw] audio_only_header
|
9217
|
+
# Ignore this setting unless you are using FairPlay DRM with
|
9218
|
+
# Verimatrix and you encounter playback issues. Keep the default
|
9219
|
+
# value, Include (INCLUDE), to output audio-only headers. Choose
|
9220
|
+
# Exclude (EXCLUDE) to remove the audio-only headers from your audio
|
9221
|
+
# segments.
|
9222
|
+
# @return [String]
|
9223
|
+
#
|
8646
9224
|
# @!attribute [rw] base_url
|
8647
9225
|
# A partial URI prefix that will be prepended to each output in the
|
8648
9226
|
# media .m3u8 file. Can be used if base manifest is delivered from a
|
@@ -8786,6 +9364,7 @@ module Aws::MediaConvert
|
|
8786
9364
|
class HlsGroupSettings < Struct.new(
|
8787
9365
|
:ad_markers,
|
8788
9366
|
:additional_manifests,
|
9367
|
+
:audio_only_header,
|
8789
9368
|
:base_url,
|
8790
9369
|
:caption_language_mappings,
|
8791
9370
|
:caption_language_setting,
|
@@ -9040,7 +9619,7 @@ module Aws::MediaConvert
|
|
9040
9619
|
# "__string" => {
|
9041
9620
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9042
9621
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9043
|
-
# external_audio_file_input: "
|
9622
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9044
9623
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
9045
9624
|
# offset: 1,
|
9046
9625
|
# pids: [1],
|
@@ -9112,7 +9691,7 @@ module Aws::MediaConvert
|
|
9112
9691
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
9113
9692
|
# },
|
9114
9693
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
9115
|
-
# file_input: "
|
9694
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
|
9116
9695
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
9117
9696
|
# filter_strength: 1,
|
9118
9697
|
# image_inserter: {
|
@@ -9138,6 +9717,7 @@ module Aws::MediaConvert
|
|
9138
9717
|
# start_timecode: "__stringPattern010920405090509092",
|
9139
9718
|
# },
|
9140
9719
|
# ],
|
9720
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
9141
9721
|
# position: {
|
9142
9722
|
# height: 1,
|
9143
9723
|
# width: 1,
|
@@ -9229,15 +9809,14 @@ module Aws::MediaConvert
|
|
9229
9809
|
# @return [String]
|
9230
9810
|
#
|
9231
9811
|
# @!attribute [rw] filter_enable
|
9232
|
-
#
|
9233
|
-
#
|
9234
|
-
#
|
9235
|
-
#
|
9236
|
-
#
|
9237
|
-
#
|
9238
|
-
#
|
9239
|
-
#
|
9240
|
-
# of input type.
|
9812
|
+
# Specify how the transcoding service applies the denoise and deblock
|
9813
|
+
# filters. You must also enable the filters separately, with Denoise
|
9814
|
+
# (InputDenoiseFilter) and Deblock (InputDeblockFilter). * Auto - The
|
9815
|
+
# transcoding service determines whether to apply filtering, depending
|
9816
|
+
# on input type and quality. * Disable - The input is not filtered.
|
9817
|
+
# This is true even if you use the API to enable them in
|
9818
|
+
# (InputDeblockFilter) and (InputDeblockFilter). * Force - The input
|
9819
|
+
# is filtered regardless of input type.
|
9241
9820
|
# @return [String]
|
9242
9821
|
#
|
9243
9822
|
# @!attribute [rw] filter_strength
|
@@ -9262,6 +9841,18 @@ module Aws::MediaConvert
|
|
9262
9841
|
# stringing the clips together in the order you specify them.
|
9263
9842
|
# @return [Array<Types::InputClipping>]
|
9264
9843
|
#
|
9844
|
+
# @!attribute [rw] input_scan_type
|
9845
|
+
# When you have a progressive segmented frame (PsF) input, use this
|
9846
|
+
# setting to flag the input as PsF. MediaConvert doesn't
|
9847
|
+
# automatically detect PsF. Therefore, flagging your input as PsF
|
9848
|
+
# results in better preservation of video quality when you do
|
9849
|
+
# deinterlacing and frame rate conversion. If you don't specify, the
|
9850
|
+
# default value is Auto (AUTO). Auto is the correct setting for all
|
9851
|
+
# inputs that are not PsF. Don't set this value to PsF when your
|
9852
|
+
# input is interlaced. Doing so creates horizontal interlacing
|
9853
|
+
# artifacts.
|
9854
|
+
# @return [String]
|
9855
|
+
#
|
9265
9856
|
# @!attribute [rw] position
|
9266
9857
|
# Use Selection placement (position) to define the video area in your
|
9267
9858
|
# output frame. The area outside of the rectangle that you specify
|
@@ -9341,6 +9932,7 @@ module Aws::MediaConvert
|
|
9341
9932
|
:filter_strength,
|
9342
9933
|
:image_inserter,
|
9343
9934
|
:input_clippings,
|
9935
|
+
:input_scan_type,
|
9344
9936
|
:position,
|
9345
9937
|
:program_number,
|
9346
9938
|
:psi_control,
|
@@ -9467,7 +10059,7 @@ module Aws::MediaConvert
|
|
9467
10059
|
# "__string" => {
|
9468
10060
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9469
10061
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9470
|
-
# external_audio_file_input: "
|
10062
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9471
10063
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
9472
10064
|
# offset: 1,
|
9473
10065
|
# pids: [1],
|
@@ -9558,6 +10150,7 @@ module Aws::MediaConvert
|
|
9558
10150
|
# start_timecode: "__stringPattern010920405090509092",
|
9559
10151
|
# },
|
9560
10152
|
# ],
|
10153
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
9561
10154
|
# position: {
|
9562
10155
|
# height: 1,
|
9563
10156
|
# width: 1,
|
@@ -9630,15 +10223,14 @@ module Aws::MediaConvert
|
|
9630
10223
|
# @return [String]
|
9631
10224
|
#
|
9632
10225
|
# @!attribute [rw] filter_enable
|
9633
|
-
#
|
9634
|
-
#
|
9635
|
-
#
|
9636
|
-
#
|
9637
|
-
#
|
9638
|
-
#
|
9639
|
-
#
|
9640
|
-
#
|
9641
|
-
# of input type.
|
10226
|
+
# Specify how the transcoding service applies the denoise and deblock
|
10227
|
+
# filters. You must also enable the filters separately, with Denoise
|
10228
|
+
# (InputDenoiseFilter) and Deblock (InputDeblockFilter). * Auto - The
|
10229
|
+
# transcoding service determines whether to apply filtering, depending
|
10230
|
+
# on input type and quality. * Disable - The input is not filtered.
|
10231
|
+
# This is true even if you use the API to enable them in
|
10232
|
+
# (InputDeblockFilter) and (InputDeblockFilter). * Force - The input
|
10233
|
+
# is filtered regardless of input type.
|
9642
10234
|
# @return [String]
|
9643
10235
|
#
|
9644
10236
|
# @!attribute [rw] filter_strength
|
@@ -9663,6 +10255,18 @@ module Aws::MediaConvert
|
|
9663
10255
|
# stringing the clips together in the order you specify them.
|
9664
10256
|
# @return [Array<Types::InputClipping>]
|
9665
10257
|
#
|
10258
|
+
# @!attribute [rw] input_scan_type
|
10259
|
+
# When you have a progressive segmented frame (PsF) input, use this
|
10260
|
+
# setting to flag the input as PsF. MediaConvert doesn't
|
10261
|
+
# automatically detect PsF. Therefore, flagging your input as PsF
|
10262
|
+
# results in better preservation of video quality when you do
|
10263
|
+
# deinterlacing and frame rate conversion. If you don't specify, the
|
10264
|
+
# default value is Auto (AUTO). Auto is the correct setting for all
|
10265
|
+
# inputs that are not PsF. Don't set this value to PsF when your
|
10266
|
+
# input is interlaced. Doing so creates horizontal interlacing
|
10267
|
+
# artifacts.
|
10268
|
+
# @return [String]
|
10269
|
+
#
|
9666
10270
|
# @!attribute [rw] position
|
9667
10271
|
# Use Selection placement (position) to define the video area in your
|
9668
10272
|
# output frame. The area outside of the rectangle that you specify
|
@@ -9730,6 +10334,7 @@ module Aws::MediaConvert
|
|
9730
10334
|
:filter_strength,
|
9731
10335
|
:image_inserter,
|
9732
10336
|
:input_clippings,
|
10337
|
+
:input_scan_type,
|
9733
10338
|
:position,
|
9734
10339
|
:program_number,
|
9735
10340
|
:psi_control,
|
@@ -9861,7 +10466,7 @@ module Aws::MediaConvert
|
|
9861
10466
|
|
9862
10467
|
# Each job converts an input file into an output file or files. For more
|
9863
10468
|
# information, see the User Guide at
|
9864
|
-
#
|
10469
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
9865
10470
|
#
|
9866
10471
|
# @!attribute [rw] acceleration_settings
|
9867
10472
|
# Accelerated transcoding can significantly speed up jobs with long,
|
@@ -9955,7 +10560,7 @@ module Aws::MediaConvert
|
|
9955
10560
|
# When you create a job, you can specify a queue to send it to. If you
|
9956
10561
|
# don't specify, the job will go to the default queue. For more about
|
9957
10562
|
# queues, see the User Guide topic at
|
9958
|
-
#
|
10563
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
9959
10564
|
# @return [String]
|
9960
10565
|
#
|
9961
10566
|
# @!attribute [rw] queue_transitions
|
@@ -9970,7 +10575,7 @@ module Aws::MediaConvert
|
|
9970
10575
|
# @!attribute [rw] role
|
9971
10576
|
# The IAM role you use for creating this job. For details about
|
9972
10577
|
# permissions, see the User Guide topic at the User Guide at
|
9973
|
-
#
|
10578
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html
|
9974
10579
|
# @return [String]
|
9975
10580
|
#
|
9976
10581
|
# @!attribute [rw] settings
|
@@ -10092,7 +10697,7 @@ module Aws::MediaConvert
|
|
10092
10697
|
# "__string" => {
|
10093
10698
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
10094
10699
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
10095
|
-
# external_audio_file_input: "
|
10700
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
10096
10701
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
10097
10702
|
# offset: 1,
|
10098
10703
|
# pids: [1],
|
@@ -10164,7 +10769,7 @@ module Aws::MediaConvert
|
|
10164
10769
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
10165
10770
|
# },
|
10166
10771
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
10167
|
-
# file_input: "
|
10772
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
|
10168
10773
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
10169
10774
|
# filter_strength: 1,
|
10170
10775
|
# image_inserter: {
|
@@ -10190,6 +10795,7 @@ module Aws::MediaConvert
|
|
10190
10795
|
# start_timecode: "__stringPattern010920405090509092",
|
10191
10796
|
# },
|
10192
10797
|
# ],
|
10798
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
10193
10799
|
# position: {
|
10194
10800
|
# height: 1,
|
10195
10801
|
# width: 1,
|
@@ -10243,8 +10849,28 @@ module Aws::MediaConvert
|
|
10243
10849
|
# breakout_code: 1,
|
10244
10850
|
# distributor_id: "__string",
|
10245
10851
|
# },
|
10852
|
+
# nielsen_non_linear_watermark: {
|
10853
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
10854
|
+
# adi_filename: "__stringPatternS3",
|
10855
|
+
# asset_id: "__stringMin1Max20",
|
10856
|
+
# asset_name: "__stringMin1Max50",
|
10857
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
10858
|
+
# episode_id: "__stringMin1Max20",
|
10859
|
+
# metadata_destination: "__stringPatternS3",
|
10860
|
+
# source_id: 1,
|
10861
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
10862
|
+
# tic_server_url: "__stringPatternHttps",
|
10863
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
10864
|
+
# },
|
10246
10865
|
# output_groups: [
|
10247
10866
|
# {
|
10867
|
+
# automated_encoding_settings: {
|
10868
|
+
# abr_settings: {
|
10869
|
+
# max_abr_bitrate: 1,
|
10870
|
+
# max_renditions: 1,
|
10871
|
+
# min_abr_bitrate: 1,
|
10872
|
+
# },
|
10873
|
+
# },
|
10248
10874
|
# custom_name: "__string",
|
10249
10875
|
# name: "__string",
|
10250
10876
|
# output_group_settings: {
|
@@ -10361,6 +10987,7 @@ module Aws::MediaConvert
|
|
10361
10987
|
# selected_outputs: ["__stringMin1"],
|
10362
10988
|
# },
|
10363
10989
|
# ],
|
10990
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
10364
10991
|
# base_url: "__string",
|
10365
10992
|
# caption_language_mappings: [
|
10366
10993
|
# {
|
@@ -10457,6 +11084,9 @@ module Aws::MediaConvert
|
|
10457
11084
|
# {
|
10458
11085
|
# audio_descriptions: [
|
10459
11086
|
# {
|
11087
|
+
# audio_channel_tagging_settings: {
|
11088
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
11089
|
+
# },
|
10460
11090
|
# audio_normalization_settings: {
|
10461
11091
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
10462
11092
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -10748,6 +11378,7 @@ module Aws::MediaConvert
|
|
10748
11378
|
# },
|
10749
11379
|
# mxf_settings: {
|
10750
11380
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
11381
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
10751
11382
|
# },
|
10752
11383
|
# },
|
10753
11384
|
# extension: "__string",
|
@@ -10770,7 +11401,7 @@ module Aws::MediaConvert
|
|
10770
11401
|
# av_1_settings: {
|
10771
11402
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
10772
11403
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10773
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11404
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10774
11405
|
# framerate_denominator: 1,
|
10775
11406
|
# framerate_numerator: 1,
|
10776
11407
|
# gop_size: 1.0,
|
@@ -10784,7 +11415,17 @@ module Aws::MediaConvert
|
|
10784
11415
|
# slices: 1,
|
10785
11416
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10786
11417
|
# },
|
10787
|
-
#
|
11418
|
+
# avc_intra_settings: {
|
11419
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
11420
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11421
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
11422
|
+
# framerate_denominator: 1,
|
11423
|
+
# framerate_numerator: 1,
|
11424
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
11425
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11426
|
+
# telecine: "NONE", # accepts NONE, HARD
|
11427
|
+
# },
|
11428
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
10788
11429
|
# frame_capture_settings: {
|
10789
11430
|
# framerate_denominator: 1,
|
10790
11431
|
# framerate_numerator: 1,
|
@@ -10792,7 +11433,7 @@ module Aws::MediaConvert
|
|
10792
11433
|
# quality: 1,
|
10793
11434
|
# },
|
10794
11435
|
# h264_settings: {
|
10795
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
11436
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
10796
11437
|
# bitrate: 1,
|
10797
11438
|
# 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
|
10798
11439
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -10801,7 +11442,7 @@ module Aws::MediaConvert
|
|
10801
11442
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
10802
11443
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10803
11444
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10804
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11445
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10805
11446
|
# framerate_denominator: 1,
|
10806
11447
|
# framerate_numerator: 1,
|
10807
11448
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -10845,7 +11486,7 @@ module Aws::MediaConvert
|
|
10845
11486
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10846
11487
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10847
11488
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10848
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11489
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10849
11490
|
# framerate_denominator: 1,
|
10850
11491
|
# framerate_numerator: 1,
|
10851
11492
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -10888,7 +11529,7 @@ module Aws::MediaConvert
|
|
10888
11529
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
10889
11530
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10890
11531
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10891
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11532
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10892
11533
|
# framerate_denominator: 1,
|
10893
11534
|
# framerate_numerator: 1,
|
10894
11535
|
# gop_closed_cadence: 1,
|
@@ -10917,7 +11558,7 @@ module Aws::MediaConvert
|
|
10917
11558
|
# prores_settings: {
|
10918
11559
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
10919
11560
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10920
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11561
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10921
11562
|
# framerate_denominator: 1,
|
10922
11563
|
# framerate_numerator: 1,
|
10923
11564
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -10927,10 +11568,20 @@ module Aws::MediaConvert
|
|
10927
11568
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
10928
11569
|
# telecine: "NONE", # accepts NONE, HARD
|
10929
11570
|
# },
|
11571
|
+
# vc_3_settings: {
|
11572
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11573
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
11574
|
+
# framerate_denominator: 1,
|
11575
|
+
# framerate_numerator: 1,
|
11576
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
11577
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11578
|
+
# telecine: "NONE", # accepts NONE, HARD
|
11579
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
11580
|
+
# },
|
10930
11581
|
# vp_8_settings: {
|
10931
11582
|
# bitrate: 1,
|
10932
11583
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10933
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11584
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10934
11585
|
# framerate_denominator: 1,
|
10935
11586
|
# framerate_numerator: 1,
|
10936
11587
|
# gop_size: 1.0,
|
@@ -10945,7 +11596,7 @@ module Aws::MediaConvert
|
|
10945
11596
|
# vp_9_settings: {
|
10946
11597
|
# bitrate: 1,
|
10947
11598
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10948
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11599
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
10949
11600
|
# framerate_denominator: 1,
|
10950
11601
|
# framerate_numerator: 1,
|
10951
11602
|
# gop_size: 1.0,
|
@@ -11119,6 +11770,18 @@ module Aws::MediaConvert
|
|
11119
11770
|
# enable the setting.
|
11120
11771
|
# @return [Types::NielsenConfiguration]
|
11121
11772
|
#
|
11773
|
+
# @!attribute [rw] nielsen_non_linear_watermark
|
11774
|
+
# Ignore these settings unless you are using Nielsen non-linear
|
11775
|
+
# watermarking. Specify the values that MediaConvert uses to generate
|
11776
|
+
# and place Nielsen watermarks in your output audio. In addition to
|
11777
|
+
# specifying these values, you also need to set up your cloud TIC
|
11778
|
+
# server. These settings apply to every output in your job. The
|
11779
|
+
# MediaConvert implementation is currently with the following Nielsen
|
11780
|
+
# versions: Nielsen Watermark SDK Version 5.2.1 Nielsen NLM Watermark
|
11781
|
+
# Engine Version 1.2.7 Nielsen Watermark Authenticator \[SID\_TIC\]
|
11782
|
+
# Version \[5.0.0\]
|
11783
|
+
# @return [Types::NielsenNonLinearWatermarkSettings]
|
11784
|
+
#
|
11122
11785
|
# @!attribute [rw] output_groups
|
11123
11786
|
# (OutputGroups) contains one group of settings for each set of
|
11124
11787
|
# outputs that share a common package type. All unpackaged files
|
@@ -11141,9 +11804,9 @@ module Aws::MediaConvert
|
|
11141
11804
|
#
|
11142
11805
|
# @!attribute [rw] timed_metadata_insertion
|
11143
11806
|
# Enable Timed metadata insertion (TimedMetadataInsertion) to include
|
11144
|
-
# ID3 tags in
|
11145
|
-
# here, enable it in each output container, and specify tags
|
11146
|
-
# timecodes in ID3 insertion (Id3Insertion) objects.
|
11807
|
+
# ID3 tags in any HLS outputs. To include timed metadata, you must
|
11808
|
+
# enable it here, enable it in each output container, and specify tags
|
11809
|
+
# and timecodes in ID3 insertion (Id3Insertion) objects.
|
11147
11810
|
# @return [Types::TimedMetadataInsertion]
|
11148
11811
|
#
|
11149
11812
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/JobSettings AWS API Documentation
|
@@ -11155,6 +11818,7 @@ module Aws::MediaConvert
|
|
11155
11818
|
:inputs,
|
11156
11819
|
:motion_image_inserter,
|
11157
11820
|
:nielsen_configuration,
|
11821
|
+
:nielsen_non_linear_watermark,
|
11158
11822
|
:output_groups,
|
11159
11823
|
:timecode_config,
|
11160
11824
|
:timed_metadata_insertion)
|
@@ -11279,7 +11943,7 @@ module Aws::MediaConvert
|
|
11279
11943
|
# "__string" => {
|
11280
11944
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
11281
11945
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
11282
|
-
# external_audio_file_input: "
|
11946
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
11283
11947
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
11284
11948
|
# offset: 1,
|
11285
11949
|
# pids: [1],
|
@@ -11370,6 +12034,7 @@ module Aws::MediaConvert
|
|
11370
12034
|
# start_timecode: "__stringPattern010920405090509092",
|
11371
12035
|
# },
|
11372
12036
|
# ],
|
12037
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
11373
12038
|
# position: {
|
11374
12039
|
# height: 1,
|
11375
12040
|
# width: 1,
|
@@ -11422,8 +12087,28 @@ module Aws::MediaConvert
|
|
11422
12087
|
# breakout_code: 1,
|
11423
12088
|
# distributor_id: "__string",
|
11424
12089
|
# },
|
12090
|
+
# nielsen_non_linear_watermark: {
|
12091
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
12092
|
+
# adi_filename: "__stringPatternS3",
|
12093
|
+
# asset_id: "__stringMin1Max20",
|
12094
|
+
# asset_name: "__stringMin1Max50",
|
12095
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
12096
|
+
# episode_id: "__stringMin1Max20",
|
12097
|
+
# metadata_destination: "__stringPatternS3",
|
12098
|
+
# source_id: 1,
|
12099
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
12100
|
+
# tic_server_url: "__stringPatternHttps",
|
12101
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
12102
|
+
# },
|
11425
12103
|
# output_groups: [
|
11426
12104
|
# {
|
12105
|
+
# automated_encoding_settings: {
|
12106
|
+
# abr_settings: {
|
12107
|
+
# max_abr_bitrate: 1,
|
12108
|
+
# max_renditions: 1,
|
12109
|
+
# min_abr_bitrate: 1,
|
12110
|
+
# },
|
12111
|
+
# },
|
11427
12112
|
# custom_name: "__string",
|
11428
12113
|
# name: "__string",
|
11429
12114
|
# output_group_settings: {
|
@@ -11540,6 +12225,7 @@ module Aws::MediaConvert
|
|
11540
12225
|
# selected_outputs: ["__stringMin1"],
|
11541
12226
|
# },
|
11542
12227
|
# ],
|
12228
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11543
12229
|
# base_url: "__string",
|
11544
12230
|
# caption_language_mappings: [
|
11545
12231
|
# {
|
@@ -11636,6 +12322,9 @@ module Aws::MediaConvert
|
|
11636
12322
|
# {
|
11637
12323
|
# audio_descriptions: [
|
11638
12324
|
# {
|
12325
|
+
# audio_channel_tagging_settings: {
|
12326
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
12327
|
+
# },
|
11639
12328
|
# audio_normalization_settings: {
|
11640
12329
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
11641
12330
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -11927,6 +12616,7 @@ module Aws::MediaConvert
|
|
11927
12616
|
# },
|
11928
12617
|
# mxf_settings: {
|
11929
12618
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
12619
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
11930
12620
|
# },
|
11931
12621
|
# },
|
11932
12622
|
# extension: "__string",
|
@@ -11949,7 +12639,7 @@ module Aws::MediaConvert
|
|
11949
12639
|
# av_1_settings: {
|
11950
12640
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
11951
12641
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11952
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12642
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
11953
12643
|
# framerate_denominator: 1,
|
11954
12644
|
# framerate_numerator: 1,
|
11955
12645
|
# gop_size: 1.0,
|
@@ -11963,7 +12653,17 @@ module Aws::MediaConvert
|
|
11963
12653
|
# slices: 1,
|
11964
12654
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
11965
12655
|
# },
|
11966
|
-
#
|
12656
|
+
# avc_intra_settings: {
|
12657
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
12658
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12659
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12660
|
+
# framerate_denominator: 1,
|
12661
|
+
# framerate_numerator: 1,
|
12662
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
12663
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12664
|
+
# telecine: "NONE", # accepts NONE, HARD
|
12665
|
+
# },
|
12666
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
11967
12667
|
# frame_capture_settings: {
|
11968
12668
|
# framerate_denominator: 1,
|
11969
12669
|
# framerate_numerator: 1,
|
@@ -11971,7 +12671,7 @@ module Aws::MediaConvert
|
|
11971
12671
|
# quality: 1,
|
11972
12672
|
# },
|
11973
12673
|
# h264_settings: {
|
11974
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12674
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
11975
12675
|
# bitrate: 1,
|
11976
12676
|
# 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
|
11977
12677
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -11980,7 +12680,7 @@ module Aws::MediaConvert
|
|
11980
12680
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
11981
12681
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
11982
12682
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11983
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12683
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
11984
12684
|
# framerate_denominator: 1,
|
11985
12685
|
# framerate_numerator: 1,
|
11986
12686
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12024,7 +12724,7 @@ module Aws::MediaConvert
|
|
12024
12724
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
12025
12725
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
12026
12726
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12027
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12727
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12028
12728
|
# framerate_denominator: 1,
|
12029
12729
|
# framerate_numerator: 1,
|
12030
12730
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12067,7 +12767,7 @@ module Aws::MediaConvert
|
|
12067
12767
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
12068
12768
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
12069
12769
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12070
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12770
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12071
12771
|
# framerate_denominator: 1,
|
12072
12772
|
# framerate_numerator: 1,
|
12073
12773
|
# gop_closed_cadence: 1,
|
@@ -12096,7 +12796,7 @@ module Aws::MediaConvert
|
|
12096
12796
|
# prores_settings: {
|
12097
12797
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
12098
12798
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12099
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12799
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12100
12800
|
# framerate_denominator: 1,
|
12101
12801
|
# framerate_numerator: 1,
|
12102
12802
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -12106,10 +12806,20 @@ module Aws::MediaConvert
|
|
12106
12806
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12107
12807
|
# telecine: "NONE", # accepts NONE, HARD
|
12108
12808
|
# },
|
12809
|
+
# vc_3_settings: {
|
12810
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12811
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12812
|
+
# framerate_denominator: 1,
|
12813
|
+
# framerate_numerator: 1,
|
12814
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
12815
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12816
|
+
# telecine: "NONE", # accepts NONE, HARD
|
12817
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
12818
|
+
# },
|
12109
12819
|
# vp_8_settings: {
|
12110
12820
|
# bitrate: 1,
|
12111
12821
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12112
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12822
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12113
12823
|
# framerate_denominator: 1,
|
12114
12824
|
# framerate_numerator: 1,
|
12115
12825
|
# gop_size: 1.0,
|
@@ -12124,7 +12834,7 @@ module Aws::MediaConvert
|
|
12124
12834
|
# vp_9_settings: {
|
12125
12835
|
# bitrate: 1,
|
12126
12836
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12127
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12837
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12128
12838
|
# framerate_denominator: 1,
|
12129
12839
|
# framerate_numerator: 1,
|
12130
12840
|
# gop_size: 1.0,
|
@@ -12298,6 +13008,18 @@ module Aws::MediaConvert
|
|
12298
13008
|
# enable the setting.
|
12299
13009
|
# @return [Types::NielsenConfiguration]
|
12300
13010
|
#
|
13011
|
+
# @!attribute [rw] nielsen_non_linear_watermark
|
13012
|
+
# Ignore these settings unless you are using Nielsen non-linear
|
13013
|
+
# watermarking. Specify the values that MediaConvert uses to generate
|
13014
|
+
# and place Nielsen watermarks in your output audio. In addition to
|
13015
|
+
# specifying these values, you also need to set up your cloud TIC
|
13016
|
+
# server. These settings apply to every output in your job. The
|
13017
|
+
# MediaConvert implementation is currently with the following Nielsen
|
13018
|
+
# versions: Nielsen Watermark SDK Version 5.2.1 Nielsen NLM Watermark
|
13019
|
+
# Engine Version 1.2.7 Nielsen Watermark Authenticator \[SID\_TIC\]
|
13020
|
+
# Version \[5.0.0\]
|
13021
|
+
# @return [Types::NielsenNonLinearWatermarkSettings]
|
13022
|
+
#
|
12301
13023
|
# @!attribute [rw] output_groups
|
12302
13024
|
# (OutputGroups) contains one group of settings for each set of
|
12303
13025
|
# outputs that share a common package type. All unpackaged files
|
@@ -12320,9 +13042,9 @@ module Aws::MediaConvert
|
|
12320
13042
|
#
|
12321
13043
|
# @!attribute [rw] timed_metadata_insertion
|
12322
13044
|
# Enable Timed metadata insertion (TimedMetadataInsertion) to include
|
12323
|
-
# ID3 tags in
|
12324
|
-
# here, enable it in each output container, and specify tags
|
12325
|
-
# timecodes in ID3 insertion (Id3Insertion) objects.
|
13045
|
+
# ID3 tags in any HLS outputs. To include timed metadata, you must
|
13046
|
+
# enable it here, enable it in each output container, and specify tags
|
13047
|
+
# and timecodes in ID3 insertion (Id3Insertion) objects.
|
12326
13048
|
# @return [Types::TimedMetadataInsertion]
|
12327
13049
|
#
|
12328
13050
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/JobTemplateSettings AWS API Documentation
|
@@ -12334,6 +13056,7 @@ module Aws::MediaConvert
|
|
12334
13056
|
:inputs,
|
12335
13057
|
:motion_image_inserter,
|
12336
13058
|
:nielsen_configuration,
|
13059
|
+
:nielsen_non_linear_watermark,
|
12337
13060
|
:output_groups,
|
12338
13061
|
:timecode_config,
|
12339
13062
|
:timed_metadata_insertion)
|
@@ -13373,7 +14096,12 @@ module Aws::MediaConvert
|
|
13373
14096
|
# @return [String]
|
13374
14097
|
#
|
13375
14098
|
# @!attribute [rw] padding_control
|
13376
|
-
#
|
14099
|
+
# To make this output compatible with Omenon, keep the default value,
|
14100
|
+
# OMNEON. Unless you need Omneon compatibility, set this value to
|
14101
|
+
# NONE. When you keep the default value, OMNEON, MediaConvert
|
14102
|
+
# increases the length of the edit list atom. This might cause file
|
14103
|
+
# rejections when a recipient of the output file doesn't expct this
|
14104
|
+
# extra padding.
|
13377
14105
|
# @return [String]
|
13378
14106
|
#
|
13379
14107
|
# @!attribute [rw] reference
|
@@ -13598,7 +14326,7 @@ module Aws::MediaConvert
|
|
13598
14326
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
13599
14327
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13600
14328
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
13601
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
14329
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
13602
14330
|
# framerate_denominator: 1,
|
13603
14331
|
# framerate_numerator: 1,
|
13604
14332
|
# gop_closed_cadence: 1,
|
@@ -13626,8 +14354,11 @@ module Aws::MediaConvert
|
|
13626
14354
|
# }
|
13627
14355
|
#
|
13628
14356
|
# @!attribute [rw] adaptive_quantization
|
13629
|
-
#
|
13630
|
-
#
|
14357
|
+
# Specify the strength of any adaptive quantization filters that you
|
14358
|
+
# enable. The value that you choose here applies to the following
|
14359
|
+
# settings: Spatial adaptive quantization
|
14360
|
+
# (spatialAdaptiveQuantization), and Temporal adaptive quantization
|
14361
|
+
# (temporalAdaptiveQuantization).
|
13631
14362
|
# @return [String]
|
13632
14363
|
#
|
13633
14364
|
# @!attribute [rw] bitrate
|
@@ -13673,17 +14404,38 @@ module Aws::MediaConvert
|
|
13673
14404
|
# @return [String]
|
13674
14405
|
#
|
13675
14406
|
# @!attribute [rw] framerate_conversion_algorithm
|
13676
|
-
#
|
13677
|
-
#
|
14407
|
+
# Choose the method that you want MediaConvert to use when increasing
|
14408
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
14409
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
14410
|
+
# to 30 fps. For numerically complex conversions, you can use
|
14411
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
14412
|
+
# picture, but might introduce undesirable video artifacts. For
|
14413
|
+
# complex frame rate conversions, especially if your source video has
|
14414
|
+
# already been converted from its original cadence, use FrameFormer
|
14415
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
14416
|
+
# chooses the best conversion method frame by frame. Note that using
|
14417
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
14418
|
+
# add-on cost.
|
13678
14419
|
# @return [String]
|
13679
14420
|
#
|
13680
14421
|
# @!attribute [rw] framerate_denominator
|
13681
|
-
#
|
14422
|
+
# When you use the API for transcode jobs that use frame rate
|
14423
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
14424
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
14425
|
+
# denominator of this fraction. In this example, use 1001 for the
|
14426
|
+
# value of FramerateDenominator. When you use the console for
|
14427
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
14428
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
13682
14429
|
# @return [Integer]
|
13683
14430
|
#
|
13684
14431
|
# @!attribute [rw] framerate_numerator
|
13685
|
-
#
|
13686
|
-
#
|
14432
|
+
# When you use the API for transcode jobs that use frame rate
|
14433
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
14434
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
14435
|
+
# of this fraction. In this example, use 24000 for the value of
|
14436
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
14437
|
+
# use frame rate conversion, provide the value as a decimal number for
|
14438
|
+
# Framerate. In this example, specify 23.976.
|
13687
14439
|
# @return [Integer]
|
13688
14440
|
#
|
13689
14441
|
# @!attribute [rw] gop_closed_cadence
|
@@ -13715,19 +14467,20 @@ module Aws::MediaConvert
|
|
13715
14467
|
# @return [Integer]
|
13716
14468
|
#
|
13717
14469
|
# @!attribute [rw] interlace_mode
|
13718
|
-
#
|
13719
|
-
#
|
13720
|
-
#
|
13721
|
-
#
|
13722
|
-
#
|
13723
|
-
# (FOLLOW\
|
13724
|
-
#
|
13725
|
-
#
|
13726
|
-
#
|
13727
|
-
#
|
13728
|
-
#
|
13729
|
-
#
|
13730
|
-
#
|
14470
|
+
# Choose the scan line type for the output. Keep the default value,
|
14471
|
+
# Progressive (PROGRESSIVE) to create a progressive output, regardless
|
14472
|
+
# of the scan type of your input. Use Top field first (TOP\_FIELD) or
|
14473
|
+
# Bottom field first (BOTTOM\_FIELD) to create an output that's
|
14474
|
+
# interlaced with the same field polarity throughout. Use Follow,
|
14475
|
+
# default top (FOLLOW\_TOP\_FIELD) or Follow, default bottom
|
14476
|
+
# (FOLLOW\_BOTTOM\_FIELD) to produce outputs with the same field
|
14477
|
+
# polarity as the source. For jobs that have multiple inputs, the
|
14478
|
+
# output field polarity might change over the course of the output.
|
14479
|
+
# Follow behavior depends on the input scan type. If the source is
|
14480
|
+
# interlaced, the output will be interlaced with the same polarity as
|
14481
|
+
# the source. If the source is progressive, the output will be
|
14482
|
+
# interlaced with top field bottom field first, depending on which of
|
14483
|
+
# the Follow options you choose.
|
13731
14484
|
# @return [String]
|
13732
14485
|
#
|
13733
14486
|
# @!attribute [rw] intra_dc_precision
|
@@ -13804,34 +14557,86 @@ module Aws::MediaConvert
|
|
13804
14557
|
# @return [String]
|
13805
14558
|
#
|
13806
14559
|
# @!attribute [rw] slow_pal
|
13807
|
-
#
|
13808
|
-
#
|
14560
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
14561
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
14562
|
+
# When you enable slow PAL, MediaConvert relabels the video frames to
|
14563
|
+
# 25 fps and resamples your audio to keep it synchronized with the
|
14564
|
+
# video. Note that enabling this setting will slightly reduce the
|
14565
|
+
# duration of your video. Required settings: You must also set
|
14566
|
+
# Framerate to 25. In your JSON job specification, set
|
14567
|
+
# (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and
|
14568
|
+
# (framerateDenominator) to 1.
|
13809
14569
|
# @return [String]
|
13810
14570
|
#
|
13811
14571
|
# @!attribute [rw] softness
|
13812
|
-
#
|
13813
|
-
#
|
14572
|
+
# Ignore this setting unless you need to comply with a specification
|
14573
|
+
# that requires a specific value. If you don't have a specification
|
14574
|
+
# requirement, we recommend that you adjust the softness of your
|
14575
|
+
# output by using a lower value for the setting Sharpness (sharpness)
|
14576
|
+
# or by enabling a noise reducer filter (noiseReducerFilter). The
|
14577
|
+
# Softness (softness) setting specifies the quantization matrices that
|
14578
|
+
# the encoder uses. Keep the default value, 0, to use the AWS
|
14579
|
+
# Elemental default matrices. Choose a value from 17 to 128 to use
|
14580
|
+
# planar interpolation. Increasing values from 17 to 128 result in
|
14581
|
+
# increasing reduction of high-frequency data. The value 128 results
|
14582
|
+
# in the softest video.
|
13814
14583
|
# @return [Integer]
|
13815
14584
|
#
|
13816
14585
|
# @!attribute [rw] spatial_adaptive_quantization
|
13817
|
-
#
|
13818
|
-
# content complexity.
|
14586
|
+
# Keep the default value, Enabled (ENABLED), to adjust quantization
|
14587
|
+
# within each frame based on spatial variation of content complexity.
|
14588
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
14589
|
+
# that can sustain more distortion with no noticeable visual
|
14590
|
+
# degradation and uses more bits on areas where any small distortion
|
14591
|
+
# will be noticeable. For example, complex textured blocks are encoded
|
14592
|
+
# with fewer bits and smooth textured blocks are encoded with more
|
14593
|
+
# bits. Enabling this feature will almost always improve your video
|
14594
|
+
# quality. Note, though, that this feature doesn't take into account
|
14595
|
+
# where the viewer's attention is likely to be. If viewers are likely
|
14596
|
+
# to be focusing their attention on a part of the screen with a lot of
|
14597
|
+
# complex texture, you might choose to disable this feature. Related
|
14598
|
+
# setting: When you enable spatial adaptive quantization, set the
|
14599
|
+
# value for Adaptive quantization (adaptiveQuantization) depending on
|
14600
|
+
# your content. For homogeneous content, such as cartoons and video
|
14601
|
+
# games, set it to Low. For content with a wider variety of textures,
|
14602
|
+
# set it to High or Higher.
|
13819
14603
|
# @return [String]
|
13820
14604
|
#
|
13821
14605
|
# @!attribute [rw] syntax
|
13822
|
-
#
|
14606
|
+
# Specify whether this output's video uses the D10 syntax. Keep the
|
14607
|
+
# default value to not use the syntax. Related settings: When you
|
14608
|
+
# choose D10 (D\_10) for your MXF profile (profile), you must also set
|
14609
|
+
# this value to to D10 (D\_10).
|
13823
14610
|
# @return [String]
|
13824
14611
|
#
|
13825
14612
|
# @!attribute [rw] telecine
|
13826
|
-
#
|
13827
|
-
# to 29.
|
13828
|
-
#
|
13829
|
-
#
|
14613
|
+
# When you do frame rate conversion from 23.976 frames per second
|
14614
|
+
# (fps) to 29.97 fps, and your output scan type is interlaced, you can
|
14615
|
+
# optionally enable hard or soft telecine to create a smoother
|
14616
|
+
# picture. Hard telecine (HARD) produces a 29.97i output. Soft
|
14617
|
+
# telecine (SOFT) produces an output with a 23.976 output that signals
|
14618
|
+
# to the video player device to do the conversion during play back.
|
14619
|
+
# When you keep the default value, None (NONE), MediaConvert does a
|
14620
|
+
# standard frame rate conversion to 29.97 without doing anything with
|
14621
|
+
# the field polarity to create a smoother picture.
|
13830
14622
|
# @return [String]
|
13831
14623
|
#
|
13832
14624
|
# @!attribute [rw] temporal_adaptive_quantization
|
13833
|
-
#
|
13834
|
-
# content complexity.
|
14625
|
+
# Keep the default value, Enabled (ENABLED), to adjust quantization
|
14626
|
+
# within each frame based on temporal variation of content complexity.
|
14627
|
+
# When you enable this feature, the encoder uses fewer bits on areas
|
14628
|
+
# of the frame that aren't moving and uses more bits on complex
|
14629
|
+
# objects with sharp edges that move a lot. For example, this feature
|
14630
|
+
# improves the readability of text tickers on newscasts and
|
14631
|
+
# scoreboards on sports matches. Enabling this feature will almost
|
14632
|
+
# always improve your video quality. Note, though, that this feature
|
14633
|
+
# doesn't take into account where the viewer's attention is likely
|
14634
|
+
# to be. If viewers are likely to be focusing their attention on a
|
14635
|
+
# part of the screen that doesn't have moving objects with sharp
|
14636
|
+
# edges, such as sports athletes' faces, you might choose to disable
|
14637
|
+
# this feature. Related setting: When you enable temporal
|
14638
|
+
# quantization, adjust the strength of the filter with the setting
|
14639
|
+
# Adaptive quantization (adaptiveQuantization).
|
13835
14640
|
# @return [String]
|
13836
14641
|
#
|
13837
14642
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Mpeg2Settings AWS API Documentation
|
@@ -14042,6 +14847,7 @@ module Aws::MediaConvert
|
|
14042
14847
|
#
|
14043
14848
|
# {
|
14044
14849
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
14850
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
14045
14851
|
# }
|
14046
14852
|
#
|
14047
14853
|
# @!attribute [rw] afd_signaling
|
@@ -14057,10 +14863,21 @@ module Aws::MediaConvert
|
|
14057
14863
|
# signaling under the output's video encoding settings.
|
14058
14864
|
# @return [String]
|
14059
14865
|
#
|
14866
|
+
# @!attribute [rw] profile
|
14867
|
+
# Specify the MXF profile, also called shim, for this output. When you
|
14868
|
+
# choose Auto, MediaConvert chooses a profile based on the video codec
|
14869
|
+
# and resolution. For a list of codecs supported with each MXF
|
14870
|
+
# profile, see
|
14871
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html.
|
14872
|
+
# For more information about the automatic selection behavior, see
|
14873
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.
|
14874
|
+
# @return [String]
|
14875
|
+
#
|
14060
14876
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MxfSettings AWS API Documentation
|
14061
14877
|
#
|
14062
14878
|
class MxfSettings < Struct.new(
|
14063
|
-
:afd_signaling
|
14879
|
+
:afd_signaling,
|
14880
|
+
:profile)
|
14064
14881
|
SENSITIVE = []
|
14065
14882
|
include Aws::Structure
|
14066
14883
|
end
|
@@ -14161,6 +14978,137 @@ module Aws::MediaConvert
|
|
14161
14978
|
include Aws::Structure
|
14162
14979
|
end
|
14163
14980
|
|
14981
|
+
# Ignore these settings unless you are using Nielsen non-linear
|
14982
|
+
# watermarking. Specify the values that MediaConvert uses to generate
|
14983
|
+
# and place Nielsen watermarks in your output audio. In addition to
|
14984
|
+
# specifying these values, you also need to set up your cloud TIC
|
14985
|
+
# server. These settings apply to every output in your job. The
|
14986
|
+
# MediaConvert implementation is currently with the following Nielsen
|
14987
|
+
# versions: Nielsen Watermark SDK Version 5.2.1 Nielsen NLM Watermark
|
14988
|
+
# Engine Version 1.2.7 Nielsen Watermark Authenticator \[SID\_TIC\]
|
14989
|
+
# Version \[5.0.0\]
|
14990
|
+
#
|
14991
|
+
# @note When making an API call, you may pass NielsenNonLinearWatermarkSettings
|
14992
|
+
# data as a hash:
|
14993
|
+
#
|
14994
|
+
# {
|
14995
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
14996
|
+
# adi_filename: "__stringPatternS3",
|
14997
|
+
# asset_id: "__stringMin1Max20",
|
14998
|
+
# asset_name: "__stringMin1Max50",
|
14999
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
15000
|
+
# episode_id: "__stringMin1Max20",
|
15001
|
+
# metadata_destination: "__stringPatternS3",
|
15002
|
+
# source_id: 1,
|
15003
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
15004
|
+
# tic_server_url: "__stringPatternHttps",
|
15005
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
15006
|
+
# }
|
15007
|
+
#
|
15008
|
+
# @!attribute [rw] active_watermark_process
|
15009
|
+
# Choose the type of Nielsen watermarks that you want in your outputs.
|
15010
|
+
# When you choose NAES 2 and NW (NAES2\_AND\_NW), you must provide a
|
15011
|
+
# value for the setting SID (sourceId). When you choose CBET (CBET),
|
15012
|
+
# you must provide a value for the setting CSID (cbetSourceId). When
|
15013
|
+
# you choose NAES 2, NW, and CBET (NAES2\_AND\_NW\_AND\_CBET), you
|
15014
|
+
# must provide values for both of these settings.
|
15015
|
+
# @return [String]
|
15016
|
+
#
|
15017
|
+
# @!attribute [rw] adi_filename
|
15018
|
+
# Optional. Use this setting when you want the service to include an
|
15019
|
+
# ADI file in the Nielsen metadata .zip file. To provide an ADI file,
|
15020
|
+
# store it in Amazon S3 and provide a URL to it here. The URL should
|
15021
|
+
# be in the following format: S3://bucket/path/ADI-file. For more
|
15022
|
+
# information about the metadata .zip file, see the setting Metadata
|
15023
|
+
# destination (metadataDestination).
|
15024
|
+
# @return [String]
|
15025
|
+
#
|
15026
|
+
# @!attribute [rw] asset_id
|
15027
|
+
# Use the asset ID that you provide to Nielsen to uniquely identify
|
15028
|
+
# this asset. Required for all Nielsen non-linear watermarking.
|
15029
|
+
# @return [String]
|
15030
|
+
#
|
15031
|
+
# @!attribute [rw] asset_name
|
15032
|
+
# Use the asset name that you provide to Nielsen for this asset.
|
15033
|
+
# Required for all Nielsen non-linear watermarking.
|
15034
|
+
# @return [String]
|
15035
|
+
#
|
15036
|
+
# @!attribute [rw] cbet_source_id
|
15037
|
+
# Use the CSID that Nielsen provides to you. This CBET source ID
|
15038
|
+
# should be unique to your Nielsen account but common to all of your
|
15039
|
+
# output assets that have CBET watermarking. Required when you choose
|
15040
|
+
# a value for the setting Watermark types (ActiveWatermarkProcess)
|
15041
|
+
# that includes CBET.
|
15042
|
+
# @return [String]
|
15043
|
+
#
|
15044
|
+
# @!attribute [rw] episode_id
|
15045
|
+
# Optional. If this asset uses an episode ID with Nielsen, provide it
|
15046
|
+
# here.
|
15047
|
+
# @return [String]
|
15048
|
+
#
|
15049
|
+
# @!attribute [rw] metadata_destination
|
15050
|
+
# Specify the Amazon S3 location where you want MediaConvert to save
|
15051
|
+
# your Nielsen non-linear metadata .zip file. This Amazon S3 bucket
|
15052
|
+
# must be in the same Region as the one where you do your MediaConvert
|
15053
|
+
# transcoding. If you want to include an ADI file in this .zip file,
|
15054
|
+
# use the setting ADI file (adiFilename) to specify it. MediaConvert
|
15055
|
+
# delivers the Nielsen metadata .zip files only to your metadata
|
15056
|
+
# destination Amazon S3 bucket. It doesn't deliver the .zip files to
|
15057
|
+
# Nielsen. You are responsible for delivering the metadata .zip files
|
15058
|
+
# to Nielsen.
|
15059
|
+
# @return [String]
|
15060
|
+
#
|
15061
|
+
# @!attribute [rw] source_id
|
15062
|
+
# Use the SID that Nielsen provides to you. This source ID should be
|
15063
|
+
# unique to your Nielsen account but common to all of your output
|
15064
|
+
# assets. Required for all Nielsen non-linear watermarking. This ID
|
15065
|
+
# should be unique to your Nielsen account but common to all of your
|
15066
|
+
# output assets. Required for all Nielsen non-linear watermarking.
|
15067
|
+
# @return [Integer]
|
15068
|
+
#
|
15069
|
+
# @!attribute [rw] source_watermark_status
|
15070
|
+
# Required. Specify whether your source content already contains
|
15071
|
+
# Nielsen non-linear watermarks. When you set this value to
|
15072
|
+
# Watermarked (WATERMARKED), the service fails the job. Nielsen
|
15073
|
+
# requires that you add non-linear watermarking to only clean content
|
15074
|
+
# that doesn't already have non-linear Nielsen watermarks.
|
15075
|
+
# @return [String]
|
15076
|
+
#
|
15077
|
+
# @!attribute [rw] tic_server_url
|
15078
|
+
# Specify the endpoint for the TIC server that you have deployed and
|
15079
|
+
# configured in the AWS Cloud. Required for all Nielsen non-linear
|
15080
|
+
# watermarking. MediaConvert can't connect directly to a TIC server.
|
15081
|
+
# Instead, you must use API Gateway to provide a RESTful interface
|
15082
|
+
# between MediaConvert and a TIC server that you deploy in your AWS
|
15083
|
+
# account. For more information on deploying a TIC server in your AWS
|
15084
|
+
# account and the required API Gateway, contact Nielsen support.
|
15085
|
+
# @return [String]
|
15086
|
+
#
|
15087
|
+
# @!attribute [rw] unique_tic_per_audio_track
|
15088
|
+
# To create assets that have the same TIC values in each audio track,
|
15089
|
+
# keep the default value Share TICs (SAME\_TICS\_PER\_TRACK). To
|
15090
|
+
# create assets that have unique TIC values for each audio track,
|
15091
|
+
# choose Use unique TICs (RESERVE\_UNIQUE\_TICS\_PER\_TRACK).
|
15092
|
+
# @return [String]
|
15093
|
+
#
|
15094
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/NielsenNonLinearWatermarkSettings AWS API Documentation
|
15095
|
+
#
|
15096
|
+
class NielsenNonLinearWatermarkSettings < Struct.new(
|
15097
|
+
:active_watermark_process,
|
15098
|
+
:adi_filename,
|
15099
|
+
:asset_id,
|
15100
|
+
:asset_name,
|
15101
|
+
:cbet_source_id,
|
15102
|
+
:episode_id,
|
15103
|
+
:metadata_destination,
|
15104
|
+
:source_id,
|
15105
|
+
:source_watermark_status,
|
15106
|
+
:tic_server_url,
|
15107
|
+
:unique_tic_per_audio_track)
|
15108
|
+
SENSITIVE = []
|
15109
|
+
include Aws::Structure
|
15110
|
+
end
|
15111
|
+
|
14164
15112
|
# Enable the Noise reducer (NoiseReducer) feature to remove noise from
|
14165
15113
|
# your video output if necessary. Enable or disable this feature for
|
14166
15114
|
# each output individually. This setting is disabled by default. When
|
@@ -14301,10 +15249,12 @@ module Aws::MediaConvert
|
|
14301
15249
|
#
|
14302
15250
|
# @!attribute [rw] post_temporal_sharpening
|
14303
15251
|
# Optional. When you set Noise reducer (noiseReducer) to Temporal
|
14304
|
-
# (TEMPORAL), you can
|
14305
|
-
#
|
14306
|
-
#
|
14307
|
-
#
|
15252
|
+
# (TEMPORAL), you can use this setting to apply sharpening. The
|
15253
|
+
# default behavior, Auto (AUTO), allows the transcoder to determine
|
15254
|
+
# whether to apply filtering, depending on input type and quality.
|
15255
|
+
# When you set Noise reducer to Temporal, your output bandwidth is
|
15256
|
+
# reduced. When Post temporal sharpening is also enabled, that
|
15257
|
+
# bandwidth reduction is smaller.
|
14308
15258
|
# @return [String]
|
14309
15259
|
#
|
14310
15260
|
# @!attribute [rw] speed
|
@@ -14392,6 +15342,9 @@ module Aws::MediaConvert
|
|
14392
15342
|
# {
|
14393
15343
|
# audio_descriptions: [
|
14394
15344
|
# {
|
15345
|
+
# audio_channel_tagging_settings: {
|
15346
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
15347
|
+
# },
|
14395
15348
|
# audio_normalization_settings: {
|
14396
15349
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
14397
15350
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -14683,6 +15636,7 @@ module Aws::MediaConvert
|
|
14683
15636
|
# },
|
14684
15637
|
# mxf_settings: {
|
14685
15638
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
15639
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
14686
15640
|
# },
|
14687
15641
|
# },
|
14688
15642
|
# extension: "__string",
|
@@ -14705,7 +15659,7 @@ module Aws::MediaConvert
|
|
14705
15659
|
# av_1_settings: {
|
14706
15660
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
14707
15661
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14708
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15662
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14709
15663
|
# framerate_denominator: 1,
|
14710
15664
|
# framerate_numerator: 1,
|
14711
15665
|
# gop_size: 1.0,
|
@@ -14719,7 +15673,17 @@ module Aws::MediaConvert
|
|
14719
15673
|
# slices: 1,
|
14720
15674
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
14721
15675
|
# },
|
14722
|
-
#
|
15676
|
+
# avc_intra_settings: {
|
15677
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
15678
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15679
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15680
|
+
# framerate_denominator: 1,
|
15681
|
+
# framerate_numerator: 1,
|
15682
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
15683
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15684
|
+
# telecine: "NONE", # accepts NONE, HARD
|
15685
|
+
# },
|
15686
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
14723
15687
|
# frame_capture_settings: {
|
14724
15688
|
# framerate_denominator: 1,
|
14725
15689
|
# framerate_numerator: 1,
|
@@ -14727,7 +15691,7 @@ module Aws::MediaConvert
|
|
14727
15691
|
# quality: 1,
|
14728
15692
|
# },
|
14729
15693
|
# h264_settings: {
|
14730
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
15694
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
14731
15695
|
# bitrate: 1,
|
14732
15696
|
# 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
|
14733
15697
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -14736,7 +15700,7 @@ module Aws::MediaConvert
|
|
14736
15700
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
14737
15701
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
14738
15702
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14739
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15703
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14740
15704
|
# framerate_denominator: 1,
|
14741
15705
|
# framerate_numerator: 1,
|
14742
15706
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -14780,7 +15744,7 @@ module Aws::MediaConvert
|
|
14780
15744
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
14781
15745
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
14782
15746
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14783
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15747
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14784
15748
|
# framerate_denominator: 1,
|
14785
15749
|
# framerate_numerator: 1,
|
14786
15750
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -14823,7 +15787,7 @@ module Aws::MediaConvert
|
|
14823
15787
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
14824
15788
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
14825
15789
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14826
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15790
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14827
15791
|
# framerate_denominator: 1,
|
14828
15792
|
# framerate_numerator: 1,
|
14829
15793
|
# gop_closed_cadence: 1,
|
@@ -14852,7 +15816,7 @@ module Aws::MediaConvert
|
|
14852
15816
|
# prores_settings: {
|
14853
15817
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
14854
15818
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14855
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15819
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14856
15820
|
# framerate_denominator: 1,
|
14857
15821
|
# framerate_numerator: 1,
|
14858
15822
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -14862,10 +15826,20 @@ module Aws::MediaConvert
|
|
14862
15826
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
14863
15827
|
# telecine: "NONE", # accepts NONE, HARD
|
14864
15828
|
# },
|
15829
|
+
# vc_3_settings: {
|
15830
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15831
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15832
|
+
# framerate_denominator: 1,
|
15833
|
+
# framerate_numerator: 1,
|
15834
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
15835
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15836
|
+
# telecine: "NONE", # accepts NONE, HARD
|
15837
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
15838
|
+
# },
|
14865
15839
|
# vp_8_settings: {
|
14866
15840
|
# bitrate: 1,
|
14867
15841
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14868
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15842
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14869
15843
|
# framerate_denominator: 1,
|
14870
15844
|
# framerate_numerator: 1,
|
14871
15845
|
# gop_size: 1.0,
|
@@ -14880,7 +15854,7 @@ module Aws::MediaConvert
|
|
14880
15854
|
# vp_9_settings: {
|
14881
15855
|
# bitrate: 1,
|
14882
15856
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14883
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15857
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
14884
15858
|
# framerate_denominator: 1,
|
14885
15859
|
# framerate_numerator: 1,
|
14886
15860
|
# gop_size: 1.0,
|
@@ -15117,6 +16091,13 @@ module Aws::MediaConvert
|
|
15117
16091
|
# data as a hash:
|
15118
16092
|
#
|
15119
16093
|
# {
|
16094
|
+
# automated_encoding_settings: {
|
16095
|
+
# abr_settings: {
|
16096
|
+
# max_abr_bitrate: 1,
|
16097
|
+
# max_renditions: 1,
|
16098
|
+
# min_abr_bitrate: 1,
|
16099
|
+
# },
|
16100
|
+
# },
|
15120
16101
|
# custom_name: "__string",
|
15121
16102
|
# name: "__string",
|
15122
16103
|
# output_group_settings: {
|
@@ -15233,6 +16214,7 @@ module Aws::MediaConvert
|
|
15233
16214
|
# selected_outputs: ["__stringMin1"],
|
15234
16215
|
# },
|
15235
16216
|
# ],
|
16217
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
15236
16218
|
# base_url: "__string",
|
15237
16219
|
# caption_language_mappings: [
|
15238
16220
|
# {
|
@@ -15329,6 +16311,9 @@ module Aws::MediaConvert
|
|
15329
16311
|
# {
|
15330
16312
|
# audio_descriptions: [
|
15331
16313
|
# {
|
16314
|
+
# audio_channel_tagging_settings: {
|
16315
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
16316
|
+
# },
|
15332
16317
|
# audio_normalization_settings: {
|
15333
16318
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
15334
16319
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -15620,6 +16605,7 @@ module Aws::MediaConvert
|
|
15620
16605
|
# },
|
15621
16606
|
# mxf_settings: {
|
15622
16607
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
16608
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
15623
16609
|
# },
|
15624
16610
|
# },
|
15625
16611
|
# extension: "__string",
|
@@ -15642,7 +16628,7 @@ module Aws::MediaConvert
|
|
15642
16628
|
# av_1_settings: {
|
15643
16629
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
15644
16630
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15645
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16631
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15646
16632
|
# framerate_denominator: 1,
|
15647
16633
|
# framerate_numerator: 1,
|
15648
16634
|
# gop_size: 1.0,
|
@@ -15656,7 +16642,17 @@ module Aws::MediaConvert
|
|
15656
16642
|
# slices: 1,
|
15657
16643
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15658
16644
|
# },
|
15659
|
-
#
|
16645
|
+
# avc_intra_settings: {
|
16646
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
16647
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16648
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16649
|
+
# framerate_denominator: 1,
|
16650
|
+
# framerate_numerator: 1,
|
16651
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
16652
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16653
|
+
# telecine: "NONE", # accepts NONE, HARD
|
16654
|
+
# },
|
16655
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
15660
16656
|
# frame_capture_settings: {
|
15661
16657
|
# framerate_denominator: 1,
|
15662
16658
|
# framerate_numerator: 1,
|
@@ -15664,7 +16660,7 @@ module Aws::MediaConvert
|
|
15664
16660
|
# quality: 1,
|
15665
16661
|
# },
|
15666
16662
|
# h264_settings: {
|
15667
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16663
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
15668
16664
|
# bitrate: 1,
|
15669
16665
|
# 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
|
15670
16666
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -15673,7 +16669,7 @@ module Aws::MediaConvert
|
|
15673
16669
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
15674
16670
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15675
16671
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15676
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16672
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15677
16673
|
# framerate_denominator: 1,
|
15678
16674
|
# framerate_numerator: 1,
|
15679
16675
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15717,7 +16713,7 @@ module Aws::MediaConvert
|
|
15717
16713
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
15718
16714
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15719
16715
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15720
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16716
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15721
16717
|
# framerate_denominator: 1,
|
15722
16718
|
# framerate_numerator: 1,
|
15723
16719
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15760,7 +16756,7 @@ module Aws::MediaConvert
|
|
15760
16756
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
15761
16757
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
15762
16758
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15763
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16759
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15764
16760
|
# framerate_denominator: 1,
|
15765
16761
|
# framerate_numerator: 1,
|
15766
16762
|
# gop_closed_cadence: 1,
|
@@ -15789,7 +16785,7 @@ module Aws::MediaConvert
|
|
15789
16785
|
# prores_settings: {
|
15790
16786
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
15791
16787
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15792
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16788
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15793
16789
|
# framerate_denominator: 1,
|
15794
16790
|
# framerate_numerator: 1,
|
15795
16791
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -15799,10 +16795,20 @@ module Aws::MediaConvert
|
|
15799
16795
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15800
16796
|
# telecine: "NONE", # accepts NONE, HARD
|
15801
16797
|
# },
|
16798
|
+
# vc_3_settings: {
|
16799
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16800
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16801
|
+
# framerate_denominator: 1,
|
16802
|
+
# framerate_numerator: 1,
|
16803
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16804
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16805
|
+
# telecine: "NONE", # accepts NONE, HARD
|
16806
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
16807
|
+
# },
|
15802
16808
|
# vp_8_settings: {
|
15803
16809
|
# bitrate: 1,
|
15804
16810
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15805
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16811
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15806
16812
|
# framerate_denominator: 1,
|
15807
16813
|
# framerate_numerator: 1,
|
15808
16814
|
# gop_size: 1.0,
|
@@ -15817,7 +16823,7 @@ module Aws::MediaConvert
|
|
15817
16823
|
# vp_9_settings: {
|
15818
16824
|
# bitrate: 1,
|
15819
16825
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15820
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16826
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15821
16827
|
# framerate_denominator: 1,
|
15822
16828
|
# framerate_numerator: 1,
|
15823
16829
|
# gop_size: 1.0,
|
@@ -15939,6 +16945,11 @@ module Aws::MediaConvert
|
|
15939
16945
|
# ],
|
15940
16946
|
# }
|
15941
16947
|
#
|
16948
|
+
# @!attribute [rw] automated_encoding_settings
|
16949
|
+
# Use automated encoding to have MediaConvert choose your encoding
|
16950
|
+
# settings for you, based on characteristics of your input video.
|
16951
|
+
# @return [Types::AutomatedEncodingSettings]
|
16952
|
+
#
|
15942
16953
|
# @!attribute [rw] custom_name
|
15943
16954
|
# Use Custom Group Name (CustomName) to specify a name for the output
|
15944
16955
|
# group. This value is displayed on the console and can make your job
|
@@ -15963,6 +16974,7 @@ module Aws::MediaConvert
|
|
15963
16974
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/OutputGroup AWS API Documentation
|
15964
16975
|
#
|
15965
16976
|
class OutputGroup < Struct.new(
|
16977
|
+
:automated_encoding_settings,
|
15966
16978
|
:custom_name,
|
15967
16979
|
:name,
|
15968
16980
|
:output_group_settings,
|
@@ -16105,6 +17117,7 @@ module Aws::MediaConvert
|
|
16105
17117
|
# selected_outputs: ["__stringMin1"],
|
16106
17118
|
# },
|
16107
17119
|
# ],
|
17120
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
16108
17121
|
# base_url: "__string",
|
16109
17122
|
# caption_language_mappings: [
|
16110
17123
|
# {
|
@@ -16362,6 +17375,9 @@ module Aws::MediaConvert
|
|
16362
17375
|
# {
|
16363
17376
|
# audio_descriptions: [
|
16364
17377
|
# {
|
17378
|
+
# audio_channel_tagging_settings: {
|
17379
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
17380
|
+
# },
|
16365
17381
|
# audio_normalization_settings: {
|
16366
17382
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
16367
17383
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -16652,6 +17668,7 @@ module Aws::MediaConvert
|
|
16652
17668
|
# },
|
16653
17669
|
# mxf_settings: {
|
16654
17670
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
17671
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
16655
17672
|
# },
|
16656
17673
|
# },
|
16657
17674
|
# video_description: {
|
@@ -16661,7 +17678,7 @@ module Aws::MediaConvert
|
|
16661
17678
|
# av_1_settings: {
|
16662
17679
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16663
17680
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16664
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17681
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16665
17682
|
# framerate_denominator: 1,
|
16666
17683
|
# framerate_numerator: 1,
|
16667
17684
|
# gop_size: 1.0,
|
@@ -16675,7 +17692,17 @@ module Aws::MediaConvert
|
|
16675
17692
|
# slices: 1,
|
16676
17693
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
16677
17694
|
# },
|
16678
|
-
#
|
17695
|
+
# avc_intra_settings: {
|
17696
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
17697
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
17698
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
17699
|
+
# framerate_denominator: 1,
|
17700
|
+
# framerate_numerator: 1,
|
17701
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
17702
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
17703
|
+
# telecine: "NONE", # accepts NONE, HARD
|
17704
|
+
# },
|
17705
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
16679
17706
|
# frame_capture_settings: {
|
16680
17707
|
# framerate_denominator: 1,
|
16681
17708
|
# framerate_numerator: 1,
|
@@ -16683,7 +17710,7 @@ module Aws::MediaConvert
|
|
16683
17710
|
# quality: 1,
|
16684
17711
|
# },
|
16685
17712
|
# h264_settings: {
|
16686
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
17713
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16687
17714
|
# bitrate: 1,
|
16688
17715
|
# 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
|
16689
17716
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -16692,7 +17719,7 @@ module Aws::MediaConvert
|
|
16692
17719
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
16693
17720
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
16694
17721
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16695
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17722
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16696
17723
|
# framerate_denominator: 1,
|
16697
17724
|
# framerate_numerator: 1,
|
16698
17725
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -16736,7 +17763,7 @@ module Aws::MediaConvert
|
|
16736
17763
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
16737
17764
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
16738
17765
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16739
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17766
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16740
17767
|
# framerate_denominator: 1,
|
16741
17768
|
# framerate_numerator: 1,
|
16742
17769
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -16779,7 +17806,7 @@ module Aws::MediaConvert
|
|
16779
17806
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
16780
17807
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
16781
17808
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16782
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17809
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16783
17810
|
# framerate_denominator: 1,
|
16784
17811
|
# framerate_numerator: 1,
|
16785
17812
|
# gop_closed_cadence: 1,
|
@@ -16808,7 +17835,7 @@ module Aws::MediaConvert
|
|
16808
17835
|
# prores_settings: {
|
16809
17836
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
16810
17837
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16811
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17838
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16812
17839
|
# framerate_denominator: 1,
|
16813
17840
|
# framerate_numerator: 1,
|
16814
17841
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -16818,10 +17845,20 @@ module Aws::MediaConvert
|
|
16818
17845
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16819
17846
|
# telecine: "NONE", # accepts NONE, HARD
|
16820
17847
|
# },
|
17848
|
+
# vc_3_settings: {
|
17849
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
17850
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
17851
|
+
# framerate_denominator: 1,
|
17852
|
+
# framerate_numerator: 1,
|
17853
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
17854
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
17855
|
+
# telecine: "NONE", # accepts NONE, HARD
|
17856
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
17857
|
+
# },
|
16821
17858
|
# vp_8_settings: {
|
16822
17859
|
# bitrate: 1,
|
16823
17860
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16824
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17861
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16825
17862
|
# framerate_denominator: 1,
|
16826
17863
|
# framerate_numerator: 1,
|
16827
17864
|
# gop_size: 1.0,
|
@@ -16836,7 +17873,7 @@ module Aws::MediaConvert
|
|
16836
17873
|
# vp_9_settings: {
|
16837
17874
|
# bitrate: 1,
|
16838
17875
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16839
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
17876
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16840
17877
|
# framerate_denominator: 1,
|
16841
17878
|
# framerate_numerator: 1,
|
16842
17879
|
# gop_size: 1.0,
|
@@ -16999,7 +18036,7 @@ module Aws::MediaConvert
|
|
16999
18036
|
# {
|
17000
18037
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
17001
18038
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
17002
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18039
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
17003
18040
|
# framerate_denominator: 1,
|
17004
18041
|
# framerate_numerator: 1,
|
17005
18042
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -17032,12 +18069,28 @@ module Aws::MediaConvert
|
|
17032
18069
|
# @return [String]
|
17033
18070
|
#
|
17034
18071
|
# @!attribute [rw] framerate_conversion_algorithm
|
17035
|
-
#
|
17036
|
-
#
|
18072
|
+
# Choose the method that you want MediaConvert to use when increasing
|
18073
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
18074
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
18075
|
+
# to 30 fps. For numerically complex conversions, you can use
|
18076
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
18077
|
+
# picture, but might introduce undesirable video artifacts. For
|
18078
|
+
# complex frame rate conversions, especially if your source video has
|
18079
|
+
# already been converted from its original cadence, use FrameFormer
|
18080
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
18081
|
+
# chooses the best conversion method frame by frame. Note that using
|
18082
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
18083
|
+
# add-on cost.
|
17037
18084
|
# @return [String]
|
17038
18085
|
#
|
17039
18086
|
# @!attribute [rw] framerate_denominator
|
17040
|
-
#
|
18087
|
+
# When you use the API for transcode jobs that use frame rate
|
18088
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
18089
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
18090
|
+
# denominator of this fraction. In this example, use 1001 for the
|
18091
|
+
# value of FramerateDenominator. When you use the console for
|
18092
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
18093
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
17041
18094
|
# @return [Integer]
|
17042
18095
|
#
|
17043
18096
|
# @!attribute [rw] framerate_numerator
|
@@ -17045,23 +18098,26 @@ module Aws::MediaConvert
|
|
17045
18098
|
# conversion, specify the frame rate as a fraction. For example, 24000
|
17046
18099
|
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
17047
18100
|
# of this fraction. In this example, use 24000 for the value of
|
17048
|
-
# FramerateNumerator.
|
18101
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
18102
|
+
# use frame rate conversion, provide the value as a decimal number for
|
18103
|
+
# Framerate. In this example, specify 23.976.
|
17049
18104
|
# @return [Integer]
|
17050
18105
|
#
|
17051
18106
|
# @!attribute [rw] interlace_mode
|
17052
|
-
#
|
17053
|
-
#
|
17054
|
-
#
|
17055
|
-
#
|
17056
|
-
#
|
17057
|
-
# (FOLLOW\
|
17058
|
-
#
|
17059
|
-
#
|
17060
|
-
#
|
17061
|
-
#
|
17062
|
-
#
|
17063
|
-
#
|
17064
|
-
#
|
18107
|
+
# Choose the scan line type for the output. Keep the default value,
|
18108
|
+
# Progressive (PROGRESSIVE) to create a progressive output, regardless
|
18109
|
+
# of the scan type of your input. Use Top field first (TOP\_FIELD) or
|
18110
|
+
# Bottom field first (BOTTOM\_FIELD) to create an output that's
|
18111
|
+
# interlaced with the same field polarity throughout. Use Follow,
|
18112
|
+
# default top (FOLLOW\_TOP\_FIELD) or Follow, default bottom
|
18113
|
+
# (FOLLOW\_BOTTOM\_FIELD) to produce outputs with the same field
|
18114
|
+
# polarity as the source. For jobs that have multiple inputs, the
|
18115
|
+
# output field polarity might change over the course of the output.
|
18116
|
+
# Follow behavior depends on the input scan type. If the source is
|
18117
|
+
# interlaced, the output will be interlaced with the same polarity as
|
18118
|
+
# the source. If the source is progressive, the output will be
|
18119
|
+
# interlaced with top field bottom field first, depending on which of
|
18120
|
+
# the Follow options you choose.
|
17065
18121
|
# @return [String]
|
17066
18122
|
#
|
17067
18123
|
# @!attribute [rw] par_control
|
@@ -17094,15 +18150,24 @@ module Aws::MediaConvert
|
|
17094
18150
|
# @return [Integer]
|
17095
18151
|
#
|
17096
18152
|
# @!attribute [rw] slow_pal
|
17097
|
-
#
|
17098
|
-
#
|
18153
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
18154
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
18155
|
+
# When you enable slow PAL, MediaConvert relabels the video frames to
|
18156
|
+
# 25 fps and resamples your audio to keep it synchronized with the
|
18157
|
+
# video. Note that enabling this setting will slightly reduce the
|
18158
|
+
# duration of your video. Required settings: You must also set
|
18159
|
+
# Framerate to 25. In your JSON job specification, set
|
18160
|
+
# (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and
|
18161
|
+
# (framerateDenominator) to 1.
|
17099
18162
|
# @return [String]
|
17100
18163
|
#
|
17101
18164
|
# @!attribute [rw] telecine
|
17102
|
-
#
|
17103
|
-
# (
|
17104
|
-
#
|
17105
|
-
#
|
18165
|
+
# When you do frame rate conversion from 23.976 frames per second
|
18166
|
+
# (fps) to 29.97 fps, and your output scan type is interlaced, you can
|
18167
|
+
# optionally enable hard telecine (HARD) to create a smoother picture.
|
18168
|
+
# When you keep the default value, None (NONE), MediaConvert does a
|
18169
|
+
# standard frame rate conversion to 29.97 without doing anything with
|
18170
|
+
# the field polarity to create a smoother picture.
|
17106
18171
|
# @return [String]
|
17107
18172
|
#
|
17108
18173
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ProresSettings AWS API Documentation
|
@@ -17945,9 +19010,9 @@ module Aws::MediaConvert
|
|
17945
19010
|
end
|
17946
19011
|
|
17947
19012
|
# Enable Timed metadata insertion (TimedMetadataInsertion) to include
|
17948
|
-
# ID3 tags in
|
17949
|
-
# here, enable it in each output container, and specify tags
|
17950
|
-
# timecodes in ID3 insertion (Id3Insertion) objects.
|
19013
|
+
# ID3 tags in any HLS outputs. To include timed metadata, you must
|
19014
|
+
# enable it here, enable it in each output container, and specify tags
|
19015
|
+
# and timecodes in ID3 insertion (Id3Insertion) objects.
|
17951
19016
|
#
|
17952
19017
|
# @note When making an API call, you may pass TimedMetadataInsertion
|
17953
19018
|
# data as a hash:
|
@@ -18148,7 +19213,7 @@ module Aws::MediaConvert
|
|
18148
19213
|
# "__string" => {
|
18149
19214
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
18150
19215
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
18151
|
-
# external_audio_file_input: "
|
19216
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
18152
19217
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
18153
19218
|
# offset: 1,
|
18154
19219
|
# pids: [1],
|
@@ -18239,6 +19304,7 @@ module Aws::MediaConvert
|
|
18239
19304
|
# start_timecode: "__stringPattern010920405090509092",
|
18240
19305
|
# },
|
18241
19306
|
# ],
|
19307
|
+
# input_scan_type: "AUTO", # accepts AUTO, PSF
|
18242
19308
|
# position: {
|
18243
19309
|
# height: 1,
|
18244
19310
|
# width: 1,
|
@@ -18291,8 +19357,28 @@ module Aws::MediaConvert
|
|
18291
19357
|
# breakout_code: 1,
|
18292
19358
|
# distributor_id: "__string",
|
18293
19359
|
# },
|
19360
|
+
# nielsen_non_linear_watermark: {
|
19361
|
+
# active_watermark_process: "NAES2_AND_NW", # accepts NAES2_AND_NW, CBET, NAES2_AND_NW_AND_CBET
|
19362
|
+
# adi_filename: "__stringPatternS3",
|
19363
|
+
# asset_id: "__stringMin1Max20",
|
19364
|
+
# asset_name: "__stringMin1Max50",
|
19365
|
+
# cbet_source_id: "__stringPattern0xAFaF0908190908",
|
19366
|
+
# episode_id: "__stringMin1Max20",
|
19367
|
+
# metadata_destination: "__stringPatternS3",
|
19368
|
+
# source_id: 1,
|
19369
|
+
# source_watermark_status: "CLEAN", # accepts CLEAN, WATERMARKED
|
19370
|
+
# tic_server_url: "__stringPatternHttps",
|
19371
|
+
# unique_tic_per_audio_track: "RESERVE_UNIQUE_TICS_PER_TRACK", # accepts RESERVE_UNIQUE_TICS_PER_TRACK, SAME_TICS_PER_TRACK
|
19372
|
+
# },
|
18294
19373
|
# output_groups: [
|
18295
19374
|
# {
|
19375
|
+
# automated_encoding_settings: {
|
19376
|
+
# abr_settings: {
|
19377
|
+
# max_abr_bitrate: 1,
|
19378
|
+
# max_renditions: 1,
|
19379
|
+
# min_abr_bitrate: 1,
|
19380
|
+
# },
|
19381
|
+
# },
|
18296
19382
|
# custom_name: "__string",
|
18297
19383
|
# name: "__string",
|
18298
19384
|
# output_group_settings: {
|
@@ -18409,6 +19495,7 @@ module Aws::MediaConvert
|
|
18409
19495
|
# selected_outputs: ["__stringMin1"],
|
18410
19496
|
# },
|
18411
19497
|
# ],
|
19498
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
18412
19499
|
# base_url: "__string",
|
18413
19500
|
# caption_language_mappings: [
|
18414
19501
|
# {
|
@@ -18505,6 +19592,9 @@ module Aws::MediaConvert
|
|
18505
19592
|
# {
|
18506
19593
|
# audio_descriptions: [
|
18507
19594
|
# {
|
19595
|
+
# audio_channel_tagging_settings: {
|
19596
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
19597
|
+
# },
|
18508
19598
|
# audio_normalization_settings: {
|
18509
19599
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
18510
19600
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -18796,6 +19886,7 @@ module Aws::MediaConvert
|
|
18796
19886
|
# },
|
18797
19887
|
# mxf_settings: {
|
18798
19888
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
19889
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
18799
19890
|
# },
|
18800
19891
|
# },
|
18801
19892
|
# extension: "__string",
|
@@ -18818,7 +19909,7 @@ module Aws::MediaConvert
|
|
18818
19909
|
# av_1_settings: {
|
18819
19910
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
18820
19911
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18821
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
19912
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18822
19913
|
# framerate_denominator: 1,
|
18823
19914
|
# framerate_numerator: 1,
|
18824
19915
|
# gop_size: 1.0,
|
@@ -18832,7 +19923,17 @@ module Aws::MediaConvert
|
|
18832
19923
|
# slices: 1,
|
18833
19924
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18834
19925
|
# },
|
18835
|
-
#
|
19926
|
+
# avc_intra_settings: {
|
19927
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
19928
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19929
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19930
|
+
# framerate_denominator: 1,
|
19931
|
+
# framerate_numerator: 1,
|
19932
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
19933
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19934
|
+
# telecine: "NONE", # accepts NONE, HARD
|
19935
|
+
# },
|
19936
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
18836
19937
|
# frame_capture_settings: {
|
18837
19938
|
# framerate_denominator: 1,
|
18838
19939
|
# framerate_numerator: 1,
|
@@ -18840,7 +19941,7 @@ module Aws::MediaConvert
|
|
18840
19941
|
# quality: 1,
|
18841
19942
|
# },
|
18842
19943
|
# h264_settings: {
|
18843
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19944
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
18844
19945
|
# bitrate: 1,
|
18845
19946
|
# 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
|
18846
19947
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -18849,7 +19950,7 @@ module Aws::MediaConvert
|
|
18849
19950
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
18850
19951
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18851
19952
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18852
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
19953
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18853
19954
|
# framerate_denominator: 1,
|
18854
19955
|
# framerate_numerator: 1,
|
18855
19956
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -18893,7 +19994,7 @@ module Aws::MediaConvert
|
|
18893
19994
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
18894
19995
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18895
19996
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18896
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
19997
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18897
19998
|
# framerate_denominator: 1,
|
18898
19999
|
# framerate_numerator: 1,
|
18899
20000
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -18936,7 +20037,7 @@ module Aws::MediaConvert
|
|
18936
20037
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
18937
20038
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
18938
20039
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18939
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20040
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18940
20041
|
# framerate_denominator: 1,
|
18941
20042
|
# framerate_numerator: 1,
|
18942
20043
|
# gop_closed_cadence: 1,
|
@@ -18965,7 +20066,7 @@ module Aws::MediaConvert
|
|
18965
20066
|
# prores_settings: {
|
18966
20067
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
18967
20068
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18968
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20069
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18969
20070
|
# framerate_denominator: 1,
|
18970
20071
|
# framerate_numerator: 1,
|
18971
20072
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -18975,10 +20076,20 @@ module Aws::MediaConvert
|
|
18975
20076
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
18976
20077
|
# telecine: "NONE", # accepts NONE, HARD
|
18977
20078
|
# },
|
20079
|
+
# vc_3_settings: {
|
20080
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20081
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20082
|
+
# framerate_denominator: 1,
|
20083
|
+
# framerate_numerator: 1,
|
20084
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
20085
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20086
|
+
# telecine: "NONE", # accepts NONE, HARD
|
20087
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
20088
|
+
# },
|
18978
20089
|
# vp_8_settings: {
|
18979
20090
|
# bitrate: 1,
|
18980
20091
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18981
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20092
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18982
20093
|
# framerate_denominator: 1,
|
18983
20094
|
# framerate_numerator: 1,
|
18984
20095
|
# gop_size: 1.0,
|
@@ -18993,7 +20104,7 @@ module Aws::MediaConvert
|
|
18993
20104
|
# vp_9_settings: {
|
18994
20105
|
# bitrate: 1,
|
18995
20106
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18996
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20107
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
18997
20108
|
# framerate_denominator: 1,
|
18998
20109
|
# framerate_numerator: 1,
|
18999
20110
|
# gop_size: 1.0,
|
@@ -19227,6 +20338,9 @@ module Aws::MediaConvert
|
|
19227
20338
|
# settings: {
|
19228
20339
|
# audio_descriptions: [
|
19229
20340
|
# {
|
20341
|
+
# audio_channel_tagging_settings: {
|
20342
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
20343
|
+
# },
|
19230
20344
|
# audio_normalization_settings: {
|
19231
20345
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
19232
20346
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -19517,6 +20631,7 @@ module Aws::MediaConvert
|
|
19517
20631
|
# },
|
19518
20632
|
# mxf_settings: {
|
19519
20633
|
# afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
|
20634
|
+
# profile: "D_10", # accepts D_10, XDCAM, OP1A
|
19520
20635
|
# },
|
19521
20636
|
# },
|
19522
20637
|
# video_description: {
|
@@ -19526,7 +20641,7 @@ module Aws::MediaConvert
|
|
19526
20641
|
# av_1_settings: {
|
19527
20642
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19528
20643
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19529
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20644
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19530
20645
|
# framerate_denominator: 1,
|
19531
20646
|
# framerate_numerator: 1,
|
19532
20647
|
# gop_size: 1.0,
|
@@ -19540,7 +20655,17 @@ module Aws::MediaConvert
|
|
19540
20655
|
# slices: 1,
|
19541
20656
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19542
20657
|
# },
|
19543
|
-
#
|
20658
|
+
# avc_intra_settings: {
|
20659
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
20660
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20661
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20662
|
+
# framerate_denominator: 1,
|
20663
|
+
# framerate_numerator: 1,
|
20664
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
20665
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20666
|
+
# telecine: "NONE", # accepts NONE, HARD
|
20667
|
+
# },
|
20668
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
19544
20669
|
# frame_capture_settings: {
|
19545
20670
|
# framerate_denominator: 1,
|
19546
20671
|
# framerate_numerator: 1,
|
@@ -19548,7 +20673,7 @@ module Aws::MediaConvert
|
|
19548
20673
|
# quality: 1,
|
19549
20674
|
# },
|
19550
20675
|
# h264_settings: {
|
19551
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20676
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19552
20677
|
# bitrate: 1,
|
19553
20678
|
# 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
|
19554
20679
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -19557,7 +20682,7 @@ module Aws::MediaConvert
|
|
19557
20682
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
19558
20683
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19559
20684
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19560
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20685
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19561
20686
|
# framerate_denominator: 1,
|
19562
20687
|
# framerate_numerator: 1,
|
19563
20688
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -19601,7 +20726,7 @@ module Aws::MediaConvert
|
|
19601
20726
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
19602
20727
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19603
20728
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19604
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20729
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19605
20730
|
# framerate_denominator: 1,
|
19606
20731
|
# framerate_numerator: 1,
|
19607
20732
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -19644,7 +20769,7 @@ module Aws::MediaConvert
|
|
19644
20769
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
19645
20770
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
19646
20771
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19647
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20772
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19648
20773
|
# framerate_denominator: 1,
|
19649
20774
|
# framerate_numerator: 1,
|
19650
20775
|
# gop_closed_cadence: 1,
|
@@ -19673,7 +20798,7 @@ module Aws::MediaConvert
|
|
19673
20798
|
# prores_settings: {
|
19674
20799
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
19675
20800
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19676
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20801
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19677
20802
|
# framerate_denominator: 1,
|
19678
20803
|
# framerate_numerator: 1,
|
19679
20804
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -19683,10 +20808,20 @@ module Aws::MediaConvert
|
|
19683
20808
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19684
20809
|
# telecine: "NONE", # accepts NONE, HARD
|
19685
20810
|
# },
|
20811
|
+
# vc_3_settings: {
|
20812
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20813
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20814
|
+
# framerate_denominator: 1,
|
20815
|
+
# framerate_numerator: 1,
|
20816
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
20817
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20818
|
+
# telecine: "NONE", # accepts NONE, HARD
|
20819
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
20820
|
+
# },
|
19686
20821
|
# vp_8_settings: {
|
19687
20822
|
# bitrate: 1,
|
19688
20823
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19689
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20824
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19690
20825
|
# framerate_denominator: 1,
|
19691
20826
|
# framerate_numerator: 1,
|
19692
20827
|
# gop_size: 1.0,
|
@@ -19701,7 +20836,7 @@ module Aws::MediaConvert
|
|
19701
20836
|
# vp_9_settings: {
|
19702
20837
|
# bitrate: 1,
|
19703
20838
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19704
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20839
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19705
20840
|
# framerate_denominator: 1,
|
19706
20841
|
# framerate_numerator: 1,
|
19707
20842
|
# gop_size: 1.0,
|
@@ -19936,14 +21071,134 @@ module Aws::MediaConvert
|
|
19936
21071
|
include Aws::Structure
|
19937
21072
|
end
|
19938
21073
|
|
21074
|
+
# Required when you set (Codec) under (VideoDescription)>(CodecSettings)
|
21075
|
+
# to the value VC3
|
21076
|
+
#
|
21077
|
+
# @note When making an API call, you may pass Vc3Settings
|
21078
|
+
# data as a hash:
|
21079
|
+
#
|
21080
|
+
# {
|
21081
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21082
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21083
|
+
# framerate_denominator: 1,
|
21084
|
+
# framerate_numerator: 1,
|
21085
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21086
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21087
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21088
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
21089
|
+
# }
|
21090
|
+
#
|
21091
|
+
# @!attribute [rw] framerate_control
|
21092
|
+
# If you are using the console, use the Framerate setting to specify
|
21093
|
+
# the frame rate for this output. If you want to keep the same frame
|
21094
|
+
# rate as the input video, choose Follow source. If you want to do
|
21095
|
+
# frame rate conversion, choose a frame rate from the dropdown list or
|
21096
|
+
# choose Custom. The framerates shown in the dropdown list are decimal
|
21097
|
+
# approximations of fractions. If you choose Custom, specify your
|
21098
|
+
# frame rate as a fraction. If you are creating your transcoding job
|
21099
|
+
# specification as a JSON file without the console, use
|
21100
|
+
# FramerateControl to specify which value the service uses for the
|
21101
|
+
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
21102
|
+
# want the service to use the frame rate from the input. Choose
|
21103
|
+
# SPECIFIED if you want the service to use the frame rate you specify
|
21104
|
+
# in the settings FramerateNumerator and FramerateDenominator.
|
21105
|
+
# @return [String]
|
21106
|
+
#
|
21107
|
+
# @!attribute [rw] framerate_conversion_algorithm
|
21108
|
+
# Choose the method that you want MediaConvert to use when increasing
|
21109
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
21110
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
21111
|
+
# to 30 fps. For numerically complex conversions, you can use
|
21112
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
21113
|
+
# picture, but might introduce undesirable video artifacts. For
|
21114
|
+
# complex frame rate conversions, especially if your source video has
|
21115
|
+
# already been converted from its original cadence, use FrameFormer
|
21116
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
21117
|
+
# chooses the best conversion method frame by frame. Note that using
|
21118
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
21119
|
+
# add-on cost.
|
21120
|
+
# @return [String]
|
21121
|
+
#
|
21122
|
+
# @!attribute [rw] framerate_denominator
|
21123
|
+
# When you use the API for transcode jobs that use frame rate
|
21124
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
21125
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
21126
|
+
# denominator of this fraction. In this example, use 1001 for the
|
21127
|
+
# value of FramerateDenominator. When you use the console for
|
21128
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
21129
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
21130
|
+
# @return [Integer]
|
21131
|
+
#
|
21132
|
+
# @!attribute [rw] framerate_numerator
|
21133
|
+
# When you use the API for transcode jobs that use frame rate
|
21134
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
21135
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
21136
|
+
# of this fraction. In this example, use 24000 for the value of
|
21137
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
21138
|
+
# use frame rate conversion, provide the value as a decimal number for
|
21139
|
+
# Framerate. In this example, specify 23.976.
|
21140
|
+
# @return [Integer]
|
21141
|
+
#
|
21142
|
+
# @!attribute [rw] interlace_mode
|
21143
|
+
# Optional. Choose the scan line type for this output. If you don't
|
21144
|
+
# specify a value, MediaConvert will create a progressive output.
|
21145
|
+
# @return [String]
|
21146
|
+
#
|
21147
|
+
# @!attribute [rw] slow_pal
|
21148
|
+
# Ignore this setting unless your input frame rate is 23.976 or 24
|
21149
|
+
# frames per second (fps). Enable slow PAL to create a 25 fps output
|
21150
|
+
# by relabeling the video frames and resampling your audio. Note that
|
21151
|
+
# enabling this setting will slightly reduce the duration of your
|
21152
|
+
# video. Related settings: You must also set Framerate to 25. In your
|
21153
|
+
# JSON job specification, set (framerateControl) to (SPECIFIED),
|
21154
|
+
# (framerateNumerator) to 25 and (framerateDenominator) to 1.
|
21155
|
+
# @return [String]
|
21156
|
+
#
|
21157
|
+
# @!attribute [rw] telecine
|
21158
|
+
# When you do frame rate conversion from 23.976 frames per second
|
21159
|
+
# (fps) to 29.97 fps, and your output scan type is interlaced, you can
|
21160
|
+
# optionally enable hard telecine (HARD) to create a smoother picture.
|
21161
|
+
# When you keep the default value, None (NONE), MediaConvert does a
|
21162
|
+
# standard frame rate conversion to 29.97 without doing anything with
|
21163
|
+
# the field polarity to create a smoother picture.
|
21164
|
+
# @return [String]
|
21165
|
+
#
|
21166
|
+
# @!attribute [rw] vc_3_class
|
21167
|
+
# Specify the VC3 class to choose the quality characteristics for this
|
21168
|
+
# output. VC3 class, together with the settings Framerate
|
21169
|
+
# (framerateNumerator and framerateDenominator) and Resolution (height
|
21170
|
+
# and width), determine your output bitrate. For example, say that
|
21171
|
+
# your video resolution is 1920x1080 and your framerate is 29.97. Then
|
21172
|
+
# Class 145 (CLASS\_145) gives you an output with a bitrate of
|
21173
|
+
# approximately 145 Mbps and Class 220 (CLASS\_220) gives you and
|
21174
|
+
# output with a bitrate of approximately 220 Mbps. VC3 class also
|
21175
|
+
# specifies the color bit depth of your output.
|
21176
|
+
# @return [String]
|
21177
|
+
#
|
21178
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Vc3Settings AWS API Documentation
|
21179
|
+
#
|
21180
|
+
class Vc3Settings < Struct.new(
|
21181
|
+
:framerate_control,
|
21182
|
+
:framerate_conversion_algorithm,
|
21183
|
+
:framerate_denominator,
|
21184
|
+
:framerate_numerator,
|
21185
|
+
:interlace_mode,
|
21186
|
+
:slow_pal,
|
21187
|
+
:telecine,
|
21188
|
+
:vc_3_class)
|
21189
|
+
SENSITIVE = []
|
21190
|
+
include Aws::Structure
|
21191
|
+
end
|
21192
|
+
|
19939
21193
|
# Video codec settings, (CodecSettings) under (VideoDescription),
|
19940
21194
|
# contains the group of settings related to video encoding. The settings
|
19941
21195
|
# in this group vary depending on the value that you choose for Video
|
19942
21196
|
# codec (Codec). For each codec enum that you choose, define the
|
19943
21197
|
# corresponding settings object. The following lists the codec enum,
|
19944
|
-
# settings object pairs. *
|
19945
|
-
#
|
19946
|
-
#
|
21198
|
+
# settings object pairs. * AV1, Av1Settings * AVC\_INTRA,
|
21199
|
+
# AvcIntraSettings * FRAME\_CAPTURE, FrameCaptureSettings * H\_264,
|
21200
|
+
# H264Settings * H\_265, H265Settings * MPEG2, Mpeg2Settings *
|
21201
|
+
# PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9,
|
19947
21202
|
# Vp9Settings
|
19948
21203
|
#
|
19949
21204
|
# @note When making an API call, you may pass VideoCodecSettings
|
@@ -19953,7 +21208,7 @@ module Aws::MediaConvert
|
|
19953
21208
|
# av_1_settings: {
|
19954
21209
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19955
21210
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19956
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21211
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19957
21212
|
# framerate_denominator: 1,
|
19958
21213
|
# framerate_numerator: 1,
|
19959
21214
|
# gop_size: 1.0,
|
@@ -19967,7 +21222,17 @@ module Aws::MediaConvert
|
|
19967
21222
|
# slices: 1,
|
19968
21223
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19969
21224
|
# },
|
19970
|
-
#
|
21225
|
+
# avc_intra_settings: {
|
21226
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
21227
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21228
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21229
|
+
# framerate_denominator: 1,
|
21230
|
+
# framerate_numerator: 1,
|
21231
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
21232
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21233
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21234
|
+
# },
|
21235
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
19971
21236
|
# frame_capture_settings: {
|
19972
21237
|
# framerate_denominator: 1,
|
19973
21238
|
# framerate_numerator: 1,
|
@@ -19975,7 +21240,7 @@ module Aws::MediaConvert
|
|
19975
21240
|
# quality: 1,
|
19976
21241
|
# },
|
19977
21242
|
# h264_settings: {
|
19978
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21243
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19979
21244
|
# bitrate: 1,
|
19980
21245
|
# 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
|
19981
21246
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -19984,7 +21249,7 @@ module Aws::MediaConvert
|
|
19984
21249
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
19985
21250
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19986
21251
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19987
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21252
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19988
21253
|
# framerate_denominator: 1,
|
19989
21254
|
# framerate_numerator: 1,
|
19990
21255
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20028,7 +21293,7 @@ module Aws::MediaConvert
|
|
20028
21293
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
20029
21294
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20030
21295
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20031
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21296
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20032
21297
|
# framerate_denominator: 1,
|
20033
21298
|
# framerate_numerator: 1,
|
20034
21299
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20071,7 +21336,7 @@ module Aws::MediaConvert
|
|
20071
21336
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
20072
21337
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
20073
21338
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20074
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21339
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20075
21340
|
# framerate_denominator: 1,
|
20076
21341
|
# framerate_numerator: 1,
|
20077
21342
|
# gop_closed_cadence: 1,
|
@@ -20100,7 +21365,7 @@ module Aws::MediaConvert
|
|
20100
21365
|
# prores_settings: {
|
20101
21366
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
20102
21367
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20103
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21368
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20104
21369
|
# framerate_denominator: 1,
|
20105
21370
|
# framerate_numerator: 1,
|
20106
21371
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -20110,10 +21375,20 @@ module Aws::MediaConvert
|
|
20110
21375
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20111
21376
|
# telecine: "NONE", # accepts NONE, HARD
|
20112
21377
|
# },
|
21378
|
+
# vc_3_settings: {
|
21379
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21380
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21381
|
+
# framerate_denominator: 1,
|
21382
|
+
# framerate_numerator: 1,
|
21383
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21384
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21385
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21386
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
21387
|
+
# },
|
20113
21388
|
# vp_8_settings: {
|
20114
21389
|
# bitrate: 1,
|
20115
21390
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20116
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21391
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20117
21392
|
# framerate_denominator: 1,
|
20118
21393
|
# framerate_numerator: 1,
|
20119
21394
|
# gop_size: 1.0,
|
@@ -20128,7 +21403,7 @@ module Aws::MediaConvert
|
|
20128
21403
|
# vp_9_settings: {
|
20129
21404
|
# bitrate: 1,
|
20130
21405
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20131
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21406
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20132
21407
|
# framerate_denominator: 1,
|
20133
21408
|
# framerate_numerator: 1,
|
20134
21409
|
# gop_size: 1.0,
|
@@ -20147,6 +21422,13 @@ module Aws::MediaConvert
|
|
20147
21422
|
# the value AV1.
|
20148
21423
|
# @return [Types::Av1Settings]
|
20149
21424
|
#
|
21425
|
+
# @!attribute [rw] avc_intra_settings
|
21426
|
+
# Required when you set your output video codec to AVC-Intra. For more
|
21427
|
+
# information about the AVC-I settings, see the relevant
|
21428
|
+
# specification. For detailed information about SD and HD in AVC-I,
|
21429
|
+
# see https://ieeexplore.ieee.org/document/7290936.
|
21430
|
+
# @return [Types::AvcIntraSettings]
|
21431
|
+
#
|
20150
21432
|
# @!attribute [rw] codec
|
20151
21433
|
# Specifies the video codec. This must be equal to one of the enum
|
20152
21434
|
# values defined by the object VideoCodec.
|
@@ -20176,6 +21458,11 @@ module Aws::MediaConvert
|
|
20176
21458
|
# (VideoDescription)>(CodecSettings) to the value PRORES.
|
20177
21459
|
# @return [Types::ProresSettings]
|
20178
21460
|
#
|
21461
|
+
# @!attribute [rw] vc_3_settings
|
21462
|
+
# Required when you set (Codec) under
|
21463
|
+
# (VideoDescription)>(CodecSettings) to the value VC3
|
21464
|
+
# @return [Types::Vc3Settings]
|
21465
|
+
#
|
20179
21466
|
# @!attribute [rw] vp_8_settings
|
20180
21467
|
# Required when you set (Codec) under
|
20181
21468
|
# (VideoDescription)>(CodecSettings) to the value VP8.
|
@@ -20190,12 +21477,14 @@ module Aws::MediaConvert
|
|
20190
21477
|
#
|
20191
21478
|
class VideoCodecSettings < Struct.new(
|
20192
21479
|
:av_1_settings,
|
21480
|
+
:avc_intra_settings,
|
20193
21481
|
:codec,
|
20194
21482
|
:frame_capture_settings,
|
20195
21483
|
:h264_settings,
|
20196
21484
|
:h265_settings,
|
20197
21485
|
:mpeg_2_settings,
|
20198
21486
|
:prores_settings,
|
21487
|
+
:vc_3_settings,
|
20199
21488
|
:vp_8_settings,
|
20200
21489
|
:vp_9_settings)
|
20201
21490
|
SENSITIVE = []
|
@@ -20214,7 +21503,7 @@ module Aws::MediaConvert
|
|
20214
21503
|
# av_1_settings: {
|
20215
21504
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20216
21505
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20217
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21506
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20218
21507
|
# framerate_denominator: 1,
|
20219
21508
|
# framerate_numerator: 1,
|
20220
21509
|
# gop_size: 1.0,
|
@@ -20228,7 +21517,17 @@ module Aws::MediaConvert
|
|
20228
21517
|
# slices: 1,
|
20229
21518
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20230
21519
|
# },
|
20231
|
-
#
|
21520
|
+
# avc_intra_settings: {
|
21521
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
21522
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21523
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21524
|
+
# framerate_denominator: 1,
|
21525
|
+
# framerate_numerator: 1,
|
21526
|
+
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
21527
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21528
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21529
|
+
# },
|
21530
|
+
# codec: "AV1", # accepts AV1, AVC_INTRA, FRAME_CAPTURE, H_264, H_265, MPEG2, PRORES, VC3, VP8, VP9
|
20232
21531
|
# frame_capture_settings: {
|
20233
21532
|
# framerate_denominator: 1,
|
20234
21533
|
# framerate_numerator: 1,
|
@@ -20236,7 +21535,7 @@ module Aws::MediaConvert
|
|
20236
21535
|
# quality: 1,
|
20237
21536
|
# },
|
20238
21537
|
# h264_settings: {
|
20239
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21538
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20240
21539
|
# bitrate: 1,
|
20241
21540
|
# 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
|
20242
21541
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -20245,7 +21544,7 @@ module Aws::MediaConvert
|
|
20245
21544
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
20246
21545
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20247
21546
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20248
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21547
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20249
21548
|
# framerate_denominator: 1,
|
20250
21549
|
# framerate_numerator: 1,
|
20251
21550
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20289,7 +21588,7 @@ module Aws::MediaConvert
|
|
20289
21588
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
20290
21589
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20291
21590
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20292
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21591
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20293
21592
|
# framerate_denominator: 1,
|
20294
21593
|
# framerate_numerator: 1,
|
20295
21594
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20332,7 +21631,7 @@ module Aws::MediaConvert
|
|
20332
21631
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
20333
21632
|
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
20334
21633
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20335
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21634
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20336
21635
|
# framerate_denominator: 1,
|
20337
21636
|
# framerate_numerator: 1,
|
20338
21637
|
# gop_closed_cadence: 1,
|
@@ -20361,7 +21660,7 @@ module Aws::MediaConvert
|
|
20361
21660
|
# prores_settings: {
|
20362
21661
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY
|
20363
21662
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20364
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21663
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20365
21664
|
# framerate_denominator: 1,
|
20366
21665
|
# framerate_numerator: 1,
|
20367
21666
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -20371,10 +21670,20 @@ module Aws::MediaConvert
|
|
20371
21670
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20372
21671
|
# telecine: "NONE", # accepts NONE, HARD
|
20373
21672
|
# },
|
21673
|
+
# vc_3_settings: {
|
21674
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21675
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21676
|
+
# framerate_denominator: 1,
|
21677
|
+
# framerate_numerator: 1,
|
21678
|
+
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21679
|
+
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21680
|
+
# telecine: "NONE", # accepts NONE, HARD
|
21681
|
+
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
21682
|
+
# },
|
20374
21683
|
# vp_8_settings: {
|
20375
21684
|
# bitrate: 1,
|
20376
21685
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20377
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21686
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20378
21687
|
# framerate_denominator: 1,
|
20379
21688
|
# framerate_numerator: 1,
|
20380
21689
|
# gop_size: 1.0,
|
@@ -20389,7 +21698,7 @@ module Aws::MediaConvert
|
|
20389
21698
|
# vp_9_settings: {
|
20390
21699
|
# bitrate: 1,
|
20391
21700
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20392
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21701
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20393
21702
|
# framerate_denominator: 1,
|
20394
21703
|
# framerate_numerator: 1,
|
20395
21704
|
# gop_size: 1.0,
|
@@ -20530,10 +21839,11 @@ module Aws::MediaConvert
|
|
20530
21839
|
# settings in this group vary depending on the value that you choose
|
20531
21840
|
# for Video codec (Codec). For each codec enum that you choose, define
|
20532
21841
|
# the corresponding settings object. The following lists the codec
|
20533
|
-
# enum, settings object pairs. *
|
20534
|
-
#
|
20535
|
-
# *
|
20536
|
-
#
|
21842
|
+
# enum, settings object pairs. * AV1, Av1Settings * AVC\_INTRA,
|
21843
|
+
# AvcIntraSettings * FRAME\_CAPTURE, FrameCaptureSettings * H\_264,
|
21844
|
+
# H264Settings * H\_265, H265Settings * MPEG2, Mpeg2Settings *
|
21845
|
+
# PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings *
|
21846
|
+
# VP9, Vp9Settings
|
20537
21847
|
# @return [Types::VideoCodecSettings]
|
20538
21848
|
#
|
20539
21849
|
# @!attribute [rw] color_metadata
|
@@ -20993,7 +22303,7 @@ module Aws::MediaConvert
|
|
20993
22303
|
# {
|
20994
22304
|
# bitrate: 1,
|
20995
22305
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20996
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
22306
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20997
22307
|
# framerate_denominator: 1,
|
20998
22308
|
# framerate_numerator: 1,
|
20999
22309
|
# gop_size: 1.0,
|
@@ -21028,10 +22338,18 @@ module Aws::MediaConvert
|
|
21028
22338
|
# @return [String]
|
21029
22339
|
#
|
21030
22340
|
# @!attribute [rw] framerate_conversion_algorithm
|
21031
|
-
#
|
21032
|
-
#
|
21033
|
-
#
|
21034
|
-
#
|
22341
|
+
# Choose the method that you want MediaConvert to use when increasing
|
22342
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
22343
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
22344
|
+
# to 30 fps. For numerically complex conversions, you can use
|
22345
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
22346
|
+
# picture, but might introduce undesirable video artifacts. For
|
22347
|
+
# complex frame rate conversions, especially if your source video has
|
22348
|
+
# already been converted from its original cadence, use FrameFormer
|
22349
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
22350
|
+
# chooses the best conversion method frame by frame. Note that using
|
22351
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
22352
|
+
# add-on cost.
|
21035
22353
|
# @return [String]
|
21036
22354
|
#
|
21037
22355
|
# @!attribute [rw] framerate_denominator
|
@@ -21139,7 +22457,7 @@ module Aws::MediaConvert
|
|
21139
22457
|
# {
|
21140
22458
|
# bitrate: 1,
|
21141
22459
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21142
|
-
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
22460
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21143
22461
|
# framerate_denominator: 1,
|
21144
22462
|
# framerate_numerator: 1,
|
21145
22463
|
# gop_size: 1.0,
|
@@ -21174,10 +22492,18 @@ module Aws::MediaConvert
|
|
21174
22492
|
# @return [String]
|
21175
22493
|
#
|
21176
22494
|
# @!attribute [rw] framerate_conversion_algorithm
|
21177
|
-
#
|
21178
|
-
#
|
21179
|
-
#
|
21180
|
-
#
|
22495
|
+
# Choose the method that you want MediaConvert to use when increasing
|
22496
|
+
# or decreasing the frame rate. We recommend using drop duplicate
|
22497
|
+
# (DUPLICATE\_DROP) for numerically simple conversions, such as 60 fps
|
22498
|
+
# to 30 fps. For numerically complex conversions, you can use
|
22499
|
+
# interpolate (INTERPOLATE) to avoid stutter. This results in a smooth
|
22500
|
+
# picture, but might introduce undesirable video artifacts. For
|
22501
|
+
# complex frame rate conversions, especially if your source video has
|
22502
|
+
# already been converted from its original cadence, use FrameFormer
|
22503
|
+
# (FRAMEFORMER) to do motion-compensated interpolation. FrameFormer
|
22504
|
+
# chooses the best conversion method frame by frame. Note that using
|
22505
|
+
# FrameFormer increases the transcoding time and incurs a significant
|
22506
|
+
# add-on cost.
|
21181
22507
|
# @return [String]
|
21182
22508
|
#
|
21183
22509
|
# @!attribute [rw] framerate_denominator
|