aws-sdk-mediaconvert 1.47.0 → 1.52.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 +3 -1
- data/lib/aws-sdk-mediaconvert/client.rb +711 -55
- 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 +1260 -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:
|
@@ -316,7 +318,8 @@ module Aws::MediaConvert
|
|
316
318
|
# corresponding settings object. The following lists the codec enum,
|
317
319
|
# settings object pairs. * AAC, AacSettings * MP2, Mp2Settings * MP3,
|
318
320
|
# Mp3Settings * WAV, WavSettings * AIFF, AiffSettings * AC3,
|
319
|
-
# Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS, Eac3AtmosSettings
|
321
|
+
# Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS, Eac3AtmosSettings *
|
322
|
+
# VORBIS, VorbisSettings * OPUS, OpusSettings
|
320
323
|
#
|
321
324
|
# @note When making an API call, you may pass AudioCodecSettings
|
322
325
|
# data as a hash:
|
@@ -348,7 +351,7 @@ module Aws::MediaConvert
|
|
348
351
|
# channels: 1,
|
349
352
|
# sample_rate: 1,
|
350
353
|
# },
|
351
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
354
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
352
355
|
# eac_3_atmos_settings: {
|
353
356
|
# bitrate: 1,
|
354
357
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -401,6 +404,16 @@ module Aws::MediaConvert
|
|
401
404
|
# sample_rate: 1,
|
402
405
|
# vbr_quality: 1,
|
403
406
|
# },
|
407
|
+
# opus_settings: {
|
408
|
+
# bitrate: 1,
|
409
|
+
# channels: 1,
|
410
|
+
# sample_rate: 1,
|
411
|
+
# },
|
412
|
+
# vorbis_settings: {
|
413
|
+
# channels: 1,
|
414
|
+
# sample_rate: 1,
|
415
|
+
# vbr_quality: 1,
|
416
|
+
# },
|
404
417
|
# wav_settings: {
|
405
418
|
# bit_depth: 1,
|
406
419
|
# channels: 1,
|
@@ -454,6 +467,16 @@ module Aws::MediaConvert
|
|
454
467
|
# to the value MP3.
|
455
468
|
# @return [Types::Mp3Settings]
|
456
469
|
#
|
470
|
+
# @!attribute [rw] opus_settings
|
471
|
+
# Required when you set Codec, under AudioDescriptions>CodecSettings,
|
472
|
+
# to the value OPUS.
|
473
|
+
# @return [Types::OpusSettings]
|
474
|
+
#
|
475
|
+
# @!attribute [rw] vorbis_settings
|
476
|
+
# Required when you set Codec, under AudioDescriptions>CodecSettings,
|
477
|
+
# to the value Vorbis.
|
478
|
+
# @return [Types::VorbisSettings]
|
479
|
+
#
|
457
480
|
# @!attribute [rw] wav_settings
|
458
481
|
# Required when you set (Codec) under
|
459
482
|
# (AudioDescriptions)>(CodecSettings) to the value WAV.
|
@@ -470,6 +493,8 @@ module Aws::MediaConvert
|
|
470
493
|
:eac_3_settings,
|
471
494
|
:mp_2_settings,
|
472
495
|
:mp_3_settings,
|
496
|
+
:opus_settings,
|
497
|
+
:vorbis_settings,
|
473
498
|
:wav_settings)
|
474
499
|
include Aws::Structure
|
475
500
|
end
|
@@ -518,7 +543,7 @@ module Aws::MediaConvert
|
|
518
543
|
# channels: 1,
|
519
544
|
# sample_rate: 1,
|
520
545
|
# },
|
521
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
546
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
522
547
|
# eac_3_atmos_settings: {
|
523
548
|
# bitrate: 1,
|
524
549
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -571,6 +596,16 @@ module Aws::MediaConvert
|
|
571
596
|
# sample_rate: 1,
|
572
597
|
# vbr_quality: 1,
|
573
598
|
# },
|
599
|
+
# opus_settings: {
|
600
|
+
# bitrate: 1,
|
601
|
+
# channels: 1,
|
602
|
+
# sample_rate: 1,
|
603
|
+
# },
|
604
|
+
# vorbis_settings: {
|
605
|
+
# channels: 1,
|
606
|
+
# sample_rate: 1,
|
607
|
+
# vbr_quality: 1,
|
608
|
+
# },
|
574
609
|
# wav_settings: {
|
575
610
|
# bit_depth: 1,
|
576
611
|
# channels: 1,
|
@@ -641,7 +676,7 @@ module Aws::MediaConvert
|
|
641
676
|
# enum, settings object pairs. * AAC, AacSettings * MP2, Mp2Settings
|
642
677
|
# * MP3, Mp3Settings * WAV, WavSettings * AIFF, AiffSettings *
|
643
678
|
# AC3, Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS,
|
644
|
-
# Eac3AtmosSettings
|
679
|
+
# Eac3AtmosSettings * VORBIS, VorbisSettings * OPUS, OpusSettings
|
645
680
|
# @return [Types::AudioCodecSettings]
|
646
681
|
#
|
647
682
|
# @!attribute [rw] custom_language_code
|
@@ -783,7 +818,7 @@ module Aws::MediaConvert
|
|
783
818
|
# {
|
784
819
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
785
820
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
786
|
-
# external_audio_file_input: "
|
821
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
787
822
|
# 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
823
|
# offset: 1,
|
789
824
|
# pids: [1],
|
@@ -996,8 +1031,8 @@ module Aws::MediaConvert
|
|
996
1031
|
# @return [String]
|
997
1032
|
#
|
998
1033
|
# @!attribute [rw] framerate_conversion_algorithm
|
999
|
-
#
|
1000
|
-
# conversion.
|
1034
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
1035
|
+
# The default behavior is to use duplicate drop conversion.
|
1001
1036
|
# @return [String]
|
1002
1037
|
#
|
1003
1038
|
# @!attribute [rw] framerate_denominator
|
@@ -1751,8 +1786,8 @@ module Aws::MediaConvert
|
|
1751
1786
|
end
|
1752
1787
|
|
1753
1788
|
# 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
|
1789
|
+
# the service compensate for differing frame rates between your input
|
1790
|
+
# captions and input video, specify the frame rate of the captions file.
|
1756
1791
|
# Specify this value as a fraction, using the settings Framerate
|
1757
1792
|
# numerator (framerateNumerator) and Framerate denominator
|
1758
1793
|
# (framerateDenominator). For example, you might specify 24 / 1 for 24
|
@@ -1768,15 +1803,15 @@ module Aws::MediaConvert
|
|
1768
1803
|
# }
|
1769
1804
|
#
|
1770
1805
|
# @!attribute [rw] framerate_denominator
|
1771
|
-
# Specify the denominator of the fraction that represents the
|
1772
|
-
#
|
1806
|
+
# Specify the denominator of the fraction that represents the frame
|
1807
|
+
# rate for the setting Caption source frame rate
|
1773
1808
|
# (CaptionSourceFramerate). Use this setting along with the setting
|
1774
1809
|
# Framerate numerator (framerateNumerator).
|
1775
1810
|
# @return [Integer]
|
1776
1811
|
#
|
1777
1812
|
# @!attribute [rw] framerate_numerator
|
1778
|
-
# Specify the numerator of the fraction that represents the
|
1779
|
-
# for the setting Caption source
|
1813
|
+
# Specify the numerator of the fraction that represents the frame rate
|
1814
|
+
# for the setting Caption source frame rate (CaptionSourceFramerate).
|
1780
1815
|
# Use this setting along with the setting Framerate denominator
|
1781
1816
|
# (framerateDenominator).
|
1782
1817
|
# @return [Integer]
|
@@ -2380,7 +2415,7 @@ module Aws::MediaConvert
|
|
2380
2415
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2381
2416
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
2382
2417
|
# },
|
2383
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
2418
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
2384
2419
|
# f4v_settings: {
|
2385
2420
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
2386
2421
|
# },
|
@@ -2589,7 +2624,7 @@ module Aws::MediaConvert
|
|
2589
2624
|
# "__string" => {
|
2590
2625
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
2591
2626
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
2592
|
-
# external_audio_file_input: "
|
2627
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
2593
2628
|
# 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
2629
|
# offset: 1,
|
2595
2630
|
# pids: [1],
|
@@ -2992,7 +3027,7 @@ module Aws::MediaConvert
|
|
2992
3027
|
# channels: 1,
|
2993
3028
|
# sample_rate: 1,
|
2994
3029
|
# },
|
2995
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
3030
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
2996
3031
|
# eac_3_atmos_settings: {
|
2997
3032
|
# bitrate: 1,
|
2998
3033
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -3045,6 +3080,16 @@ module Aws::MediaConvert
|
|
3045
3080
|
# sample_rate: 1,
|
3046
3081
|
# vbr_quality: 1,
|
3047
3082
|
# },
|
3083
|
+
# opus_settings: {
|
3084
|
+
# bitrate: 1,
|
3085
|
+
# channels: 1,
|
3086
|
+
# sample_rate: 1,
|
3087
|
+
# },
|
3088
|
+
# vorbis_settings: {
|
3089
|
+
# channels: 1,
|
3090
|
+
# sample_rate: 1,
|
3091
|
+
# vbr_quality: 1,
|
3092
|
+
# },
|
3048
3093
|
# wav_settings: {
|
3049
3094
|
# bit_depth: 1,
|
3050
3095
|
# channels: 1,
|
@@ -3141,7 +3186,7 @@ module Aws::MediaConvert
|
|
3141
3186
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
3142
3187
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
3143
3188
|
# },
|
3144
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
3189
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
3145
3190
|
# f4v_settings: {
|
3146
3191
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
3147
3192
|
# },
|
@@ -3271,7 +3316,7 @@ module Aws::MediaConvert
|
|
3271
3316
|
# slices: 1,
|
3272
3317
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3273
3318
|
# },
|
3274
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
3319
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
3275
3320
|
# frame_capture_settings: {
|
3276
3321
|
# framerate_denominator: 1,
|
3277
3322
|
# framerate_numerator: 1,
|
@@ -3414,6 +3459,36 @@ module Aws::MediaConvert
|
|
3414
3459
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3415
3460
|
# telecine: "NONE", # accepts NONE, HARD
|
3416
3461
|
# },
|
3462
|
+
# vp_8_settings: {
|
3463
|
+
# bitrate: 1,
|
3464
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3465
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3466
|
+
# framerate_denominator: 1,
|
3467
|
+
# framerate_numerator: 1,
|
3468
|
+
# gop_size: 1.0,
|
3469
|
+
# hrd_buffer_size: 1,
|
3470
|
+
# max_bitrate: 1,
|
3471
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3472
|
+
# par_denominator: 1,
|
3473
|
+
# par_numerator: 1,
|
3474
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
3475
|
+
# rate_control_mode: "VBR", # accepts VBR
|
3476
|
+
# },
|
3477
|
+
# vp_9_settings: {
|
3478
|
+
# bitrate: 1,
|
3479
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3480
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3481
|
+
# framerate_denominator: 1,
|
3482
|
+
# framerate_numerator: 1,
|
3483
|
+
# gop_size: 1.0,
|
3484
|
+
# hrd_buffer_size: 1,
|
3485
|
+
# max_bitrate: 1,
|
3486
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3487
|
+
# par_denominator: 1,
|
3488
|
+
# par_numerator: 1,
|
3489
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
3490
|
+
# rate_control_mode: "VBR", # accepts VBR
|
3491
|
+
# },
|
3417
3492
|
# },
|
3418
3493
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
3419
3494
|
# crop: {
|
@@ -3499,10 +3574,19 @@ module Aws::MediaConvert
|
|
3499
3574
|
# },
|
3500
3575
|
# temporal_filter_settings: {
|
3501
3576
|
# aggressive_mode: 1,
|
3577
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
3502
3578
|
# speed: 1,
|
3503
3579
|
# strength: 1,
|
3504
3580
|
# },
|
3505
3581
|
# },
|
3582
|
+
# partner_watermarking: {
|
3583
|
+
# nexguard_file_marker_settings: {
|
3584
|
+
# license: "__stringMin1Max100000",
|
3585
|
+
# payload: 1,
|
3586
|
+
# preset: "__stringMin1Max256",
|
3587
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
3588
|
+
# },
|
3589
|
+
# },
|
3506
3590
|
# timecode_burnin: {
|
3507
3591
|
# font_size: 1,
|
3508
3592
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -3708,7 +3792,7 @@ module Aws::MediaConvert
|
|
3708
3792
|
# "__string" => {
|
3709
3793
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
3710
3794
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
3711
|
-
# external_audio_file_input: "
|
3795
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
3712
3796
|
# 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
3797
|
# offset: 1,
|
3714
3798
|
# pids: [1],
|
@@ -4103,7 +4187,7 @@ module Aws::MediaConvert
|
|
4103
4187
|
# channels: 1,
|
4104
4188
|
# sample_rate: 1,
|
4105
4189
|
# },
|
4106
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
4190
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
4107
4191
|
# eac_3_atmos_settings: {
|
4108
4192
|
# bitrate: 1,
|
4109
4193
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -4156,6 +4240,16 @@ module Aws::MediaConvert
|
|
4156
4240
|
# sample_rate: 1,
|
4157
4241
|
# vbr_quality: 1,
|
4158
4242
|
# },
|
4243
|
+
# opus_settings: {
|
4244
|
+
# bitrate: 1,
|
4245
|
+
# channels: 1,
|
4246
|
+
# sample_rate: 1,
|
4247
|
+
# },
|
4248
|
+
# vorbis_settings: {
|
4249
|
+
# channels: 1,
|
4250
|
+
# sample_rate: 1,
|
4251
|
+
# vbr_quality: 1,
|
4252
|
+
# },
|
4159
4253
|
# wav_settings: {
|
4160
4254
|
# bit_depth: 1,
|
4161
4255
|
# channels: 1,
|
@@ -4252,7 +4346,7 @@ module Aws::MediaConvert
|
|
4252
4346
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
4253
4347
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
4254
4348
|
# },
|
4255
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
4349
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
4256
4350
|
# f4v_settings: {
|
4257
4351
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
4258
4352
|
# },
|
@@ -4382,7 +4476,7 @@ module Aws::MediaConvert
|
|
4382
4476
|
# slices: 1,
|
4383
4477
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4384
4478
|
# },
|
4385
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
4479
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
4386
4480
|
# frame_capture_settings: {
|
4387
4481
|
# framerate_denominator: 1,
|
4388
4482
|
# framerate_numerator: 1,
|
@@ -4525,6 +4619,36 @@ module Aws::MediaConvert
|
|
4525
4619
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4526
4620
|
# telecine: "NONE", # accepts NONE, HARD
|
4527
4621
|
# },
|
4622
|
+
# vp_8_settings: {
|
4623
|
+
# bitrate: 1,
|
4624
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4625
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4626
|
+
# framerate_denominator: 1,
|
4627
|
+
# framerate_numerator: 1,
|
4628
|
+
# gop_size: 1.0,
|
4629
|
+
# hrd_buffer_size: 1,
|
4630
|
+
# max_bitrate: 1,
|
4631
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4632
|
+
# par_denominator: 1,
|
4633
|
+
# par_numerator: 1,
|
4634
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
4635
|
+
# rate_control_mode: "VBR", # accepts VBR
|
4636
|
+
# },
|
4637
|
+
# vp_9_settings: {
|
4638
|
+
# bitrate: 1,
|
4639
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4640
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
4641
|
+
# framerate_denominator: 1,
|
4642
|
+
# framerate_numerator: 1,
|
4643
|
+
# gop_size: 1.0,
|
4644
|
+
# hrd_buffer_size: 1,
|
4645
|
+
# max_bitrate: 1,
|
4646
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4647
|
+
# par_denominator: 1,
|
4648
|
+
# par_numerator: 1,
|
4649
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
4650
|
+
# rate_control_mode: "VBR", # accepts VBR
|
4651
|
+
# },
|
4528
4652
|
# },
|
4529
4653
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
4530
4654
|
# crop: {
|
@@ -4610,10 +4734,19 @@ module Aws::MediaConvert
|
|
4610
4734
|
# },
|
4611
4735
|
# temporal_filter_settings: {
|
4612
4736
|
# aggressive_mode: 1,
|
4737
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
4613
4738
|
# speed: 1,
|
4614
4739
|
# strength: 1,
|
4615
4740
|
# },
|
4616
4741
|
# },
|
4742
|
+
# partner_watermarking: {
|
4743
|
+
# nexguard_file_marker_settings: {
|
4744
|
+
# license: "__stringMin1Max100000",
|
4745
|
+
# payload: 1,
|
4746
|
+
# preset: "__stringMin1Max256",
|
4747
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
4748
|
+
# },
|
4749
|
+
# },
|
4617
4750
|
# timecode_burnin: {
|
4618
4751
|
# font_size: 1,
|
4619
4752
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -4787,7 +4920,7 @@ module Aws::MediaConvert
|
|
4787
4920
|
# channels: 1,
|
4788
4921
|
# sample_rate: 1,
|
4789
4922
|
# },
|
4790
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
4923
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
4791
4924
|
# eac_3_atmos_settings: {
|
4792
4925
|
# bitrate: 1,
|
4793
4926
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -4840,6 +4973,16 @@ module Aws::MediaConvert
|
|
4840
4973
|
# sample_rate: 1,
|
4841
4974
|
# vbr_quality: 1,
|
4842
4975
|
# },
|
4976
|
+
# opus_settings: {
|
4977
|
+
# bitrate: 1,
|
4978
|
+
# channels: 1,
|
4979
|
+
# sample_rate: 1,
|
4980
|
+
# },
|
4981
|
+
# vorbis_settings: {
|
4982
|
+
# channels: 1,
|
4983
|
+
# sample_rate: 1,
|
4984
|
+
# vbr_quality: 1,
|
4985
|
+
# },
|
4843
4986
|
# wav_settings: {
|
4844
4987
|
# bit_depth: 1,
|
4845
4988
|
# channels: 1,
|
@@ -4935,7 +5078,7 @@ module Aws::MediaConvert
|
|
4935
5078
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
4936
5079
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
4937
5080
|
# },
|
4938
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
5081
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
4939
5082
|
# f4v_settings: {
|
4940
5083
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
4941
5084
|
# },
|
@@ -5052,7 +5195,7 @@ module Aws::MediaConvert
|
|
5052
5195
|
# slices: 1,
|
5053
5196
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5054
5197
|
# },
|
5055
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
5198
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
5056
5199
|
# frame_capture_settings: {
|
5057
5200
|
# framerate_denominator: 1,
|
5058
5201
|
# framerate_numerator: 1,
|
@@ -5195,6 +5338,36 @@ module Aws::MediaConvert
|
|
5195
5338
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5196
5339
|
# telecine: "NONE", # accepts NONE, HARD
|
5197
5340
|
# },
|
5341
|
+
# vp_8_settings: {
|
5342
|
+
# bitrate: 1,
|
5343
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5344
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5345
|
+
# framerate_denominator: 1,
|
5346
|
+
# framerate_numerator: 1,
|
5347
|
+
# gop_size: 1.0,
|
5348
|
+
# hrd_buffer_size: 1,
|
5349
|
+
# max_bitrate: 1,
|
5350
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5351
|
+
# par_denominator: 1,
|
5352
|
+
# par_numerator: 1,
|
5353
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
5354
|
+
# rate_control_mode: "VBR", # accepts VBR
|
5355
|
+
# },
|
5356
|
+
# vp_9_settings: {
|
5357
|
+
# bitrate: 1,
|
5358
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5359
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
5360
|
+
# framerate_denominator: 1,
|
5361
|
+
# framerate_numerator: 1,
|
5362
|
+
# gop_size: 1.0,
|
5363
|
+
# hrd_buffer_size: 1,
|
5364
|
+
# max_bitrate: 1,
|
5365
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5366
|
+
# par_denominator: 1,
|
5367
|
+
# par_numerator: 1,
|
5368
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
5369
|
+
# rate_control_mode: "VBR", # accepts VBR
|
5370
|
+
# },
|
5198
5371
|
# },
|
5199
5372
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
5200
5373
|
# crop: {
|
@@ -5280,10 +5453,19 @@ module Aws::MediaConvert
|
|
5280
5453
|
# },
|
5281
5454
|
# temporal_filter_settings: {
|
5282
5455
|
# aggressive_mode: 1,
|
5456
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
5283
5457
|
# speed: 1,
|
5284
5458
|
# strength: 1,
|
5285
5459
|
# },
|
5286
5460
|
# },
|
5461
|
+
# partner_watermarking: {
|
5462
|
+
# nexguard_file_marker_settings: {
|
5463
|
+
# license: "__stringMin1Max100000",
|
5464
|
+
# payload: 1,
|
5465
|
+
# preset: "__stringMin1Max256",
|
5466
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
5467
|
+
# },
|
5468
|
+
# },
|
5287
5469
|
# timecode_burnin: {
|
5288
5470
|
# font_size: 1,
|
5289
5471
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -6922,8 +7104,8 @@ module Aws::MediaConvert
|
|
6922
7104
|
#
|
6923
7105
|
# @!attribute [rw] framerate
|
6924
7106
|
# 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
|
7107
|
+
# have the service compensate for differing frame rates between your
|
7108
|
+
# input captions and input video, specify the frame rate of the
|
6927
7109
|
# captions file. Specify this value as a fraction, using the settings
|
6928
7110
|
# Framerate numerator (framerateNumerator) and Framerate denominator
|
6929
7111
|
# (framerateDenominator). For example, you might specify 24 / 1 for 24
|
@@ -7329,8 +7511,8 @@ module Aws::MediaConvert
|
|
7329
7511
|
# @return [String]
|
7330
7512
|
#
|
7331
7513
|
# @!attribute [rw] framerate_conversion_algorithm
|
7332
|
-
#
|
7333
|
-
# conversion.
|
7514
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
7515
|
+
# The default behavior is to use duplicate drop conversion.
|
7334
7516
|
# @return [String]
|
7335
7517
|
#
|
7336
7518
|
# @!attribute [rw] framerate_denominator
|
@@ -7423,23 +7605,38 @@ module Aws::MediaConvert
|
|
7423
7605
|
# @return [Integer]
|
7424
7606
|
#
|
7425
7607
|
# @!attribute [rw] par_control
|
7426
|
-
#
|
7427
|
-
#
|
7428
|
-
#
|
7608
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
7609
|
+
# (PAR) for this output. The default behavior, Follow source
|
7610
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
7611
|
+
# your output. To specify a different PAR in the console, choose any
|
7612
|
+
# value other than Follow source. To specify a different PAR by
|
7613
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
7614
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
7615
|
+
# the parNumerator and parDenominator settings.
|
7429
7616
|
# @return [String]
|
7430
7617
|
#
|
7431
7618
|
# @!attribute [rw] par_denominator
|
7432
|
-
# Pixel
|
7619
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
7620
|
+
# On the console, this corresponds to any value other than Follow
|
7621
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
7622
|
+
# different from your input video PAR, provide your output PAR as a
|
7623
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
7624
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
7433
7625
|
# @return [Integer]
|
7434
7626
|
#
|
7435
7627
|
# @!attribute [rw] par_numerator
|
7436
|
-
# Pixel
|
7628
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
7629
|
+
# On the console, this corresponds to any value other than Follow
|
7630
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
7631
|
+
# different from your input video PAR, provide your output PAR as a
|
7632
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
7633
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
7437
7634
|
# @return [Integer]
|
7438
7635
|
#
|
7439
7636
|
# @!attribute [rw] quality_tuning_level
|
7440
|
-
# Use Quality tuning level (
|
7441
|
-
#
|
7442
|
-
#
|
7637
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
7638
|
+
# how you want to trade off encoding speed for output video quality.
|
7639
|
+
# The default behavior is faster, lower quality, single-pass encoding.
|
7443
7640
|
# @return [String]
|
7444
7641
|
#
|
7445
7642
|
# @!attribute [rw] qvbr_settings
|
@@ -7716,7 +7913,7 @@ module Aws::MediaConvert
|
|
7716
7913
|
# choose Custom. The framerates shown in the dropdown list are decimal
|
7717
7914
|
# approximations of fractions. If you choose Custom, specify your
|
7718
7915
|
# frame rate as a fraction. If you are creating your transcoding job
|
7719
|
-
#
|
7916
|
+
# specification as a JSON file without the console, use
|
7720
7917
|
# FramerateControl to specify which value the service uses for the
|
7721
7918
|
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
7722
7919
|
# want the service to use the frame rate from the input. Choose
|
@@ -7725,8 +7922,8 @@ module Aws::MediaConvert
|
|
7725
7922
|
# @return [String]
|
7726
7923
|
#
|
7727
7924
|
# @!attribute [rw] framerate_conversion_algorithm
|
7728
|
-
#
|
7729
|
-
# conversion.
|
7925
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
7926
|
+
# The default behavior is to use duplicate drop conversion.
|
7730
7927
|
# @return [String]
|
7731
7928
|
#
|
7732
7929
|
# @!attribute [rw] framerate_denominator
|
@@ -7815,23 +8012,38 @@ module Aws::MediaConvert
|
|
7815
8012
|
# @return [Integer]
|
7816
8013
|
#
|
7817
8014
|
# @!attribute [rw] par_control
|
7818
|
-
#
|
7819
|
-
#
|
7820
|
-
#
|
8015
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
8016
|
+
# (PAR) for this output. The default behavior, Follow source
|
8017
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
8018
|
+
# your output. To specify a different PAR in the console, choose any
|
8019
|
+
# value other than Follow source. To specify a different PAR by
|
8020
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
8021
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
8022
|
+
# the parNumerator and parDenominator settings.
|
7821
8023
|
# @return [String]
|
7822
8024
|
#
|
7823
8025
|
# @!attribute [rw] par_denominator
|
7824
|
-
# Pixel
|
8026
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
8027
|
+
# On the console, this corresponds to any value other than Follow
|
8028
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
8029
|
+
# different from your input video PAR, provide your output PAR as a
|
8030
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
8031
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
7825
8032
|
# @return [Integer]
|
7826
8033
|
#
|
7827
8034
|
# @!attribute [rw] par_numerator
|
7828
|
-
# Pixel
|
8035
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
8036
|
+
# On the console, this corresponds to any value other than Follow
|
8037
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
8038
|
+
# different from your input video PAR, provide your output PAR as a
|
8039
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
8040
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
7829
8041
|
# @return [Integer]
|
7830
8042
|
#
|
7831
8043
|
# @!attribute [rw] quality_tuning_level
|
7832
|
-
# Use Quality tuning level (
|
7833
|
-
#
|
7834
|
-
#
|
8044
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
8045
|
+
# how you want to trade off encoding speed for output video quality.
|
8046
|
+
# The default behavior is faster, lower quality, single-pass encoding.
|
7835
8047
|
# @return [String]
|
7836
8048
|
#
|
7837
8049
|
# @!attribute [rw] qvbr_settings
|
@@ -8735,7 +8947,7 @@ module Aws::MediaConvert
|
|
8735
8947
|
# "__string" => {
|
8736
8948
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
8737
8949
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
8738
|
-
# external_audio_file_input: "
|
8950
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
8739
8951
|
# 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
8952
|
# offset: 1,
|
8741
8953
|
# pids: [1],
|
@@ -8877,13 +9089,13 @@ module Aws::MediaConvert
|
|
8877
9089
|
# @!attribute [rw] audio_selectors
|
8878
9090
|
# Use Audio selectors (AudioSelectors) to specify a track or set of
|
8879
9091
|
# tracks from the input that you will use in your outputs. You can use
|
8880
|
-
#
|
9092
|
+
# multiple Audio selectors per input.
|
8881
9093
|
# @return [Hash<String,Types::AudioSelector>]
|
8882
9094
|
#
|
8883
9095
|
# @!attribute [rw] caption_selectors
|
8884
|
-
# Use
|
8885
|
-
#
|
8886
|
-
#
|
9096
|
+
# Use captions selectors to specify the captions data from your input
|
9097
|
+
# that you use in your outputs. You can use up to 20 captions
|
9098
|
+
# selectors per input.
|
8887
9099
|
# @return [Hash<String,Types::CaptionSelector>]
|
8888
9100
|
#
|
8889
9101
|
# @!attribute [rw] crop
|
@@ -8895,7 +9107,7 @@ module Aws::MediaConvert
|
|
8895
9107
|
#
|
8896
9108
|
# @!attribute [rw] deblock_filter
|
8897
9109
|
# Enable Deblock (InputDeblockFilter) to produce smoother motion in
|
8898
|
-
# the output. Default is disabled. Only
|
9110
|
+
# the output. Default is disabled. Only manually controllable for
|
8899
9111
|
# MPEG2 and uncompressed video inputs.
|
8900
9112
|
# @return [String]
|
8901
9113
|
#
|
@@ -9159,7 +9371,7 @@ module Aws::MediaConvert
|
|
9159
9371
|
# "__string" => {
|
9160
9372
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9161
9373
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9162
|
-
# external_audio_file_input: "
|
9374
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9163
9375
|
# 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
9376
|
# offset: 1,
|
9165
9377
|
# pids: [1],
|
@@ -9293,13 +9505,13 @@ module Aws::MediaConvert
|
|
9293
9505
|
# @!attribute [rw] audio_selectors
|
9294
9506
|
# Use Audio selectors (AudioSelectors) to specify a track or set of
|
9295
9507
|
# tracks from the input that you will use in your outputs. You can use
|
9296
|
-
#
|
9508
|
+
# multiple Audio selectors per input.
|
9297
9509
|
# @return [Hash<String,Types::AudioSelector>]
|
9298
9510
|
#
|
9299
9511
|
# @!attribute [rw] caption_selectors
|
9300
|
-
# Use
|
9301
|
-
#
|
9302
|
-
#
|
9512
|
+
# Use captions selectors to specify the captions data from your input
|
9513
|
+
# that you use in your outputs. You can use up to 20 captions
|
9514
|
+
# selectors per input.
|
9303
9515
|
# @return [Hash<String,Types::CaptionSelector>]
|
9304
9516
|
#
|
9305
9517
|
# @!attribute [rw] crop
|
@@ -9311,7 +9523,7 @@ module Aws::MediaConvert
|
|
9311
9523
|
#
|
9312
9524
|
# @!attribute [rw] deblock_filter
|
9313
9525
|
# Enable Deblock (InputDeblockFilter) to produce smoother motion in
|
9314
|
-
# the output. Default is disabled. Only
|
9526
|
+
# the output. Default is disabled. Only manually controllable for
|
9315
9527
|
# MPEG2 and uncompressed video inputs.
|
9316
9528
|
# @return [String]
|
9317
9529
|
#
|
@@ -9779,7 +9991,7 @@ module Aws::MediaConvert
|
|
9779
9991
|
# "__string" => {
|
9780
9992
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9781
9993
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9782
|
-
# external_audio_file_input: "
|
9994
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9783
9995
|
# 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
9996
|
# offset: 1,
|
9785
9997
|
# pids: [1],
|
@@ -10182,7 +10394,7 @@ module Aws::MediaConvert
|
|
10182
10394
|
# channels: 1,
|
10183
10395
|
# sample_rate: 1,
|
10184
10396
|
# },
|
10185
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
10397
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
10186
10398
|
# eac_3_atmos_settings: {
|
10187
10399
|
# bitrate: 1,
|
10188
10400
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -10235,6 +10447,16 @@ module Aws::MediaConvert
|
|
10235
10447
|
# sample_rate: 1,
|
10236
10448
|
# vbr_quality: 1,
|
10237
10449
|
# },
|
10450
|
+
# opus_settings: {
|
10451
|
+
# bitrate: 1,
|
10452
|
+
# channels: 1,
|
10453
|
+
# sample_rate: 1,
|
10454
|
+
# },
|
10455
|
+
# vorbis_settings: {
|
10456
|
+
# channels: 1,
|
10457
|
+
# sample_rate: 1,
|
10458
|
+
# vbr_quality: 1,
|
10459
|
+
# },
|
10238
10460
|
# wav_settings: {
|
10239
10461
|
# bit_depth: 1,
|
10240
10462
|
# channels: 1,
|
@@ -10331,7 +10553,7 @@ module Aws::MediaConvert
|
|
10331
10553
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
10332
10554
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
10333
10555
|
# },
|
10334
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
10556
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
10335
10557
|
# f4v_settings: {
|
10336
10558
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
10337
10559
|
# },
|
@@ -10461,7 +10683,7 @@ module Aws::MediaConvert
|
|
10461
10683
|
# slices: 1,
|
10462
10684
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10463
10685
|
# },
|
10464
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
10686
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
10465
10687
|
# frame_capture_settings: {
|
10466
10688
|
# framerate_denominator: 1,
|
10467
10689
|
# framerate_numerator: 1,
|
@@ -10604,6 +10826,36 @@ module Aws::MediaConvert
|
|
10604
10826
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
10605
10827
|
# telecine: "NONE", # accepts NONE, HARD
|
10606
10828
|
# },
|
10829
|
+
# vp_8_settings: {
|
10830
|
+
# bitrate: 1,
|
10831
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10832
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
10833
|
+
# framerate_denominator: 1,
|
10834
|
+
# framerate_numerator: 1,
|
10835
|
+
# gop_size: 1.0,
|
10836
|
+
# hrd_buffer_size: 1,
|
10837
|
+
# max_bitrate: 1,
|
10838
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10839
|
+
# par_denominator: 1,
|
10840
|
+
# par_numerator: 1,
|
10841
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
10842
|
+
# rate_control_mode: "VBR", # accepts VBR
|
10843
|
+
# },
|
10844
|
+
# vp_9_settings: {
|
10845
|
+
# bitrate: 1,
|
10846
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10847
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
10848
|
+
# framerate_denominator: 1,
|
10849
|
+
# framerate_numerator: 1,
|
10850
|
+
# gop_size: 1.0,
|
10851
|
+
# hrd_buffer_size: 1,
|
10852
|
+
# max_bitrate: 1,
|
10853
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10854
|
+
# par_denominator: 1,
|
10855
|
+
# par_numerator: 1,
|
10856
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
10857
|
+
# rate_control_mode: "VBR", # accepts VBR
|
10858
|
+
# },
|
10607
10859
|
# },
|
10608
10860
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
10609
10861
|
# crop: {
|
@@ -10689,10 +10941,19 @@ module Aws::MediaConvert
|
|
10689
10941
|
# },
|
10690
10942
|
# temporal_filter_settings: {
|
10691
10943
|
# aggressive_mode: 1,
|
10944
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
10692
10945
|
# speed: 1,
|
10693
10946
|
# strength: 1,
|
10694
10947
|
# },
|
10695
10948
|
# },
|
10949
|
+
# partner_watermarking: {
|
10950
|
+
# nexguard_file_marker_settings: {
|
10951
|
+
# license: "__stringMin1Max100000",
|
10952
|
+
# payload: 1,
|
10953
|
+
# preset: "__stringMin1Max256",
|
10954
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
10955
|
+
# },
|
10956
|
+
# },
|
10696
10957
|
# timecode_burnin: {
|
10697
10958
|
# font_size: 1,
|
10698
10959
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -10915,7 +11176,7 @@ module Aws::MediaConvert
|
|
10915
11176
|
# "__string" => {
|
10916
11177
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
10917
11178
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
10918
|
-
# external_audio_file_input: "
|
11179
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
10919
11180
|
# 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
11181
|
# offset: 1,
|
10921
11182
|
# pids: [1],
|
@@ -11310,7 +11571,7 @@ module Aws::MediaConvert
|
|
11310
11571
|
# channels: 1,
|
11311
11572
|
# sample_rate: 1,
|
11312
11573
|
# },
|
11313
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
11574
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
11314
11575
|
# eac_3_atmos_settings: {
|
11315
11576
|
# bitrate: 1,
|
11316
11577
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -11363,6 +11624,16 @@ module Aws::MediaConvert
|
|
11363
11624
|
# sample_rate: 1,
|
11364
11625
|
# vbr_quality: 1,
|
11365
11626
|
# },
|
11627
|
+
# opus_settings: {
|
11628
|
+
# bitrate: 1,
|
11629
|
+
# channels: 1,
|
11630
|
+
# sample_rate: 1,
|
11631
|
+
# },
|
11632
|
+
# vorbis_settings: {
|
11633
|
+
# channels: 1,
|
11634
|
+
# sample_rate: 1,
|
11635
|
+
# vbr_quality: 1,
|
11636
|
+
# },
|
11366
11637
|
# wav_settings: {
|
11367
11638
|
# bit_depth: 1,
|
11368
11639
|
# channels: 1,
|
@@ -11459,7 +11730,7 @@ module Aws::MediaConvert
|
|
11459
11730
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
11460
11731
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
11461
11732
|
# },
|
11462
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
11733
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
11463
11734
|
# f4v_settings: {
|
11464
11735
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
11465
11736
|
# },
|
@@ -11589,7 +11860,7 @@ module Aws::MediaConvert
|
|
11589
11860
|
# slices: 1,
|
11590
11861
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
11591
11862
|
# },
|
11592
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
11863
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
11593
11864
|
# frame_capture_settings: {
|
11594
11865
|
# framerate_denominator: 1,
|
11595
11866
|
# framerate_numerator: 1,
|
@@ -11732,6 +12003,36 @@ module Aws::MediaConvert
|
|
11732
12003
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11733
12004
|
# telecine: "NONE", # accepts NONE, HARD
|
11734
12005
|
# },
|
12006
|
+
# vp_8_settings: {
|
12007
|
+
# bitrate: 1,
|
12008
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12009
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12010
|
+
# framerate_denominator: 1,
|
12011
|
+
# framerate_numerator: 1,
|
12012
|
+
# gop_size: 1.0,
|
12013
|
+
# hrd_buffer_size: 1,
|
12014
|
+
# max_bitrate: 1,
|
12015
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12016
|
+
# par_denominator: 1,
|
12017
|
+
# par_numerator: 1,
|
12018
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
12019
|
+
# rate_control_mode: "VBR", # accepts VBR
|
12020
|
+
# },
|
12021
|
+
# vp_9_settings: {
|
12022
|
+
# bitrate: 1,
|
12023
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12024
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
12025
|
+
# framerate_denominator: 1,
|
12026
|
+
# framerate_numerator: 1,
|
12027
|
+
# gop_size: 1.0,
|
12028
|
+
# hrd_buffer_size: 1,
|
12029
|
+
# max_bitrate: 1,
|
12030
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12031
|
+
# par_denominator: 1,
|
12032
|
+
# par_numerator: 1,
|
12033
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
12034
|
+
# rate_control_mode: "VBR", # accepts VBR
|
12035
|
+
# },
|
11735
12036
|
# },
|
11736
12037
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
11737
12038
|
# crop: {
|
@@ -11817,10 +12118,19 @@ module Aws::MediaConvert
|
|
11817
12118
|
# },
|
11818
12119
|
# temporal_filter_settings: {
|
11819
12120
|
# aggressive_mode: 1,
|
12121
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
11820
12122
|
# speed: 1,
|
11821
12123
|
# strength: 1,
|
11822
12124
|
# },
|
11823
12125
|
# },
|
12126
|
+
# partner_watermarking: {
|
12127
|
+
# nexguard_file_marker_settings: {
|
12128
|
+
# license: "__stringMin1Max100000",
|
12129
|
+
# payload: 1,
|
12130
|
+
# preset: "__stringMin1Max256",
|
12131
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
12132
|
+
# },
|
12133
|
+
# },
|
11824
12134
|
# timecode_burnin: {
|
11825
12135
|
# font_size: 1,
|
11826
12136
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -13229,7 +13539,7 @@ module Aws::MediaConvert
|
|
13229
13539
|
# choose Custom. The framerates shown in the dropdown list are decimal
|
13230
13540
|
# approximations of fractions. If you choose Custom, specify your
|
13231
13541
|
# frame rate as a fraction. If you are creating your transcoding job
|
13232
|
-
#
|
13542
|
+
# specification as a JSON file without the console, use
|
13233
13543
|
# FramerateControl to specify which value the service uses for the
|
13234
13544
|
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
13235
13545
|
# want the service to use the frame rate from the input. Choose
|
@@ -13238,8 +13548,8 @@ module Aws::MediaConvert
|
|
13238
13548
|
# @return [String]
|
13239
13549
|
#
|
13240
13550
|
# @!attribute [rw] framerate_conversion_algorithm
|
13241
|
-
#
|
13242
|
-
# conversion.
|
13551
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
13552
|
+
# The default behavior is to use duplicate drop conversion.
|
13243
13553
|
# @return [String]
|
13244
13554
|
#
|
13245
13555
|
# @!attribute [rw] framerate_denominator
|
@@ -13323,22 +13633,38 @@ module Aws::MediaConvert
|
|
13323
13633
|
# @return [Integer]
|
13324
13634
|
#
|
13325
13635
|
# @!attribute [rw] par_control
|
13326
|
-
#
|
13327
|
-
#
|
13328
|
-
#
|
13636
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
13637
|
+
# (PAR) for this output. The default behavior, Follow source
|
13638
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
13639
|
+
# your output. To specify a different PAR in the console, choose any
|
13640
|
+
# value other than Follow source. To specify a different PAR by
|
13641
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
13642
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
13643
|
+
# the parNumerator and parDenominator settings.
|
13329
13644
|
# @return [String]
|
13330
13645
|
#
|
13331
13646
|
# @!attribute [rw] par_denominator
|
13332
|
-
# Pixel
|
13647
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
13648
|
+
# On the console, this corresponds to any value other than Follow
|
13649
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
13650
|
+
# different from your input video PAR, provide your output PAR as a
|
13651
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
13652
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
13333
13653
|
# @return [Integer]
|
13334
13654
|
#
|
13335
13655
|
# @!attribute [rw] par_numerator
|
13336
|
-
# Pixel
|
13656
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
13657
|
+
# On the console, this corresponds to any value other than Follow
|
13658
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
13659
|
+
# different from your input video PAR, provide your output PAR as a
|
13660
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
13661
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
13337
13662
|
# @return [Integer]
|
13338
13663
|
#
|
13339
13664
|
# @!attribute [rw] quality_tuning_level
|
13340
|
-
# Use Quality tuning level (
|
13341
|
-
#
|
13665
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
13666
|
+
# how you want to trade off encoding speed for output video quality.
|
13667
|
+
# The default behavior is faster, lower quality, single-pass encoding.
|
13342
13668
|
# @return [String]
|
13343
13669
|
#
|
13344
13670
|
# @!attribute [rw] rate_control_mode
|
@@ -13609,6 +13935,65 @@ module Aws::MediaConvert
|
|
13609
13935
|
include Aws::Structure
|
13610
13936
|
end
|
13611
13937
|
|
13938
|
+
# For forensic video watermarking, MediaConvert supports Nagra NexGuard
|
13939
|
+
# File Marker watermarking. MediaConvert supports both PreRelease
|
13940
|
+
# Content (NGPR/G2) and OTT Streaming workflows.
|
13941
|
+
#
|
13942
|
+
# @note When making an API call, you may pass NexGuardFileMarkerSettings
|
13943
|
+
# data as a hash:
|
13944
|
+
#
|
13945
|
+
# {
|
13946
|
+
# license: "__stringMin1Max100000",
|
13947
|
+
# payload: 1,
|
13948
|
+
# preset: "__stringMin1Max256",
|
13949
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
13950
|
+
# }
|
13951
|
+
#
|
13952
|
+
# @!attribute [rw] license
|
13953
|
+
# Use the base64 license string that Nagra provides you. Enter it
|
13954
|
+
# directly in your JSON job specification or in the console. Required
|
13955
|
+
# when you include Nagra NexGuard File Marker watermarking
|
13956
|
+
# (NexGuardWatermarkingSettings) in your job.
|
13957
|
+
# @return [String]
|
13958
|
+
#
|
13959
|
+
# @!attribute [rw] payload
|
13960
|
+
# Specify the payload ID that you want associated with this output.
|
13961
|
+
# Valid values vary depending on your Nagra NexGuard forensic
|
13962
|
+
# watermarking workflow. Required when you include Nagra NexGuard File
|
13963
|
+
# Marker watermarking (NexGuardWatermarkingSettings) in your job. For
|
13964
|
+
# PreRelease Content (NGPR/G2), specify an integer from 1 through
|
13965
|
+
# 4,194,303. You must generate a unique ID for each asset you
|
13966
|
+
# watermark, and keep a record of which ID you have assigned to each
|
13967
|
+
# asset. Neither Nagra nor MediaConvert keep track of the relationship
|
13968
|
+
# between output files and your IDs. For OTT Streaming, create two
|
13969
|
+
# adaptive bitrate (ABR) stacks for each asset. Do this by setting up
|
13970
|
+
# two output groups. For one output group, set the value of Payload ID
|
13971
|
+
# (payload) to 0 in every output. For the other output group, set
|
13972
|
+
# Payload ID (payload) to 1 in every output.
|
13973
|
+
# @return [Integer]
|
13974
|
+
#
|
13975
|
+
# @!attribute [rw] preset
|
13976
|
+
# Enter one of the watermarking preset strings that Nagra provides
|
13977
|
+
# you. Required when you include Nagra NexGuard File Marker
|
13978
|
+
# watermarking (NexGuardWatermarkingSettings) in your job.
|
13979
|
+
# @return [String]
|
13980
|
+
#
|
13981
|
+
# @!attribute [rw] strength
|
13982
|
+
# Optional. Ignore this setting unless Nagra support directs you to
|
13983
|
+
# specify a value. When you don't specify a value here, the Nagra
|
13984
|
+
# NexGuard library uses its default value.
|
13985
|
+
# @return [String]
|
13986
|
+
#
|
13987
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/NexGuardFileMarkerSettings AWS API Documentation
|
13988
|
+
#
|
13989
|
+
class NexGuardFileMarkerSettings < Struct.new(
|
13990
|
+
:license,
|
13991
|
+
:payload,
|
13992
|
+
:preset,
|
13993
|
+
:strength)
|
13994
|
+
include Aws::Structure
|
13995
|
+
end
|
13996
|
+
|
13612
13997
|
# Settings for your Nielsen configuration. If you don't do Nielsen
|
13613
13998
|
# measurement and analytics, ignore these settings. When you enable
|
13614
13999
|
# Nielsen configuration (nielsenConfiguration), MediaConvert enables PCM
|
@@ -13665,6 +14050,7 @@ module Aws::MediaConvert
|
|
13665
14050
|
# },
|
13666
14051
|
# temporal_filter_settings: {
|
13667
14052
|
# aggressive_mode: 1,
|
14053
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
13668
14054
|
# speed: 1,
|
13669
14055
|
# strength: 1,
|
13670
14056
|
# },
|
@@ -13766,6 +14152,7 @@ module Aws::MediaConvert
|
|
13766
14152
|
#
|
13767
14153
|
# {
|
13768
14154
|
# aggressive_mode: 1,
|
14155
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
13769
14156
|
# speed: 1,
|
13770
14157
|
# strength: 1,
|
13771
14158
|
# }
|
@@ -13777,6 +14164,14 @@ module Aws::MediaConvert
|
|
13777
14164
|
# bitrate outputs.
|
13778
14165
|
# @return [Integer]
|
13779
14166
|
#
|
14167
|
+
# @!attribute [rw] post_temporal_sharpening
|
14168
|
+
# Optional. When you set Noise reducer (noiseReducer) to Temporal
|
14169
|
+
# (TEMPORAL), you can optionally use this setting to apply additional
|
14170
|
+
# sharpening. The default behavior, Auto (AUTO) allows the transcoder
|
14171
|
+
# to determine whether to apply filtering, depending on input type and
|
14172
|
+
# quality.
|
14173
|
+
# @return [String]
|
14174
|
+
#
|
13780
14175
|
# @!attribute [rw] speed
|
13781
14176
|
# The speed of the filter (higher number is faster). Low setting
|
13782
14177
|
# reduces bit rate at the cost of transcode time, high setting
|
@@ -13796,6 +14191,7 @@ module Aws::MediaConvert
|
|
13796
14191
|
#
|
13797
14192
|
class NoiseReducerTemporalFilterSettings < Struct.new(
|
13798
14193
|
:aggressive_mode,
|
14194
|
+
:post_temporal_sharpening,
|
13799
14195
|
:speed,
|
13800
14196
|
:strength)
|
13801
14197
|
include Aws::Structure
|
@@ -13811,6 +14207,44 @@ module Aws::MediaConvert
|
|
13811
14207
|
include Aws::Structure
|
13812
14208
|
end
|
13813
14209
|
|
14210
|
+
# Required when you set Codec, under AudioDescriptions>CodecSettings, to
|
14211
|
+
# the value OPUS.
|
14212
|
+
#
|
14213
|
+
# @note When making an API call, you may pass OpusSettings
|
14214
|
+
# data as a hash:
|
14215
|
+
#
|
14216
|
+
# {
|
14217
|
+
# bitrate: 1,
|
14218
|
+
# channels: 1,
|
14219
|
+
# sample_rate: 1,
|
14220
|
+
# }
|
14221
|
+
#
|
14222
|
+
# @!attribute [rw] bitrate
|
14223
|
+
# Optional. Specify the average bitrate in bits per second. Valid
|
14224
|
+
# values are multiples of 8000, from 32000 through 192000. The default
|
14225
|
+
# value is 96000, which we recommend for quality and bandwidth.
|
14226
|
+
# @return [Integer]
|
14227
|
+
#
|
14228
|
+
# @!attribute [rw] channels
|
14229
|
+
# Specify the number of channels in this output audio track. Choosing
|
14230
|
+
# Mono on the console gives you 1 output channel; choosing Stereo
|
14231
|
+
# gives you 2. In the API, valid values are 1 and 2.
|
14232
|
+
# @return [Integer]
|
14233
|
+
#
|
14234
|
+
# @!attribute [rw] sample_rate
|
14235
|
+
# Optional. Sample rate in hz. Valid values are 16000, 24000, and
|
14236
|
+
# 48000. The default value is 48000.
|
14237
|
+
# @return [Integer]
|
14238
|
+
#
|
14239
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/OpusSettings AWS API Documentation
|
14240
|
+
#
|
14241
|
+
class OpusSettings < Struct.new(
|
14242
|
+
:bitrate,
|
14243
|
+
:channels,
|
14244
|
+
:sample_rate)
|
14245
|
+
include Aws::Structure
|
14246
|
+
end
|
14247
|
+
|
13814
14248
|
# An output object describes the settings for a single output file or
|
13815
14249
|
# stream in an output group.
|
13816
14250
|
#
|
@@ -13858,7 +14292,7 @@ module Aws::MediaConvert
|
|
13858
14292
|
# channels: 1,
|
13859
14293
|
# sample_rate: 1,
|
13860
14294
|
# },
|
13861
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
14295
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
13862
14296
|
# eac_3_atmos_settings: {
|
13863
14297
|
# bitrate: 1,
|
13864
14298
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -13911,6 +14345,16 @@ module Aws::MediaConvert
|
|
13911
14345
|
# sample_rate: 1,
|
13912
14346
|
# vbr_quality: 1,
|
13913
14347
|
# },
|
14348
|
+
# opus_settings: {
|
14349
|
+
# bitrate: 1,
|
14350
|
+
# channels: 1,
|
14351
|
+
# sample_rate: 1,
|
14352
|
+
# },
|
14353
|
+
# vorbis_settings: {
|
14354
|
+
# channels: 1,
|
14355
|
+
# sample_rate: 1,
|
14356
|
+
# vbr_quality: 1,
|
14357
|
+
# },
|
13914
14358
|
# wav_settings: {
|
13915
14359
|
# bit_depth: 1,
|
13916
14360
|
# channels: 1,
|
@@ -14007,7 +14451,7 @@ module Aws::MediaConvert
|
|
14007
14451
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
14008
14452
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
14009
14453
|
# },
|
14010
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
14454
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
14011
14455
|
# f4v_settings: {
|
14012
14456
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
14013
14457
|
# },
|
@@ -14137,7 +14581,7 @@ module Aws::MediaConvert
|
|
14137
14581
|
# slices: 1,
|
14138
14582
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
14139
14583
|
# },
|
14140
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
14584
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
14141
14585
|
# frame_capture_settings: {
|
14142
14586
|
# framerate_denominator: 1,
|
14143
14587
|
# framerate_numerator: 1,
|
@@ -14280,10 +14724,40 @@ module Aws::MediaConvert
|
|
14280
14724
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
14281
14725
|
# telecine: "NONE", # accepts NONE, HARD
|
14282
14726
|
# },
|
14283
|
-
#
|
14284
|
-
#
|
14285
|
-
#
|
14286
|
-
#
|
14727
|
+
# vp_8_settings: {
|
14728
|
+
# bitrate: 1,
|
14729
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14730
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
14731
|
+
# framerate_denominator: 1,
|
14732
|
+
# framerate_numerator: 1,
|
14733
|
+
# gop_size: 1.0,
|
14734
|
+
# hrd_buffer_size: 1,
|
14735
|
+
# max_bitrate: 1,
|
14736
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14737
|
+
# par_denominator: 1,
|
14738
|
+
# par_numerator: 1,
|
14739
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
14740
|
+
# rate_control_mode: "VBR", # accepts VBR
|
14741
|
+
# },
|
14742
|
+
# vp_9_settings: {
|
14743
|
+
# bitrate: 1,
|
14744
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14745
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
14746
|
+
# framerate_denominator: 1,
|
14747
|
+
# framerate_numerator: 1,
|
14748
|
+
# gop_size: 1.0,
|
14749
|
+
# hrd_buffer_size: 1,
|
14750
|
+
# max_bitrate: 1,
|
14751
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14752
|
+
# par_denominator: 1,
|
14753
|
+
# par_numerator: 1,
|
14754
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
14755
|
+
# rate_control_mode: "VBR", # accepts VBR
|
14756
|
+
# },
|
14757
|
+
# },
|
14758
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
14759
|
+
# crop: {
|
14760
|
+
# height: 1,
|
14287
14761
|
# width: 1,
|
14288
14762
|
# x: 1,
|
14289
14763
|
# y: 1,
|
@@ -14365,10 +14839,19 @@ module Aws::MediaConvert
|
|
14365
14839
|
# },
|
14366
14840
|
# temporal_filter_settings: {
|
14367
14841
|
# aggressive_mode: 1,
|
14842
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
14368
14843
|
# speed: 1,
|
14369
14844
|
# strength: 1,
|
14370
14845
|
# },
|
14371
14846
|
# },
|
14847
|
+
# partner_watermarking: {
|
14848
|
+
# nexguard_file_marker_settings: {
|
14849
|
+
# license: "__stringMin1Max100000",
|
14850
|
+
# payload: 1,
|
14851
|
+
# preset: "__stringMin1Max256",
|
14852
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
14853
|
+
# },
|
14854
|
+
# },
|
14372
14855
|
# timecode_burnin: {
|
14373
14856
|
# font_size: 1,
|
14374
14857
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -14402,8 +14885,8 @@ module Aws::MediaConvert
|
|
14402
14885
|
# in File output groups. If you do not specify a value, the service
|
14403
14886
|
# will use default extensions by container type as follows * MPEG-2
|
14404
14887
|
# transport stream, m2ts * Quicktime, mov * MXF container, mxf *
|
14405
|
-
# MPEG-4 container, mp4 *
|
14406
|
-
# extensions (e.g. AAC, H265, H265, AC3)
|
14888
|
+
# MPEG-4 container, mp4 * WebM container, webm * No Container, the
|
14889
|
+
# service will use codec extensions (e.g. AAC, H265, H265, AC3)
|
14407
14890
|
# @return [String]
|
14408
14891
|
#
|
14409
14892
|
# @!attribute [rw] name_modifier
|
@@ -14743,7 +15226,7 @@ module Aws::MediaConvert
|
|
14743
15226
|
# channels: 1,
|
14744
15227
|
# sample_rate: 1,
|
14745
15228
|
# },
|
14746
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
15229
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
14747
15230
|
# eac_3_atmos_settings: {
|
14748
15231
|
# bitrate: 1,
|
14749
15232
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -14796,6 +15279,16 @@ module Aws::MediaConvert
|
|
14796
15279
|
# sample_rate: 1,
|
14797
15280
|
# vbr_quality: 1,
|
14798
15281
|
# },
|
15282
|
+
# opus_settings: {
|
15283
|
+
# bitrate: 1,
|
15284
|
+
# channels: 1,
|
15285
|
+
# sample_rate: 1,
|
15286
|
+
# },
|
15287
|
+
# vorbis_settings: {
|
15288
|
+
# channels: 1,
|
15289
|
+
# sample_rate: 1,
|
15290
|
+
# vbr_quality: 1,
|
15291
|
+
# },
|
14799
15292
|
# wav_settings: {
|
14800
15293
|
# bit_depth: 1,
|
14801
15294
|
# channels: 1,
|
@@ -14892,7 +15385,7 @@ module Aws::MediaConvert
|
|
14892
15385
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
14893
15386
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
14894
15387
|
# },
|
14895
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
15388
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
14896
15389
|
# f4v_settings: {
|
14897
15390
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
14898
15391
|
# },
|
@@ -15022,7 +15515,7 @@ module Aws::MediaConvert
|
|
15022
15515
|
# slices: 1,
|
15023
15516
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15024
15517
|
# },
|
15025
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
15518
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
15026
15519
|
# frame_capture_settings: {
|
15027
15520
|
# framerate_denominator: 1,
|
15028
15521
|
# framerate_numerator: 1,
|
@@ -15165,6 +15658,36 @@ module Aws::MediaConvert
|
|
15165
15658
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15166
15659
|
# telecine: "NONE", # accepts NONE, HARD
|
15167
15660
|
# },
|
15661
|
+
# vp_8_settings: {
|
15662
|
+
# bitrate: 1,
|
15663
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15664
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15665
|
+
# framerate_denominator: 1,
|
15666
|
+
# framerate_numerator: 1,
|
15667
|
+
# gop_size: 1.0,
|
15668
|
+
# hrd_buffer_size: 1,
|
15669
|
+
# max_bitrate: 1,
|
15670
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15671
|
+
# par_denominator: 1,
|
15672
|
+
# par_numerator: 1,
|
15673
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
15674
|
+
# rate_control_mode: "VBR", # accepts VBR
|
15675
|
+
# },
|
15676
|
+
# vp_9_settings: {
|
15677
|
+
# bitrate: 1,
|
15678
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15679
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
15680
|
+
# framerate_denominator: 1,
|
15681
|
+
# framerate_numerator: 1,
|
15682
|
+
# gop_size: 1.0,
|
15683
|
+
# hrd_buffer_size: 1,
|
15684
|
+
# max_bitrate: 1,
|
15685
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15686
|
+
# par_denominator: 1,
|
15687
|
+
# par_numerator: 1,
|
15688
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
15689
|
+
# rate_control_mode: "VBR", # accepts VBR
|
15690
|
+
# },
|
15168
15691
|
# },
|
15169
15692
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
15170
15693
|
# crop: {
|
@@ -15250,10 +15773,19 @@ module Aws::MediaConvert
|
|
15250
15773
|
# },
|
15251
15774
|
# temporal_filter_settings: {
|
15252
15775
|
# aggressive_mode: 1,
|
15776
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
15253
15777
|
# speed: 1,
|
15254
15778
|
# strength: 1,
|
15255
15779
|
# },
|
15256
15780
|
# },
|
15781
|
+
# partner_watermarking: {
|
15782
|
+
# nexguard_file_marker_settings: {
|
15783
|
+
# license: "__stringMin1Max100000",
|
15784
|
+
# payload: 1,
|
15785
|
+
# preset: "__stringMin1Max256",
|
15786
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
15787
|
+
# },
|
15788
|
+
# },
|
15257
15789
|
# timecode_burnin: {
|
15258
15790
|
# font_size: 1,
|
15259
15791
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -15594,6 +16126,35 @@ module Aws::MediaConvert
|
|
15594
16126
|
include Aws::Structure
|
15595
16127
|
end
|
15596
16128
|
|
16129
|
+
# If you work with a third party video watermarking partner, use the
|
16130
|
+
# group of settings that correspond with your watermarking partner to
|
16131
|
+
# include watermarks in your output.
|
16132
|
+
#
|
16133
|
+
# @note When making an API call, you may pass PartnerWatermarking
|
16134
|
+
# data as a hash:
|
16135
|
+
#
|
16136
|
+
# {
|
16137
|
+
# nexguard_file_marker_settings: {
|
16138
|
+
# license: "__stringMin1Max100000",
|
16139
|
+
# payload: 1,
|
16140
|
+
# preset: "__stringMin1Max256",
|
16141
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
16142
|
+
# },
|
16143
|
+
# }
|
16144
|
+
#
|
16145
|
+
# @!attribute [rw] nexguard_file_marker_settings
|
16146
|
+
# For forensic video watermarking, MediaConvert supports Nagra
|
16147
|
+
# NexGuard File Marker watermarking. MediaConvert supports both
|
16148
|
+
# PreRelease Content (NGPR/G2) and OTT Streaming workflows.
|
16149
|
+
# @return [Types::NexGuardFileMarkerSettings]
|
16150
|
+
#
|
16151
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/PartnerWatermarking AWS API Documentation
|
16152
|
+
#
|
16153
|
+
class PartnerWatermarking < Struct.new(
|
16154
|
+
:nexguard_file_marker_settings)
|
16155
|
+
include Aws::Structure
|
16156
|
+
end
|
16157
|
+
|
15597
16158
|
# A preset is a collection of preconfigured media conversion settings
|
15598
16159
|
# that you want MediaConvert to apply to the output during the
|
15599
16160
|
# conversion process.
|
@@ -15692,7 +16253,7 @@ module Aws::MediaConvert
|
|
15692
16253
|
# channels: 1,
|
15693
16254
|
# sample_rate: 1,
|
15694
16255
|
# },
|
15695
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
16256
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
15696
16257
|
# eac_3_atmos_settings: {
|
15697
16258
|
# bitrate: 1,
|
15698
16259
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -15745,6 +16306,16 @@ module Aws::MediaConvert
|
|
15745
16306
|
# sample_rate: 1,
|
15746
16307
|
# vbr_quality: 1,
|
15747
16308
|
# },
|
16309
|
+
# opus_settings: {
|
16310
|
+
# bitrate: 1,
|
16311
|
+
# channels: 1,
|
16312
|
+
# sample_rate: 1,
|
16313
|
+
# },
|
16314
|
+
# vorbis_settings: {
|
16315
|
+
# channels: 1,
|
16316
|
+
# sample_rate: 1,
|
16317
|
+
# vbr_quality: 1,
|
16318
|
+
# },
|
15748
16319
|
# wav_settings: {
|
15749
16320
|
# bit_depth: 1,
|
15750
16321
|
# channels: 1,
|
@@ -15840,7 +16411,7 @@ module Aws::MediaConvert
|
|
15840
16411
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
15841
16412
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
15842
16413
|
# },
|
15843
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
16414
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
15844
16415
|
# f4v_settings: {
|
15845
16416
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
15846
16417
|
# },
|
@@ -15957,7 +16528,7 @@ module Aws::MediaConvert
|
|
15957
16528
|
# slices: 1,
|
15958
16529
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15959
16530
|
# },
|
15960
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
16531
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
15961
16532
|
# frame_capture_settings: {
|
15962
16533
|
# framerate_denominator: 1,
|
15963
16534
|
# framerate_numerator: 1,
|
@@ -16100,6 +16671,36 @@ module Aws::MediaConvert
|
|
16100
16671
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16101
16672
|
# telecine: "NONE", # accepts NONE, HARD
|
16102
16673
|
# },
|
16674
|
+
# vp_8_settings: {
|
16675
|
+
# bitrate: 1,
|
16676
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16677
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16678
|
+
# framerate_denominator: 1,
|
16679
|
+
# framerate_numerator: 1,
|
16680
|
+
# gop_size: 1.0,
|
16681
|
+
# hrd_buffer_size: 1,
|
16682
|
+
# max_bitrate: 1,
|
16683
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16684
|
+
# par_denominator: 1,
|
16685
|
+
# par_numerator: 1,
|
16686
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
16687
|
+
# rate_control_mode: "VBR", # accepts VBR
|
16688
|
+
# },
|
16689
|
+
# vp_9_settings: {
|
16690
|
+
# bitrate: 1,
|
16691
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16692
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
16693
|
+
# framerate_denominator: 1,
|
16694
|
+
# framerate_numerator: 1,
|
16695
|
+
# gop_size: 1.0,
|
16696
|
+
# hrd_buffer_size: 1,
|
16697
|
+
# max_bitrate: 1,
|
16698
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16699
|
+
# par_denominator: 1,
|
16700
|
+
# par_numerator: 1,
|
16701
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
16702
|
+
# rate_control_mode: "VBR", # accepts VBR
|
16703
|
+
# },
|
16103
16704
|
# },
|
16104
16705
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
16105
16706
|
# crop: {
|
@@ -16185,10 +16786,19 @@ module Aws::MediaConvert
|
|
16185
16786
|
# },
|
16186
16787
|
# temporal_filter_settings: {
|
16187
16788
|
# aggressive_mode: 1,
|
16789
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
16188
16790
|
# speed: 1,
|
16189
16791
|
# strength: 1,
|
16190
16792
|
# },
|
16191
16793
|
# },
|
16794
|
+
# partner_watermarking: {
|
16795
|
+
# nexguard_file_marker_settings: {
|
16796
|
+
# license: "__stringMin1Max100000",
|
16797
|
+
# payload: 1,
|
16798
|
+
# preset: "__stringMin1Max256",
|
16799
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
16800
|
+
# },
|
16801
|
+
# },
|
16192
16802
|
# timecode_burnin: {
|
16193
16803
|
# font_size: 1,
|
16194
16804
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -16265,7 +16875,7 @@ module Aws::MediaConvert
|
|
16265
16875
|
# choose Custom. The framerates shown in the dropdown list are decimal
|
16266
16876
|
# approximations of fractions. If you choose Custom, specify your
|
16267
16877
|
# frame rate as a fraction. If you are creating your transcoding job
|
16268
|
-
#
|
16878
|
+
# specification as a JSON file without the console, use
|
16269
16879
|
# FramerateControl to specify which value the service uses for the
|
16270
16880
|
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
16271
16881
|
# want the service to use the frame rate from the input. Choose
|
@@ -16274,8 +16884,8 @@ module Aws::MediaConvert
|
|
16274
16884
|
# @return [String]
|
16275
16885
|
#
|
16276
16886
|
# @!attribute [rw] framerate_conversion_algorithm
|
16277
|
-
#
|
16278
|
-
# conversion.
|
16887
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
16888
|
+
# The default behavior is to use duplicate drop conversion.
|
16279
16889
|
# @return [String]
|
16280
16890
|
#
|
16281
16891
|
# @!attribute [rw] framerate_denominator
|
@@ -16307,20 +16917,32 @@ module Aws::MediaConvert
|
|
16307
16917
|
# @return [String]
|
16308
16918
|
#
|
16309
16919
|
# @!attribute [rw] par_control
|
16310
|
-
#
|
16311
|
-
#
|
16312
|
-
#
|
16313
|
-
#
|
16314
|
-
#
|
16315
|
-
#
|
16920
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
16921
|
+
# (PAR) for this output. The default behavior, Follow source
|
16922
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
16923
|
+
# your output. To specify a different PAR in the console, choose any
|
16924
|
+
# value other than Follow source. To specify a different PAR by
|
16925
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
16926
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
16927
|
+
# the parNumerator and parDenominator settings.
|
16316
16928
|
# @return [String]
|
16317
16929
|
#
|
16318
16930
|
# @!attribute [rw] par_denominator
|
16319
|
-
# Pixel
|
16931
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
16932
|
+
# On the console, this corresponds to any value other than Follow
|
16933
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
16934
|
+
# different from your input video PAR, provide your output PAR as a
|
16935
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
16936
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
16320
16937
|
# @return [Integer]
|
16321
16938
|
#
|
16322
16939
|
# @!attribute [rw] par_numerator
|
16323
|
-
# Pixel
|
16940
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
16941
|
+
# On the console, this corresponds to any value other than Follow
|
16942
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
16943
|
+
# different from your input video PAR, provide your output PAR as a
|
16944
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
16945
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
16324
16946
|
# @return [Integer]
|
16325
16947
|
#
|
16326
16948
|
# @!attribute [rw] slow_pal
|
@@ -17352,7 +17974,7 @@ module Aws::MediaConvert
|
|
17352
17974
|
# "__string" => {
|
17353
17975
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
17354
17976
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
17355
|
-
# external_audio_file_input: "
|
17977
|
+
# external_audio_file_input: "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
17356
17978
|
# 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
17979
|
# offset: 1,
|
17358
17980
|
# pids: [1],
|
@@ -17747,7 +18369,7 @@ module Aws::MediaConvert
|
|
17747
18369
|
# channels: 1,
|
17748
18370
|
# sample_rate: 1,
|
17749
18371
|
# },
|
17750
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
18372
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
17751
18373
|
# eac_3_atmos_settings: {
|
17752
18374
|
# bitrate: 1,
|
17753
18375
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -17800,6 +18422,16 @@ module Aws::MediaConvert
|
|
17800
18422
|
# sample_rate: 1,
|
17801
18423
|
# vbr_quality: 1,
|
17802
18424
|
# },
|
18425
|
+
# opus_settings: {
|
18426
|
+
# bitrate: 1,
|
18427
|
+
# channels: 1,
|
18428
|
+
# sample_rate: 1,
|
18429
|
+
# },
|
18430
|
+
# vorbis_settings: {
|
18431
|
+
# channels: 1,
|
18432
|
+
# sample_rate: 1,
|
18433
|
+
# vbr_quality: 1,
|
18434
|
+
# },
|
17803
18435
|
# wav_settings: {
|
17804
18436
|
# bit_depth: 1,
|
17805
18437
|
# channels: 1,
|
@@ -17896,7 +18528,7 @@ module Aws::MediaConvert
|
|
17896
18528
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
17897
18529
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
17898
18530
|
# },
|
17899
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
18531
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
17900
18532
|
# f4v_settings: {
|
17901
18533
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
17902
18534
|
# },
|
@@ -18026,7 +18658,7 @@ module Aws::MediaConvert
|
|
18026
18658
|
# slices: 1,
|
18027
18659
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18028
18660
|
# },
|
18029
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
18661
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
18030
18662
|
# frame_capture_settings: {
|
18031
18663
|
# framerate_denominator: 1,
|
18032
18664
|
# framerate_numerator: 1,
|
@@ -18169,6 +18801,36 @@ module Aws::MediaConvert
|
|
18169
18801
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
18170
18802
|
# telecine: "NONE", # accepts NONE, HARD
|
18171
18803
|
# },
|
18804
|
+
# vp_8_settings: {
|
18805
|
+
# bitrate: 1,
|
18806
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18807
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18808
|
+
# framerate_denominator: 1,
|
18809
|
+
# framerate_numerator: 1,
|
18810
|
+
# gop_size: 1.0,
|
18811
|
+
# hrd_buffer_size: 1,
|
18812
|
+
# max_bitrate: 1,
|
18813
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18814
|
+
# par_denominator: 1,
|
18815
|
+
# par_numerator: 1,
|
18816
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
18817
|
+
# rate_control_mode: "VBR", # accepts VBR
|
18818
|
+
# },
|
18819
|
+
# vp_9_settings: {
|
18820
|
+
# bitrate: 1,
|
18821
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18822
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
18823
|
+
# framerate_denominator: 1,
|
18824
|
+
# framerate_numerator: 1,
|
18825
|
+
# gop_size: 1.0,
|
18826
|
+
# hrd_buffer_size: 1,
|
18827
|
+
# max_bitrate: 1,
|
18828
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
18829
|
+
# par_denominator: 1,
|
18830
|
+
# par_numerator: 1,
|
18831
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
18832
|
+
# rate_control_mode: "VBR", # accepts VBR
|
18833
|
+
# },
|
18172
18834
|
# },
|
18173
18835
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
18174
18836
|
# crop: {
|
@@ -18254,10 +18916,19 @@ module Aws::MediaConvert
|
|
18254
18916
|
# },
|
18255
18917
|
# temporal_filter_settings: {
|
18256
18918
|
# aggressive_mode: 1,
|
18919
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
18257
18920
|
# speed: 1,
|
18258
18921
|
# strength: 1,
|
18259
18922
|
# },
|
18260
18923
|
# },
|
18924
|
+
# partner_watermarking: {
|
18925
|
+
# nexguard_file_marker_settings: {
|
18926
|
+
# license: "__stringMin1Max100000",
|
18927
|
+
# payload: 1,
|
18928
|
+
# preset: "__stringMin1Max256",
|
18929
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
18930
|
+
# },
|
18931
|
+
# },
|
18261
18932
|
# timecode_burnin: {
|
18262
18933
|
# font_size: 1,
|
18263
18934
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -18418,7 +19089,7 @@ module Aws::MediaConvert
|
|
18418
19089
|
# channels: 1,
|
18419
19090
|
# sample_rate: 1,
|
18420
19091
|
# },
|
18421
|
-
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
|
19092
|
+
# codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, VORBIS, OPUS, PASSTHROUGH
|
18422
19093
|
# eac_3_atmos_settings: {
|
18423
19094
|
# bitrate: 1,
|
18424
19095
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
|
@@ -18471,6 +19142,16 @@ module Aws::MediaConvert
|
|
18471
19142
|
# sample_rate: 1,
|
18472
19143
|
# vbr_quality: 1,
|
18473
19144
|
# },
|
19145
|
+
# opus_settings: {
|
19146
|
+
# bitrate: 1,
|
19147
|
+
# channels: 1,
|
19148
|
+
# sample_rate: 1,
|
19149
|
+
# },
|
19150
|
+
# vorbis_settings: {
|
19151
|
+
# channels: 1,
|
19152
|
+
# sample_rate: 1,
|
19153
|
+
# vbr_quality: 1,
|
19154
|
+
# },
|
18474
19155
|
# wav_settings: {
|
18475
19156
|
# bit_depth: 1,
|
18476
19157
|
# channels: 1,
|
@@ -18566,7 +19247,7 @@ module Aws::MediaConvert
|
|
18566
19247
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
18567
19248
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
18568
19249
|
# },
|
18569
|
-
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
|
19250
|
+
# container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW
|
18570
19251
|
# f4v_settings: {
|
18571
19252
|
# moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
|
18572
19253
|
# },
|
@@ -18683,7 +19364,7 @@ module Aws::MediaConvert
|
|
18683
19364
|
# slices: 1,
|
18684
19365
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
18685
19366
|
# },
|
18686
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
19367
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
18687
19368
|
# frame_capture_settings: {
|
18688
19369
|
# framerate_denominator: 1,
|
18689
19370
|
# framerate_numerator: 1,
|
@@ -18826,6 +19507,36 @@ module Aws::MediaConvert
|
|
18826
19507
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
18827
19508
|
# telecine: "NONE", # accepts NONE, HARD
|
18828
19509
|
# },
|
19510
|
+
# vp_8_settings: {
|
19511
|
+
# bitrate: 1,
|
19512
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19513
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
19514
|
+
# framerate_denominator: 1,
|
19515
|
+
# framerate_numerator: 1,
|
19516
|
+
# gop_size: 1.0,
|
19517
|
+
# hrd_buffer_size: 1,
|
19518
|
+
# max_bitrate: 1,
|
19519
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19520
|
+
# par_denominator: 1,
|
19521
|
+
# par_numerator: 1,
|
19522
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
19523
|
+
# rate_control_mode: "VBR", # accepts VBR
|
19524
|
+
# },
|
19525
|
+
# vp_9_settings: {
|
19526
|
+
# bitrate: 1,
|
19527
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19528
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
19529
|
+
# framerate_denominator: 1,
|
19530
|
+
# framerate_numerator: 1,
|
19531
|
+
# gop_size: 1.0,
|
19532
|
+
# hrd_buffer_size: 1,
|
19533
|
+
# max_bitrate: 1,
|
19534
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19535
|
+
# par_denominator: 1,
|
19536
|
+
# par_numerator: 1,
|
19537
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
19538
|
+
# rate_control_mode: "VBR", # accepts VBR
|
19539
|
+
# },
|
18829
19540
|
# },
|
18830
19541
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
18831
19542
|
# crop: {
|
@@ -18911,10 +19622,19 @@ module Aws::MediaConvert
|
|
18911
19622
|
# },
|
18912
19623
|
# temporal_filter_settings: {
|
18913
19624
|
# aggressive_mode: 1,
|
19625
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
18914
19626
|
# speed: 1,
|
18915
19627
|
# strength: 1,
|
18916
19628
|
# },
|
18917
19629
|
# },
|
19630
|
+
# partner_watermarking: {
|
19631
|
+
# nexguard_file_marker_settings: {
|
19632
|
+
# license: "__stringMin1Max100000",
|
19633
|
+
# payload: 1,
|
19634
|
+
# preset: "__stringMin1Max256",
|
19635
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
19636
|
+
# },
|
19637
|
+
# },
|
18918
19638
|
# timecode_burnin: {
|
18919
19639
|
# font_size: 1,
|
18920
19640
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -19043,7 +19763,8 @@ module Aws::MediaConvert
|
|
19043
19763
|
# corresponding settings object. The following lists the codec enum,
|
19044
19764
|
# settings object pairs. * FRAME\_CAPTURE, FrameCaptureSettings * AV1,
|
19045
19765
|
# Av1Settings * H\_264, H264Settings * H\_265, H265Settings * MPEG2,
|
19046
|
-
# Mpeg2Settings * PRORES, ProresSettings
|
19766
|
+
# Mpeg2Settings * PRORES, ProresSettings * VP8, Vp8Settings * VP9,
|
19767
|
+
# Vp9Settings
|
19047
19768
|
#
|
19048
19769
|
# @note When making an API call, you may pass VideoCodecSettings
|
19049
19770
|
# data as a hash:
|
@@ -19066,7 +19787,7 @@ module Aws::MediaConvert
|
|
19066
19787
|
# slices: 1,
|
19067
19788
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19068
19789
|
# },
|
19069
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
19790
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
19070
19791
|
# frame_capture_settings: {
|
19071
19792
|
# framerate_denominator: 1,
|
19072
19793
|
# framerate_numerator: 1,
|
@@ -19209,6 +19930,36 @@ module Aws::MediaConvert
|
|
19209
19930
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19210
19931
|
# telecine: "NONE", # accepts NONE, HARD
|
19211
19932
|
# },
|
19933
|
+
# vp_8_settings: {
|
19934
|
+
# bitrate: 1,
|
19935
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19936
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
19937
|
+
# framerate_denominator: 1,
|
19938
|
+
# framerate_numerator: 1,
|
19939
|
+
# gop_size: 1.0,
|
19940
|
+
# hrd_buffer_size: 1,
|
19941
|
+
# max_bitrate: 1,
|
19942
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19943
|
+
# par_denominator: 1,
|
19944
|
+
# par_numerator: 1,
|
19945
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
19946
|
+
# rate_control_mode: "VBR", # accepts VBR
|
19947
|
+
# },
|
19948
|
+
# vp_9_settings: {
|
19949
|
+
# bitrate: 1,
|
19950
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19951
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
19952
|
+
# framerate_denominator: 1,
|
19953
|
+
# framerate_numerator: 1,
|
19954
|
+
# gop_size: 1.0,
|
19955
|
+
# hrd_buffer_size: 1,
|
19956
|
+
# max_bitrate: 1,
|
19957
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19958
|
+
# par_denominator: 1,
|
19959
|
+
# par_numerator: 1,
|
19960
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
19961
|
+
# rate_control_mode: "VBR", # accepts VBR
|
19962
|
+
# },
|
19212
19963
|
# }
|
19213
19964
|
#
|
19214
19965
|
# @!attribute [rw] av_1_settings
|
@@ -19245,6 +19996,16 @@ module Aws::MediaConvert
|
|
19245
19996
|
# (VideoDescription)>(CodecSettings) to the value PRORES.
|
19246
19997
|
# @return [Types::ProresSettings]
|
19247
19998
|
#
|
19999
|
+
# @!attribute [rw] vp_8_settings
|
20000
|
+
# Required when you set (Codec) under
|
20001
|
+
# (VideoDescription)>(CodecSettings) to the value VP8.
|
20002
|
+
# @return [Types::Vp8Settings]
|
20003
|
+
#
|
20004
|
+
# @!attribute [rw] vp_9_settings
|
20005
|
+
# Required when you set (Codec) under
|
20006
|
+
# (VideoDescription)>(CodecSettings) to the value VP9.
|
20007
|
+
# @return [Types::Vp9Settings]
|
20008
|
+
#
|
19248
20009
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoCodecSettings AWS API Documentation
|
19249
20010
|
#
|
19250
20011
|
class VideoCodecSettings < Struct.new(
|
@@ -19254,7 +20015,9 @@ module Aws::MediaConvert
|
|
19254
20015
|
:h264_settings,
|
19255
20016
|
:h265_settings,
|
19256
20017
|
:mpeg_2_settings,
|
19257
|
-
:prores_settings
|
20018
|
+
:prores_settings,
|
20019
|
+
:vp_8_settings,
|
20020
|
+
:vp_9_settings)
|
19258
20021
|
include Aws::Structure
|
19259
20022
|
end
|
19260
20023
|
|
@@ -19284,7 +20047,7 @@ module Aws::MediaConvert
|
|
19284
20047
|
# slices: 1,
|
19285
20048
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19286
20049
|
# },
|
19287
|
-
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
20050
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES, VP8, VP9
|
19288
20051
|
# frame_capture_settings: {
|
19289
20052
|
# framerate_denominator: 1,
|
19290
20053
|
# framerate_numerator: 1,
|
@@ -19427,6 +20190,36 @@ module Aws::MediaConvert
|
|
19427
20190
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19428
20191
|
# telecine: "NONE", # accepts NONE, HARD
|
19429
20192
|
# },
|
20193
|
+
# vp_8_settings: {
|
20194
|
+
# bitrate: 1,
|
20195
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20196
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20197
|
+
# framerate_denominator: 1,
|
20198
|
+
# framerate_numerator: 1,
|
20199
|
+
# gop_size: 1.0,
|
20200
|
+
# hrd_buffer_size: 1,
|
20201
|
+
# max_bitrate: 1,
|
20202
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20203
|
+
# par_denominator: 1,
|
20204
|
+
# par_numerator: 1,
|
20205
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
20206
|
+
# rate_control_mode: "VBR", # accepts VBR
|
20207
|
+
# },
|
20208
|
+
# vp_9_settings: {
|
20209
|
+
# bitrate: 1,
|
20210
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20211
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20212
|
+
# framerate_denominator: 1,
|
20213
|
+
# framerate_numerator: 1,
|
20214
|
+
# gop_size: 1.0,
|
20215
|
+
# hrd_buffer_size: 1,
|
20216
|
+
# max_bitrate: 1,
|
20217
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20218
|
+
# par_denominator: 1,
|
20219
|
+
# par_numerator: 1,
|
20220
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
20221
|
+
# rate_control_mode: "VBR", # accepts VBR
|
20222
|
+
# },
|
19430
20223
|
# },
|
19431
20224
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
19432
20225
|
# crop: {
|
@@ -19512,10 +20305,19 @@ module Aws::MediaConvert
|
|
19512
20305
|
# },
|
19513
20306
|
# temporal_filter_settings: {
|
19514
20307
|
# aggressive_mode: 1,
|
20308
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
19515
20309
|
# speed: 1,
|
19516
20310
|
# strength: 1,
|
19517
20311
|
# },
|
19518
20312
|
# },
|
20313
|
+
# partner_watermarking: {
|
20314
|
+
# nexguard_file_marker_settings: {
|
20315
|
+
# license: "__stringMin1Max100000",
|
20316
|
+
# payload: 1,
|
20317
|
+
# preset: "__stringMin1Max256",
|
20318
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
20319
|
+
# },
|
20320
|
+
# },
|
19519
20321
|
# timecode_burnin: {
|
19520
20322
|
# font_size: 1,
|
19521
20323
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -19549,7 +20351,8 @@ module Aws::MediaConvert
|
|
19549
20351
|
# the corresponding settings object. The following lists the codec
|
19550
20352
|
# enum, settings object pairs. * FRAME\_CAPTURE, FrameCaptureSettings
|
19551
20353
|
# * AV1, Av1Settings * H\_264, H264Settings * H\_265, H265Settings
|
19552
|
-
# * MPEG2, Mpeg2Settings * PRORES, ProresSettings
|
20354
|
+
# * MPEG2, Mpeg2Settings * PRORES, ProresSettings * VP8,
|
20355
|
+
# Vp8Settings * VP9, Vp9Settings
|
19553
20356
|
# @return [Types::VideoCodecSettings]
|
19554
20357
|
#
|
19555
20358
|
# @!attribute [rw] color_metadata
|
@@ -19760,10 +20563,19 @@ module Aws::MediaConvert
|
|
19760
20563
|
# },
|
19761
20564
|
# temporal_filter_settings: {
|
19762
20565
|
# aggressive_mode: 1,
|
20566
|
+
# post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
|
19763
20567
|
# speed: 1,
|
19764
20568
|
# strength: 1,
|
19765
20569
|
# },
|
19766
20570
|
# },
|
20571
|
+
# partner_watermarking: {
|
20572
|
+
# nexguard_file_marker_settings: {
|
20573
|
+
# license: "__stringMin1Max100000",
|
20574
|
+
# payload: 1,
|
20575
|
+
# preset: "__stringMin1Max256",
|
20576
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
20577
|
+
# },
|
20578
|
+
# },
|
19767
20579
|
# timecode_burnin: {
|
19768
20580
|
# font_size: 1,
|
19769
20581
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -19799,6 +20611,12 @@ module Aws::MediaConvert
|
|
19799
20611
|
# each output individually. This setting is disabled by default.
|
19800
20612
|
# @return [Types::NoiseReducer]
|
19801
20613
|
#
|
20614
|
+
# @!attribute [rw] partner_watermarking
|
20615
|
+
# If you work with a third party video watermarking partner, use the
|
20616
|
+
# group of settings that correspond with your watermarking partner to
|
20617
|
+
# include watermarks in your output.
|
20618
|
+
# @return [Types::PartnerWatermarking]
|
20619
|
+
#
|
19802
20620
|
# @!attribute [rw] timecode_burnin
|
19803
20621
|
# Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and
|
19804
20622
|
# specified prefix into the output.
|
@@ -19812,6 +20630,7 @@ module Aws::MediaConvert
|
|
19812
20630
|
:dolby_vision,
|
19813
20631
|
:image_inserter,
|
19814
20632
|
:noise_reducer,
|
20633
|
+
:partner_watermarking,
|
19815
20634
|
:timecode_burnin)
|
19816
20635
|
include Aws::Structure
|
19817
20636
|
end
|
@@ -19939,6 +20758,331 @@ module Aws::MediaConvert
|
|
19939
20758
|
include Aws::Structure
|
19940
20759
|
end
|
19941
20760
|
|
20761
|
+
# Required when you set Codec, under AudioDescriptions>CodecSettings, to
|
20762
|
+
# the value Vorbis.
|
20763
|
+
#
|
20764
|
+
# @note When making an API call, you may pass VorbisSettings
|
20765
|
+
# data as a hash:
|
20766
|
+
#
|
20767
|
+
# {
|
20768
|
+
# channels: 1,
|
20769
|
+
# sample_rate: 1,
|
20770
|
+
# vbr_quality: 1,
|
20771
|
+
# }
|
20772
|
+
#
|
20773
|
+
# @!attribute [rw] channels
|
20774
|
+
# Optional. Specify the number of channels in this output audio track.
|
20775
|
+
# Choosing Mono on the console gives you 1 output channel; choosing
|
20776
|
+
# Stereo gives you 2. In the API, valid values are 1 and 2. The
|
20777
|
+
# default value is 2.
|
20778
|
+
# @return [Integer]
|
20779
|
+
#
|
20780
|
+
# @!attribute [rw] sample_rate
|
20781
|
+
# Optional. Specify the audio sample rate in Hz. Valid values are
|
20782
|
+
# 22050, 32000, 44100, and 48000. The default value is 48000.
|
20783
|
+
# @return [Integer]
|
20784
|
+
#
|
20785
|
+
# @!attribute [rw] vbr_quality
|
20786
|
+
# Optional. Specify the variable audio quality of this Vorbis output
|
20787
|
+
# from -1 (lowest quality, ~45 kbit/s) to 10 (highest quality, ~500
|
20788
|
+
# kbit/s). The default value is 4 (~128 kbit/s). Values 5 and 6 are
|
20789
|
+
# approximately 160 and 192 kbit/s, respectively.
|
20790
|
+
# @return [Integer]
|
20791
|
+
#
|
20792
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VorbisSettings AWS API Documentation
|
20793
|
+
#
|
20794
|
+
class VorbisSettings < Struct.new(
|
20795
|
+
:channels,
|
20796
|
+
:sample_rate,
|
20797
|
+
:vbr_quality)
|
20798
|
+
include Aws::Structure
|
20799
|
+
end
|
20800
|
+
|
20801
|
+
# Required when you set (Codec) under (VideoDescription)>(CodecSettings)
|
20802
|
+
# to the value VP8.
|
20803
|
+
#
|
20804
|
+
# @note When making an API call, you may pass Vp8Settings
|
20805
|
+
# data as a hash:
|
20806
|
+
#
|
20807
|
+
# {
|
20808
|
+
# bitrate: 1,
|
20809
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20810
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20811
|
+
# framerate_denominator: 1,
|
20812
|
+
# framerate_numerator: 1,
|
20813
|
+
# gop_size: 1.0,
|
20814
|
+
# hrd_buffer_size: 1,
|
20815
|
+
# max_bitrate: 1,
|
20816
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20817
|
+
# par_denominator: 1,
|
20818
|
+
# par_numerator: 1,
|
20819
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
20820
|
+
# rate_control_mode: "VBR", # accepts VBR
|
20821
|
+
# }
|
20822
|
+
#
|
20823
|
+
# @!attribute [rw] bitrate
|
20824
|
+
# Target bitrate in bits/second. For example, enter five megabits per
|
20825
|
+
# second as 5000000.
|
20826
|
+
# @return [Integer]
|
20827
|
+
#
|
20828
|
+
# @!attribute [rw] framerate_control
|
20829
|
+
# If you are using the console, use the Framerate setting to specify
|
20830
|
+
# the frame rate for this output. If you want to keep the same frame
|
20831
|
+
# rate as the input video, choose Follow source. If you want to do
|
20832
|
+
# frame rate conversion, choose a frame rate from the dropdown list or
|
20833
|
+
# choose Custom. The framerates shown in the dropdown list are decimal
|
20834
|
+
# approximations of fractions. If you choose Custom, specify your
|
20835
|
+
# frame rate as a fraction. If you are creating your transcoding job
|
20836
|
+
# specification as a JSON file without the console, use
|
20837
|
+
# FramerateControl to specify which value the service uses for the
|
20838
|
+
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
20839
|
+
# want the service to use the frame rate from the input. Choose
|
20840
|
+
# SPECIFIED if you want the service to use the frame rate you specify
|
20841
|
+
# in the settings FramerateNumerator and FramerateDenominator.
|
20842
|
+
# @return [String]
|
20843
|
+
#
|
20844
|
+
# @!attribute [rw] framerate_conversion_algorithm
|
20845
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
20846
|
+
# The default behavior is to use Drop duplicate (DUPLICATE\_DROP)
|
20847
|
+
# conversion. When you choose Interpolate (INTERPOLATE) instead, the
|
20848
|
+
# conversion produces smoother motion.
|
20849
|
+
# @return [String]
|
20850
|
+
#
|
20851
|
+
# @!attribute [rw] framerate_denominator
|
20852
|
+
# When you use the API for transcode jobs that use frame rate
|
20853
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
20854
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
20855
|
+
# denominator of this fraction. In this example, use 1001 for the
|
20856
|
+
# value of FramerateDenominator. When you use the console for
|
20857
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
20858
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
20859
|
+
# @return [Integer]
|
20860
|
+
#
|
20861
|
+
# @!attribute [rw] framerate_numerator
|
20862
|
+
# When you use the API for transcode jobs that use frame rate
|
20863
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
20864
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
20865
|
+
# of this fraction. In this example, use 24000 for the value of
|
20866
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
20867
|
+
# use frame rate conversion, provide the value as a decimal number for
|
20868
|
+
# Framerate. In this example, specify 23.976.
|
20869
|
+
# @return [Integer]
|
20870
|
+
#
|
20871
|
+
# @!attribute [rw] gop_size
|
20872
|
+
# GOP Length (keyframe interval) in frames. Must be greater than zero.
|
20873
|
+
# @return [Float]
|
20874
|
+
#
|
20875
|
+
# @!attribute [rw] hrd_buffer_size
|
20876
|
+
# Optional. Size of buffer (HRD buffer model) in bits. For example,
|
20877
|
+
# enter five megabits as 5000000.
|
20878
|
+
# @return [Integer]
|
20879
|
+
#
|
20880
|
+
# @!attribute [rw] max_bitrate
|
20881
|
+
# Ignore this setting unless you set qualityTuningLevel to
|
20882
|
+
# MULTI\_PASS. Optional. Specify the maximum bitrate in bits/second.
|
20883
|
+
# For example, enter five megabits per second as 5000000. The default
|
20884
|
+
# behavior uses twice the target bitrate as the maximum bitrate.
|
20885
|
+
# @return [Integer]
|
20886
|
+
#
|
20887
|
+
# @!attribute [rw] par_control
|
20888
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
20889
|
+
# (PAR) for this output. The default behavior, Follow source
|
20890
|
+
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
20891
|
+
# your output. To specify a different PAR in the console, choose any
|
20892
|
+
# value other than Follow source. To specify a different PAR by
|
20893
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
20894
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
20895
|
+
# the parNumerator and parDenominator settings.
|
20896
|
+
# @return [String]
|
20897
|
+
#
|
20898
|
+
# @!attribute [rw] par_denominator
|
20899
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
20900
|
+
# On the console, this corresponds to any value other than Follow
|
20901
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
20902
|
+
# different from your input video PAR, provide your output PAR as a
|
20903
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
20904
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
20905
|
+
# @return [Integer]
|
20906
|
+
#
|
20907
|
+
# @!attribute [rw] par_numerator
|
20908
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
20909
|
+
# On the console, this corresponds to any value other than Follow
|
20910
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
20911
|
+
# different from your input video PAR, provide your output PAR as a
|
20912
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
20913
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
20914
|
+
# @return [Integer]
|
20915
|
+
#
|
20916
|
+
# @!attribute [rw] quality_tuning_level
|
20917
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
20918
|
+
# how you want to trade off encoding speed for output video quality.
|
20919
|
+
# The default behavior is faster, lower quality, multi-pass encoding.
|
20920
|
+
# @return [String]
|
20921
|
+
#
|
20922
|
+
# @!attribute [rw] rate_control_mode
|
20923
|
+
# With the VP8 codec, you can use only the variable bitrate (VBR) rate
|
20924
|
+
# control mode.
|
20925
|
+
# @return [String]
|
20926
|
+
#
|
20927
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Vp8Settings AWS API Documentation
|
20928
|
+
#
|
20929
|
+
class Vp8Settings < Struct.new(
|
20930
|
+
:bitrate,
|
20931
|
+
:framerate_control,
|
20932
|
+
:framerate_conversion_algorithm,
|
20933
|
+
:framerate_denominator,
|
20934
|
+
:framerate_numerator,
|
20935
|
+
:gop_size,
|
20936
|
+
:hrd_buffer_size,
|
20937
|
+
:max_bitrate,
|
20938
|
+
:par_control,
|
20939
|
+
:par_denominator,
|
20940
|
+
:par_numerator,
|
20941
|
+
:quality_tuning_level,
|
20942
|
+
:rate_control_mode)
|
20943
|
+
include Aws::Structure
|
20944
|
+
end
|
20945
|
+
|
20946
|
+
# Required when you set (Codec) under (VideoDescription)>(CodecSettings)
|
20947
|
+
# to the value VP9.
|
20948
|
+
#
|
20949
|
+
# @note When making an API call, you may pass Vp9Settings
|
20950
|
+
# data as a hash:
|
20951
|
+
#
|
20952
|
+
# {
|
20953
|
+
# bitrate: 1,
|
20954
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20955
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
20956
|
+
# framerate_denominator: 1,
|
20957
|
+
# framerate_numerator: 1,
|
20958
|
+
# gop_size: 1.0,
|
20959
|
+
# hrd_buffer_size: 1,
|
20960
|
+
# max_bitrate: 1,
|
20961
|
+
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20962
|
+
# par_denominator: 1,
|
20963
|
+
# par_numerator: 1,
|
20964
|
+
# quality_tuning_level: "MULTI_PASS", # accepts MULTI_PASS, MULTI_PASS_HQ
|
20965
|
+
# rate_control_mode: "VBR", # accepts VBR
|
20966
|
+
# }
|
20967
|
+
#
|
20968
|
+
# @!attribute [rw] bitrate
|
20969
|
+
# Target bitrate in bits/second. For example, enter five megabits per
|
20970
|
+
# second as 5000000.
|
20971
|
+
# @return [Integer]
|
20972
|
+
#
|
20973
|
+
# @!attribute [rw] framerate_control
|
20974
|
+
# If you are using the console, use the Framerate setting to specify
|
20975
|
+
# the frame rate for this output. If you want to keep the same frame
|
20976
|
+
# rate as the input video, choose Follow source. If you want to do
|
20977
|
+
# frame rate conversion, choose a frame rate from the dropdown list or
|
20978
|
+
# choose Custom. The framerates shown in the dropdown list are decimal
|
20979
|
+
# approximations of fractions. If you choose Custom, specify your
|
20980
|
+
# frame rate as a fraction. If you are creating your transcoding job
|
20981
|
+
# specification as a JSON file without the console, use
|
20982
|
+
# FramerateControl to specify which value the service uses for the
|
20983
|
+
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
20984
|
+
# want the service to use the frame rate from the input. Choose
|
20985
|
+
# SPECIFIED if you want the service to use the frame rate you specify
|
20986
|
+
# in the settings FramerateNumerator and FramerateDenominator.
|
20987
|
+
# @return [String]
|
20988
|
+
#
|
20989
|
+
# @!attribute [rw] framerate_conversion_algorithm
|
20990
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
20991
|
+
# The default behavior is to use Drop duplicate (DUPLICATE\_DROP)
|
20992
|
+
# conversion. When you choose Interpolate (INTERPOLATE) instead, the
|
20993
|
+
# conversion produces smoother motion.
|
20994
|
+
# @return [String]
|
20995
|
+
#
|
20996
|
+
# @!attribute [rw] framerate_denominator
|
20997
|
+
# When you use the API for transcode jobs that use frame rate
|
20998
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
20999
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
21000
|
+
# denominator of this fraction. In this example, use 1001 for the
|
21001
|
+
# value of FramerateDenominator. When you use the console for
|
21002
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
21003
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
21004
|
+
# @return [Integer]
|
21005
|
+
#
|
21006
|
+
# @!attribute [rw] framerate_numerator
|
21007
|
+
# When you use the API for transcode jobs that use frame rate
|
21008
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
21009
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
21010
|
+
# of this fraction. In this example, use 24000 for the value of
|
21011
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
21012
|
+
# use frame rate conversion, provide the value as a decimal number for
|
21013
|
+
# Framerate. In this example, specify 23.976.
|
21014
|
+
# @return [Integer]
|
21015
|
+
#
|
21016
|
+
# @!attribute [rw] gop_size
|
21017
|
+
# GOP Length (keyframe interval) in frames. Must be greater than zero.
|
21018
|
+
# @return [Float]
|
21019
|
+
#
|
21020
|
+
# @!attribute [rw] hrd_buffer_size
|
21021
|
+
# Size of buffer (HRD buffer model) in bits. For example, enter five
|
21022
|
+
# megabits as 5000000.
|
21023
|
+
# @return [Integer]
|
21024
|
+
#
|
21025
|
+
# @!attribute [rw] max_bitrate
|
21026
|
+
# Ignore this setting unless you set qualityTuningLevel to
|
21027
|
+
# MULTI\_PASS. Optional. Specify the maximum bitrate in bits/second.
|
21028
|
+
# For example, enter five megabits per second as 5000000. The default
|
21029
|
+
# behavior uses twice the target bitrate as the maximum bitrate.
|
21030
|
+
# @return [Integer]
|
21031
|
+
#
|
21032
|
+
# @!attribute [rw] par_control
|
21033
|
+
# Optional. Specify how the service determines the pixel aspect ratio
|
21034
|
+
# for this output. The default behavior is to use the same pixel
|
21035
|
+
# aspect ratio as your input video.
|
21036
|
+
# @return [String]
|
21037
|
+
#
|
21038
|
+
# @!attribute [rw] par_denominator
|
21039
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
21040
|
+
# On the console, this corresponds to any value other than Follow
|
21041
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
21042
|
+
# different from your input video PAR, provide your output PAR as a
|
21043
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
21044
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
21045
|
+
# @return [Integer]
|
21046
|
+
#
|
21047
|
+
# @!attribute [rw] par_numerator
|
21048
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
21049
|
+
# On the console, this corresponds to any value other than Follow
|
21050
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
21051
|
+
# different from your input video PAR, provide your output PAR as a
|
21052
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
21053
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
21054
|
+
# @return [Integer]
|
21055
|
+
#
|
21056
|
+
# @!attribute [rw] quality_tuning_level
|
21057
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
21058
|
+
# how you want to trade off encoding speed for output video quality.
|
21059
|
+
# The default behavior is faster, lower quality, multi-pass encoding.
|
21060
|
+
# @return [String]
|
21061
|
+
#
|
21062
|
+
# @!attribute [rw] rate_control_mode
|
21063
|
+
# With the VP9 codec, you can use only the variable bitrate (VBR) rate
|
21064
|
+
# control mode.
|
21065
|
+
# @return [String]
|
21066
|
+
#
|
21067
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Vp9Settings AWS API Documentation
|
21068
|
+
#
|
21069
|
+
class Vp9Settings < Struct.new(
|
21070
|
+
:bitrate,
|
21071
|
+
:framerate_control,
|
21072
|
+
:framerate_conversion_algorithm,
|
21073
|
+
:framerate_denominator,
|
21074
|
+
:framerate_numerator,
|
21075
|
+
:gop_size,
|
21076
|
+
:hrd_buffer_size,
|
21077
|
+
:max_bitrate,
|
21078
|
+
:par_control,
|
21079
|
+
:par_denominator,
|
21080
|
+
:par_numerator,
|
21081
|
+
:quality_tuning_level,
|
21082
|
+
:rate_control_mode)
|
21083
|
+
include Aws::Structure
|
21084
|
+
end
|
21085
|
+
|
19942
21086
|
# Required when you set (Codec) under
|
19943
21087
|
# (AudioDescriptions)>(CodecSettings) to the value WAV.
|
19944
21088
|
#
|