aws-sdk-mediaconvert 1.49.0 → 1.54.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 +4 -2
- data/lib/aws-sdk-mediaconvert/client.rb +731 -60
- data/lib/aws-sdk-mediaconvert/client_api.rb +83 -2
- data/lib/aws-sdk-mediaconvert/errors.rb +2 -0
- data/lib/aws-sdk-mediaconvert/resource.rb +2 -0
- data/lib/aws-sdk-mediaconvert/types.rb +1449 -116
- metadata +4 -4
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -384,13 +386,16 @@ module Aws::MediaConvert
|
|
384
386
|
MsSmoothManifestEncoding = Shapes::StringShape.new(name: 'MsSmoothManifestEncoding')
|
385
387
|
MxfAfdSignaling = Shapes::StringShape.new(name: 'MxfAfdSignaling')
|
386
388
|
MxfSettings = Shapes::StructureShape.new(name: 'MxfSettings')
|
389
|
+
NexGuardFileMarkerSettings = Shapes::StructureShape.new(name: 'NexGuardFileMarkerSettings')
|
387
390
|
NielsenConfiguration = Shapes::StructureShape.new(name: 'NielsenConfiguration')
|
391
|
+
NoiseFilterPostTemporalSharpening = Shapes::StringShape.new(name: 'NoiseFilterPostTemporalSharpening')
|
388
392
|
NoiseReducer = Shapes::StructureShape.new(name: 'NoiseReducer')
|
389
393
|
NoiseReducerFilter = Shapes::StringShape.new(name: 'NoiseReducerFilter')
|
390
394
|
NoiseReducerFilterSettings = Shapes::StructureShape.new(name: 'NoiseReducerFilterSettings')
|
391
395
|
NoiseReducerSpatialFilterSettings = Shapes::StructureShape.new(name: 'NoiseReducerSpatialFilterSettings')
|
392
396
|
NoiseReducerTemporalFilterSettings = Shapes::StructureShape.new(name: 'NoiseReducerTemporalFilterSettings')
|
393
397
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
398
|
+
OpusSettings = Shapes::StructureShape.new(name: 'OpusSettings')
|
394
399
|
Order = Shapes::StringShape.new(name: 'Order')
|
395
400
|
Output = Shapes::StructureShape.new(name: 'Output')
|
396
401
|
OutputChannelMapping = Shapes::StructureShape.new(name: 'OutputChannelMapping')
|
@@ -401,6 +406,7 @@ module Aws::MediaConvert
|
|
401
406
|
OutputGroupType = Shapes::StringShape.new(name: 'OutputGroupType')
|
402
407
|
OutputSdt = Shapes::StringShape.new(name: 'OutputSdt')
|
403
408
|
OutputSettings = Shapes::StructureShape.new(name: 'OutputSettings')
|
409
|
+
PartnerWatermarking = Shapes::StructureShape.new(name: 'PartnerWatermarking')
|
404
410
|
Preset = Shapes::StructureShape.new(name: 'Preset')
|
405
411
|
PresetListBy = Shapes::StringShape.new(name: 'PresetListBy')
|
406
412
|
PresetSettings = Shapes::StructureShape.new(name: 'PresetSettings')
|
@@ -470,6 +476,20 @@ module Aws::MediaConvert
|
|
470
476
|
VideoPreprocessor = Shapes::StructureShape.new(name: 'VideoPreprocessor')
|
471
477
|
VideoSelector = Shapes::StructureShape.new(name: 'VideoSelector')
|
472
478
|
VideoTimecodeInsertion = Shapes::StringShape.new(name: 'VideoTimecodeInsertion')
|
479
|
+
VorbisSettings = Shapes::StructureShape.new(name: 'VorbisSettings')
|
480
|
+
Vp8FramerateControl = Shapes::StringShape.new(name: 'Vp8FramerateControl')
|
481
|
+
Vp8FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Vp8FramerateConversionAlgorithm')
|
482
|
+
Vp8ParControl = Shapes::StringShape.new(name: 'Vp8ParControl')
|
483
|
+
Vp8QualityTuningLevel = Shapes::StringShape.new(name: 'Vp8QualityTuningLevel')
|
484
|
+
Vp8RateControlMode = Shapes::StringShape.new(name: 'Vp8RateControlMode')
|
485
|
+
Vp8Settings = Shapes::StructureShape.new(name: 'Vp8Settings')
|
486
|
+
Vp9FramerateControl = Shapes::StringShape.new(name: 'Vp9FramerateControl')
|
487
|
+
Vp9FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Vp9FramerateConversionAlgorithm')
|
488
|
+
Vp9ParControl = Shapes::StringShape.new(name: 'Vp9ParControl')
|
489
|
+
Vp9QualityTuningLevel = Shapes::StringShape.new(name: 'Vp9QualityTuningLevel')
|
490
|
+
Vp9RateControlMode = Shapes::StringShape.new(name: 'Vp9RateControlMode')
|
491
|
+
Vp9Settings = Shapes::StructureShape.new(name: 'Vp9Settings')
|
492
|
+
WatermarkingStrength = Shapes::StringShape.new(name: 'WatermarkingStrength')
|
473
493
|
WavFormat = Shapes::StringShape.new(name: 'WavFormat')
|
474
494
|
WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
|
475
495
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
@@ -500,6 +520,7 @@ module Aws::MediaConvert
|
|
500
520
|
__integerMin0Max30000 = Shapes::IntegerShape.new(name: '__integerMin0Max30000')
|
501
521
|
__integerMin0Max3600 = Shapes::IntegerShape.new(name: '__integerMin0Max3600')
|
502
522
|
__integerMin0Max4 = Shapes::IntegerShape.new(name: '__integerMin0Max4')
|
523
|
+
__integerMin0Max4194303 = Shapes::IntegerShape.new(name: '__integerMin0Max4194303')
|
503
524
|
__integerMin0Max47185920 = Shapes::IntegerShape.new(name: '__integerMin0Max47185920')
|
504
525
|
__integerMin0Max500 = Shapes::IntegerShape.new(name: '__integerMin0Max500')
|
505
526
|
__integerMin0Max50000 = Shapes::IntegerShape.new(name: '__integerMin0Max50000')
|
@@ -514,8 +535,10 @@ module Aws::MediaConvert
|
|
514
535
|
__integerMin1000Max288000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max288000000')
|
515
536
|
__integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
|
516
537
|
__integerMin1000Max300000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max300000000')
|
538
|
+
__integerMin1000Max480000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max480000000')
|
517
539
|
__integerMin10Max48 = Shapes::IntegerShape.new(name: '__integerMin10Max48')
|
518
540
|
__integerMin16000Max320000 = Shapes::IntegerShape.new(name: '__integerMin16000Max320000')
|
541
|
+
__integerMin16000Max48000 = Shapes::IntegerShape.new(name: '__integerMin16000Max48000')
|
519
542
|
__integerMin16Max24 = Shapes::IntegerShape.new(name: '__integerMin16Max24')
|
520
543
|
__integerMin1Max1 = Shapes::IntegerShape.new(name: '__integerMin1Max1')
|
521
544
|
__integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
|
@@ -538,6 +561,7 @@ module Aws::MediaConvert
|
|
538
561
|
__integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
|
539
562
|
__integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
|
540
563
|
__integerMin2Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin2Max2147483647')
|
564
|
+
__integerMin32000Max192000 = Shapes::IntegerShape.new(name: '__integerMin32000Max192000')
|
541
565
|
__integerMin32000Max384000 = Shapes::IntegerShape.new(name: '__integerMin32000Max384000')
|
542
566
|
__integerMin32000Max48000 = Shapes::IntegerShape.new(name: '__integerMin32000Max48000')
|
543
567
|
__integerMin32Max8182 = Shapes::IntegerShape.new(name: '__integerMin32Max8182')
|
@@ -552,6 +576,7 @@ module Aws::MediaConvert
|
|
552
576
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
553
577
|
__integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
|
554
578
|
__integerMinNegative180Max180 = Shapes::IntegerShape.new(name: '__integerMinNegative180Max180')
|
579
|
+
__integerMinNegative1Max10 = Shapes::IntegerShape.new(name: '__integerMinNegative1Max10')
|
555
580
|
__integerMinNegative1Max3 = Shapes::IntegerShape.new(name: '__integerMinNegative1Max3')
|
556
581
|
__integerMinNegative2147483648Max2147483647 = Shapes::IntegerShape.new(name: '__integerMinNegative2147483648Max2147483647')
|
557
582
|
__integerMinNegative2Max3 = Shapes::IntegerShape.new(name: '__integerMinNegative2Max3')
|
@@ -607,6 +632,7 @@ module Aws::MediaConvert
|
|
607
632
|
__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA')
|
608
633
|
__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI = Shapes::StringShape.new(name: '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI')
|
609
634
|
__stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
|
635
|
+
__stringMin1Max100000 = Shapes::StringShape.new(name: '__stringMin1Max100000')
|
610
636
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
611
637
|
__stringMin24Max512PatternAZaZ0902 = Shapes::StringShape.new(name: '__stringMin24Max512PatternAZaZ0902')
|
612
638
|
__stringMin32Max32Pattern09aFAF32 = Shapes::StringShape.new(name: '__stringMin32Max32Pattern09aFAF32')
|
@@ -629,8 +655,8 @@ module Aws::MediaConvert
|
|
629
655
|
__stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
|
630
656
|
__stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
|
631
657
|
__stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
|
632
|
-
__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE = Shapes::StringShape.new(name: '__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE')
|
633
658
|
__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL = Shapes::StringShape.new(name: '__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL')
|
659
|
+
__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE = Shapes::StringShape.new(name: '__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE')
|
634
660
|
__stringPatternSNManifestConfirmConditionNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNManifestConfirmConditionNotificationNS')
|
635
661
|
__stringPatternSNSignalProcessingNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNSignalProcessingNotificationNS')
|
636
662
|
__stringPatternW = Shapes::StringShape.new(name: '__stringPatternW')
|
@@ -685,6 +711,8 @@ module Aws::MediaConvert
|
|
685
711
|
AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
|
686
712
|
AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
|
687
713
|
AudioCodecSettings.add_member(:mp_3_settings, Shapes::ShapeRef.new(shape: Mp3Settings, location_name: "mp3Settings"))
|
714
|
+
AudioCodecSettings.add_member(:opus_settings, Shapes::ShapeRef.new(shape: OpusSettings, location_name: "opusSettings"))
|
715
|
+
AudioCodecSettings.add_member(:vorbis_settings, Shapes::ShapeRef.new(shape: VorbisSettings, location_name: "vorbisSettings"))
|
688
716
|
AudioCodecSettings.add_member(:wav_settings, Shapes::ShapeRef.new(shape: WavSettings, location_name: "wavSettings"))
|
689
717
|
AudioCodecSettings.struct_class = Types::AudioCodecSettings
|
690
718
|
|
@@ -710,7 +738,7 @@ module Aws::MediaConvert
|
|
710
738
|
|
711
739
|
AudioSelector.add_member(:custom_language_code, Shapes::ShapeRef.new(shape: __stringMin3Max3PatternAZaZ3, location_name: "customLanguageCode"))
|
712
740
|
AudioSelector.add_member(:default_selection, Shapes::ShapeRef.new(shape: AudioDefaultSelection, location_name: "defaultSelection"))
|
713
|
-
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape:
|
741
|
+
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE, location_name: "externalAudioFileInput"))
|
714
742
|
AudioSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
|
715
743
|
AudioSelector.add_member(:offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "offset"))
|
716
744
|
AudioSelector.add_member(:pids, Shapes::ShapeRef.new(shape: __listOf__integerMin1Max2147483647, location_name: "pids"))
|
@@ -1661,6 +1689,12 @@ module Aws::MediaConvert
|
|
1661
1689
|
MxfSettings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: MxfAfdSignaling, location_name: "afdSignaling"))
|
1662
1690
|
MxfSettings.struct_class = Types::MxfSettings
|
1663
1691
|
|
1692
|
+
NexGuardFileMarkerSettings.add_member(:license, Shapes::ShapeRef.new(shape: __stringMin1Max100000, location_name: "license"))
|
1693
|
+
NexGuardFileMarkerSettings.add_member(:payload, Shapes::ShapeRef.new(shape: __integerMin0Max4194303, location_name: "payload"))
|
1694
|
+
NexGuardFileMarkerSettings.add_member(:preset, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "preset"))
|
1695
|
+
NexGuardFileMarkerSettings.add_member(:strength, Shapes::ShapeRef.new(shape: WatermarkingStrength, location_name: "strength"))
|
1696
|
+
NexGuardFileMarkerSettings.struct_class = Types::NexGuardFileMarkerSettings
|
1697
|
+
|
1664
1698
|
NielsenConfiguration.add_member(:breakout_code, Shapes::ShapeRef.new(shape: __integerMin0Max0, location_name: "breakoutCode"))
|
1665
1699
|
NielsenConfiguration.add_member(:distributor_id, Shapes::ShapeRef.new(shape: __string, location_name: "distributorId"))
|
1666
1700
|
NielsenConfiguration.struct_class = Types::NielsenConfiguration
|
@@ -1680,6 +1714,7 @@ module Aws::MediaConvert
|
|
1680
1714
|
NoiseReducerSpatialFilterSettings.struct_class = Types::NoiseReducerSpatialFilterSettings
|
1681
1715
|
|
1682
1716
|
NoiseReducerTemporalFilterSettings.add_member(:aggressive_mode, Shapes::ShapeRef.new(shape: __integerMin0Max4, location_name: "aggressiveMode"))
|
1717
|
+
NoiseReducerTemporalFilterSettings.add_member(:post_temporal_sharpening, Shapes::ShapeRef.new(shape: NoiseFilterPostTemporalSharpening, location_name: "postTemporalSharpening"))
|
1683
1718
|
NoiseReducerTemporalFilterSettings.add_member(:speed, Shapes::ShapeRef.new(shape: __integerMinNegative1Max3, location_name: "speed"))
|
1684
1719
|
NoiseReducerTemporalFilterSettings.add_member(:strength, Shapes::ShapeRef.new(shape: __integerMin0Max16, location_name: "strength"))
|
1685
1720
|
NoiseReducerTemporalFilterSettings.struct_class = Types::NoiseReducerTemporalFilterSettings
|
@@ -1687,6 +1722,11 @@ module Aws::MediaConvert
|
|
1687
1722
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1688
1723
|
NotFoundException.struct_class = Types::NotFoundException
|
1689
1724
|
|
1725
|
+
OpusSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin32000Max192000, location_name: "bitrate"))
|
1726
|
+
OpusSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max2, location_name: "channels"))
|
1727
|
+
OpusSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin16000Max48000, location_name: "sampleRate"))
|
1728
|
+
OpusSettings.struct_class = Types::OpusSettings
|
1729
|
+
|
1690
1730
|
Output.add_member(:audio_descriptions, Shapes::ShapeRef.new(shape: __listOfAudioDescription, location_name: "audioDescriptions"))
|
1691
1731
|
Output.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
|
1692
1732
|
Output.add_member(:container_settings, Shapes::ShapeRef.new(shape: ContainerSettings, location_name: "containerSettings"))
|
@@ -1724,6 +1764,9 @@ module Aws::MediaConvert
|
|
1724
1764
|
OutputSettings.add_member(:hls_settings, Shapes::ShapeRef.new(shape: HlsSettings, location_name: "hlsSettings"))
|
1725
1765
|
OutputSettings.struct_class = Types::OutputSettings
|
1726
1766
|
|
1767
|
+
PartnerWatermarking.add_member(:nexguard_file_marker_settings, Shapes::ShapeRef.new(shape: NexGuardFileMarkerSettings, location_name: "nexguardFileMarkerSettings"))
|
1768
|
+
PartnerWatermarking.struct_class = Types::PartnerWatermarking
|
1769
|
+
|
1727
1770
|
Preset.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1728
1771
|
Preset.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
|
1729
1772
|
Preset.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
|
@@ -1918,6 +1961,8 @@ module Aws::MediaConvert
|
|
1918
1961
|
VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
|
1919
1962
|
VideoCodecSettings.add_member(:mpeg_2_settings, Shapes::ShapeRef.new(shape: Mpeg2Settings, location_name: "mpeg2Settings"))
|
1920
1963
|
VideoCodecSettings.add_member(:prores_settings, Shapes::ShapeRef.new(shape: ProresSettings, location_name: "proresSettings"))
|
1964
|
+
VideoCodecSettings.add_member(:vp_8_settings, Shapes::ShapeRef.new(shape: Vp8Settings, location_name: "vp8Settings"))
|
1965
|
+
VideoCodecSettings.add_member(:vp_9_settings, Shapes::ShapeRef.new(shape: Vp9Settings, location_name: "vp9Settings"))
|
1921
1966
|
VideoCodecSettings.struct_class = Types::VideoCodecSettings
|
1922
1967
|
|
1923
1968
|
VideoDescription.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
|
@@ -1946,6 +1991,7 @@ module Aws::MediaConvert
|
|
1946
1991
|
VideoPreprocessor.add_member(:dolby_vision, Shapes::ShapeRef.new(shape: DolbyVision, location_name: "dolbyVision"))
|
1947
1992
|
VideoPreprocessor.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
1948
1993
|
VideoPreprocessor.add_member(:noise_reducer, Shapes::ShapeRef.new(shape: NoiseReducer, location_name: "noiseReducer"))
|
1994
|
+
VideoPreprocessor.add_member(:partner_watermarking, Shapes::ShapeRef.new(shape: PartnerWatermarking, location_name: "partnerWatermarking"))
|
1949
1995
|
VideoPreprocessor.add_member(:timecode_burnin, Shapes::ShapeRef.new(shape: TimecodeBurnin, location_name: "timecodeBurnin"))
|
1950
1996
|
VideoPreprocessor.struct_class = Types::VideoPreprocessor
|
1951
1997
|
|
@@ -1958,6 +2004,41 @@ module Aws::MediaConvert
|
|
1958
2004
|
VideoSelector.add_member(:rotate, Shapes::ShapeRef.new(shape: InputRotate, location_name: "rotate"))
|
1959
2005
|
VideoSelector.struct_class = Types::VideoSelector
|
1960
2006
|
|
2007
|
+
VorbisSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max2, location_name: "channels"))
|
2008
|
+
VorbisSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin22050Max48000, location_name: "sampleRate"))
|
2009
|
+
VorbisSettings.add_member(:vbr_quality, Shapes::ShapeRef.new(shape: __integerMinNegative1Max10, location_name: "vbrQuality"))
|
2010
|
+
VorbisSettings.struct_class = Types::VorbisSettings
|
2011
|
+
|
2012
|
+
Vp8Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "bitrate"))
|
2013
|
+
Vp8Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: Vp8FramerateControl, location_name: "framerateControl"))
|
2014
|
+
Vp8Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: Vp8FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
2015
|
+
Vp8Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
|
2016
|
+
Vp8Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
|
2017
|
+
Vp8Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
|
2018
|
+
Vp8Settings.add_member(:hrd_buffer_size, Shapes::ShapeRef.new(shape: __integerMin0Max47185920, location_name: "hrdBufferSize"))
|
2019
|
+
Vp8Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "maxBitrate"))
|
2020
|
+
Vp8Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: Vp8ParControl, location_name: "parControl"))
|
2021
|
+
Vp8Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
|
2022
|
+
Vp8Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
2023
|
+
Vp8Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: Vp8QualityTuningLevel, location_name: "qualityTuningLevel"))
|
2024
|
+
Vp8Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Vp8RateControlMode, location_name: "rateControlMode"))
|
2025
|
+
Vp8Settings.struct_class = Types::Vp8Settings
|
2026
|
+
|
2027
|
+
Vp9Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max480000000, location_name: "bitrate"))
|
2028
|
+
Vp9Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: Vp9FramerateControl, location_name: "framerateControl"))
|
2029
|
+
Vp9Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: Vp9FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
2030
|
+
Vp9Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
|
2031
|
+
Vp9Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
|
2032
|
+
Vp9Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
|
2033
|
+
Vp9Settings.add_member(:hrd_buffer_size, Shapes::ShapeRef.new(shape: __integerMin0Max47185920, location_name: "hrdBufferSize"))
|
2034
|
+
Vp9Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max480000000, location_name: "maxBitrate"))
|
2035
|
+
Vp9Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: Vp9ParControl, location_name: "parControl"))
|
2036
|
+
Vp9Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
|
2037
|
+
Vp9Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
2038
|
+
Vp9Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: Vp9QualityTuningLevel, location_name: "qualityTuningLevel"))
|
2039
|
+
Vp9Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Vp9RateControlMode, location_name: "rateControlMode"))
|
2040
|
+
Vp9Settings.struct_class = Types::Vp9Settings
|
2041
|
+
|
1961
2042
|
WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integerMin16Max24, location_name: "bitDepth"))
|
1962
2043
|
WavSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max64, location_name: "channels"))
|
1963
2044
|
WavSettings.add_member(:format, Shapes::ShapeRef.new(shape: WavFormat, location_name: "format"))
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -107,6 +109,7 @@ module Aws::MediaConvert
|
|
107
109
|
:sample_rate,
|
108
110
|
:specification,
|
109
111
|
:vbr_quality)
|
112
|
+
SENSITIVE = []
|
110
113
|
include Aws::Structure
|
111
114
|
end
|
112
115
|
|
@@ -180,6 +183,7 @@ module Aws::MediaConvert
|
|
180
183
|
:lfe_filter,
|
181
184
|
:metadata_control,
|
182
185
|
:sample_rate)
|
186
|
+
SENSITIVE = []
|
183
187
|
include Aws::Structure
|
184
188
|
end
|
185
189
|
|
@@ -202,6 +206,7 @@ module Aws::MediaConvert
|
|
202
206
|
#
|
203
207
|
class AccelerationSettings < Struct.new(
|
204
208
|
:mode)
|
209
|
+
SENSITIVE = []
|
205
210
|
include Aws::Structure
|
206
211
|
end
|
207
212
|
|
@@ -238,6 +243,7 @@ module Aws::MediaConvert
|
|
238
243
|
:bit_depth,
|
239
244
|
:channels,
|
240
245
|
:sample_rate)
|
246
|
+
SENSITIVE = []
|
241
247
|
include Aws::Structure
|
242
248
|
end
|
243
249
|
|
@@ -277,6 +283,7 @@ module Aws::MediaConvert
|
|
277
283
|
:convert_608_to_708,
|
278
284
|
:source_ancillary_channel_number,
|
279
285
|
:terminate_captions)
|
286
|
+
SENSITIVE = []
|
280
287
|
include Aws::Structure
|
281
288
|
end
|
282
289
|
|
@@ -299,6 +306,7 @@ module Aws::MediaConvert
|
|
299
306
|
#
|
300
307
|
class AssociateCertificateRequest < Struct.new(
|
301
308
|
:arn)
|
309
|
+
SENSITIVE = []
|
302
310
|
include Aws::Structure
|
303
311
|
end
|
304
312
|
|
@@ -316,7 +324,8 @@ module Aws::MediaConvert
|
|
316
324
|
# corresponding settings object. The following lists the codec enum,
|
317
325
|
# settings object pairs. * AAC, AacSettings * MP2, Mp2Settings * MP3,
|
318
326
|
# Mp3Settings * WAV, WavSettings * AIFF, AiffSettings * AC3,
|
319
|
-
# Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS, Eac3AtmosSettings
|
327
|
+
# Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS, Eac3AtmosSettings *
|
328
|
+
# VORBIS, VorbisSettings * OPUS, OpusSettings
|
320
329
|
#
|
321
330
|
# @note When making an API call, you may pass AudioCodecSettings
|
322
331
|
# data as a hash:
|
@@ -348,7 +357,7 @@ module Aws::MediaConvert
|
|
348
357
|
# channels: 1,
|
349
358
|
# sample_rate: 1,
|
350
359
|
# },
|
351
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
360
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
352
361
|
# eac_3_atmos_settings: {
|
353
362
|
# bitrate: 1,
|
354
363
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -401,6 +410,16 @@ module Aws::MediaConvert
|
|
401
410
|
# sample_rate: 1,
|
402
411
|
# vbr_quality: 1,
|
403
412
|
# },
|
413
|
+
# opus_settings: {
|
414
|
+
# bitrate: 1,
|
415
|
+
# channels: 1,
|
416
|
+
# sample_rate: 1,
|
417
|
+
# },
|
418
|
+
# vorbis_settings: {
|
419
|
+
# channels: 1,
|
420
|
+
# sample_rate: 1,
|
421
|
+
# vbr_quality: 1,
|
422
|
+
# },
|
404
423
|
# wav_settings: {
|
405
424
|
# bit_depth: 1,
|
406
425
|
# channels: 1,
|
@@ -454,6 +473,16 @@ module Aws::MediaConvert
|
|
454
473
|
# to the value MP3.
|
455
474
|
# @return [Types::Mp3Settings]
|
456
475
|
#
|
476
|
+
# @!attribute [rw] opus_settings
|
477
|
+
# Required when you set Codec, under AudioDescriptions>CodecSettings,
|
478
|
+
# to the value OPUS.
|
479
|
+
# @return [Types::OpusSettings]
|
480
|
+
#
|
481
|
+
# @!attribute [rw] vorbis_settings
|
482
|
+
# Required when you set Codec, under AudioDescriptions>CodecSettings,
|
483
|
+
# to the value Vorbis.
|
484
|
+
# @return [Types::VorbisSettings]
|
485
|
+
#
|
457
486
|
# @!attribute [rw] wav_settings
|
458
487
|
# Required when you set (Codec) under
|
459
488
|
# (AudioDescriptions)>(CodecSettings) to the value WAV.
|
@@ -470,7 +499,10 @@ module Aws::MediaConvert
|
|
470
499
|
:eac_3_settings,
|
471
500
|
:mp_2_settings,
|
472
501
|
:mp_3_settings,
|
502
|
+
:opus_settings,
|
503
|
+
:vorbis_settings,
|
473
504
|
:wav_settings)
|
505
|
+
SENSITIVE = []
|
474
506
|
include Aws::Structure
|
475
507
|
end
|
476
508
|
|
@@ -518,7 +550,7 @@ module Aws::MediaConvert
|
|
518
550
|
# channels: 1,
|
519
551
|
# sample_rate: 1,
|
520
552
|
# },
|
521
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
553
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
522
554
|
# eac_3_atmos_settings: {
|
523
555
|
# bitrate: 1,
|
524
556
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -571,6 +603,16 @@ module Aws::MediaConvert
|
|
571
603
|
# sample_rate: 1,
|
572
604
|
# vbr_quality: 1,
|
573
605
|
# },
|
606
|
+
# opus_settings: {
|
607
|
+
# bitrate: 1,
|
608
|
+
# channels: 1,
|
609
|
+
# sample_rate: 1,
|
610
|
+
# },
|
611
|
+
# vorbis_settings: {
|
612
|
+
# channels: 1,
|
613
|
+
# sample_rate: 1,
|
614
|
+
# vbr_quality: 1,
|
615
|
+
# },
|
574
616
|
# wav_settings: {
|
575
617
|
# bit_depth: 1,
|
576
618
|
# channels: 1,
|
@@ -641,7 +683,7 @@ module Aws::MediaConvert
|
|
641
683
|
# enum, settings object pairs. * AAC, AacSettings * MP2, Mp2Settings
|
642
684
|
# * MP3, Mp3Settings * WAV, WavSettings * AIFF, AiffSettings *
|
643
685
|
# AC3, Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS,
|
644
|
-
# Eac3AtmosSettings
|
686
|
+
# Eac3AtmosSettings * VORBIS, VorbisSettings * OPUS, OpusSettings
|
645
687
|
# @return [Types::AudioCodecSettings]
|
646
688
|
#
|
647
689
|
# @!attribute [rw] custom_language_code
|
@@ -702,6 +744,7 @@ module Aws::MediaConvert
|
|
702
744
|
:language_code_control,
|
703
745
|
:remix_settings,
|
704
746
|
:stream_name)
|
747
|
+
SENSITIVE = []
|
705
748
|
include Aws::Structure
|
706
749
|
end
|
707
750
|
|
@@ -772,6 +815,7 @@ module Aws::MediaConvert
|
|
772
815
|
:loudness_logging,
|
773
816
|
:peak_calculation,
|
774
817
|
:target_lkfs)
|
818
|
+
SENSITIVE = []
|
775
819
|
include Aws::Structure
|
776
820
|
end
|
777
821
|
|
@@ -783,7 +827,7 @@ module Aws::MediaConvert
|
|
783
827
|
# {
|
784
828
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
785
829
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
786
|
-
# external_audio_file_input: "
|
830
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
787
831
|
# 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
|
788
832
|
# offset: 1,
|
789
833
|
# pids: [1],
|
@@ -879,6 +923,7 @@ module Aws::MediaConvert
|
|
879
923
|
:remix_settings,
|
880
924
|
:selector_type,
|
881
925
|
:tracks)
|
926
|
+
SENSITIVE = []
|
882
927
|
include Aws::Structure
|
883
928
|
end
|
884
929
|
|
@@ -903,6 +948,7 @@ module Aws::MediaConvert
|
|
903
948
|
#
|
904
949
|
class AudioSelectorGroup < Struct.new(
|
905
950
|
:audio_selector_names)
|
951
|
+
SENSITIVE = []
|
906
952
|
include Aws::Structure
|
907
953
|
end
|
908
954
|
|
@@ -947,6 +993,7 @@ module Aws::MediaConvert
|
|
947
993
|
class Av1QvbrSettings < Struct.new(
|
948
994
|
:qvbr_quality_level,
|
949
995
|
:qvbr_quality_level_fine_tune)
|
996
|
+
SENSITIVE = []
|
950
997
|
include Aws::Structure
|
951
998
|
end
|
952
999
|
|
@@ -996,8 +1043,8 @@ module Aws::MediaConvert
|
|
996
1043
|
# @return [String]
|
997
1044
|
#
|
998
1045
|
# @!attribute [rw] framerate_conversion_algorithm
|
999
|
-
#
|
1000
|
-
# conversion.
|
1046
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
1047
|
+
# The default behavior is to use duplicate drop conversion.
|
1001
1048
|
# @return [String]
|
1002
1049
|
#
|
1003
1050
|
# @!attribute [rw] framerate_denominator
|
@@ -1078,6 +1125,7 @@ module Aws::MediaConvert
|
|
1078
1125
|
:rate_control_mode,
|
1079
1126
|
:slices,
|
1080
1127
|
:spatial_adaptive_quantization)
|
1128
|
+
SENSITIVE = []
|
1081
1129
|
include Aws::Structure
|
1082
1130
|
end
|
1083
1131
|
|
@@ -1099,6 +1147,7 @@ module Aws::MediaConvert
|
|
1099
1147
|
#
|
1100
1148
|
class AvailBlanking < Struct.new(
|
1101
1149
|
:avail_blanking_image)
|
1150
|
+
SENSITIVE = []
|
1102
1151
|
include Aws::Structure
|
1103
1152
|
end
|
1104
1153
|
|
@@ -1109,6 +1158,7 @@ module Aws::MediaConvert
|
|
1109
1158
|
#
|
1110
1159
|
class BadRequestException < Struct.new(
|
1111
1160
|
:message)
|
1161
|
+
SENSITIVE = []
|
1112
1162
|
include Aws::Structure
|
1113
1163
|
end
|
1114
1164
|
|
@@ -1283,6 +1333,7 @@ module Aws::MediaConvert
|
|
1283
1333
|
:teletext_spacing,
|
1284
1334
|
:x_position,
|
1285
1335
|
:y_position)
|
1336
|
+
SENSITIVE = []
|
1286
1337
|
include Aws::Structure
|
1287
1338
|
end
|
1288
1339
|
|
@@ -1303,6 +1354,7 @@ module Aws::MediaConvert
|
|
1303
1354
|
#
|
1304
1355
|
class CancelJobRequest < Struct.new(
|
1305
1356
|
:id)
|
1357
|
+
SENSITIVE = []
|
1306
1358
|
include Aws::Structure
|
1307
1359
|
end
|
1308
1360
|
|
@@ -1430,6 +1482,7 @@ module Aws::MediaConvert
|
|
1430
1482
|
:destination_settings,
|
1431
1483
|
:language_code,
|
1432
1484
|
:language_description)
|
1485
|
+
SENSITIVE = []
|
1433
1486
|
include Aws::Structure
|
1434
1487
|
end
|
1435
1488
|
|
@@ -1545,6 +1598,7 @@ module Aws::MediaConvert
|
|
1545
1598
|
:destination_settings,
|
1546
1599
|
:language_code,
|
1547
1600
|
:language_description)
|
1601
|
+
SENSITIVE = []
|
1548
1602
|
include Aws::Structure
|
1549
1603
|
end
|
1550
1604
|
|
@@ -1667,6 +1721,7 @@ module Aws::MediaConvert
|
|
1667
1721
|
:scc_destination_settings,
|
1668
1722
|
:teletext_destination_settings,
|
1669
1723
|
:ttml_destination_settings)
|
1724
|
+
SENSITIVE = []
|
1670
1725
|
include Aws::Structure
|
1671
1726
|
end
|
1672
1727
|
|
@@ -1747,12 +1802,13 @@ module Aws::MediaConvert
|
|
1747
1802
|
:custom_language_code,
|
1748
1803
|
:language_code,
|
1749
1804
|
:source_settings)
|
1805
|
+
SENSITIVE = []
|
1750
1806
|
include Aws::Structure
|
1751
1807
|
end
|
1752
1808
|
|
1753
1809
|
# Ignore this setting unless your input captions format is SCC. To have
|
1754
|
-
# the service compensate for differing
|
1755
|
-
# captions and input video, specify the
|
1810
|
+
# the service compensate for differing frame rates between your input
|
1811
|
+
# captions and input video, specify the frame rate of the captions file.
|
1756
1812
|
# Specify this value as a fraction, using the settings Framerate
|
1757
1813
|
# numerator (framerateNumerator) and Framerate denominator
|
1758
1814
|
# (framerateDenominator). For example, you might specify 24 / 1 for 24
|
@@ -1768,15 +1824,15 @@ module Aws::MediaConvert
|
|
1768
1824
|
# }
|
1769
1825
|
#
|
1770
1826
|
# @!attribute [rw] framerate_denominator
|
1771
|
-
# Specify the denominator of the fraction that represents the
|
1772
|
-
#
|
1827
|
+
# Specify the denominator of the fraction that represents the frame
|
1828
|
+
# rate for the setting Caption source frame rate
|
1773
1829
|
# (CaptionSourceFramerate). Use this setting along with the setting
|
1774
1830
|
# Framerate numerator (framerateNumerator).
|
1775
1831
|
# @return [Integer]
|
1776
1832
|
#
|
1777
1833
|
# @!attribute [rw] framerate_numerator
|
1778
|
-
# Specify the numerator of the fraction that represents the
|
1779
|
-
# for the setting Caption source
|
1834
|
+
# Specify the numerator of the fraction that represents the frame rate
|
1835
|
+
# for the setting Caption source frame rate (CaptionSourceFramerate).
|
1780
1836
|
# Use this setting along with the setting Framerate denominator
|
1781
1837
|
# (framerateDenominator).
|
1782
1838
|
# @return [Integer]
|
@@ -1786,6 +1842,7 @@ module Aws::MediaConvert
|
|
1786
1842
|
class CaptionSourceFramerate < Struct.new(
|
1787
1843
|
:framerate_denominator,
|
1788
1844
|
:framerate_numerator)
|
1845
|
+
SENSITIVE = []
|
1789
1846
|
include Aws::Structure
|
1790
1847
|
end
|
1791
1848
|
|
@@ -1876,6 +1933,7 @@ module Aws::MediaConvert
|
|
1876
1933
|
:source_type,
|
1877
1934
|
:teletext_source_settings,
|
1878
1935
|
:track_source_settings)
|
1936
|
+
SENSITIVE = []
|
1879
1937
|
include Aws::Structure
|
1880
1938
|
end
|
1881
1939
|
|
@@ -1904,6 +1962,7 @@ module Aws::MediaConvert
|
|
1904
1962
|
#
|
1905
1963
|
class ChannelMapping < Struct.new(
|
1906
1964
|
:output_channels)
|
1965
|
+
SENSITIVE = []
|
1907
1966
|
include Aws::Structure
|
1908
1967
|
end
|
1909
1968
|
|
@@ -1943,6 +2002,7 @@ module Aws::MediaConvert
|
|
1943
2002
|
class CmafAdditionalManifest < Struct.new(
|
1944
2003
|
:manifest_name_modifier,
|
1945
2004
|
:selected_outputs)
|
2005
|
+
SENSITIVE = []
|
1946
2006
|
include Aws::Structure
|
1947
2007
|
end
|
1948
2008
|
|
@@ -2016,6 +2076,7 @@ module Aws::MediaConvert
|
|
2016
2076
|
:speke_key_provider,
|
2017
2077
|
:static_key_provider,
|
2018
2078
|
:type)
|
2079
|
+
SENSITIVE = []
|
2019
2080
|
include Aws::Structure
|
2020
2081
|
end
|
2021
2082
|
|
@@ -2242,6 +2303,7 @@ module Aws::MediaConvert
|
|
2242
2303
|
:write_dash_manifest,
|
2243
2304
|
:write_hls_manifest,
|
2244
2305
|
:write_segment_timeline_in_representation)
|
2306
|
+
SENSITIVE = []
|
2245
2307
|
include Aws::Structure
|
2246
2308
|
end
|
2247
2309
|
|
@@ -2275,6 +2337,7 @@ module Aws::MediaConvert
|
|
2275
2337
|
class CmfcSettings < Struct.new(
|
2276
2338
|
:scte_35_esam,
|
2277
2339
|
:scte_35_source)
|
2340
|
+
SENSITIVE = []
|
2278
2341
|
include Aws::Structure
|
2279
2342
|
end
|
2280
2343
|
|
@@ -2357,6 +2420,7 @@ module Aws::MediaConvert
|
|
2357
2420
|
:hdr_10_metadata,
|
2358
2421
|
:hue,
|
2359
2422
|
:saturation)
|
2423
|
+
SENSITIVE = []
|
2360
2424
|
include Aws::Structure
|
2361
2425
|
end
|
2362
2426
|
|
@@ -2367,6 +2431,7 @@ module Aws::MediaConvert
|
|
2367
2431
|
#
|
2368
2432
|
class ConflictException < Struct.new(
|
2369
2433
|
:message)
|
2434
|
+
SENSITIVE = []
|
2370
2435
|
include Aws::Structure
|
2371
2436
|
end
|
2372
2437
|
|
@@ -2380,7 +2445,7 @@ module Aws::MediaConvert
|
|
2380
2445
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2381
2446
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
2382
2447
|
# },
|
2383
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
2448
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
2384
2449
|
# f4v_settings: {
|
2385
2450
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
2386
2451
|
# },
|
@@ -2538,6 +2603,7 @@ module Aws::MediaConvert
|
|
2538
2603
|
:mp_4_settings,
|
2539
2604
|
:mpd_settings,
|
2540
2605
|
:mxf_settings)
|
2606
|
+
SENSITIVE = []
|
2541
2607
|
include Aws::Structure
|
2542
2608
|
end
|
2543
2609
|
|
@@ -2589,7 +2655,7 @@ module Aws::MediaConvert
|
|
2589
2655
|
# "__string" => {
|
2590
2656
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
2591
2657
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
2592
|
-
# external_audio_file_input: "
|
2658
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
2593
2659
|
# 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
|
2594
2660
|
# offset: 1,
|
2595
2661
|
# pids: [1],
|
@@ -2992,7 +3058,7 @@ module Aws::MediaConvert
|
|
2992
3058
|
# channels: 1,
|
2993
3059
|
# sample_rate: 1,
|
2994
3060
|
# },
|
2995
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
3061
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
2996
3062
|
# eac_3_atmos_settings: {
|
2997
3063
|
# bitrate: 1,
|
2998
3064
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -3045,6 +3111,16 @@ module Aws::MediaConvert
|
|
3045
3111
|
# sample_rate: 1,
|
3046
3112
|
# vbr_quality: 1,
|
3047
3113
|
# },
|
3114
|
+
# opus_settings: {
|
3115
|
+
# bitrate: 1,
|
3116
|
+
# channels: 1,
|
3117
|
+
# sample_rate: 1,
|
3118
|
+
# },
|
3119
|
+
# vorbis_settings: {
|
3120
|
+
# channels: 1,
|
3121
|
+
# sample_rate: 1,
|
3122
|
+
# vbr_quality: 1,
|
3123
|
+
# },
|
3048
3124
|
# wav_settings: {
|
3049
3125
|
# bit_depth: 1,
|
3050
3126
|
# channels: 1,
|
@@ -3141,7 +3217,7 @@ module Aws::MediaConvert
|
|
3141
3217
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
3142
3218
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
3143
3219
|
# },
|
3144
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
3220
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
3145
3221
|
# f4v_settings: {
|
3146
3222
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
3147
3223
|
# },
|
@@ -3271,7 +3347,7 @@ module Aws::MediaConvert
|
|
3271
3347
|
# slices: 1,
|
3272
3348
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3273
3349
|
# },
|
3274
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
3350
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
3275
3351
|
# frame_capture_settings: {
|
3276
3352
|
# framerate_denominator: 1,
|
3277
3353
|
# framerate_numerator: 1,
|
@@ -3414,6 +3490,36 @@ module Aws::MediaConvert
|
|
3414
3490
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3415
3491
|
# telecine: "NONE", # accepts NONE, HARD
|
3416
3492
|
# },
|
3493
|
+
# vp_8_settings: {
|
3494
|
+
# bitrate: 1,
|
3495
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3496
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3497
|
+
# framerate_denominator: 1,
|
3498
|
+
# framerate_numerator: 1,
|
3499
|
+
# gop_size: 1.0,
|
3500
|
+
# hrd_buffer_size: 1,
|
3501
|
+
# max_bitrate: 1,
|
3502
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3503
|
+
# par_denominator: 1,
|
3504
|
+
# par_numerator: 1,
|
3505
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
3506
|
+
# rate_control_mode: "VBR", # accepts VBR
|
3507
|
+
# },
|
3508
|
+
# vp_9_settings: {
|
3509
|
+
# bitrate: 1,
|
3510
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3511
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3512
|
+
# framerate_denominator: 1,
|
3513
|
+
# framerate_numerator: 1,
|
3514
|
+
# gop_size: 1.0,
|
3515
|
+
# hrd_buffer_size: 1,
|
3516
|
+
# max_bitrate: 1,
|
3517
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3518
|
+
# par_denominator: 1,
|
3519
|
+
# par_numerator: 1,
|
3520
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
3521
|
+
# rate_control_mode: "VBR", # accepts VBR
|
3522
|
+
# },
|
3417
3523
|
# },
|
3418
3524
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
3419
3525
|
# crop: {
|
@@ -3499,10 +3605,19 @@ module Aws::MediaConvert
|
|
3499
3605
|
# },
|
3500
3606
|
# temporal_filter_settings: {
|
3501
3607
|
# aggressive_mode: 1,
|
3608
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
3502
3609
|
# speed: 1,
|
3503
3610
|
# strength: 1,
|
3504
3611
|
# },
|
3505
3612
|
# },
|
3613
|
+
# partner_watermarking: {
|
3614
|
+
# nexguard_file_marker_settings: {
|
3615
|
+
# license: "__stringMin1Max100000",
|
3616
|
+
# payload: 1,
|
3617
|
+
# preset: "__stringMin1Max256",
|
3618
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
3619
|
+
# },
|
3620
|
+
# },
|
3506
3621
|
# timecode_burnin: {
|
3507
3622
|
# font_size: 1,
|
3508
3623
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -3641,6 +3756,7 @@ module Aws::MediaConvert
|
|
3641
3756
|
:status_update_interval,
|
3642
3757
|
:tags,
|
3643
3758
|
:user_metadata)
|
3759
|
+
SENSITIVE = []
|
3644
3760
|
include Aws::Structure
|
3645
3761
|
end
|
3646
3762
|
|
@@ -3656,6 +3772,7 @@ module Aws::MediaConvert
|
|
3656
3772
|
#
|
3657
3773
|
class CreateJobResponse < Struct.new(
|
3658
3774
|
:job)
|
3775
|
+
SENSITIVE = []
|
3659
3776
|
include Aws::Structure
|
3660
3777
|
end
|
3661
3778
|
|
@@ -3708,7 +3825,7 @@ module Aws::MediaConvert
|
|
3708
3825
|
# "__string" => {
|
3709
3826
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
3710
3827
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
3711
|
-
# external_audio_file_input: "
|
3828
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
3712
3829
|
# 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
|
3713
3830
|
# offset: 1,
|
3714
3831
|
# pids: [1],
|
@@ -4103,7 +4220,7 @@ module Aws::MediaConvert
|
|
4103
4220
|
# channels: 1,
|
4104
4221
|
# sample_rate: 1,
|
4105
4222
|
# },
|
4106
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
4223
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
4107
4224
|
# eac_3_atmos_settings: {
|
4108
4225
|
# bitrate: 1,
|
4109
4226
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -4156,6 +4273,16 @@ module Aws::MediaConvert
|
|
4156
4273
|
# sample_rate: 1,
|
4157
4274
|
# vbr_quality: 1,
|
4158
4275
|
# },
|
4276
|
+
# opus_settings: {
|
4277
|
+
# bitrate: 1,
|
4278
|
+
# channels: 1,
|
4279
|
+
# sample_rate: 1,
|
4280
|
+
# },
|
4281
|
+
# vorbis_settings: {
|
4282
|
+
# channels: 1,
|
4283
|
+
# sample_rate: 1,
|
4284
|
+
# vbr_quality: 1,
|
4285
|
+
# },
|
4159
4286
|
# wav_settings: {
|
4160
4287
|
# bit_depth: 1,
|
4161
4288
|
# channels: 1,
|
@@ -4252,7 +4379,7 @@ module Aws::MediaConvert
|
|
4252
4379
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
4253
4380
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
4254
4381
|
# },
|
4255
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
4382
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
4256
4383
|
# f4v_settings: {
|
4257
4384
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
4258
4385
|
# },
|
@@ -4382,7 +4509,7 @@ module Aws::MediaConvert
|
|
4382
4509
|
# slices: 1,
|
4383
4510
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4384
4511
|
# },
|
4385
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
4512
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
4386
4513
|
# frame_capture_settings: {
|
4387
4514
|
# framerate_denominator: 1,
|
4388
4515
|
# framerate_numerator: 1,
|
@@ -4525,6 +4652,36 @@ module Aws::MediaConvert
|
|
4525
4652
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4526
4653
|
# telecine: "NONE", # accepts NONE, HARD
|
4527
4654
|
# },
|
4655
|
+
# vp_8_settings: {
|
4656
|
+
# bitrate: 1,
|
4657
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4658
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4659
|
+
# framerate_denominator: 1,
|
4660
|
+
# framerate_numerator: 1,
|
4661
|
+
# gop_size: 1.0,
|
4662
|
+
# hrd_buffer_size: 1,
|
4663
|
+
# max_bitrate: 1,
|
4664
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4665
|
+
# par_denominator: 1,
|
4666
|
+
# par_numerator: 1,
|
4667
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
4668
|
+
# rate_control_mode: "VBR", # accepts VBR
|
4669
|
+
# },
|
4670
|
+
# vp_9_settings: {
|
4671
|
+
# bitrate: 1,
|
4672
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4673
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4674
|
+
# framerate_denominator: 1,
|
4675
|
+
# framerate_numerator: 1,
|
4676
|
+
# gop_size: 1.0,
|
4677
|
+
# hrd_buffer_size: 1,
|
4678
|
+
# max_bitrate: 1,
|
4679
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4680
|
+
# par_denominator: 1,
|
4681
|
+
# par_numerator: 1,
|
4682
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
4683
|
+
# rate_control_mode: "VBR", # accepts VBR
|
4684
|
+
# },
|
4528
4685
|
# },
|
4529
4686
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
4530
4687
|
# crop: {
|
@@ -4610,10 +4767,19 @@ module Aws::MediaConvert
|
|
4610
4767
|
# },
|
4611
4768
|
# temporal_filter_settings: {
|
4612
4769
|
# aggressive_mode: 1,
|
4770
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
4613
4771
|
# speed: 1,
|
4614
4772
|
# strength: 1,
|
4615
4773
|
# },
|
4616
4774
|
# },
|
4775
|
+
# partner_watermarking: {
|
4776
|
+
# nexguard_file_marker_settings: {
|
4777
|
+
# license: "__stringMin1Max100000",
|
4778
|
+
# payload: 1,
|
4779
|
+
# preset: "__stringMin1Max256",
|
4780
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
4781
|
+
# },
|
4782
|
+
# },
|
4617
4783
|
# timecode_burnin: {
|
4618
4784
|
# font_size: 1,
|
4619
4785
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -4719,6 +4885,7 @@ module Aws::MediaConvert
|
|
4719
4885
|
:settings,
|
4720
4886
|
:status_update_interval,
|
4721
4887
|
:tags)
|
4888
|
+
SENSITIVE = []
|
4722
4889
|
include Aws::Structure
|
4723
4890
|
end
|
4724
4891
|
|
@@ -4733,6 +4900,7 @@ module Aws::MediaConvert
|
|
4733
4900
|
#
|
4734
4901
|
class CreateJobTemplateResponse < Struct.new(
|
4735
4902
|
:job_template)
|
4903
|
+
SENSITIVE = []
|
4736
4904
|
include Aws::Structure
|
4737
4905
|
end
|
4738
4906
|
|
@@ -4787,7 +4955,7 @@ module Aws::MediaConvert
|
|
4787
4955
|
# channels: 1,
|
4788
4956
|
# sample_rate: 1,
|
4789
4957
|
# },
|
4790
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
4958
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
4791
4959
|
# eac_3_atmos_settings: {
|
4792
4960
|
# bitrate: 1,
|
4793
4961
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -4840,6 +5008,16 @@ module Aws::MediaConvert
|
|
4840
5008
|
# sample_rate: 1,
|
4841
5009
|
# vbr_quality: 1,
|
4842
5010
|
# },
|
5011
|
+
# opus_settings: {
|
5012
|
+
# bitrate: 1,
|
5013
|
+
# channels: 1,
|
5014
|
+
# sample_rate: 1,
|
5015
|
+
# },
|
5016
|
+
# vorbis_settings: {
|
5017
|
+
# channels: 1,
|
5018
|
+
# sample_rate: 1,
|
5019
|
+
# vbr_quality: 1,
|
5020
|
+
# },
|
4843
5021
|
# wav_settings: {
|
4844
5022
|
# bit_depth: 1,
|
4845
5023
|
# channels: 1,
|
@@ -4935,7 +5113,7 @@ module Aws::MediaConvert
|
|
4935
5113
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
4936
5114
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
4937
5115
|
# },
|
4938
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
5116
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
4939
5117
|
# f4v_settings: {
|
4940
5118
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
4941
5119
|
# },
|
@@ -5052,7 +5230,7 @@ module Aws::MediaConvert
|
|
5052
5230
|
# slices: 1,
|
5053
5231
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5054
5232
|
# },
|
5055
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
5233
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
5056
5234
|
# frame_capture_settings: {
|
5057
5235
|
# framerate_denominator: 1,
|
5058
5236
|
# framerate_numerator: 1,
|
@@ -5195,6 +5373,36 @@ module Aws::MediaConvert
|
|
5195
5373
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5196
5374
|
# telecine: "NONE", # accepts NONE, HARD
|
5197
5375
|
# },
|
5376
|
+
# vp_8_settings: {
|
5377
|
+
# bitrate: 1,
|
5378
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5379
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5380
|
+
# framerate_denominator: 1,
|
5381
|
+
# framerate_numerator: 1,
|
5382
|
+
# gop_size: 1.0,
|
5383
|
+
# hrd_buffer_size: 1,
|
5384
|
+
# max_bitrate: 1,
|
5385
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5386
|
+
# par_denominator: 1,
|
5387
|
+
# par_numerator: 1,
|
5388
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
5389
|
+
# rate_control_mode: "VBR", # accepts VBR
|
5390
|
+
# },
|
5391
|
+
# vp_9_settings: {
|
5392
|
+
# bitrate: 1,
|
5393
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5394
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5395
|
+
# framerate_denominator: 1,
|
5396
|
+
# framerate_numerator: 1,
|
5397
|
+
# gop_size: 1.0,
|
5398
|
+
# hrd_buffer_size: 1,
|
5399
|
+
# max_bitrate: 1,
|
5400
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5401
|
+
# par_denominator: 1,
|
5402
|
+
# par_numerator: 1,
|
5403
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
5404
|
+
# rate_control_mode: "VBR", # accepts VBR
|
5405
|
+
# },
|
5198
5406
|
# },
|
5199
5407
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
5200
5408
|
# crop: {
|
@@ -5280,10 +5488,19 @@ module Aws::MediaConvert
|
|
5280
5488
|
# },
|
5281
5489
|
# temporal_filter_settings: {
|
5282
5490
|
# aggressive_mode: 1,
|
5491
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
5283
5492
|
# speed: 1,
|
5284
5493
|
# strength: 1,
|
5285
5494
|
# },
|
5286
5495
|
# },
|
5496
|
+
# partner_watermarking: {
|
5497
|
+
# nexguard_file_marker_settings: {
|
5498
|
+
# license: "__stringMin1Max100000",
|
5499
|
+
# payload: 1,
|
5500
|
+
# preset: "__stringMin1Max256",
|
5501
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
5502
|
+
# },
|
5503
|
+
# },
|
5287
5504
|
# timecode_burnin: {
|
5288
5505
|
# font_size: 1,
|
5289
5506
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -5327,6 +5544,7 @@ module Aws::MediaConvert
|
|
5327
5544
|
:name,
|
5328
5545
|
:settings,
|
5329
5546
|
:tags)
|
5547
|
+
SENSITIVE = []
|
5330
5548
|
include Aws::Structure
|
5331
5549
|
end
|
5332
5550
|
|
@@ -5342,6 +5560,7 @@ module Aws::MediaConvert
|
|
5342
5560
|
#
|
5343
5561
|
class CreatePresetResponse < Struct.new(
|
5344
5562
|
:preset)
|
5563
|
+
SENSITIVE = []
|
5345
5564
|
include Aws::Structure
|
5346
5565
|
end
|
5347
5566
|
|
@@ -5411,6 +5630,7 @@ module Aws::MediaConvert
|
|
5411
5630
|
:reservation_plan_settings,
|
5412
5631
|
:status,
|
5413
5632
|
:tags)
|
5633
|
+
SENSITIVE = []
|
5414
5634
|
include Aws::Structure
|
5415
5635
|
end
|
5416
5636
|
|
@@ -5429,6 +5649,7 @@ module Aws::MediaConvert
|
|
5429
5649
|
#
|
5430
5650
|
class CreateQueueResponse < Struct.new(
|
5431
5651
|
:queue)
|
5652
|
+
SENSITIVE = []
|
5432
5653
|
include Aws::Structure
|
5433
5654
|
end
|
5434
5655
|
|
@@ -5463,6 +5684,7 @@ module Aws::MediaConvert
|
|
5463
5684
|
class DashAdditionalManifest < Struct.new(
|
5464
5685
|
:manifest_name_modifier,
|
5465
5686
|
:selected_outputs)
|
5687
|
+
SENSITIVE = []
|
5466
5688
|
include Aws::Structure
|
5467
5689
|
end
|
5468
5690
|
|
@@ -5503,6 +5725,7 @@ module Aws::MediaConvert
|
|
5503
5725
|
class DashIsoEncryptionSettings < Struct.new(
|
5504
5726
|
:playback_device_compatibility,
|
5505
5727
|
:speke_key_provider)
|
5728
|
+
SENSITIVE = []
|
5506
5729
|
include Aws::Structure
|
5507
5730
|
end
|
5508
5731
|
|
@@ -5651,6 +5874,7 @@ module Aws::MediaConvert
|
|
5651
5874
|
:segment_control,
|
5652
5875
|
:segment_length,
|
5653
5876
|
:write_segment_timeline_in_representation)
|
5877
|
+
SENSITIVE = []
|
5654
5878
|
include Aws::Structure
|
5655
5879
|
end
|
5656
5880
|
|
@@ -5701,6 +5925,7 @@ module Aws::MediaConvert
|
|
5701
5925
|
:algorithm,
|
5702
5926
|
:control,
|
5703
5927
|
:mode)
|
5928
|
+
SENSITIVE = []
|
5704
5929
|
include Aws::Structure
|
5705
5930
|
end
|
5706
5931
|
|
@@ -5721,6 +5946,7 @@ module Aws::MediaConvert
|
|
5721
5946
|
#
|
5722
5947
|
class DeleteJobTemplateRequest < Struct.new(
|
5723
5948
|
:name)
|
5949
|
+
SENSITIVE = []
|
5724
5950
|
include Aws::Structure
|
5725
5951
|
end
|
5726
5952
|
|
@@ -5748,6 +5974,7 @@ module Aws::MediaConvert
|
|
5748
5974
|
#
|
5749
5975
|
class DeletePresetRequest < Struct.new(
|
5750
5976
|
:name)
|
5977
|
+
SENSITIVE = []
|
5751
5978
|
include Aws::Structure
|
5752
5979
|
end
|
5753
5980
|
|
@@ -5777,6 +6004,7 @@ module Aws::MediaConvert
|
|
5777
6004
|
#
|
5778
6005
|
class DeleteQueueRequest < Struct.new(
|
5779
6006
|
:name)
|
6007
|
+
SENSITIVE = []
|
5780
6008
|
include Aws::Structure
|
5781
6009
|
end
|
5782
6010
|
|
@@ -5823,6 +6051,7 @@ module Aws::MediaConvert
|
|
5823
6051
|
:max_results,
|
5824
6052
|
:mode,
|
5825
6053
|
:next_token)
|
6054
|
+
SENSITIVE = []
|
5826
6055
|
include Aws::Structure
|
5827
6056
|
end
|
5828
6057
|
|
@@ -5842,6 +6071,7 @@ module Aws::MediaConvert
|
|
5842
6071
|
class DescribeEndpointsResponse < Struct.new(
|
5843
6072
|
:endpoints,
|
5844
6073
|
:next_token)
|
6074
|
+
SENSITIVE = []
|
5845
6075
|
include Aws::Structure
|
5846
6076
|
end
|
5847
6077
|
|
@@ -5871,6 +6101,7 @@ module Aws::MediaConvert
|
|
5871
6101
|
#
|
5872
6102
|
class DestinationSettings < Struct.new(
|
5873
6103
|
:s3_settings)
|
6104
|
+
SENSITIVE = []
|
5874
6105
|
include Aws::Structure
|
5875
6106
|
end
|
5876
6107
|
|
@@ -5894,6 +6125,7 @@ module Aws::MediaConvert
|
|
5894
6125
|
#
|
5895
6126
|
class DisassociateCertificateRequest < Struct.new(
|
5896
6127
|
:arn)
|
6128
|
+
SENSITIVE = []
|
5897
6129
|
include Aws::Structure
|
5898
6130
|
end
|
5899
6131
|
|
@@ -5941,6 +6173,7 @@ module Aws::MediaConvert
|
|
5941
6173
|
:l6_metadata,
|
5942
6174
|
:l6_mode,
|
5943
6175
|
:profile)
|
6176
|
+
SENSITIVE = []
|
5944
6177
|
include Aws::Structure
|
5945
6178
|
end
|
5946
6179
|
|
@@ -5971,6 +6204,7 @@ module Aws::MediaConvert
|
|
5971
6204
|
class DolbyVisionLevel6Metadata < Struct.new(
|
5972
6205
|
:max_cll,
|
5973
6206
|
:max_fall)
|
6207
|
+
SENSITIVE = []
|
5974
6208
|
include Aws::Structure
|
5975
6209
|
end
|
5976
6210
|
|
@@ -6006,6 +6240,7 @@ module Aws::MediaConvert
|
|
6006
6240
|
:network_id,
|
6007
6241
|
:network_name,
|
6008
6242
|
:nit_interval)
|
6243
|
+
SENSITIVE = []
|
6009
6244
|
include Aws::Structure
|
6010
6245
|
end
|
6011
6246
|
|
@@ -6055,6 +6290,7 @@ module Aws::MediaConvert
|
|
6055
6290
|
:sdt_interval,
|
6056
6291
|
:service_name,
|
6057
6292
|
:service_provider_name)
|
6293
|
+
SENSITIVE = []
|
6058
6294
|
include Aws::Structure
|
6059
6295
|
end
|
6060
6296
|
|
@@ -6238,6 +6474,7 @@ module Aws::MediaConvert
|
|
6238
6474
|
:teletext_spacing,
|
6239
6475
|
:x_position,
|
6240
6476
|
:y_position)
|
6477
|
+
SENSITIVE = []
|
6241
6478
|
include Aws::Structure
|
6242
6479
|
end
|
6243
6480
|
|
@@ -6260,6 +6497,7 @@ module Aws::MediaConvert
|
|
6260
6497
|
#
|
6261
6498
|
class DvbSubSourceSettings < Struct.new(
|
6262
6499
|
:pid)
|
6500
|
+
SENSITIVE = []
|
6263
6501
|
include Aws::Structure
|
6264
6502
|
end
|
6265
6503
|
|
@@ -6282,6 +6520,7 @@ module Aws::MediaConvert
|
|
6282
6520
|
#
|
6283
6521
|
class DvbTdtSettings < Struct.new(
|
6284
6522
|
:tdt_interval)
|
6523
|
+
SENSITIVE = []
|
6285
6524
|
include Aws::Structure
|
6286
6525
|
end
|
6287
6526
|
|
@@ -6416,6 +6655,7 @@ module Aws::MediaConvert
|
|
6416
6655
|
:speech_threshold,
|
6417
6656
|
:stereo_downmix,
|
6418
6657
|
:surround_ex_mode)
|
6658
|
+
SENSITIVE = []
|
6419
6659
|
include Aws::Structure
|
6420
6660
|
end
|
6421
6661
|
|
@@ -6615,6 +6855,7 @@ module Aws::MediaConvert
|
|
6615
6855
|
:stereo_downmix,
|
6616
6856
|
:surround_ex_mode,
|
6617
6857
|
:surround_mode)
|
6858
|
+
SENSITIVE = []
|
6618
6859
|
include Aws::Structure
|
6619
6860
|
end
|
6620
6861
|
|
@@ -6657,6 +6898,7 @@ module Aws::MediaConvert
|
|
6657
6898
|
class EmbeddedDestinationSettings < Struct.new(
|
6658
6899
|
:destination_608_channel_number,
|
6659
6900
|
:destination_708_service_number)
|
6901
|
+
SENSITIVE = []
|
6660
6902
|
include Aws::Structure
|
6661
6903
|
end
|
6662
6904
|
|
@@ -6704,6 +6946,7 @@ module Aws::MediaConvert
|
|
6704
6946
|
:source_608_channel_number,
|
6705
6947
|
:source_608_track_number,
|
6706
6948
|
:terminate_captions)
|
6949
|
+
SENSITIVE = []
|
6707
6950
|
include Aws::Structure
|
6708
6951
|
end
|
6709
6952
|
|
@@ -6717,6 +6960,7 @@ module Aws::MediaConvert
|
|
6717
6960
|
#
|
6718
6961
|
class Endpoint < Struct.new(
|
6719
6962
|
:url)
|
6963
|
+
SENSITIVE = []
|
6720
6964
|
include Aws::Structure
|
6721
6965
|
end
|
6722
6966
|
|
@@ -6741,6 +6985,7 @@ module Aws::MediaConvert
|
|
6741
6985
|
#
|
6742
6986
|
class EsamManifestConfirmConditionNotification < Struct.new(
|
6743
6987
|
:mcc_xml)
|
6988
|
+
SENSITIVE = []
|
6744
6989
|
include Aws::Structure
|
6745
6990
|
end
|
6746
6991
|
|
@@ -6787,6 +7032,7 @@ module Aws::MediaConvert
|
|
6787
7032
|
:manifest_confirm_condition_notification,
|
6788
7033
|
:response_signal_preroll,
|
6789
7034
|
:signal_processing_notification)
|
7035
|
+
SENSITIVE = []
|
6790
7036
|
include Aws::Structure
|
6791
7037
|
end
|
6792
7038
|
|
@@ -6817,6 +7063,7 @@ module Aws::MediaConvert
|
|
6817
7063
|
#
|
6818
7064
|
class EsamSignalProcessingNotification < Struct.new(
|
6819
7065
|
:scc_xml)
|
7066
|
+
SENSITIVE = []
|
6820
7067
|
include Aws::Structure
|
6821
7068
|
end
|
6822
7069
|
|
@@ -6827,6 +7074,7 @@ module Aws::MediaConvert
|
|
6827
7074
|
#
|
6828
7075
|
class ExceptionBody < Struct.new(
|
6829
7076
|
:message)
|
7077
|
+
SENSITIVE = []
|
6830
7078
|
include Aws::Structure
|
6831
7079
|
end
|
6832
7080
|
|
@@ -6849,6 +7097,7 @@ module Aws::MediaConvert
|
|
6849
7097
|
#
|
6850
7098
|
class F4vSettings < Struct.new(
|
6851
7099
|
:moov_placement)
|
7100
|
+
SENSITIVE = []
|
6852
7101
|
include Aws::Structure
|
6853
7102
|
end
|
6854
7103
|
|
@@ -6891,6 +7140,7 @@ module Aws::MediaConvert
|
|
6891
7140
|
class FileGroupSettings < Struct.new(
|
6892
7141
|
:destination,
|
6893
7142
|
:destination_settings)
|
7143
|
+
SENSITIVE = []
|
6894
7144
|
include Aws::Structure
|
6895
7145
|
end
|
6896
7146
|
|
@@ -6922,8 +7172,8 @@ module Aws::MediaConvert
|
|
6922
7172
|
#
|
6923
7173
|
# @!attribute [rw] framerate
|
6924
7174
|
# Ignore this setting unless your input captions format is SCC. To
|
6925
|
-
# have the service compensate for differing
|
6926
|
-
# input captions and input video, specify the
|
7175
|
+
# have the service compensate for differing frame rates between your
|
7176
|
+
# input captions and input video, specify the frame rate of the
|
6927
7177
|
# captions file. Specify this value as a fraction, using the settings
|
6928
7178
|
# Framerate numerator (framerateNumerator) and Framerate denominator
|
6929
7179
|
# (framerateDenominator). For example, you might specify 24 / 1 for 24
|
@@ -6949,6 +7199,7 @@ module Aws::MediaConvert
|
|
6949
7199
|
:framerate,
|
6950
7200
|
:source_file,
|
6951
7201
|
:time_delta)
|
7202
|
+
SENSITIVE = []
|
6952
7203
|
include Aws::Structure
|
6953
7204
|
end
|
6954
7205
|
|
@@ -6959,6 +7210,7 @@ module Aws::MediaConvert
|
|
6959
7210
|
#
|
6960
7211
|
class ForbiddenException < Struct.new(
|
6961
7212
|
:message)
|
7213
|
+
SENSITIVE = []
|
6962
7214
|
include Aws::Structure
|
6963
7215
|
end
|
6964
7216
|
|
@@ -7009,6 +7261,7 @@ module Aws::MediaConvert
|
|
7009
7261
|
:framerate_numerator,
|
7010
7262
|
:max_captures,
|
7011
7263
|
:quality)
|
7264
|
+
SENSITIVE = []
|
7012
7265
|
include Aws::Structure
|
7013
7266
|
end
|
7014
7267
|
|
@@ -7029,6 +7282,7 @@ module Aws::MediaConvert
|
|
7029
7282
|
#
|
7030
7283
|
class GetJobRequest < Struct.new(
|
7031
7284
|
:id)
|
7285
|
+
SENSITIVE = []
|
7032
7286
|
include Aws::Structure
|
7033
7287
|
end
|
7034
7288
|
|
@@ -7045,6 +7299,7 @@ module Aws::MediaConvert
|
|
7045
7299
|
#
|
7046
7300
|
class GetJobResponse < Struct.new(
|
7047
7301
|
:job)
|
7302
|
+
SENSITIVE = []
|
7048
7303
|
include Aws::Structure
|
7049
7304
|
end
|
7050
7305
|
|
@@ -7065,6 +7320,7 @@ module Aws::MediaConvert
|
|
7065
7320
|
#
|
7066
7321
|
class GetJobTemplateRequest < Struct.new(
|
7067
7322
|
:name)
|
7323
|
+
SENSITIVE = []
|
7068
7324
|
include Aws::Structure
|
7069
7325
|
end
|
7070
7326
|
|
@@ -7080,6 +7336,7 @@ module Aws::MediaConvert
|
|
7080
7336
|
#
|
7081
7337
|
class GetJobTemplateResponse < Struct.new(
|
7082
7338
|
:job_template)
|
7339
|
+
SENSITIVE = []
|
7083
7340
|
include Aws::Structure
|
7084
7341
|
end
|
7085
7342
|
|
@@ -7100,6 +7357,7 @@ module Aws::MediaConvert
|
|
7100
7357
|
#
|
7101
7358
|
class GetPresetRequest < Struct.new(
|
7102
7359
|
:name)
|
7360
|
+
SENSITIVE = []
|
7103
7361
|
include Aws::Structure
|
7104
7362
|
end
|
7105
7363
|
|
@@ -7116,6 +7374,7 @@ module Aws::MediaConvert
|
|
7116
7374
|
#
|
7117
7375
|
class GetPresetResponse < Struct.new(
|
7118
7376
|
:preset)
|
7377
|
+
SENSITIVE = []
|
7119
7378
|
include Aws::Structure
|
7120
7379
|
end
|
7121
7380
|
|
@@ -7137,6 +7396,7 @@ module Aws::MediaConvert
|
|
7137
7396
|
#
|
7138
7397
|
class GetQueueRequest < Struct.new(
|
7139
7398
|
:name)
|
7399
|
+
SENSITIVE = []
|
7140
7400
|
include Aws::Structure
|
7141
7401
|
end
|
7142
7402
|
|
@@ -7155,6 +7415,7 @@ module Aws::MediaConvert
|
|
7155
7415
|
#
|
7156
7416
|
class GetQueueResponse < Struct.new(
|
7157
7417
|
:queue)
|
7418
|
+
SENSITIVE = []
|
7158
7419
|
include Aws::Structure
|
7159
7420
|
end
|
7160
7421
|
|
@@ -7211,6 +7472,7 @@ module Aws::MediaConvert
|
|
7211
7472
|
:max_average_bitrate,
|
7212
7473
|
:qvbr_quality_level,
|
7213
7474
|
:qvbr_quality_level_fine_tune)
|
7475
|
+
SENSITIVE = []
|
7214
7476
|
include Aws::Structure
|
7215
7477
|
end
|
7216
7478
|
|
@@ -7329,8 +7591,8 @@ module Aws::MediaConvert
|
|
7329
7591
|
# @return [String]
|
7330
7592
|
#
|
7331
7593
|
# @!attribute [rw] framerate_conversion_algorithm
|
7332
|
-
#
|
7333
|
-
# conversion.
|
7594
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
7595
|
+
# The default behavior is to use duplicate drop conversion.
|
7334
7596
|
# @return [String]
|
7335
7597
|
#
|
7336
7598
|
# @!attribute [rw] framerate_denominator
|
@@ -7423,23 +7685,38 @@ module Aws::MediaConvert
|
|
7423
7685
|
# @return [Integer]
|
7424
7686
|
#
|
7425
7687
|
# @!attribute [rw] par_control
|
7426
|
-
#
|
7427
|
-
#
|
7428
|
-
#
|
7688
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
7689
|
+
# (PAR) for this output. The default behavior, Follow source
|
7690
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
7691
|
+
# your output. To specify a different PAR in the console, choose any
|
7692
|
+
# value other than Follow source. To specify a different PAR by
|
7693
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
7694
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
7695
|
+
# the parNumerator and parDenominator settings.
|
7429
7696
|
# @return [String]
|
7430
7697
|
#
|
7431
7698
|
# @!attribute [rw] par_denominator
|
7432
|
-
# Pixel
|
7699
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
7700
|
+
# On the console, this corresponds to any value other than Follow
|
7701
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
7702
|
+
# different from your input video PAR, provide your output PAR as a
|
7703
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
7704
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
7433
7705
|
# @return [Integer]
|
7434
7706
|
#
|
7435
7707
|
# @!attribute [rw] par_numerator
|
7436
|
-
# Pixel
|
7708
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
7709
|
+
# On the console, this corresponds to any value other than Follow
|
7710
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
7711
|
+
# different from your input video PAR, provide your output PAR as a
|
7712
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
7713
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
7437
7714
|
# @return [Integer]
|
7438
7715
|
#
|
7439
7716
|
# @!attribute [rw] quality_tuning_level
|
7440
|
-
# Use Quality tuning level (
|
7441
|
-
#
|
7442
|
-
#
|
7717
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
7718
|
+
# how you want to trade off encoding speed for output video quality.
|
7719
|
+
# The default behavior is faster, lower quality, single-pass encoding.
|
7443
7720
|
# @return [String]
|
7444
7721
|
#
|
7445
7722
|
# @!attribute [rw] qvbr_settings
|
@@ -7556,6 +7833,7 @@ module Aws::MediaConvert
|
|
7556
7833
|
:telecine,
|
7557
7834
|
:temporal_adaptive_quantization,
|
7558
7835
|
:unregistered_sei_timecode)
|
7836
|
+
SENSITIVE = []
|
7559
7837
|
include Aws::Structure
|
7560
7838
|
end
|
7561
7839
|
|
@@ -7612,6 +7890,7 @@ module Aws::MediaConvert
|
|
7612
7890
|
:max_average_bitrate,
|
7613
7891
|
:qvbr_quality_level,
|
7614
7892
|
:qvbr_quality_level_fine_tune)
|
7893
|
+
SENSITIVE = []
|
7615
7894
|
include Aws::Structure
|
7616
7895
|
end
|
7617
7896
|
|
@@ -7716,7 +7995,7 @@ module Aws::MediaConvert
|
|
7716
7995
|
# choose Custom. The framerates shown in the dropdown list are decimal
|
7717
7996
|
# approximations of fractions. If you choose Custom, specify your
|
7718
7997
|
# frame rate as a fraction. If you are creating your transcoding job
|
7719
|
-
#
|
7998
|
+
# specification as a JSON file without the console, use
|
7720
7999
|
# FramerateControl to specify which value the service uses for the
|
7721
8000
|
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
7722
8001
|
# want the service to use the frame rate from the input. Choose
|
@@ -7725,8 +8004,8 @@ module Aws::MediaConvert
|
|
7725
8004
|
# @return [String]
|
7726
8005
|
#
|
7727
8006
|
# @!attribute [rw] framerate_conversion_algorithm
|
7728
|
-
#
|
7729
|
-
# conversion.
|
8007
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
8008
|
+
# The default behavior is to use duplicate drop conversion.
|
7730
8009
|
# @return [String]
|
7731
8010
|
#
|
7732
8011
|
# @!attribute [rw] framerate_denominator
|
@@ -7815,23 +8094,38 @@ module Aws::MediaConvert
|
|
7815
8094
|
# @return [Integer]
|
7816
8095
|
#
|
7817
8096
|
# @!attribute [rw] par_control
|
7818
|
-
#
|
7819
|
-
#
|
7820
|
-
#
|
8097
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
8098
|
+
# (PAR) for this output. The default behavior, Follow source
|
8099
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
8100
|
+
# your output. To specify a different PAR in the console, choose any
|
8101
|
+
# value other than Follow source. To specify a different PAR by
|
8102
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
8103
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
8104
|
+
# the parNumerator and parDenominator settings.
|
7821
8105
|
# @return [String]
|
7822
8106
|
#
|
7823
8107
|
# @!attribute [rw] par_denominator
|
7824
|
-
# Pixel
|
8108
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
8109
|
+
# On the console, this corresponds to any value other than Follow
|
8110
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
8111
|
+
# different from your input video PAR, provide your output PAR as a
|
8112
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
8113
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
7825
8114
|
# @return [Integer]
|
7826
8115
|
#
|
7827
8116
|
# @!attribute [rw] par_numerator
|
7828
|
-
# Pixel
|
8117
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
8118
|
+
# On the console, this corresponds to any value other than Follow
|
8119
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
8120
|
+
# different from your input video PAR, provide your output PAR as a
|
8121
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
8122
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
7829
8123
|
# @return [Integer]
|
7830
8124
|
#
|
7831
8125
|
# @!attribute [rw] quality_tuning_level
|
7832
|
-
# Use Quality tuning level (
|
7833
|
-
#
|
7834
|
-
#
|
8126
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
8127
|
+
# how you want to trade off encoding speed for output video quality.
|
8128
|
+
# The default behavior is faster, lower quality, single-pass encoding.
|
7835
8129
|
# @return [String]
|
7836
8130
|
#
|
7837
8131
|
# @!attribute [rw] qvbr_settings
|
@@ -7972,6 +8266,7 @@ module Aws::MediaConvert
|
|
7972
8266
|
:tiles,
|
7973
8267
|
:unregistered_sei_timecode,
|
7974
8268
|
:write_mp_4_packaging_type)
|
8269
|
+
SENSITIVE = []
|
7975
8270
|
include Aws::Structure
|
7976
8271
|
end
|
7977
8272
|
|
@@ -8094,6 +8389,7 @@ module Aws::MediaConvert
|
|
8094
8389
|
:red_primary_y,
|
8095
8390
|
:white_point_x,
|
8096
8391
|
:white_point_y)
|
8392
|
+
SENSITIVE = []
|
8097
8393
|
include Aws::Structure
|
8098
8394
|
end
|
8099
8395
|
|
@@ -8132,6 +8428,7 @@ module Aws::MediaConvert
|
|
8132
8428
|
class HlsAdditionalManifest < Struct.new(
|
8133
8429
|
:manifest_name_modifier,
|
8134
8430
|
:selected_outputs)
|
8431
|
+
SENSITIVE = []
|
8135
8432
|
include Aws::Structure
|
8136
8433
|
end
|
8137
8434
|
|
@@ -8172,6 +8469,7 @@ module Aws::MediaConvert
|
|
8172
8469
|
:custom_language_code,
|
8173
8470
|
:language_code,
|
8174
8471
|
:language_description)
|
8472
|
+
SENSITIVE = []
|
8175
8473
|
include Aws::Structure
|
8176
8474
|
end
|
8177
8475
|
|
@@ -8253,6 +8551,7 @@ module Aws::MediaConvert
|
|
8253
8551
|
:speke_key_provider,
|
8254
8552
|
:static_key_provider,
|
8255
8553
|
:type)
|
8554
|
+
SENSITIVE = []
|
8256
8555
|
include Aws::Structure
|
8257
8556
|
end
|
8258
8557
|
|
@@ -8510,6 +8809,7 @@ module Aws::MediaConvert
|
|
8510
8809
|
:timed_metadata_id_3_frame,
|
8511
8810
|
:timed_metadata_id_3_period,
|
8512
8811
|
:timestamp_delta_milliseconds)
|
8812
|
+
SENSITIVE = []
|
8513
8813
|
include Aws::Structure
|
8514
8814
|
end
|
8515
8815
|
|
@@ -8583,6 +8883,7 @@ module Aws::MediaConvert
|
|
8583
8883
|
:audio_track_type,
|
8584
8884
|
:i_frame_only_manifest,
|
8585
8885
|
:segment_modifier)
|
8886
|
+
SENSITIVE = []
|
8586
8887
|
include Aws::Structure
|
8587
8888
|
end
|
8588
8889
|
|
@@ -8626,6 +8927,7 @@ module Aws::MediaConvert
|
|
8626
8927
|
:priority,
|
8627
8928
|
:queue,
|
8628
8929
|
:wait_minutes)
|
8930
|
+
SENSITIVE = []
|
8629
8931
|
include Aws::Structure
|
8630
8932
|
end
|
8631
8933
|
|
@@ -8656,6 +8958,7 @@ module Aws::MediaConvert
|
|
8656
8958
|
class Id3Insertion < Struct.new(
|
8657
8959
|
:id_3,
|
8658
8960
|
:timecode)
|
8961
|
+
SENSITIVE = []
|
8659
8962
|
include Aws::Structure
|
8660
8963
|
end
|
8661
8964
|
|
@@ -8693,6 +8996,7 @@ module Aws::MediaConvert
|
|
8693
8996
|
#
|
8694
8997
|
class ImageInserter < Struct.new(
|
8695
8998
|
:insertable_images)
|
8999
|
+
SENSITIVE = []
|
8696
9000
|
include Aws::Structure
|
8697
9001
|
end
|
8698
9002
|
|
@@ -8717,6 +9021,7 @@ module Aws::MediaConvert
|
|
8717
9021
|
#
|
8718
9022
|
class ImscDestinationSettings < Struct.new(
|
8719
9023
|
:style_passthrough)
|
9024
|
+
SENSITIVE = []
|
8720
9025
|
include Aws::Structure
|
8721
9026
|
end
|
8722
9027
|
|
@@ -8735,7 +9040,7 @@ module Aws::MediaConvert
|
|
8735
9040
|
# "__string" => {
|
8736
9041
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
8737
9042
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
8738
|
-
# external_audio_file_input: "
|
9043
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
8739
9044
|
# 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
|
8740
9045
|
# offset: 1,
|
8741
9046
|
# pids: [1],
|
@@ -8877,13 +9182,13 @@ module Aws::MediaConvert
|
|
8877
9182
|
# @!attribute [rw] audio_selectors
|
8878
9183
|
# Use Audio selectors (AudioSelectors) to specify a track or set of
|
8879
9184
|
# tracks from the input that you will use in your outputs. You can use
|
8880
|
-
#
|
9185
|
+
# multiple Audio selectors per input.
|
8881
9186
|
# @return [Hash<String,Types::AudioSelector>]
|
8882
9187
|
#
|
8883
9188
|
# @!attribute [rw] caption_selectors
|
8884
|
-
# Use
|
8885
|
-
#
|
8886
|
-
#
|
9189
|
+
# Use captions selectors to specify the captions data from your input
|
9190
|
+
# that you use in your outputs. You can use up to 20 captions
|
9191
|
+
# selectors per input.
|
8887
9192
|
# @return [Hash<String,Types::CaptionSelector>]
|
8888
9193
|
#
|
8889
9194
|
# @!attribute [rw] crop
|
@@ -8895,7 +9200,7 @@ module Aws::MediaConvert
|
|
8895
9200
|
#
|
8896
9201
|
# @!attribute [rw] deblock_filter
|
8897
9202
|
# Enable Deblock (InputDeblockFilter) to produce smoother motion in
|
8898
|
-
# the output. Default is disabled. Only
|
9203
|
+
# the output. Default is disabled. Only manually controllable for
|
8899
9204
|
# MPEG2 and uncompressed video inputs.
|
8900
9205
|
# @return [String]
|
8901
9206
|
#
|
@@ -9043,6 +9348,7 @@ module Aws::MediaConvert
|
|
9043
9348
|
:timecode_source,
|
9044
9349
|
:timecode_start,
|
9045
9350
|
:video_selector)
|
9351
|
+
SENSITIVE = []
|
9046
9352
|
include Aws::Structure
|
9047
9353
|
end
|
9048
9354
|
|
@@ -9089,6 +9395,7 @@ module Aws::MediaConvert
|
|
9089
9395
|
class InputClipping < Struct.new(
|
9090
9396
|
:end_timecode,
|
9091
9397
|
:start_timecode)
|
9398
|
+
SENSITIVE = []
|
9092
9399
|
include Aws::Structure
|
9093
9400
|
end
|
9094
9401
|
|
@@ -9141,6 +9448,7 @@ module Aws::MediaConvert
|
|
9141
9448
|
:encrypted_decryption_key,
|
9142
9449
|
:initialization_vector,
|
9143
9450
|
:kms_key_region)
|
9451
|
+
SENSITIVE = []
|
9144
9452
|
include Aws::Structure
|
9145
9453
|
end
|
9146
9454
|
|
@@ -9159,7 +9467,7 @@ module Aws::MediaConvert
|
|
9159
9467
|
# "__string" => {
|
9160
9468
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9161
9469
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9162
|
-
# external_audio_file_input: "
|
9470
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9163
9471
|
# 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
|
9164
9472
|
# offset: 1,
|
9165
9473
|
# pids: [1],
|
@@ -9293,13 +9601,13 @@ module Aws::MediaConvert
|
|
9293
9601
|
# @!attribute [rw] audio_selectors
|
9294
9602
|
# Use Audio selectors (AudioSelectors) to specify a track or set of
|
9295
9603
|
# tracks from the input that you will use in your outputs. You can use
|
9296
|
-
#
|
9604
|
+
# multiple Audio selectors per input.
|
9297
9605
|
# @return [Hash<String,Types::AudioSelector>]
|
9298
9606
|
#
|
9299
9607
|
# @!attribute [rw] caption_selectors
|
9300
|
-
# Use
|
9301
|
-
#
|
9302
|
-
#
|
9608
|
+
# Use captions selectors to specify the captions data from your input
|
9609
|
+
# that you use in your outputs. You can use up to 20 captions
|
9610
|
+
# selectors per input.
|
9303
9611
|
# @return [Hash<String,Types::CaptionSelector>]
|
9304
9612
|
#
|
9305
9613
|
# @!attribute [rw] crop
|
@@ -9311,7 +9619,7 @@ module Aws::MediaConvert
|
|
9311
9619
|
#
|
9312
9620
|
# @!attribute [rw] deblock_filter
|
9313
9621
|
# Enable Deblock (InputDeblockFilter) to produce smoother motion in
|
9314
|
-
# the output. Default is disabled. Only
|
9622
|
+
# the output. Default is disabled. Only manually controllable for
|
9315
9623
|
# MPEG2 and uncompressed video inputs.
|
9316
9624
|
# @return [String]
|
9317
9625
|
#
|
@@ -9428,6 +9736,7 @@ module Aws::MediaConvert
|
|
9428
9736
|
:timecode_source,
|
9429
9737
|
:timecode_start,
|
9430
9738
|
:video_selector)
|
9739
|
+
SENSITIVE = []
|
9431
9740
|
include Aws::Structure
|
9432
9741
|
end
|
9433
9742
|
|
@@ -9535,6 +9844,7 @@ module Aws::MediaConvert
|
|
9535
9844
|
:opacity,
|
9536
9845
|
:start_time,
|
9537
9846
|
:width)
|
9847
|
+
SENSITIVE = []
|
9538
9848
|
include Aws::Structure
|
9539
9849
|
end
|
9540
9850
|
|
@@ -9545,6 +9855,7 @@ module Aws::MediaConvert
|
|
9545
9855
|
#
|
9546
9856
|
class InternalServerErrorException < Struct.new(
|
9547
9857
|
:message)
|
9858
|
+
SENSITIVE = []
|
9548
9859
|
include Aws::Structure
|
9549
9860
|
end
|
9550
9861
|
|
@@ -9725,6 +10036,7 @@ module Aws::MediaConvert
|
|
9725
10036
|
:status_update_interval,
|
9726
10037
|
:timing,
|
9727
10038
|
:user_metadata)
|
10039
|
+
SENSITIVE = []
|
9728
10040
|
include Aws::Structure
|
9729
10041
|
end
|
9730
10042
|
|
@@ -9746,6 +10058,7 @@ module Aws::MediaConvert
|
|
9746
10058
|
class JobMessages < Struct.new(
|
9747
10059
|
:info,
|
9748
10060
|
:warning)
|
10061
|
+
SENSITIVE = []
|
9749
10062
|
include Aws::Structure
|
9750
10063
|
end
|
9751
10064
|
|
@@ -9779,7 +10092,7 @@ module Aws::MediaConvert
|
|
9779
10092
|
# "__string" => {
|
9780
10093
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9781
10094
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9782
|
-
# external_audio_file_input: "
|
10095
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9783
10096
|
# 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
|
9784
10097
|
# offset: 1,
|
9785
10098
|
# pids: [1],
|
@@ -10182,7 +10495,7 @@ module Aws::MediaConvert
|
|
10182
10495
|
# channels: 1,
|
10183
10496
|
# sample_rate: 1,
|
10184
10497
|
# },
|
10185
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
10498
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
10186
10499
|
# eac_3_atmos_settings: {
|
10187
10500
|
# bitrate: 1,
|
10188
10501
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -10235,6 +10548,16 @@ module Aws::MediaConvert
|
|
10235
10548
|
# sample_rate: 1,
|
10236
10549
|
# vbr_quality: 1,
|
10237
10550
|
# },
|
10551
|
+
# opus_settings: {
|
10552
|
+
# bitrate: 1,
|
10553
|
+
# channels: 1,
|
10554
|
+
# sample_rate: 1,
|
10555
|
+
# },
|
10556
|
+
# vorbis_settings: {
|
10557
|
+
# channels: 1,
|
10558
|
+
# sample_rate: 1,
|
10559
|
+
# vbr_quality: 1,
|
10560
|
+
# },
|
10238
10561
|
# wav_settings: {
|
10239
10562
|
# bit_depth: 1,
|
10240
10563
|
# channels: 1,
|
@@ -10331,7 +10654,7 @@ module Aws::MediaConvert
|
|
10331
10654
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
10332
10655
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
10333
10656
|
# },
|
10334
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
10657
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
10335
10658
|
# f4v_settings: {
|
10336
10659
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
10337
10660
|
# },
|
@@ -10461,7 +10784,7 @@ module Aws::MediaConvert
|
|
10461
10784
|
# slices: 1,
|
10462
10785
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10463
10786
|
# },
|
10464
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
10787
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
10465
10788
|
# frame_capture_settings: {
|
10466
10789
|
# framerate_denominator: 1,
|
10467
10790
|
# framerate_numerator: 1,
|
@@ -10604,6 +10927,36 @@ module Aws::MediaConvert
|
|
10604
10927
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
10605
10928
|
# telecine: "NONE", # accepts NONE, HARD
|
10606
10929
|
# },
|
10930
|
+
# vp_8_settings: {
|
10931
|
+
# bitrate: 1,
|
10932
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10933
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
10934
|
+
# framerate_denominator: 1,
|
10935
|
+
# framerate_numerator: 1,
|
10936
|
+
# gop_size: 1.0,
|
10937
|
+
# hrd_buffer_size: 1,
|
10938
|
+
# max_bitrate: 1,
|
10939
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10940
|
+
# par_denominator: 1,
|
10941
|
+
# par_numerator: 1,
|
10942
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
10943
|
+
# rate_control_mode: "VBR", # accepts VBR
|
10944
|
+
# },
|
10945
|
+
# vp_9_settings: {
|
10946
|
+
# bitrate: 1,
|
10947
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10948
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
10949
|
+
# framerate_denominator: 1,
|
10950
|
+
# framerate_numerator: 1,
|
10951
|
+
# gop_size: 1.0,
|
10952
|
+
# hrd_buffer_size: 1,
|
10953
|
+
# max_bitrate: 1,
|
10954
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10955
|
+
# par_denominator: 1,
|
10956
|
+
# par_numerator: 1,
|
10957
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
10958
|
+
# rate_control_mode: "VBR", # accepts VBR
|
10959
|
+
# },
|
10607
10960
|
# },
|
10608
10961
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
10609
10962
|
# crop: {
|
@@ -10689,10 +11042,19 @@ module Aws::MediaConvert
|
|
10689
11042
|
# },
|
10690
11043
|
# temporal_filter_settings: {
|
10691
11044
|
# aggressive_mode: 1,
|
11045
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
10692
11046
|
# speed: 1,
|
10693
11047
|
# strength: 1,
|
10694
11048
|
# },
|
10695
11049
|
# },
|
11050
|
+
# partner_watermarking: {
|
11051
|
+
# nexguard_file_marker_settings: {
|
11052
|
+
# license: "__stringMin1Max100000",
|
11053
|
+
# payload: 1,
|
11054
|
+
# preset: "__stringMin1Max256",
|
11055
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
11056
|
+
# },
|
11057
|
+
# },
|
10696
11058
|
# timecode_burnin: {
|
10697
11059
|
# font_size: 1,
|
10698
11060
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -10796,6 +11158,7 @@ module Aws::MediaConvert
|
|
10796
11158
|
:output_groups,
|
10797
11159
|
:timecode_config,
|
10798
11160
|
:timed_metadata_insertion)
|
11161
|
+
SENSITIVE = []
|
10799
11162
|
include Aws::Structure
|
10800
11163
|
end
|
10801
11164
|
|
@@ -10881,6 +11244,7 @@ module Aws::MediaConvert
|
|
10881
11244
|
:settings,
|
10882
11245
|
:status_update_interval,
|
10883
11246
|
:type)
|
11247
|
+
SENSITIVE = []
|
10884
11248
|
include Aws::Structure
|
10885
11249
|
end
|
10886
11250
|
|
@@ -10915,7 +11279,7 @@ module Aws::MediaConvert
|
|
10915
11279
|
# "__string" => {
|
10916
11280
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
10917
11281
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
10918
|
-
# external_audio_file_input: "
|
11282
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
10919
11283
|
# 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
|
10920
11284
|
# offset: 1,
|
10921
11285
|
# pids: [1],
|
@@ -11310,7 +11674,7 @@ module Aws::MediaConvert
|
|
11310
11674
|
# channels: 1,
|
11311
11675
|
# sample_rate: 1,
|
11312
11676
|
# },
|
11313
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
11677
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
11314
11678
|
# eac_3_atmos_settings: {
|
11315
11679
|
# bitrate: 1,
|
11316
11680
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -11363,6 +11727,16 @@ module Aws::MediaConvert
|
|
11363
11727
|
# sample_rate: 1,
|
11364
11728
|
# vbr_quality: 1,
|
11365
11729
|
# },
|
11730
|
+
# opus_settings: {
|
11731
|
+
# bitrate: 1,
|
11732
|
+
# channels: 1,
|
11733
|
+
# sample_rate: 1,
|
11734
|
+
# },
|
11735
|
+
# vorbis_settings: {
|
11736
|
+
# channels: 1,
|
11737
|
+
# sample_rate: 1,
|
11738
|
+
# vbr_quality: 1,
|
11739
|
+
# },
|
11366
11740
|
# wav_settings: {
|
11367
11741
|
# bit_depth: 1,
|
11368
11742
|
# channels: 1,
|
@@ -11459,7 +11833,7 @@ module Aws::MediaConvert
|
|
11459
11833
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
11460
11834
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
11461
11835
|
# },
|
11462
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
11836
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
11463
11837
|
# f4v_settings: {
|
11464
11838
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
11465
11839
|
# },
|
@@ -11589,7 +11963,7 @@ module Aws::MediaConvert
|
|
11589
11963
|
# slices: 1,
|
11590
11964
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
11591
11965
|
# },
|
11592
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
11966
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
11593
11967
|
# frame_capture_settings: {
|
11594
11968
|
# framerate_denominator: 1,
|
11595
11969
|
# framerate_numerator: 1,
|
@@ -11732,6 +12106,36 @@ module Aws::MediaConvert
|
|
11732
12106
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11733
12107
|
# telecine: "NONE", # accepts NONE, HARD
|
11734
12108
|
# },
|
12109
|
+
# vp_8_settings: {
|
12110
|
+
# bitrate: 1,
|
12111
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12112
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12113
|
+
# framerate_denominator: 1,
|
12114
|
+
# framerate_numerator: 1,
|
12115
|
+
# gop_size: 1.0,
|
12116
|
+
# hrd_buffer_size: 1,
|
12117
|
+
# max_bitrate: 1,
|
12118
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12119
|
+
# par_denominator: 1,
|
12120
|
+
# par_numerator: 1,
|
12121
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
12122
|
+
# rate_control_mode: "VBR", # accepts VBR
|
12123
|
+
# },
|
12124
|
+
# vp_9_settings: {
|
12125
|
+
# bitrate: 1,
|
12126
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12127
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12128
|
+
# framerate_denominator: 1,
|
12129
|
+
# framerate_numerator: 1,
|
12130
|
+
# gop_size: 1.0,
|
12131
|
+
# hrd_buffer_size: 1,
|
12132
|
+
# max_bitrate: 1,
|
12133
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12134
|
+
# par_denominator: 1,
|
12135
|
+
# par_numerator: 1,
|
12136
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
12137
|
+
# rate_control_mode: "VBR", # accepts VBR
|
12138
|
+
# },
|
11735
12139
|
# },
|
11736
12140
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
11737
12141
|
# crop: {
|
@@ -11817,10 +12221,19 @@ module Aws::MediaConvert
|
|
11817
12221
|
# },
|
11818
12222
|
# temporal_filter_settings: {
|
11819
12223
|
# aggressive_mode: 1,
|
12224
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
11820
12225
|
# speed: 1,
|
11821
12226
|
# strength: 1,
|
11822
12227
|
# },
|
11823
12228
|
# },
|
12229
|
+
# partner_watermarking: {
|
12230
|
+
# nexguard_file_marker_settings: {
|
12231
|
+
# license: "__stringMin1Max100000",
|
12232
|
+
# payload: 1,
|
12233
|
+
# preset: "__stringMin1Max256",
|
12234
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
12235
|
+
# },
|
12236
|
+
# },
|
11824
12237
|
# timecode_burnin: {
|
11825
12238
|
# font_size: 1,
|
11826
12239
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -11924,6 +12337,7 @@ module Aws::MediaConvert
|
|
11924
12337
|
:output_groups,
|
11925
12338
|
:timecode_config,
|
11926
12339
|
:timed_metadata_insertion)
|
12340
|
+
SENSITIVE = []
|
11927
12341
|
include Aws::Structure
|
11928
12342
|
end
|
11929
12343
|
|
@@ -11979,6 +12393,7 @@ module Aws::MediaConvert
|
|
11979
12393
|
:max_results,
|
11980
12394
|
:next_token,
|
11981
12395
|
:order)
|
12396
|
+
SENSITIVE = []
|
11982
12397
|
include Aws::Structure
|
11983
12398
|
end
|
11984
12399
|
|
@@ -11999,6 +12414,7 @@ module Aws::MediaConvert
|
|
11999
12414
|
class ListJobTemplatesResponse < Struct.new(
|
12000
12415
|
:job_templates,
|
12001
12416
|
:next_token)
|
12417
|
+
SENSITIVE = []
|
12002
12418
|
include Aws::Structure
|
12003
12419
|
end
|
12004
12420
|
|
@@ -12052,6 +12468,7 @@ module Aws::MediaConvert
|
|
12052
12468
|
:order,
|
12053
12469
|
:queue,
|
12054
12470
|
:status)
|
12471
|
+
SENSITIVE = []
|
12055
12472
|
include Aws::Structure
|
12056
12473
|
end
|
12057
12474
|
|
@@ -12072,6 +12489,7 @@ module Aws::MediaConvert
|
|
12072
12489
|
class ListJobsResponse < Struct.new(
|
12073
12490
|
:jobs,
|
12074
12491
|
:next_token)
|
12492
|
+
SENSITIVE = []
|
12075
12493
|
include Aws::Structure
|
12076
12494
|
end
|
12077
12495
|
|
@@ -12126,6 +12544,7 @@ module Aws::MediaConvert
|
|
12126
12544
|
:max_results,
|
12127
12545
|
:next_token,
|
12128
12546
|
:order)
|
12547
|
+
SENSITIVE = []
|
12129
12548
|
include Aws::Structure
|
12130
12549
|
end
|
12131
12550
|
|
@@ -12146,6 +12565,7 @@ module Aws::MediaConvert
|
|
12146
12565
|
class ListPresetsResponse < Struct.new(
|
12147
12566
|
:next_token,
|
12148
12567
|
:presets)
|
12568
|
+
SENSITIVE = []
|
12149
12569
|
include Aws::Structure
|
12150
12570
|
end
|
12151
12571
|
|
@@ -12192,6 +12612,7 @@ module Aws::MediaConvert
|
|
12192
12612
|
:max_results,
|
12193
12613
|
:next_token,
|
12194
12614
|
:order)
|
12615
|
+
SENSITIVE = []
|
12195
12616
|
include Aws::Structure
|
12196
12617
|
end
|
12197
12618
|
|
@@ -12212,6 +12633,7 @@ module Aws::MediaConvert
|
|
12212
12633
|
class ListQueuesResponse < Struct.new(
|
12213
12634
|
:next_token,
|
12214
12635
|
:queues)
|
12636
|
+
SENSITIVE = []
|
12215
12637
|
include Aws::Structure
|
12216
12638
|
end
|
12217
12639
|
|
@@ -12235,6 +12657,7 @@ module Aws::MediaConvert
|
|
12235
12657
|
#
|
12236
12658
|
class ListTagsForResourceRequest < Struct.new(
|
12237
12659
|
:arn)
|
12660
|
+
SENSITIVE = []
|
12238
12661
|
include Aws::Structure
|
12239
12662
|
end
|
12240
12663
|
|
@@ -12250,6 +12673,7 @@ module Aws::MediaConvert
|
|
12250
12673
|
#
|
12251
12674
|
class ListTagsForResourceResponse < Struct.new(
|
12252
12675
|
:resource_tags)
|
12676
|
+
SENSITIVE = []
|
12253
12677
|
include Aws::Structure
|
12254
12678
|
end
|
12255
12679
|
|
@@ -12274,6 +12698,7 @@ module Aws::MediaConvert
|
|
12274
12698
|
#
|
12275
12699
|
class M2tsScte35Esam < Struct.new(
|
12276
12700
|
:scte_35_esam_pid)
|
12701
|
+
SENSITIVE = []
|
12277
12702
|
include Aws::Structure
|
12278
12703
|
end
|
12279
12704
|
|
@@ -12615,6 +13040,7 @@ module Aws::MediaConvert
|
|
12615
13040
|
:timed_metadata_pid,
|
12616
13041
|
:transport_stream_id,
|
12617
13042
|
:video_pid)
|
13043
|
+
SENSITIVE = []
|
12618
13044
|
include Aws::Structure
|
12619
13045
|
end
|
12620
13046
|
|
@@ -12751,6 +13177,7 @@ module Aws::MediaConvert
|
|
12751
13177
|
:timed_metadata_pid,
|
12752
13178
|
:transport_stream_id,
|
12753
13179
|
:video_pid)
|
13180
|
+
SENSITIVE = []
|
12754
13181
|
include Aws::Structure
|
12755
13182
|
end
|
12756
13183
|
|
@@ -12846,6 +13273,7 @@ module Aws::MediaConvert
|
|
12846
13273
|
:offset,
|
12847
13274
|
:playback,
|
12848
13275
|
:start_time)
|
13276
|
+
SENSITIVE = []
|
12849
13277
|
include Aws::Structure
|
12850
13278
|
end
|
12851
13279
|
|
@@ -12877,6 +13305,7 @@ module Aws::MediaConvert
|
|
12877
13305
|
class MotionImageInsertionFramerate < Struct.new(
|
12878
13306
|
:framerate_denominator,
|
12879
13307
|
:framerate_numerator)
|
13308
|
+
SENSITIVE = []
|
12880
13309
|
include Aws::Structure
|
12881
13310
|
end
|
12882
13311
|
|
@@ -12906,6 +13335,7 @@ module Aws::MediaConvert
|
|
12906
13335
|
class MotionImageInsertionOffset < Struct.new(
|
12907
13336
|
:image_x,
|
12908
13337
|
:image_y)
|
13338
|
+
SENSITIVE = []
|
12909
13339
|
include Aws::Structure
|
12910
13340
|
end
|
12911
13341
|
|
@@ -12958,6 +13388,7 @@ module Aws::MediaConvert
|
|
12958
13388
|
:mpeg_2_four_cc_control,
|
12959
13389
|
:padding_control,
|
12960
13390
|
:reference)
|
13391
|
+
SENSITIVE = []
|
12961
13392
|
include Aws::Structure
|
12962
13393
|
end
|
12963
13394
|
|
@@ -12994,6 +13425,7 @@ module Aws::MediaConvert
|
|
12994
13425
|
:bitrate,
|
12995
13426
|
:channels,
|
12996
13427
|
:sample_rate)
|
13428
|
+
SENSITIVE = []
|
12997
13429
|
include Aws::Structure
|
12998
13430
|
end
|
12999
13431
|
|
@@ -13044,6 +13476,7 @@ module Aws::MediaConvert
|
|
13044
13476
|
:rate_control_mode,
|
13045
13477
|
:sample_rate,
|
13046
13478
|
:vbr_quality)
|
13479
|
+
SENSITIVE = []
|
13047
13480
|
include Aws::Structure
|
13048
13481
|
end
|
13049
13482
|
|
@@ -13102,6 +13535,7 @@ module Aws::MediaConvert
|
|
13102
13535
|
:free_space_box,
|
13103
13536
|
:moov_placement,
|
13104
13537
|
:mp_4_major_brand)
|
13538
|
+
SENSITIVE = []
|
13105
13539
|
include Aws::Structure
|
13106
13540
|
end
|
13107
13541
|
|
@@ -13147,6 +13581,7 @@ module Aws::MediaConvert
|
|
13147
13581
|
:caption_container_type,
|
13148
13582
|
:scte_35_esam,
|
13149
13583
|
:scte_35_source)
|
13584
|
+
SENSITIVE = []
|
13150
13585
|
include Aws::Structure
|
13151
13586
|
end
|
13152
13587
|
|
@@ -13229,7 +13664,7 @@ module Aws::MediaConvert
|
|
13229
13664
|
# choose Custom. The framerates shown in the dropdown list are decimal
|
13230
13665
|
# approximations of fractions. If you choose Custom, specify your
|
13231
13666
|
# frame rate as a fraction. If you are creating your transcoding job
|
13232
|
-
#
|
13667
|
+
# specification as a JSON file without the console, use
|
13233
13668
|
# FramerateControl to specify which value the service uses for the
|
13234
13669
|
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
13235
13670
|
# want the service to use the frame rate from the input. Choose
|
@@ -13238,8 +13673,8 @@ module Aws::MediaConvert
|
|
13238
13673
|
# @return [String]
|
13239
13674
|
#
|
13240
13675
|
# @!attribute [rw] framerate_conversion_algorithm
|
13241
|
-
#
|
13242
|
-
# conversion.
|
13676
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
13677
|
+
# The default behavior is to use duplicate drop conversion.
|
13243
13678
|
# @return [String]
|
13244
13679
|
#
|
13245
13680
|
# @!attribute [rw] framerate_denominator
|
@@ -13323,22 +13758,38 @@ module Aws::MediaConvert
|
|
13323
13758
|
# @return [Integer]
|
13324
13759
|
#
|
13325
13760
|
# @!attribute [rw] par_control
|
13326
|
-
#
|
13327
|
-
#
|
13328
|
-
#
|
13761
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
13762
|
+
# (PAR) for this output. The default behavior, Follow source
|
13763
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
13764
|
+
# your output. To specify a different PAR in the console, choose any
|
13765
|
+
# value other than Follow source. To specify a different PAR by
|
13766
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
13767
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
13768
|
+
# the parNumerator and parDenominator settings.
|
13329
13769
|
# @return [String]
|
13330
13770
|
#
|
13331
13771
|
# @!attribute [rw] par_denominator
|
13332
|
-
# Pixel
|
13772
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
13773
|
+
# On the console, this corresponds to any value other than Follow
|
13774
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
13775
|
+
# different from your input video PAR, provide your output PAR as a
|
13776
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
13777
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
13333
13778
|
# @return [Integer]
|
13334
13779
|
#
|
13335
13780
|
# @!attribute [rw] par_numerator
|
13336
|
-
# Pixel
|
13781
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
13782
|
+
# On the console, this corresponds to any value other than Follow
|
13783
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
13784
|
+
# different from your input video PAR, provide your output PAR as a
|
13785
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
13786
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
13337
13787
|
# @return [Integer]
|
13338
13788
|
#
|
13339
13789
|
# @!attribute [rw] quality_tuning_level
|
13340
|
-
# Use Quality tuning level (
|
13341
|
-
#
|
13790
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
13791
|
+
# how you want to trade off encoding speed for output video quality.
|
13792
|
+
# The default behavior is faster, lower quality, single-pass encoding.
|
13342
13793
|
# @return [String]
|
13343
13794
|
#
|
13344
13795
|
# @!attribute [rw] rate_control_mode
|
@@ -13417,6 +13868,7 @@ module Aws::MediaConvert
|
|
13417
13868
|
:syntax,
|
13418
13869
|
:telecine,
|
13419
13870
|
:temporal_adaptive_quantization)
|
13871
|
+
SENSITIVE = []
|
13420
13872
|
include Aws::Structure
|
13421
13873
|
end
|
13422
13874
|
|
@@ -13453,6 +13905,7 @@ module Aws::MediaConvert
|
|
13453
13905
|
class MsSmoothAdditionalManifest < Struct.new(
|
13454
13906
|
:manifest_name_modifier,
|
13455
13907
|
:selected_outputs)
|
13908
|
+
SENSITIVE = []
|
13456
13909
|
include Aws::Structure
|
13457
13910
|
end
|
13458
13911
|
|
@@ -13482,6 +13935,7 @@ module Aws::MediaConvert
|
|
13482
13935
|
#
|
13483
13936
|
class MsSmoothEncryptionSettings < Struct.new(
|
13484
13937
|
:speke_key_provider)
|
13938
|
+
SENSITIVE = []
|
13485
13939
|
include Aws::Structure
|
13486
13940
|
end
|
13487
13941
|
|
@@ -13577,6 +14031,7 @@ module Aws::MediaConvert
|
|
13577
14031
|
:encryption,
|
13578
14032
|
:fragment_length,
|
13579
14033
|
:manifest_encoding)
|
14034
|
+
SENSITIVE = []
|
13580
14035
|
include Aws::Structure
|
13581
14036
|
end
|
13582
14037
|
|
@@ -13606,6 +14061,67 @@ module Aws::MediaConvert
|
|
13606
14061
|
#
|
13607
14062
|
class MxfSettings < Struct.new(
|
13608
14063
|
:afd_signaling)
|
14064
|
+
SENSITIVE = []
|
14065
|
+
include Aws::Structure
|
14066
|
+
end
|
14067
|
+
|
14068
|
+
# For forensic video watermarking, MediaConvert supports Nagra NexGuard
|
14069
|
+
# File Marker watermarking. MediaConvert supports both PreRelease
|
14070
|
+
# Content (NGPR/G2) and OTT Streaming workflows.
|
14071
|
+
#
|
14072
|
+
# @note When making an API call, you may pass NexGuardFileMarkerSettings
|
14073
|
+
# data as a hash:
|
14074
|
+
#
|
14075
|
+
# {
|
14076
|
+
# license: "__stringMin1Max100000",
|
14077
|
+
# payload: 1,
|
14078
|
+
# preset: "__stringMin1Max256",
|
14079
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
14080
|
+
# }
|
14081
|
+
#
|
14082
|
+
# @!attribute [rw] license
|
14083
|
+
# Use the base64 license string that Nagra provides you. Enter it
|
14084
|
+
# directly in your JSON job specification or in the console. Required
|
14085
|
+
# when you include Nagra NexGuard File Marker watermarking
|
14086
|
+
# (NexGuardWatermarkingSettings) in your job.
|
14087
|
+
# @return [String]
|
14088
|
+
#
|
14089
|
+
# @!attribute [rw] payload
|
14090
|
+
# Specify the payload ID that you want associated with this output.
|
14091
|
+
# Valid values vary depending on your Nagra NexGuard forensic
|
14092
|
+
# watermarking workflow. Required when you include Nagra NexGuard File
|
14093
|
+
# Marker watermarking (NexGuardWatermarkingSettings) in your job. For
|
14094
|
+
# PreRelease Content (NGPR/G2), specify an integer from 1 through
|
14095
|
+
# 4,194,303. You must generate a unique ID for each asset you
|
14096
|
+
# watermark, and keep a record of which ID you have assigned to each
|
14097
|
+
# asset. Neither Nagra nor MediaConvert keep track of the relationship
|
14098
|
+
# between output files and your IDs. For OTT Streaming, create two
|
14099
|
+
# adaptive bitrate (ABR) stacks for each asset. Do this by setting up
|
14100
|
+
# two output groups. For one output group, set the value of Payload ID
|
14101
|
+
# (payload) to 0 in every output. For the other output group, set
|
14102
|
+
# Payload ID (payload) to 1 in every output.
|
14103
|
+
# @return [Integer]
|
14104
|
+
#
|
14105
|
+
# @!attribute [rw] preset
|
14106
|
+
# Enter one of the watermarking preset strings that Nagra provides
|
14107
|
+
# you. Required when you include Nagra NexGuard File Marker
|
14108
|
+
# watermarking (NexGuardWatermarkingSettings) in your job.
|
14109
|
+
# @return [String]
|
14110
|
+
#
|
14111
|
+
# @!attribute [rw] strength
|
14112
|
+
# Optional. Ignore this setting unless Nagra support directs you to
|
14113
|
+
# specify a value. When you don't specify a value here, the Nagra
|
14114
|
+
# NexGuard library uses its default value.
|
14115
|
+
# @return [String]
|
14116
|
+
#
|
14117
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/NexGuardFileMarkerSettings AWS API Documentation
|
14118
|
+
#
|
14119
|
+
class NexGuardFileMarkerSettings < Struct.new(
|
14120
|
+
:license,
|
14121
|
+
:payload,
|
14122
|
+
:preset,
|
14123
|
+
:strength)
|
14124
|
+
SENSITIVE = []
|
13609
14125
|
include Aws::Structure
|
13610
14126
|
end
|
13611
14127
|
|
@@ -13641,6 +14157,7 @@ module Aws::MediaConvert
|
|
13641
14157
|
class NielsenConfiguration < Struct.new(
|
13642
14158
|
:breakout_code,
|
13643
14159
|
:distributor_id)
|
14160
|
+
SENSITIVE = []
|
13644
14161
|
include Aws::Structure
|
13645
14162
|
end
|
13646
14163
|
|
@@ -13665,6 +14182,7 @@ module Aws::MediaConvert
|
|
13665
14182
|
# },
|
13666
14183
|
# temporal_filter_settings: {
|
13667
14184
|
# aggressive_mode: 1,
|
14185
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
13668
14186
|
# speed: 1,
|
13669
14187
|
# strength: 1,
|
13670
14188
|
# },
|
@@ -13700,6 +14218,7 @@ module Aws::MediaConvert
|
|
13700
14218
|
:filter_settings,
|
13701
14219
|
:spatial_filter_settings,
|
13702
14220
|
:temporal_filter_settings)
|
14221
|
+
SENSITIVE = []
|
13703
14222
|
include Aws::Structure
|
13704
14223
|
end
|
13705
14224
|
|
@@ -13721,6 +14240,7 @@ module Aws::MediaConvert
|
|
13721
14240
|
#
|
13722
14241
|
class NoiseReducerFilterSettings < Struct.new(
|
13723
14242
|
:strength)
|
14243
|
+
SENSITIVE = []
|
13724
14244
|
include Aws::Structure
|
13725
14245
|
end
|
13726
14246
|
|
@@ -13756,6 +14276,7 @@ module Aws::MediaConvert
|
|
13756
14276
|
:post_filter_sharpen_strength,
|
13757
14277
|
:speed,
|
13758
14278
|
:strength)
|
14279
|
+
SENSITIVE = []
|
13759
14280
|
include Aws::Structure
|
13760
14281
|
end
|
13761
14282
|
|
@@ -13766,6 +14287,7 @@ module Aws::MediaConvert
|
|
13766
14287
|
#
|
13767
14288
|
# {
|
13768
14289
|
# aggressive_mode: 1,
|
14290
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
13769
14291
|
# speed: 1,
|
13770
14292
|
# strength: 1,
|
13771
14293
|
# }
|
@@ -13777,6 +14299,14 @@ module Aws::MediaConvert
|
|
13777
14299
|
# bitrate outputs.
|
13778
14300
|
# @return [Integer]
|
13779
14301
|
#
|
14302
|
+
# @!attribute [rw] post_temporal_sharpening
|
14303
|
+
# Optional. When you set Noise reducer (noiseReducer) to Temporal
|
14304
|
+
# (TEMPORAL), you can optionally use this setting to apply additional
|
14305
|
+
# sharpening. The default behavior, Auto (AUTO) allows the transcoder
|
14306
|
+
# to determine whether to apply filtering, depending on input type and
|
14307
|
+
# quality.
|
14308
|
+
# @return [String]
|
14309
|
+
#
|
13780
14310
|
# @!attribute [rw] speed
|
13781
14311
|
# The speed of the filter (higher number is faster). Low setting
|
13782
14312
|
# reduces bit rate at the cost of transcode time, high setting
|
@@ -13796,8 +14326,10 @@ module Aws::MediaConvert
|
|
13796
14326
|
#
|
13797
14327
|
class NoiseReducerTemporalFilterSettings < Struct.new(
|
13798
14328
|
:aggressive_mode,
|
14329
|
+
:post_temporal_sharpening,
|
13799
14330
|
:speed,
|
13800
14331
|
:strength)
|
14332
|
+
SENSITIVE = []
|
13801
14333
|
include Aws::Structure
|
13802
14334
|
end
|
13803
14335
|
|
@@ -13808,6 +14340,46 @@ module Aws::MediaConvert
|
|
13808
14340
|
#
|
13809
14341
|
class NotFoundException < Struct.new(
|
13810
14342
|
:message)
|
14343
|
+
SENSITIVE = []
|
14344
|
+
include Aws::Structure
|
14345
|
+
end
|
14346
|
+
|
14347
|
+
# Required when you set Codec, under AudioDescriptions>CodecSettings, to
|
14348
|
+
# the value OPUS.
|
14349
|
+
#
|
14350
|
+
# @note When making an API call, you may pass OpusSettings
|
14351
|
+
# data as a hash:
|
14352
|
+
#
|
14353
|
+
# {
|
14354
|
+
# bitrate: 1,
|
14355
|
+
# channels: 1,
|
14356
|
+
# sample_rate: 1,
|
14357
|
+
# }
|
14358
|
+
#
|
14359
|
+
# @!attribute [rw] bitrate
|
14360
|
+
# Optional. Specify the average bitrate in bits per second. Valid
|
14361
|
+
# values are multiples of 8000, from 32000 through 192000. The default
|
14362
|
+
# value is 96000, which we recommend for quality and bandwidth.
|
14363
|
+
# @return [Integer]
|
14364
|
+
#
|
14365
|
+
# @!attribute [rw] channels
|
14366
|
+
# Specify the number of channels in this output audio track. Choosing
|
14367
|
+
# Mono on the console gives you 1 output channel; choosing Stereo
|
14368
|
+
# gives you 2. In the API, valid values are 1 and 2.
|
14369
|
+
# @return [Integer]
|
14370
|
+
#
|
14371
|
+
# @!attribute [rw] sample_rate
|
14372
|
+
# Optional. Sample rate in hz. Valid values are 16000, 24000, and
|
14373
|
+
# 48000. The default value is 48000.
|
14374
|
+
# @return [Integer]
|
14375
|
+
#
|
14376
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/OpusSettings AWS API Documentation
|
14377
|
+
#
|
14378
|
+
class OpusSettings < Struct.new(
|
14379
|
+
:bitrate,
|
14380
|
+
:channels,
|
14381
|
+
:sample_rate)
|
14382
|
+
SENSITIVE = []
|
13811
14383
|
include Aws::Structure
|
13812
14384
|
end
|
13813
14385
|
|
@@ -13858,7 +14430,7 @@ module Aws::MediaConvert
|
|
13858
14430
|
# channels: 1,
|
13859
14431
|
# sample_rate: 1,
|
13860
14432
|
# },
|
13861
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
14433
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
13862
14434
|
# eac_3_atmos_settings: {
|
13863
14435
|
# bitrate: 1,
|
13864
14436
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -13911,6 +14483,16 @@ module Aws::MediaConvert
|
|
13911
14483
|
# sample_rate: 1,
|
13912
14484
|
# vbr_quality: 1,
|
13913
14485
|
# },
|
14486
|
+
# opus_settings: {
|
14487
|
+
# bitrate: 1,
|
14488
|
+
# channels: 1,
|
14489
|
+
# sample_rate: 1,
|
14490
|
+
# },
|
14491
|
+
# vorbis_settings: {
|
14492
|
+
# channels: 1,
|
14493
|
+
# sample_rate: 1,
|
14494
|
+
# vbr_quality: 1,
|
14495
|
+
# },
|
13914
14496
|
# wav_settings: {
|
13915
14497
|
# bit_depth: 1,
|
13916
14498
|
# channels: 1,
|
@@ -14007,7 +14589,7 @@ module Aws::MediaConvert
|
|
14007
14589
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
14008
14590
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
14009
14591
|
# },
|
14010
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
14592
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
14011
14593
|
# f4v_settings: {
|
14012
14594
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
14013
14595
|
# },
|
@@ -14137,7 +14719,7 @@ module Aws::MediaConvert
|
|
14137
14719
|
# slices: 1,
|
14138
14720
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
14139
14721
|
# },
|
14140
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
14722
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
14141
14723
|
# frame_capture_settings: {
|
14142
14724
|
# framerate_denominator: 1,
|
14143
14725
|
# framerate_numerator: 1,
|
@@ -14280,10 +14862,40 @@ module Aws::MediaConvert
|
|
14280
14862
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
14281
14863
|
# telecine: "NONE", # accepts NONE, HARD
|
14282
14864
|
# },
|
14283
|
-
#
|
14284
|
-
#
|
14285
|
-
#
|
14286
|
-
#
|
14865
|
+
# vp_8_settings: {
|
14866
|
+
# bitrate: 1,
|
14867
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14868
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
14869
|
+
# framerate_denominator: 1,
|
14870
|
+
# framerate_numerator: 1,
|
14871
|
+
# gop_size: 1.0,
|
14872
|
+
# hrd_buffer_size: 1,
|
14873
|
+
# max_bitrate: 1,
|
14874
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14875
|
+
# par_denominator: 1,
|
14876
|
+
# par_numerator: 1,
|
14877
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
14878
|
+
# rate_control_mode: "VBR", # accepts VBR
|
14879
|
+
# },
|
14880
|
+
# vp_9_settings: {
|
14881
|
+
# bitrate: 1,
|
14882
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14883
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
14884
|
+
# framerate_denominator: 1,
|
14885
|
+
# framerate_numerator: 1,
|
14886
|
+
# gop_size: 1.0,
|
14887
|
+
# hrd_buffer_size: 1,
|
14888
|
+
# max_bitrate: 1,
|
14889
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14890
|
+
# par_denominator: 1,
|
14891
|
+
# par_numerator: 1,
|
14892
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
14893
|
+
# rate_control_mode: "VBR", # accepts VBR
|
14894
|
+
# },
|
14895
|
+
# },
|
14896
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
14897
|
+
# crop: {
|
14898
|
+
# height: 1,
|
14287
14899
|
# width: 1,
|
14288
14900
|
# x: 1,
|
14289
14901
|
# y: 1,
|
@@ -14365,10 +14977,19 @@ module Aws::MediaConvert
|
|
14365
14977
|
# },
|
14366
14978
|
# temporal_filter_settings: {
|
14367
14979
|
# aggressive_mode: 1,
|
14980
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
14368
14981
|
# speed: 1,
|
14369
14982
|
# strength: 1,
|
14370
14983
|
# },
|
14371
14984
|
# },
|
14985
|
+
# partner_watermarking: {
|
14986
|
+
# nexguard_file_marker_settings: {
|
14987
|
+
# license: "__stringMin1Max100000",
|
14988
|
+
# payload: 1,
|
14989
|
+
# preset: "__stringMin1Max256",
|
14990
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
14991
|
+
# },
|
14992
|
+
# },
|
14372
14993
|
# timecode_burnin: {
|
14373
14994
|
# font_size: 1,
|
14374
14995
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -14402,8 +15023,8 @@ module Aws::MediaConvert
|
|
14402
15023
|
# in File output groups. If you do not specify a value, the service
|
14403
15024
|
# will use default extensions by container type as follows * MPEG-2
|
14404
15025
|
# transport stream, m2ts * Quicktime, mov * MXF container, mxf *
|
14405
|
-
# MPEG-4 container, mp4 *
|
14406
|
-
# extensions (e.g. AAC, H265, H265, AC3)
|
15026
|
+
# MPEG-4 container, mp4 * WebM container, webm * No Container, the
|
15027
|
+
# service will use codec extensions (e.g. AAC, H265, H265, AC3)
|
14407
15028
|
# @return [String]
|
14408
15029
|
#
|
14409
15030
|
# @!attribute [rw] name_modifier
|
@@ -14446,6 +15067,7 @@ module Aws::MediaConvert
|
|
14446
15067
|
:output_settings,
|
14447
15068
|
:preset,
|
14448
15069
|
:video_description)
|
15070
|
+
SENSITIVE = []
|
14449
15071
|
include Aws::Structure
|
14450
15072
|
end
|
14451
15073
|
|
@@ -14466,6 +15088,7 @@ module Aws::MediaConvert
|
|
14466
15088
|
#
|
14467
15089
|
class OutputChannelMapping < Struct.new(
|
14468
15090
|
:input_channels)
|
15091
|
+
SENSITIVE = []
|
14469
15092
|
include Aws::Structure
|
14470
15093
|
end
|
14471
15094
|
|
@@ -14484,6 +15107,7 @@ module Aws::MediaConvert
|
|
14484
15107
|
class OutputDetail < Struct.new(
|
14485
15108
|
:duration_in_ms,
|
14486
15109
|
:video_details)
|
15110
|
+
SENSITIVE = []
|
14487
15111
|
include Aws::Structure
|
14488
15112
|
end
|
14489
15113
|
|
@@ -14743,7 +15367,7 @@ module Aws::MediaConvert
|
|
14743
15367
|
# channels: 1,
|
14744
15368
|
# sample_rate: 1,
|
14745
15369
|
# },
|
14746
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
15370
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
14747
15371
|
# eac_3_atmos_settings: {
|
14748
15372
|
# bitrate: 1,
|
14749
15373
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -14796,6 +15420,16 @@ module Aws::MediaConvert
|
|
14796
15420
|
# sample_rate: 1,
|
14797
15421
|
# vbr_quality: 1,
|
14798
15422
|
# },
|
15423
|
+
# opus_settings: {
|
15424
|
+
# bitrate: 1,
|
15425
|
+
# channels: 1,
|
15426
|
+
# sample_rate: 1,
|
15427
|
+
# },
|
15428
|
+
# vorbis_settings: {
|
15429
|
+
# channels: 1,
|
15430
|
+
# sample_rate: 1,
|
15431
|
+
# vbr_quality: 1,
|
15432
|
+
# },
|
14799
15433
|
# wav_settings: {
|
14800
15434
|
# bit_depth: 1,
|
14801
15435
|
# channels: 1,
|
@@ -14892,7 +15526,7 @@ module Aws::MediaConvert
|
|
14892
15526
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
14893
15527
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
14894
15528
|
# },
|
14895
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
15529
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
14896
15530
|
# f4v_settings: {
|
14897
15531
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
14898
15532
|
# },
|
@@ -15022,7 +15656,7 @@ module Aws::MediaConvert
|
|
15022
15656
|
# slices: 1,
|
15023
15657
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15024
15658
|
# },
|
15025
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
15659
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
15026
15660
|
# frame_capture_settings: {
|
15027
15661
|
# framerate_denominator: 1,
|
15028
15662
|
# framerate_numerator: 1,
|
@@ -15165,6 +15799,36 @@ module Aws::MediaConvert
|
|
15165
15799
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15166
15800
|
# telecine: "NONE", # accepts NONE, HARD
|
15167
15801
|
# },
|
15802
|
+
# vp_8_settings: {
|
15803
|
+
# bitrate: 1,
|
15804
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15805
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15806
|
+
# framerate_denominator: 1,
|
15807
|
+
# framerate_numerator: 1,
|
15808
|
+
# gop_size: 1.0,
|
15809
|
+
# hrd_buffer_size: 1,
|
15810
|
+
# max_bitrate: 1,
|
15811
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15812
|
+
# par_denominator: 1,
|
15813
|
+
# par_numerator: 1,
|
15814
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
15815
|
+
# rate_control_mode: "VBR", # accepts VBR
|
15816
|
+
# },
|
15817
|
+
# vp_9_settings: {
|
15818
|
+
# bitrate: 1,
|
15819
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15820
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15821
|
+
# framerate_denominator: 1,
|
15822
|
+
# framerate_numerator: 1,
|
15823
|
+
# gop_size: 1.0,
|
15824
|
+
# hrd_buffer_size: 1,
|
15825
|
+
# max_bitrate: 1,
|
15826
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15827
|
+
# par_denominator: 1,
|
15828
|
+
# par_numerator: 1,
|
15829
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
15830
|
+
# rate_control_mode: "VBR", # accepts VBR
|
15831
|
+
# },
|
15168
15832
|
# },
|
15169
15833
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
15170
15834
|
# crop: {
|
@@ -15250,10 +15914,19 @@ module Aws::MediaConvert
|
|
15250
15914
|
# },
|
15251
15915
|
# temporal_filter_settings: {
|
15252
15916
|
# aggressive_mode: 1,
|
15917
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
15253
15918
|
# speed: 1,
|
15254
15919
|
# strength: 1,
|
15255
15920
|
# },
|
15256
15921
|
# },
|
15922
|
+
# partner_watermarking: {
|
15923
|
+
# nexguard_file_marker_settings: {
|
15924
|
+
# license: "__stringMin1Max100000",
|
15925
|
+
# payload: 1,
|
15926
|
+
# preset: "__stringMin1Max256",
|
15927
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
15928
|
+
# },
|
15929
|
+
# },
|
15257
15930
|
# timecode_burnin: {
|
15258
15931
|
# font_size: 1,
|
15259
15932
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -15294,6 +15967,7 @@ module Aws::MediaConvert
|
|
15294
15967
|
:name,
|
15295
15968
|
:output_group_settings,
|
15296
15969
|
:outputs)
|
15970
|
+
SENSITIVE = []
|
15297
15971
|
include Aws::Structure
|
15298
15972
|
end
|
15299
15973
|
|
@@ -15308,6 +15982,7 @@ module Aws::MediaConvert
|
|
15308
15982
|
#
|
15309
15983
|
class OutputGroupDetail < Struct.new(
|
15310
15984
|
:output_details)
|
15985
|
+
SENSITIVE = []
|
15311
15986
|
include Aws::Structure
|
15312
15987
|
end
|
15313
15988
|
|
@@ -15564,6 +16239,7 @@ module Aws::MediaConvert
|
|
15564
16239
|
:hls_group_settings,
|
15565
16240
|
:ms_smooth_group_settings,
|
15566
16241
|
:type)
|
16242
|
+
SENSITIVE = []
|
15567
16243
|
include Aws::Structure
|
15568
16244
|
end
|
15569
16245
|
|
@@ -15591,6 +16267,37 @@ module Aws::MediaConvert
|
|
15591
16267
|
#
|
15592
16268
|
class OutputSettings < Struct.new(
|
15593
16269
|
:hls_settings)
|
16270
|
+
SENSITIVE = []
|
16271
|
+
include Aws::Structure
|
16272
|
+
end
|
16273
|
+
|
16274
|
+
# If you work with a third party video watermarking partner, use the
|
16275
|
+
# group of settings that correspond with your watermarking partner to
|
16276
|
+
# include watermarks in your output.
|
16277
|
+
#
|
16278
|
+
# @note When making an API call, you may pass PartnerWatermarking
|
16279
|
+
# data as a hash:
|
16280
|
+
#
|
16281
|
+
# {
|
16282
|
+
# nexguard_file_marker_settings: {
|
16283
|
+
# license: "__stringMin1Max100000",
|
16284
|
+
# payload: 1,
|
16285
|
+
# preset: "__stringMin1Max256",
|
16286
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
16287
|
+
# },
|
16288
|
+
# }
|
16289
|
+
#
|
16290
|
+
# @!attribute [rw] nexguard_file_marker_settings
|
16291
|
+
# For forensic video watermarking, MediaConvert supports Nagra
|
16292
|
+
# NexGuard File Marker watermarking. MediaConvert supports both
|
16293
|
+
# PreRelease Content (NGPR/G2) and OTT Streaming workflows.
|
16294
|
+
# @return [Types::NexGuardFileMarkerSettings]
|
16295
|
+
#
|
16296
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/PartnerWatermarking AWS API Documentation
|
16297
|
+
#
|
16298
|
+
class PartnerWatermarking < Struct.new(
|
16299
|
+
:nexguard_file_marker_settings)
|
16300
|
+
SENSITIVE = []
|
15594
16301
|
include Aws::Structure
|
15595
16302
|
end
|
15596
16303
|
|
@@ -15643,6 +16350,7 @@ module Aws::MediaConvert
|
|
15643
16350
|
:name,
|
15644
16351
|
:settings,
|
15645
16352
|
:type)
|
16353
|
+
SENSITIVE = []
|
15646
16354
|
include Aws::Structure
|
15647
16355
|
end
|
15648
16356
|
|
@@ -15692,7 +16400,7 @@ module Aws::MediaConvert
|
|
15692
16400
|
# channels: 1,
|
15693
16401
|
# sample_rate: 1,
|
15694
16402
|
# },
|
15695
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
16403
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
15696
16404
|
# eac_3_atmos_settings: {
|
15697
16405
|
# bitrate: 1,
|
15698
16406
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -15745,6 +16453,16 @@ module Aws::MediaConvert
|
|
15745
16453
|
# sample_rate: 1,
|
15746
16454
|
# vbr_quality: 1,
|
15747
16455
|
# },
|
16456
|
+
# opus_settings: {
|
16457
|
+
# bitrate: 1,
|
16458
|
+
# channels: 1,
|
16459
|
+
# sample_rate: 1,
|
16460
|
+
# },
|
16461
|
+
# vorbis_settings: {
|
16462
|
+
# channels: 1,
|
16463
|
+
# sample_rate: 1,
|
16464
|
+
# vbr_quality: 1,
|
16465
|
+
# },
|
15748
16466
|
# wav_settings: {
|
15749
16467
|
# bit_depth: 1,
|
15750
16468
|
# channels: 1,
|
@@ -15840,7 +16558,7 @@ module Aws::MediaConvert
|
|
15840
16558
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
15841
16559
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
15842
16560
|
# },
|
15843
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
16561
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
15844
16562
|
# f4v_settings: {
|
15845
16563
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
15846
16564
|
# },
|
@@ -15957,7 +16675,7 @@ module Aws::MediaConvert
|
|
15957
16675
|
# slices: 1,
|
15958
16676
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15959
16677
|
# },
|
15960
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
16678
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
15961
16679
|
# frame_capture_settings: {
|
15962
16680
|
# framerate_denominator: 1,
|
15963
16681
|
# framerate_numerator: 1,
|
@@ -16100,6 +16818,36 @@ module Aws::MediaConvert
|
|
16100
16818
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16101
16819
|
# telecine: "NONE", # accepts NONE, HARD
|
16102
16820
|
# },
|
16821
|
+
# vp_8_settings: {
|
16822
|
+
# bitrate: 1,
|
16823
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16824
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16825
|
+
# framerate_denominator: 1,
|
16826
|
+
# framerate_numerator: 1,
|
16827
|
+
# gop_size: 1.0,
|
16828
|
+
# hrd_buffer_size: 1,
|
16829
|
+
# max_bitrate: 1,
|
16830
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16831
|
+
# par_denominator: 1,
|
16832
|
+
# par_numerator: 1,
|
16833
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
16834
|
+
# rate_control_mode: "VBR", # accepts VBR
|
16835
|
+
# },
|
16836
|
+
# vp_9_settings: {
|
16837
|
+
# bitrate: 1,
|
16838
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16839
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16840
|
+
# framerate_denominator: 1,
|
16841
|
+
# framerate_numerator: 1,
|
16842
|
+
# gop_size: 1.0,
|
16843
|
+
# hrd_buffer_size: 1,
|
16844
|
+
# max_bitrate: 1,
|
16845
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16846
|
+
# par_denominator: 1,
|
16847
|
+
# par_numerator: 1,
|
16848
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
16849
|
+
# rate_control_mode: "VBR", # accepts VBR
|
16850
|
+
# },
|
16103
16851
|
# },
|
16104
16852
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
16105
16853
|
# crop: {
|
@@ -16185,10 +16933,19 @@ module Aws::MediaConvert
|
|
16185
16933
|
# },
|
16186
16934
|
# temporal_filter_settings: {
|
16187
16935
|
# aggressive_mode: 1,
|
16936
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
16188
16937
|
# speed: 1,
|
16189
16938
|
# strength: 1,
|
16190
16939
|
# },
|
16191
16940
|
# },
|
16941
|
+
# partner_watermarking: {
|
16942
|
+
# nexguard_file_marker_settings: {
|
16943
|
+
# license: "__stringMin1Max100000",
|
16944
|
+
# payload: 1,
|
16945
|
+
# preset: "__stringMin1Max256",
|
16946
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
16947
|
+
# },
|
16948
|
+
# },
|
16192
16949
|
# timecode_burnin: {
|
16193
16950
|
# font_size: 1,
|
16194
16951
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -16229,6 +16986,7 @@ module Aws::MediaConvert
|
|
16229
16986
|
:caption_descriptions,
|
16230
16987
|
:container_settings,
|
16231
16988
|
:video_description)
|
16989
|
+
SENSITIVE = []
|
16232
16990
|
include Aws::Structure
|
16233
16991
|
end
|
16234
16992
|
|
@@ -16265,7 +17023,7 @@ module Aws::MediaConvert
|
|
16265
17023
|
# choose Custom. The framerates shown in the dropdown list are decimal
|
16266
17024
|
# approximations of fractions. If you choose Custom, specify your
|
16267
17025
|
# frame rate as a fraction. If you are creating your transcoding job
|
16268
|
-
#
|
17026
|
+
# specification as a JSON file without the console, use
|
16269
17027
|
# FramerateControl to specify which value the service uses for the
|
16270
17028
|
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
16271
17029
|
# want the service to use the frame rate from the input. Choose
|
@@ -16274,8 +17032,8 @@ module Aws::MediaConvert
|
|
16274
17032
|
# @return [String]
|
16275
17033
|
#
|
16276
17034
|
# @!attribute [rw] framerate_conversion_algorithm
|
16277
|
-
#
|
16278
|
-
# conversion.
|
17035
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
17036
|
+
# The default behavior is to use duplicate drop conversion.
|
16279
17037
|
# @return [String]
|
16280
17038
|
#
|
16281
17039
|
# @!attribute [rw] framerate_denominator
|
@@ -16307,20 +17065,32 @@ module Aws::MediaConvert
|
|
16307
17065
|
# @return [String]
|
16308
17066
|
#
|
16309
17067
|
# @!attribute [rw] par_control
|
16310
|
-
#
|
16311
|
-
#
|
16312
|
-
#
|
16313
|
-
#
|
16314
|
-
#
|
16315
|
-
#
|
17068
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
17069
|
+
# (PAR) for this output. The default behavior, Follow source
|
17070
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
17071
|
+
# your output. To specify a different PAR in the console, choose any
|
17072
|
+
# value other than Follow source. To specify a different PAR by
|
17073
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
17074
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
17075
|
+
# the parNumerator and parDenominator settings.
|
16316
17076
|
# @return [String]
|
16317
17077
|
#
|
16318
17078
|
# @!attribute [rw] par_denominator
|
16319
|
-
# Pixel
|
17079
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
17080
|
+
# On the console, this corresponds to any value other than Follow
|
17081
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
17082
|
+
# different from your input video PAR, provide your output PAR as a
|
17083
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
17084
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
16320
17085
|
# @return [Integer]
|
16321
17086
|
#
|
16322
17087
|
# @!attribute [rw] par_numerator
|
16323
|
-
# Pixel
|
17088
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
17089
|
+
# On the console, this corresponds to any value other than Follow
|
17090
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
17091
|
+
# different from your input video PAR, provide your output PAR as a
|
17092
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
17093
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
16324
17094
|
# @return [Integer]
|
16325
17095
|
#
|
16326
17096
|
# @!attribute [rw] slow_pal
|
@@ -16349,6 +17119,7 @@ module Aws::MediaConvert
|
|
16349
17119
|
:par_numerator,
|
16350
17120
|
:slow_pal,
|
16351
17121
|
:telecine)
|
17122
|
+
SENSITIVE = []
|
16352
17123
|
include Aws::Structure
|
16353
17124
|
end
|
16354
17125
|
|
@@ -16428,6 +17199,7 @@ module Aws::MediaConvert
|
|
16428
17199
|
:status,
|
16429
17200
|
:submitted_jobs_count,
|
16430
17201
|
:type)
|
17202
|
+
SENSITIVE = []
|
16431
17203
|
include Aws::Structure
|
16432
17204
|
end
|
16433
17205
|
|
@@ -16453,6 +17225,7 @@ module Aws::MediaConvert
|
|
16453
17225
|
:destination_queue,
|
16454
17226
|
:source_queue,
|
16455
17227
|
:timestamp)
|
17228
|
+
SENSITIVE = []
|
16456
17229
|
include Aws::Structure
|
16457
17230
|
end
|
16458
17231
|
|
@@ -16493,6 +17266,7 @@ module Aws::MediaConvert
|
|
16493
17266
|
:width,
|
16494
17267
|
:x,
|
16495
17268
|
:y)
|
17269
|
+
SENSITIVE = []
|
16496
17270
|
include Aws::Structure
|
16497
17271
|
end
|
16498
17272
|
|
@@ -16542,6 +17316,7 @@ module Aws::MediaConvert
|
|
16542
17316
|
:channel_mapping,
|
16543
17317
|
:channels_in,
|
16544
17318
|
:channels_out)
|
17319
|
+
SENSITIVE = []
|
16545
17320
|
include Aws::Structure
|
16546
17321
|
end
|
16547
17322
|
|
@@ -16593,6 +17368,7 @@ module Aws::MediaConvert
|
|
16593
17368
|
:renewal_type,
|
16594
17369
|
:reserved_slots,
|
16595
17370
|
:status)
|
17371
|
+
SENSITIVE = []
|
16596
17372
|
include Aws::Structure
|
16597
17373
|
end
|
16598
17374
|
|
@@ -16639,6 +17415,7 @@ module Aws::MediaConvert
|
|
16639
17415
|
:commitment,
|
16640
17416
|
:renewal_type,
|
16641
17417
|
:reserved_slots)
|
17418
|
+
SENSITIVE = []
|
16642
17419
|
include Aws::Structure
|
16643
17420
|
end
|
16644
17421
|
|
@@ -16658,6 +17435,7 @@ module Aws::MediaConvert
|
|
16658
17435
|
class ResourceTags < Struct.new(
|
16659
17436
|
:arn,
|
16660
17437
|
:tags)
|
17438
|
+
SENSITIVE = []
|
16661
17439
|
include Aws::Structure
|
16662
17440
|
end
|
16663
17441
|
|
@@ -16682,6 +17460,7 @@ module Aws::MediaConvert
|
|
16682
17460
|
#
|
16683
17461
|
class S3DestinationAccessControl < Struct.new(
|
16684
17462
|
:canned_acl)
|
17463
|
+
SENSITIVE = []
|
16685
17464
|
include Aws::Structure
|
16686
17465
|
end
|
16687
17466
|
|
@@ -16717,6 +17496,7 @@ module Aws::MediaConvert
|
|
16717
17496
|
class S3DestinationSettings < Struct.new(
|
16718
17497
|
:access_control,
|
16719
17498
|
:encryption)
|
17499
|
+
SENSITIVE = []
|
16720
17500
|
include Aws::Structure
|
16721
17501
|
end
|
16722
17502
|
|
@@ -16763,6 +17543,7 @@ module Aws::MediaConvert
|
|
16763
17543
|
class S3EncryptionSettings < Struct.new(
|
16764
17544
|
:encryption_type,
|
16765
17545
|
:kms_key_arn)
|
17546
|
+
SENSITIVE = []
|
16766
17547
|
include Aws::Structure
|
16767
17548
|
end
|
16768
17549
|
|
@@ -16789,6 +17570,7 @@ module Aws::MediaConvert
|
|
16789
17570
|
#
|
16790
17571
|
class SccDestinationSettings < Struct.new(
|
16791
17572
|
:framerate)
|
17573
|
+
SENSITIVE = []
|
16792
17574
|
include Aws::Structure
|
16793
17575
|
end
|
16794
17576
|
|
@@ -16839,6 +17621,7 @@ module Aws::MediaConvert
|
|
16839
17621
|
:resource_id,
|
16840
17622
|
:system_ids,
|
16841
17623
|
:url)
|
17624
|
+
SENSITIVE = []
|
16842
17625
|
include Aws::Structure
|
16843
17626
|
end
|
16844
17627
|
|
@@ -16899,6 +17682,7 @@ module Aws::MediaConvert
|
|
16899
17682
|
:hls_signaled_system_ids,
|
16900
17683
|
:resource_id,
|
16901
17684
|
:url)
|
17685
|
+
SENSITIVE = []
|
16902
17686
|
include Aws::Structure
|
16903
17687
|
end
|
16904
17688
|
|
@@ -16942,6 +17726,7 @@ module Aws::MediaConvert
|
|
16942
17726
|
:key_format_versions,
|
16943
17727
|
:static_key_value,
|
16944
17728
|
:url)
|
17729
|
+
SENSITIVE = []
|
16945
17730
|
include Aws::Structure
|
16946
17731
|
end
|
16947
17732
|
|
@@ -16974,6 +17759,7 @@ module Aws::MediaConvert
|
|
16974
17759
|
class TagResourceRequest < Struct.new(
|
16975
17760
|
:arn,
|
16976
17761
|
:tags)
|
17762
|
+
SENSITIVE = []
|
16977
17763
|
include Aws::Structure
|
16978
17764
|
end
|
16979
17765
|
|
@@ -17015,6 +17801,7 @@ module Aws::MediaConvert
|
|
17015
17801
|
class TeletextDestinationSettings < Struct.new(
|
17016
17802
|
:page_number,
|
17017
17803
|
:page_types)
|
17804
|
+
SENSITIVE = []
|
17018
17805
|
include Aws::Structure
|
17019
17806
|
end
|
17020
17807
|
|
@@ -17038,6 +17825,7 @@ module Aws::MediaConvert
|
|
17038
17825
|
#
|
17039
17826
|
class TeletextSourceSettings < Struct.new(
|
17040
17827
|
:page_number)
|
17828
|
+
SENSITIVE = []
|
17041
17829
|
include Aws::Structure
|
17042
17830
|
end
|
17043
17831
|
|
@@ -17079,6 +17867,7 @@ module Aws::MediaConvert
|
|
17079
17867
|
:font_size,
|
17080
17868
|
:position,
|
17081
17869
|
:prefix)
|
17870
|
+
SENSITIVE = []
|
17082
17871
|
include Aws::Structure
|
17083
17872
|
end
|
17084
17873
|
|
@@ -17151,6 +17940,7 @@ module Aws::MediaConvert
|
|
17151
17940
|
:source,
|
17152
17941
|
:start,
|
17153
17942
|
:timestamp_offset)
|
17943
|
+
SENSITIVE = []
|
17154
17944
|
include Aws::Structure
|
17155
17945
|
end
|
17156
17946
|
|
@@ -17179,6 +17969,7 @@ module Aws::MediaConvert
|
|
17179
17969
|
#
|
17180
17970
|
class TimedMetadataInsertion < Struct.new(
|
17181
17971
|
:id_3_insertions)
|
17972
|
+
SENSITIVE = []
|
17182
17973
|
include Aws::Structure
|
17183
17974
|
end
|
17184
17975
|
|
@@ -17203,6 +17994,7 @@ module Aws::MediaConvert
|
|
17203
17994
|
:finish_time,
|
17204
17995
|
:start_time,
|
17205
17996
|
:submit_time)
|
17997
|
+
SENSITIVE = []
|
17206
17998
|
include Aws::Structure
|
17207
17999
|
end
|
17208
18000
|
|
@@ -17213,6 +18005,7 @@ module Aws::MediaConvert
|
|
17213
18005
|
#
|
17214
18006
|
class TooManyRequestsException < Struct.new(
|
17215
18007
|
:message)
|
18008
|
+
SENSITIVE = []
|
17216
18009
|
include Aws::Structure
|
17217
18010
|
end
|
17218
18011
|
|
@@ -17242,6 +18035,7 @@ module Aws::MediaConvert
|
|
17242
18035
|
#
|
17243
18036
|
class TrackSourceSettings < Struct.new(
|
17244
18037
|
:track_number)
|
18038
|
+
SENSITIVE = []
|
17245
18039
|
include Aws::Structure
|
17246
18040
|
end
|
17247
18041
|
|
@@ -17264,6 +18058,7 @@ module Aws::MediaConvert
|
|
17264
18058
|
#
|
17265
18059
|
class TtmlDestinationSettings < Struct.new(
|
17266
18060
|
:style_passthrough)
|
18061
|
+
SENSITIVE = []
|
17267
18062
|
include Aws::Structure
|
17268
18063
|
end
|
17269
18064
|
|
@@ -17294,6 +18089,7 @@ module Aws::MediaConvert
|
|
17294
18089
|
class UntagResourceRequest < Struct.new(
|
17295
18090
|
:arn,
|
17296
18091
|
:tag_keys)
|
18092
|
+
SENSITIVE = []
|
17297
18093
|
include Aws::Structure
|
17298
18094
|
end
|
17299
18095
|
|
@@ -17352,7 +18148,7 @@ module Aws::MediaConvert
|
|
17352
18148
|
# "__string" => {
|
17353
18149
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
17354
18150
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
17355
|
-
# external_audio_file_input: "
|
18151
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
17356
18152
|
# 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
|
17357
18153
|
# offset: 1,
|
17358
18154
|
# pids: [1],
|
@@ -17747,7 +18543,7 @@ module Aws::MediaConvert
|
|
17747
18543
|
# channels: 1,
|
17748
18544
|
# sample_rate: 1,
|
17749
18545
|
# },
|
17750
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
18546
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
17751
18547
|
# eac_3_atmos_settings: {
|
17752
18548
|
# bitrate: 1,
|
17753
18549
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -17800,6 +18596,16 @@ module Aws::MediaConvert
|
|
17800
18596
|
# sample_rate: 1,
|
17801
18597
|
# vbr_quality: 1,
|
17802
18598
|
# },
|
18599
|
+
# opus_settings: {
|
18600
|
+
# bitrate: 1,
|
18601
|
+
# channels: 1,
|
18602
|
+
# sample_rate: 1,
|
18603
|
+
# },
|
18604
|
+
# vorbis_settings: {
|
18605
|
+
# channels: 1,
|
18606
|
+
# sample_rate: 1,
|
18607
|
+
# vbr_quality: 1,
|
18608
|
+
# },
|
17803
18609
|
# wav_settings: {
|
17804
18610
|
# bit_depth: 1,
|
17805
18611
|
# channels: 1,
|
@@ -17896,7 +18702,7 @@ module Aws::MediaConvert
|
|
17896
18702
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
17897
18703
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
17898
18704
|
# },
|
17899
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
18705
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
17900
18706
|
# f4v_settings: {
|
17901
18707
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
17902
18708
|
# },
|
@@ -18026,7 +18832,7 @@ module Aws::MediaConvert
|
|
18026
18832
|
# slices: 1,
|
18027
18833
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18028
18834
|
# },
|
18029
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
18835
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
18030
18836
|
# frame_capture_settings: {
|
18031
18837
|
# framerate_denominator: 1,
|
18032
18838
|
# framerate_numerator: 1,
|
@@ -18169,6 +18975,36 @@ module Aws::MediaConvert
|
|
18169
18975
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
18170
18976
|
# telecine: "NONE", # accepts NONE, HARD
|
18171
18977
|
# },
|
18978
|
+
# vp_8_settings: {
|
18979
|
+
# bitrate: 1,
|
18980
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18981
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18982
|
+
# framerate_denominator: 1,
|
18983
|
+
# framerate_numerator: 1,
|
18984
|
+
# gop_size: 1.0,
|
18985
|
+
# hrd_buffer_size: 1,
|
18986
|
+
# max_bitrate: 1,
|
18987
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18988
|
+
# par_denominator: 1,
|
18989
|
+
# par_numerator: 1,
|
18990
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
18991
|
+
# rate_control_mode: "VBR", # accepts VBR
|
18992
|
+
# },
|
18993
|
+
# vp_9_settings: {
|
18994
|
+
# bitrate: 1,
|
18995
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18996
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18997
|
+
# framerate_denominator: 1,
|
18998
|
+
# framerate_numerator: 1,
|
18999
|
+
# gop_size: 1.0,
|
19000
|
+
# hrd_buffer_size: 1,
|
19001
|
+
# max_bitrate: 1,
|
19002
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19003
|
+
# par_denominator: 1,
|
19004
|
+
# par_numerator: 1,
|
19005
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
19006
|
+
# rate_control_mode: "VBR", # accepts VBR
|
19007
|
+
# },
|
18172
19008
|
# },
|
18173
19009
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
18174
19010
|
# crop: {
|
@@ -18254,10 +19090,19 @@ module Aws::MediaConvert
|
|
18254
19090
|
# },
|
18255
19091
|
# temporal_filter_settings: {
|
18256
19092
|
# aggressive_mode: 1,
|
19093
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
18257
19094
|
# speed: 1,
|
18258
19095
|
# strength: 1,
|
18259
19096
|
# },
|
18260
19097
|
# },
|
19098
|
+
# partner_watermarking: {
|
19099
|
+
# nexguard_file_marker_settings: {
|
19100
|
+
# license: "__stringMin1Max100000",
|
19101
|
+
# payload: 1,
|
19102
|
+
# preset: "__stringMin1Max256",
|
19103
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
19104
|
+
# },
|
19105
|
+
# },
|
18261
19106
|
# timecode_burnin: {
|
18262
19107
|
# font_size: 1,
|
18263
19108
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -18348,6 +19193,7 @@ module Aws::MediaConvert
|
|
18348
19193
|
:queue,
|
18349
19194
|
:settings,
|
18350
19195
|
:status_update_interval)
|
19196
|
+
SENSITIVE = []
|
18351
19197
|
include Aws::Structure
|
18352
19198
|
end
|
18353
19199
|
|
@@ -18363,6 +19209,7 @@ module Aws::MediaConvert
|
|
18363
19209
|
#
|
18364
19210
|
class UpdateJobTemplateResponse < Struct.new(
|
18365
19211
|
:job_template)
|
19212
|
+
SENSITIVE = []
|
18366
19213
|
include Aws::Structure
|
18367
19214
|
end
|
18368
19215
|
|
@@ -18418,7 +19265,7 @@ module Aws::MediaConvert
|
|
18418
19265
|
# channels: 1,
|
18419
19266
|
# sample_rate: 1,
|
18420
19267
|
# },
|
18421
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
19268
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
18422
19269
|
# eac_3_atmos_settings: {
|
18423
19270
|
# bitrate: 1,
|
18424
19271
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -18471,6 +19318,16 @@ module Aws::MediaConvert
|
|
18471
19318
|
# sample_rate: 1,
|
18472
19319
|
# vbr_quality: 1,
|
18473
19320
|
# },
|
19321
|
+
# opus_settings: {
|
19322
|
+
# bitrate: 1,
|
19323
|
+
# channels: 1,
|
19324
|
+
# sample_rate: 1,
|
19325
|
+
# },
|
19326
|
+
# vorbis_settings: {
|
19327
|
+
# channels: 1,
|
19328
|
+
# sample_rate: 1,
|
19329
|
+
# vbr_quality: 1,
|
19330
|
+
# },
|
18474
19331
|
# wav_settings: {
|
18475
19332
|
# bit_depth: 1,
|
18476
19333
|
# channels: 1,
|
@@ -18566,7 +19423,7 @@ module Aws::MediaConvert
|
|
18566
19423
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
18567
19424
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
18568
19425
|
# },
|
18569
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
19426
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
18570
19427
|
# f4v_settings: {
|
18571
19428
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
18572
19429
|
# },
|
@@ -18683,7 +19540,7 @@ module Aws::MediaConvert
|
|
18683
19540
|
# slices: 1,
|
18684
19541
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18685
19542
|
# },
|
18686
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
19543
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
18687
19544
|
# frame_capture_settings: {
|
18688
19545
|
# framerate_denominator: 1,
|
18689
19546
|
# framerate_numerator: 1,
|
@@ -18826,6 +19683,36 @@ module Aws::MediaConvert
|
|
18826
19683
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
18827
19684
|
# telecine: "NONE", # accepts NONE, HARD
|
18828
19685
|
# },
|
19686
|
+
# vp_8_settings: {
|
19687
|
+
# bitrate: 1,
|
19688
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19689
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
19690
|
+
# framerate_denominator: 1,
|
19691
|
+
# framerate_numerator: 1,
|
19692
|
+
# gop_size: 1.0,
|
19693
|
+
# hrd_buffer_size: 1,
|
19694
|
+
# max_bitrate: 1,
|
19695
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19696
|
+
# par_denominator: 1,
|
19697
|
+
# par_numerator: 1,
|
19698
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
19699
|
+
# rate_control_mode: "VBR", # accepts VBR
|
19700
|
+
# },
|
19701
|
+
# vp_9_settings: {
|
19702
|
+
# bitrate: 1,
|
19703
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19704
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
19705
|
+
# framerate_denominator: 1,
|
19706
|
+
# framerate_numerator: 1,
|
19707
|
+
# gop_size: 1.0,
|
19708
|
+
# hrd_buffer_size: 1,
|
19709
|
+
# max_bitrate: 1,
|
19710
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19711
|
+
# par_denominator: 1,
|
19712
|
+
# par_numerator: 1,
|
19713
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
19714
|
+
# rate_control_mode: "VBR", # accepts VBR
|
19715
|
+
# },
|
18829
19716
|
# },
|
18830
19717
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
18831
19718
|
# crop: {
|
@@ -18911,10 +19798,19 @@ module Aws::MediaConvert
|
|
18911
19798
|
# },
|
18912
19799
|
# temporal_filter_settings: {
|
18913
19800
|
# aggressive_mode: 1,
|
19801
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
18914
19802
|
# speed: 1,
|
18915
19803
|
# strength: 1,
|
18916
19804
|
# },
|
18917
19805
|
# },
|
19806
|
+
# partner_watermarking: {
|
19807
|
+
# nexguard_file_marker_settings: {
|
19808
|
+
# license: "__stringMin1Max100000",
|
19809
|
+
# payload: 1,
|
19810
|
+
# preset: "__stringMin1Max256",
|
19811
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
19812
|
+
# },
|
19813
|
+
# },
|
18918
19814
|
# timecode_burnin: {
|
18919
19815
|
# font_size: 1,
|
18920
19816
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -18949,6 +19845,7 @@ module Aws::MediaConvert
|
|
18949
19845
|
:description,
|
18950
19846
|
:name,
|
18951
19847
|
:settings)
|
19848
|
+
SENSITIVE = []
|
18952
19849
|
include Aws::Structure
|
18953
19850
|
end
|
18954
19851
|
|
@@ -18964,6 +19861,7 @@ module Aws::MediaConvert
|
|
18964
19861
|
#
|
18965
19862
|
class UpdatePresetResponse < Struct.new(
|
18966
19863
|
:preset)
|
19864
|
+
SENSITIVE = []
|
18967
19865
|
include Aws::Structure
|
18968
19866
|
end
|
18969
19867
|
|
@@ -19015,6 +19913,7 @@ module Aws::MediaConvert
|
|
19015
19913
|
:name,
|
19016
19914
|
:reservation_plan_settings,
|
19017
19915
|
:status)
|
19916
|
+
SENSITIVE = []
|
19018
19917
|
include Aws::Structure
|
19019
19918
|
end
|
19020
19919
|
|
@@ -19033,6 +19932,7 @@ module Aws::MediaConvert
|
|
19033
19932
|
#
|
19034
19933
|
class UpdateQueueResponse < Struct.new(
|
19035
19934
|
:queue)
|
19935
|
+
SENSITIVE = []
|
19036
19936
|
include Aws::Structure
|
19037
19937
|
end
|
19038
19938
|
|
@@ -19043,7 +19943,8 @@ module Aws::MediaConvert
|
|
19043
19943
|
# corresponding settings object. The following lists the codec enum,
|
19044
19944
|
# settings object pairs. * FRAME\_CAPTURE, FrameCaptureSettings * AV1,
|
19045
19945
|
# Av1Settings * H\_264, H264Settings * H\_265, H265Settings * MPEG2,
|
19046
|
-
# Mpeg2Settings * PRORES, ProresSettings
|
19946
|
+
# Mpeg2Settings * PRORES, ProresSettings * VP8, Vp8Settings * VP9,
|
19947
|
+
# Vp9Settings
|
19047
19948
|
#
|
19048
19949
|
# @note When making an API call, you may pass VideoCodecSettings
|
19049
19950
|
# data as a hash:
|
@@ -19066,7 +19967,7 @@ module Aws::MediaConvert
|
|
19066
19967
|
# slices: 1,
|
19067
19968
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19068
19969
|
# },
|
19069
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
19970
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
19070
19971
|
# frame_capture_settings: {
|
19071
19972
|
# framerate_denominator: 1,
|
19072
19973
|
# framerate_numerator: 1,
|
@@ -19209,6 +20110,36 @@ module Aws::MediaConvert
|
|
19209
20110
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19210
20111
|
# telecine: "NONE", # accepts NONE, HARD
|
19211
20112
|
# },
|
20113
|
+
# vp_8_settings: {
|
20114
|
+
# bitrate: 1,
|
20115
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20116
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20117
|
+
# framerate_denominator: 1,
|
20118
|
+
# framerate_numerator: 1,
|
20119
|
+
# gop_size: 1.0,
|
20120
|
+
# hrd_buffer_size: 1,
|
20121
|
+
# max_bitrate: 1,
|
20122
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20123
|
+
# par_denominator: 1,
|
20124
|
+
# par_numerator: 1,
|
20125
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
20126
|
+
# rate_control_mode: "VBR", # accepts VBR
|
20127
|
+
# },
|
20128
|
+
# vp_9_settings: {
|
20129
|
+
# bitrate: 1,
|
20130
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20131
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20132
|
+
# framerate_denominator: 1,
|
20133
|
+
# framerate_numerator: 1,
|
20134
|
+
# gop_size: 1.0,
|
20135
|
+
# hrd_buffer_size: 1,
|
20136
|
+
# max_bitrate: 1,
|
20137
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20138
|
+
# par_denominator: 1,
|
20139
|
+
# par_numerator: 1,
|
20140
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
20141
|
+
# rate_control_mode: "VBR", # accepts VBR
|
20142
|
+
# },
|
19212
20143
|
# }
|
19213
20144
|
#
|
19214
20145
|
# @!attribute [rw] av_1_settings
|
@@ -19245,6 +20176,16 @@ module Aws::MediaConvert
|
|
19245
20176
|
# (VideoDescription)>(CodecSettings) to the value PRORES.
|
19246
20177
|
# @return [Types::ProresSettings]
|
19247
20178
|
#
|
20179
|
+
# @!attribute [rw] vp_8_settings
|
20180
|
+
# Required when you set (Codec) under
|
20181
|
+
# (VideoDescription)>(CodecSettings) to the value VP8.
|
20182
|
+
# @return [Types::Vp8Settings]
|
20183
|
+
#
|
20184
|
+
# @!attribute [rw] vp_9_settings
|
20185
|
+
# Required when you set (Codec) under
|
20186
|
+
# (VideoDescription)>(CodecSettings) to the value VP9.
|
20187
|
+
# @return [Types::Vp9Settings]
|
20188
|
+
#
|
19248
20189
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoCodecSettings AWS API Documentation
|
19249
20190
|
#
|
19250
20191
|
class VideoCodecSettings < Struct.new(
|
@@ -19254,7 +20195,10 @@ module Aws::MediaConvert
|
|
19254
20195
|
:h264_settings,
|
19255
20196
|
:h265_settings,
|
19256
20197
|
:mpeg_2_settings,
|
19257
|
-
:prores_settings
|
20198
|
+
:prores_settings,
|
20199
|
+
:vp_8_settings,
|
20200
|
+
:vp_9_settings)
|
20201
|
+
SENSITIVE = []
|
19258
20202
|
include Aws::Structure
|
19259
20203
|
end
|
19260
20204
|
|
@@ -19284,7 +20228,7 @@ module Aws::MediaConvert
|
|
19284
20228
|
# slices: 1,
|
19285
20229
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19286
20230
|
# },
|
19287
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
20231
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
19288
20232
|
# frame_capture_settings: {
|
19289
20233
|
# framerate_denominator: 1,
|
19290
20234
|
# framerate_numerator: 1,
|
@@ -19427,6 +20371,36 @@ module Aws::MediaConvert
|
|
19427
20371
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19428
20372
|
# telecine: "NONE", # accepts NONE, HARD
|
19429
20373
|
# },
|
20374
|
+
# vp_8_settings: {
|
20375
|
+
# bitrate: 1,
|
20376
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20377
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20378
|
+
# framerate_denominator: 1,
|
20379
|
+
# framerate_numerator: 1,
|
20380
|
+
# gop_size: 1.0,
|
20381
|
+
# hrd_buffer_size: 1,
|
20382
|
+
# max_bitrate: 1,
|
20383
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20384
|
+
# par_denominator: 1,
|
20385
|
+
# par_numerator: 1,
|
20386
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
20387
|
+
# rate_control_mode: "VBR", # accepts VBR
|
20388
|
+
# },
|
20389
|
+
# vp_9_settings: {
|
20390
|
+
# bitrate: 1,
|
20391
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20392
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20393
|
+
# framerate_denominator: 1,
|
20394
|
+
# framerate_numerator: 1,
|
20395
|
+
# gop_size: 1.0,
|
20396
|
+
# hrd_buffer_size: 1,
|
20397
|
+
# max_bitrate: 1,
|
20398
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20399
|
+
# par_denominator: 1,
|
20400
|
+
# par_numerator: 1,
|
20401
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
20402
|
+
# rate_control_mode: "VBR", # accepts VBR
|
20403
|
+
# },
|
19430
20404
|
# },
|
19431
20405
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
19432
20406
|
# crop: {
|
@@ -19512,10 +20486,19 @@ module Aws::MediaConvert
|
|
19512
20486
|
# },
|
19513
20487
|
# temporal_filter_settings: {
|
19514
20488
|
# aggressive_mode: 1,
|
20489
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
19515
20490
|
# speed: 1,
|
19516
20491
|
# strength: 1,
|
19517
20492
|
# },
|
19518
20493
|
# },
|
20494
|
+
# partner_watermarking: {
|
20495
|
+
# nexguard_file_marker_settings: {
|
20496
|
+
# license: "__stringMin1Max100000",
|
20497
|
+
# payload: 1,
|
20498
|
+
# preset: "__stringMin1Max256",
|
20499
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
20500
|
+
# },
|
20501
|
+
# },
|
19519
20502
|
# timecode_burnin: {
|
19520
20503
|
# font_size: 1,
|
19521
20504
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -19549,7 +20532,8 @@ module Aws::MediaConvert
|
|
19549
20532
|
# the corresponding settings object. The following lists the codec
|
19550
20533
|
# enum, settings object pairs. * FRAME\_CAPTURE, FrameCaptureSettings
|
19551
20534
|
# * AV1, Av1Settings * H\_264, H264Settings * H\_265, H265Settings
|
19552
|
-
# * MPEG2, Mpeg2Settings * PRORES, ProresSettings
|
20535
|
+
# * MPEG2, Mpeg2Settings * PRORES, ProresSettings * VP8,
|
20536
|
+
# Vp8Settings * VP9, Vp9Settings
|
19553
20537
|
# @return [Types::VideoCodecSettings]
|
19554
20538
|
#
|
19555
20539
|
# @!attribute [rw] color_metadata
|
@@ -19668,6 +20652,7 @@ module Aws::MediaConvert
|
|
19668
20652
|
:timecode_insertion,
|
19669
20653
|
:video_preprocessors,
|
19670
20654
|
:width)
|
20655
|
+
SENSITIVE = []
|
19671
20656
|
include Aws::Structure
|
19672
20657
|
end
|
19673
20658
|
|
@@ -19686,6 +20671,7 @@ module Aws::MediaConvert
|
|
19686
20671
|
class VideoDetail < Struct.new(
|
19687
20672
|
:height_in_px,
|
19688
20673
|
:width_in_px)
|
20674
|
+
SENSITIVE = []
|
19689
20675
|
include Aws::Structure
|
19690
20676
|
end
|
19691
20677
|
|
@@ -19760,10 +20746,19 @@ module Aws::MediaConvert
|
|
19760
20746
|
# },
|
19761
20747
|
# temporal_filter_settings: {
|
19762
20748
|
# aggressive_mode: 1,
|
20749
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
19763
20750
|
# speed: 1,
|
19764
20751
|
# strength: 1,
|
19765
20752
|
# },
|
19766
20753
|
# },
|
20754
|
+
# partner_watermarking: {
|
20755
|
+
# nexguard_file_marker_settings: {
|
20756
|
+
# license: "__stringMin1Max100000",
|
20757
|
+
# payload: 1,
|
20758
|
+
# preset: "__stringMin1Max256",
|
20759
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
20760
|
+
# },
|
20761
|
+
# },
|
19767
20762
|
# timecode_burnin: {
|
19768
20763
|
# font_size: 1,
|
19769
20764
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -19799,6 +20794,12 @@ module Aws::MediaConvert
|
|
19799
20794
|
# each output individually. This setting is disabled by default.
|
19800
20795
|
# @return [Types::NoiseReducer]
|
19801
20796
|
#
|
20797
|
+
# @!attribute [rw] partner_watermarking
|
20798
|
+
# If you work with a third party video watermarking partner, use the
|
20799
|
+
# group of settings that correspond with your watermarking partner to
|
20800
|
+
# include watermarks in your output.
|
20801
|
+
# @return [Types::PartnerWatermarking]
|
20802
|
+
#
|
19802
20803
|
# @!attribute [rw] timecode_burnin
|
19803
20804
|
# Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and
|
19804
20805
|
# specified prefix into the output.
|
@@ -19812,7 +20813,9 @@ module Aws::MediaConvert
|
|
19812
20813
|
:dolby_vision,
|
19813
20814
|
:image_inserter,
|
19814
20815
|
:noise_reducer,
|
20816
|
+
:partner_watermarking,
|
19815
20817
|
:timecode_burnin)
|
20818
|
+
SENSITIVE = []
|
19816
20819
|
include Aws::Structure
|
19817
20820
|
end
|
19818
20821
|
|
@@ -19936,6 +20939,335 @@ module Aws::MediaConvert
|
|
19936
20939
|
:pid,
|
19937
20940
|
:program_number,
|
19938
20941
|
:rotate)
|
20942
|
+
SENSITIVE = []
|
20943
|
+
include Aws::Structure
|
20944
|
+
end
|
20945
|
+
|
20946
|
+
# Required when you set Codec, under AudioDescriptions>CodecSettings, to
|
20947
|
+
# the value Vorbis.
|
20948
|
+
#
|
20949
|
+
# @note When making an API call, you may pass VorbisSettings
|
20950
|
+
# data as a hash:
|
20951
|
+
#
|
20952
|
+
# {
|
20953
|
+
# channels: 1,
|
20954
|
+
# sample_rate: 1,
|
20955
|
+
# vbr_quality: 1,
|
20956
|
+
# }
|
20957
|
+
#
|
20958
|
+
# @!attribute [rw] channels
|
20959
|
+
# Optional. Specify the number of channels in this output audio track.
|
20960
|
+
# Choosing Mono on the console gives you 1 output channel; choosing
|
20961
|
+
# Stereo gives you 2. In the API, valid values are 1 and 2. The
|
20962
|
+
# default value is 2.
|
20963
|
+
# @return [Integer]
|
20964
|
+
#
|
20965
|
+
# @!attribute [rw] sample_rate
|
20966
|
+
# Optional. Specify the audio sample rate in Hz. Valid values are
|
20967
|
+
# 22050, 32000, 44100, and 48000. The default value is 48000.
|
20968
|
+
# @return [Integer]
|
20969
|
+
#
|
20970
|
+
# @!attribute [rw] vbr_quality
|
20971
|
+
# Optional. Specify the variable audio quality of this Vorbis output
|
20972
|
+
# from -1 (lowest quality, ~45 kbit/s) to 10 (highest quality, ~500
|
20973
|
+
# kbit/s). The default value is 4 (~128 kbit/s). Values 5 and 6 are
|
20974
|
+
# approximately 160 and 192 kbit/s, respectively.
|
20975
|
+
# @return [Integer]
|
20976
|
+
#
|
20977
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VorbisSettings AWS API Documentation
|
20978
|
+
#
|
20979
|
+
class VorbisSettings < Struct.new(
|
20980
|
+
:channels,
|
20981
|
+
:sample_rate,
|
20982
|
+
:vbr_quality)
|
20983
|
+
SENSITIVE = []
|
20984
|
+
include Aws::Structure
|
20985
|
+
end
|
20986
|
+
|
20987
|
+
# Required when you set (Codec) under (VideoDescription)>(CodecSettings)
|
20988
|
+
# to the value VP8.
|
20989
|
+
#
|
20990
|
+
# @note When making an API call, you may pass Vp8Settings
|
20991
|
+
# data as a hash:
|
20992
|
+
#
|
20993
|
+
# {
|
20994
|
+
# bitrate: 1,
|
20995
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20996
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20997
|
+
# framerate_denominator: 1,
|
20998
|
+
# framerate_numerator: 1,
|
20999
|
+
# gop_size: 1.0,
|
21000
|
+
# hrd_buffer_size: 1,
|
21001
|
+
# max_bitrate: 1,
|
21002
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21003
|
+
# par_denominator: 1,
|
21004
|
+
# par_numerator: 1,
|
21005
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
21006
|
+
# rate_control_mode: "VBR", # accepts VBR
|
21007
|
+
# }
|
21008
|
+
#
|
21009
|
+
# @!attribute [rw] bitrate
|
21010
|
+
# Target bitrate in bits/second. For example, enter five megabits per
|
21011
|
+
# second as 5000000.
|
21012
|
+
# @return [Integer]
|
21013
|
+
#
|
21014
|
+
# @!attribute [rw] framerate_control
|
21015
|
+
# If you are using the console, use the Framerate setting to specify
|
21016
|
+
# the frame rate for this output. If you want to keep the same frame
|
21017
|
+
# rate as the input video, choose Follow source. If you want to do
|
21018
|
+
# frame rate conversion, choose a frame rate from the dropdown list or
|
21019
|
+
# choose Custom. The framerates shown in the dropdown list are decimal
|
21020
|
+
# approximations of fractions. If you choose Custom, specify your
|
21021
|
+
# frame rate as a fraction. If you are creating your transcoding job
|
21022
|
+
# specification as a JSON file without the console, use
|
21023
|
+
# FramerateControl to specify which value the service uses for the
|
21024
|
+
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
21025
|
+
# want the service to use the frame rate from the input. Choose
|
21026
|
+
# SPECIFIED if you want the service to use the frame rate you specify
|
21027
|
+
# in the settings FramerateNumerator and FramerateDenominator.
|
21028
|
+
# @return [String]
|
21029
|
+
#
|
21030
|
+
# @!attribute [rw] framerate_conversion_algorithm
|
21031
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
21032
|
+
# The default behavior is to use Drop duplicate (DUPLICATE\_DROP)
|
21033
|
+
# conversion. When you choose Interpolate (INTERPOLATE) instead, the
|
21034
|
+
# conversion produces smoother motion.
|
21035
|
+
# @return [String]
|
21036
|
+
#
|
21037
|
+
# @!attribute [rw] framerate_denominator
|
21038
|
+
# When you use the API for transcode jobs that use frame rate
|
21039
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
21040
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
21041
|
+
# denominator of this fraction. In this example, use 1001 for the
|
21042
|
+
# value of FramerateDenominator. When you use the console for
|
21043
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
21044
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
21045
|
+
# @return [Integer]
|
21046
|
+
#
|
21047
|
+
# @!attribute [rw] framerate_numerator
|
21048
|
+
# When you use the API for transcode jobs that use frame rate
|
21049
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
21050
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
21051
|
+
# of this fraction. In this example, use 24000 for the value of
|
21052
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
21053
|
+
# use frame rate conversion, provide the value as a decimal number for
|
21054
|
+
# Framerate. In this example, specify 23.976.
|
21055
|
+
# @return [Integer]
|
21056
|
+
#
|
21057
|
+
# @!attribute [rw] gop_size
|
21058
|
+
# GOP Length (keyframe interval) in frames. Must be greater than zero.
|
21059
|
+
# @return [Float]
|
21060
|
+
#
|
21061
|
+
# @!attribute [rw] hrd_buffer_size
|
21062
|
+
# Optional. Size of buffer (HRD buffer model) in bits. For example,
|
21063
|
+
# enter five megabits as 5000000.
|
21064
|
+
# @return [Integer]
|
21065
|
+
#
|
21066
|
+
# @!attribute [rw] max_bitrate
|
21067
|
+
# Ignore this setting unless you set qualityTuningLevel to
|
21068
|
+
# MULTI\_PASS. Optional. Specify the maximum bitrate in bits/second.
|
21069
|
+
# For example, enter five megabits per second as 5000000. The default
|
21070
|
+
# behavior uses twice the target bitrate as the maximum bitrate.
|
21071
|
+
# @return [Integer]
|
21072
|
+
#
|
21073
|
+
# @!attribute [rw] par_control
|
21074
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
21075
|
+
# (PAR) for this output. The default behavior, Follow source
|
21076
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
21077
|
+
# your output. To specify a different PAR in the console, choose any
|
21078
|
+
# value other than Follow source. To specify a different PAR by
|
21079
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
21080
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
21081
|
+
# the parNumerator and parDenominator settings.
|
21082
|
+
# @return [String]
|
21083
|
+
#
|
21084
|
+
# @!attribute [rw] par_denominator
|
21085
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
21086
|
+
# On the console, this corresponds to any value other than Follow
|
21087
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
21088
|
+
# different from your input video PAR, provide your output PAR as a
|
21089
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
21090
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
21091
|
+
# @return [Integer]
|
21092
|
+
#
|
21093
|
+
# @!attribute [rw] par_numerator
|
21094
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
21095
|
+
# On the console, this corresponds to any value other than Follow
|
21096
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
21097
|
+
# different from your input video PAR, provide your output PAR as a
|
21098
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
21099
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
21100
|
+
# @return [Integer]
|
21101
|
+
#
|
21102
|
+
# @!attribute [rw] quality_tuning_level
|
21103
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
21104
|
+
# how you want to trade off encoding speed for output video quality.
|
21105
|
+
# The default behavior is faster, lower quality, multi-pass encoding.
|
21106
|
+
# @return [String]
|
21107
|
+
#
|
21108
|
+
# @!attribute [rw] rate_control_mode
|
21109
|
+
# With the VP8 codec, you can use only the variable bitrate (VBR) rate
|
21110
|
+
# control mode.
|
21111
|
+
# @return [String]
|
21112
|
+
#
|
21113
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Vp8Settings AWS API Documentation
|
21114
|
+
#
|
21115
|
+
class Vp8Settings < Struct.new(
|
21116
|
+
:bitrate,
|
21117
|
+
:framerate_control,
|
21118
|
+
:framerate_conversion_algorithm,
|
21119
|
+
:framerate_denominator,
|
21120
|
+
:framerate_numerator,
|
21121
|
+
:gop_size,
|
21122
|
+
:hrd_buffer_size,
|
21123
|
+
:max_bitrate,
|
21124
|
+
:par_control,
|
21125
|
+
:par_denominator,
|
21126
|
+
:par_numerator,
|
21127
|
+
:quality_tuning_level,
|
21128
|
+
:rate_control_mode)
|
21129
|
+
SENSITIVE = []
|
21130
|
+
include Aws::Structure
|
21131
|
+
end
|
21132
|
+
|
21133
|
+
# Required when you set (Codec) under (VideoDescription)>(CodecSettings)
|
21134
|
+
# to the value VP9.
|
21135
|
+
#
|
21136
|
+
# @note When making an API call, you may pass Vp9Settings
|
21137
|
+
# data as a hash:
|
21138
|
+
#
|
21139
|
+
# {
|
21140
|
+
# bitrate: 1,
|
21141
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21142
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
21143
|
+
# framerate_denominator: 1,
|
21144
|
+
# framerate_numerator: 1,
|
21145
|
+
# gop_size: 1.0,
|
21146
|
+
# hrd_buffer_size: 1,
|
21147
|
+
# max_bitrate: 1,
|
21148
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21149
|
+
# par_denominator: 1,
|
21150
|
+
# par_numerator: 1,
|
21151
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
21152
|
+
# rate_control_mode: "VBR", # accepts VBR
|
21153
|
+
# }
|
21154
|
+
#
|
21155
|
+
# @!attribute [rw] bitrate
|
21156
|
+
# Target bitrate in bits/second. For example, enter five megabits per
|
21157
|
+
# second as 5000000.
|
21158
|
+
# @return [Integer]
|
21159
|
+
#
|
21160
|
+
# @!attribute [rw] framerate_control
|
21161
|
+
# If you are using the console, use the Framerate setting to specify
|
21162
|
+
# the frame rate for this output. If you want to keep the same frame
|
21163
|
+
# rate as the input video, choose Follow source. If you want to do
|
21164
|
+
# frame rate conversion, choose a frame rate from the dropdown list or
|
21165
|
+
# choose Custom. The framerates shown in the dropdown list are decimal
|
21166
|
+
# approximations of fractions. If you choose Custom, specify your
|
21167
|
+
# frame rate as a fraction. If you are creating your transcoding job
|
21168
|
+
# specification as a JSON file without the console, use
|
21169
|
+
# FramerateControl to specify which value the service uses for the
|
21170
|
+
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
21171
|
+
# want the service to use the frame rate from the input. Choose
|
21172
|
+
# SPECIFIED if you want the service to use the frame rate you specify
|
21173
|
+
# in the settings FramerateNumerator and FramerateDenominator.
|
21174
|
+
# @return [String]
|
21175
|
+
#
|
21176
|
+
# @!attribute [rw] framerate_conversion_algorithm
|
21177
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
21178
|
+
# The default behavior is to use Drop duplicate (DUPLICATE\_DROP)
|
21179
|
+
# conversion. When you choose Interpolate (INTERPOLATE) instead, the
|
21180
|
+
# conversion produces smoother motion.
|
21181
|
+
# @return [String]
|
21182
|
+
#
|
21183
|
+
# @!attribute [rw] framerate_denominator
|
21184
|
+
# When you use the API for transcode jobs that use frame rate
|
21185
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
21186
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
21187
|
+
# denominator of this fraction. In this example, use 1001 for the
|
21188
|
+
# value of FramerateDenominator. When you use the console for
|
21189
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
21190
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
21191
|
+
# @return [Integer]
|
21192
|
+
#
|
21193
|
+
# @!attribute [rw] framerate_numerator
|
21194
|
+
# When you use the API for transcode jobs that use frame rate
|
21195
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
21196
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
21197
|
+
# of this fraction. In this example, use 24000 for the value of
|
21198
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
21199
|
+
# use frame rate conversion, provide the value as a decimal number for
|
21200
|
+
# Framerate. In this example, specify 23.976.
|
21201
|
+
# @return [Integer]
|
21202
|
+
#
|
21203
|
+
# @!attribute [rw] gop_size
|
21204
|
+
# GOP Length (keyframe interval) in frames. Must be greater than zero.
|
21205
|
+
# @return [Float]
|
21206
|
+
#
|
21207
|
+
# @!attribute [rw] hrd_buffer_size
|
21208
|
+
# Size of buffer (HRD buffer model) in bits. For example, enter five
|
21209
|
+
# megabits as 5000000.
|
21210
|
+
# @return [Integer]
|
21211
|
+
#
|
21212
|
+
# @!attribute [rw] max_bitrate
|
21213
|
+
# Ignore this setting unless you set qualityTuningLevel to
|
21214
|
+
# MULTI\_PASS. Optional. Specify the maximum bitrate in bits/second.
|
21215
|
+
# For example, enter five megabits per second as 5000000. The default
|
21216
|
+
# behavior uses twice the target bitrate as the maximum bitrate.
|
21217
|
+
# @return [Integer]
|
21218
|
+
#
|
21219
|
+
# @!attribute [rw] par_control
|
21220
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
21221
|
+
# for this output. The default behavior is to use the same pixel
|
21222
|
+
# aspect ratio as your input video.
|
21223
|
+
# @return [String]
|
21224
|
+
#
|
21225
|
+
# @!attribute [rw] par_denominator
|
21226
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
21227
|
+
# On the console, this corresponds to any value other than Follow
|
21228
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
21229
|
+
# different from your input video PAR, provide your output PAR as a
|
21230
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
21231
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
21232
|
+
# @return [Integer]
|
21233
|
+
#
|
21234
|
+
# @!attribute [rw] par_numerator
|
21235
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
21236
|
+
# On the console, this corresponds to any value other than Follow
|
21237
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
21238
|
+
# different from your input video PAR, provide your output PAR as a
|
21239
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
21240
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
21241
|
+
# @return [Integer]
|
21242
|
+
#
|
21243
|
+
# @!attribute [rw] quality_tuning_level
|
21244
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
21245
|
+
# how you want to trade off encoding speed for output video quality.
|
21246
|
+
# The default behavior is faster, lower quality, multi-pass encoding.
|
21247
|
+
# @return [String]
|
21248
|
+
#
|
21249
|
+
# @!attribute [rw] rate_control_mode
|
21250
|
+
# With the VP9 codec, you can use only the variable bitrate (VBR) rate
|
21251
|
+
# control mode.
|
21252
|
+
# @return [String]
|
21253
|
+
#
|
21254
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Vp9Settings AWS API Documentation
|
21255
|
+
#
|
21256
|
+
class Vp9Settings < Struct.new(
|
21257
|
+
:bitrate,
|
21258
|
+
:framerate_control,
|
21259
|
+
:framerate_conversion_algorithm,
|
21260
|
+
:framerate_denominator,
|
21261
|
+
:framerate_numerator,
|
21262
|
+
:gop_size,
|
21263
|
+
:hrd_buffer_size,
|
21264
|
+
:max_bitrate,
|
21265
|
+
:par_control,
|
21266
|
+
:par_denominator,
|
21267
|
+
:par_numerator,
|
21268
|
+
:quality_tuning_level,
|
21269
|
+
:rate_control_mode)
|
21270
|
+
SENSITIVE = []
|
19939
21271
|
include Aws::Structure
|
19940
21272
|
end
|
19941
21273
|
|
@@ -19981,6 +21313,7 @@ module Aws::MediaConvert
|
|
19981
21313
|
:channels,
|
19982
21314
|
:format,
|
19983
21315
|
:sample_rate)
|
21316
|
+
SENSITIVE = []
|
19984
21317
|
include Aws::Structure
|
19985
21318
|
end
|
19986
21319
|
|