aws-sdk-mediaconvert 1.61.0 → 1.66.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/CHANGELOG.md +343 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-mediaconvert.rb +2 -2
- data/lib/aws-sdk-mediaconvert/client.rb +184 -22
- data/lib/aws-sdk-mediaconvert/client_api.rb +34 -11
- data/lib/aws-sdk-mediaconvert/errors.rb +1 -1
- data/lib/aws-sdk-mediaconvert/resource.rb +1 -1
- data/lib/aws-sdk-mediaconvert/types.rb +776 -221
- metadata +11 -9
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -23,7 +23,9 @@ module Aws::MediaConvert
|
|
23
23
|
AacVbrQuality = Shapes::StringShape.new(name: 'AacVbrQuality')
|
24
24
|
Ac3BitstreamMode = Shapes::StringShape.new(name: 'Ac3BitstreamMode')
|
25
25
|
Ac3CodingMode = Shapes::StringShape.new(name: 'Ac3CodingMode')
|
26
|
+
Ac3DynamicRangeCompressionLine = Shapes::StringShape.new(name: 'Ac3DynamicRangeCompressionLine')
|
26
27
|
Ac3DynamicRangeCompressionProfile = Shapes::StringShape.new(name: 'Ac3DynamicRangeCompressionProfile')
|
28
|
+
Ac3DynamicRangeCompressionRf = Shapes::StringShape.new(name: 'Ac3DynamicRangeCompressionRf')
|
27
29
|
Ac3LfeFilter = Shapes::StringShape.new(name: 'Ac3LfeFilter')
|
28
30
|
Ac3MetadataControl = Shapes::StringShape.new(name: 'Ac3MetadataControl')
|
29
31
|
Ac3Settings = Shapes::StructureShape.new(name: 'Ac3Settings')
|
@@ -106,12 +108,15 @@ module Aws::MediaConvert
|
|
106
108
|
CmafManifestCompression = Shapes::StringShape.new(name: 'CmafManifestCompression')
|
107
109
|
CmafManifestDurationFormat = Shapes::StringShape.new(name: 'CmafManifestDurationFormat')
|
108
110
|
CmafMpdProfile = Shapes::StringShape.new(name: 'CmafMpdProfile')
|
111
|
+
CmafPtsOffsetHandlingForBFrames = Shapes::StringShape.new(name: 'CmafPtsOffsetHandlingForBFrames')
|
109
112
|
CmafSegmentControl = Shapes::StringShape.new(name: 'CmafSegmentControl')
|
110
113
|
CmafStreamInfResolution = Shapes::StringShape.new(name: 'CmafStreamInfResolution')
|
111
114
|
CmafWriteDASHManifest = Shapes::StringShape.new(name: 'CmafWriteDASHManifest')
|
112
115
|
CmafWriteHLSManifest = Shapes::StringShape.new(name: 'CmafWriteHLSManifest')
|
113
116
|
CmafWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'CmafWriteSegmentTimelineInRepresentation')
|
114
117
|
CmfcAudioDuration = Shapes::StringShape.new(name: 'CmfcAudioDuration')
|
118
|
+
CmfcAudioTrackType = Shapes::StringShape.new(name: 'CmfcAudioTrackType')
|
119
|
+
CmfcDescriptiveVideoServiceFlag = Shapes::StringShape.new(name: 'CmfcDescriptiveVideoServiceFlag')
|
115
120
|
CmfcIFrameOnlyManifest = Shapes::StringShape.new(name: 'CmfcIFrameOnlyManifest')
|
116
121
|
CmfcScte35Esam = Shapes::StringShape.new(name: 'CmfcScte35Esam')
|
117
122
|
CmfcScte35Source = Shapes::StringShape.new(name: 'CmfcScte35Source')
|
@@ -135,10 +140,12 @@ module Aws::MediaConvert
|
|
135
140
|
CreateQueueResponse = Shapes::StructureShape.new(name: 'CreateQueueResponse')
|
136
141
|
DashAdditionalManifest = Shapes::StructureShape.new(name: 'DashAdditionalManifest')
|
137
142
|
DashIsoEncryptionSettings = Shapes::StructureShape.new(name: 'DashIsoEncryptionSettings')
|
143
|
+
DashIsoGroupAudioChannelConfigSchemeIdUri = Shapes::StringShape.new(name: 'DashIsoGroupAudioChannelConfigSchemeIdUri')
|
138
144
|
DashIsoGroupSettings = Shapes::StructureShape.new(name: 'DashIsoGroupSettings')
|
139
145
|
DashIsoHbbtvCompliance = Shapes::StringShape.new(name: 'DashIsoHbbtvCompliance')
|
140
146
|
DashIsoMpdProfile = Shapes::StringShape.new(name: 'DashIsoMpdProfile')
|
141
147
|
DashIsoPlaybackDeviceCompatibility = Shapes::StringShape.new(name: 'DashIsoPlaybackDeviceCompatibility')
|
148
|
+
DashIsoPtsOffsetHandlingForBFrames = Shapes::StringShape.new(name: 'DashIsoPtsOffsetHandlingForBFrames')
|
142
149
|
DashIsoSegmentControl = Shapes::StringShape.new(name: 'DashIsoSegmentControl')
|
143
150
|
DashIsoWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'DashIsoWriteSegmentTimelineInRepresentation')
|
144
151
|
DecryptionMode = Shapes::StringShape.new(name: 'DecryptionMode')
|
@@ -287,6 +294,7 @@ module Aws::MediaConvert
|
|
287
294
|
HlsCaptionLanguageSetting = Shapes::StringShape.new(name: 'HlsCaptionLanguageSetting')
|
288
295
|
HlsClientCache = Shapes::StringShape.new(name: 'HlsClientCache')
|
289
296
|
HlsCodecSpecification = Shapes::StringShape.new(name: 'HlsCodecSpecification')
|
297
|
+
HlsDescriptiveVideoServiceFlag = Shapes::StringShape.new(name: 'HlsDescriptiveVideoServiceFlag')
|
290
298
|
HlsDirectoryStructure = Shapes::StringShape.new(name: 'HlsDirectoryStructure')
|
291
299
|
HlsEncryptionSettings = Shapes::StructureShape.new(name: 'HlsEncryptionSettings')
|
292
300
|
HlsEncryptionType = Shapes::StringShape.new(name: 'HlsEncryptionType')
|
@@ -531,6 +539,8 @@ module Aws::MediaConvert
|
|
531
539
|
WatermarkingStrength = Shapes::StringShape.new(name: 'WatermarkingStrength')
|
532
540
|
WavFormat = Shapes::StringShape.new(name: 'WavFormat')
|
533
541
|
WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
|
542
|
+
WebvttDestinationSettings = Shapes::StructureShape.new(name: 'WebvttDestinationSettings')
|
543
|
+
WebvttStylePassthrough = Shapes::StringShape.new(name: 'WebvttStylePassthrough')
|
534
544
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
535
545
|
__double = Shapes::FloatShape.new(name: '__double')
|
536
546
|
__doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
|
@@ -613,7 +623,6 @@ module Aws::MediaConvert
|
|
613
623
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
614
624
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
615
625
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
616
|
-
__integerMin7Max15 = Shapes::IntegerShape.new(name: '__integerMin7Max15')
|
617
626
|
__integerMin8000Max192000 = Shapes::IntegerShape.new(name: '__integerMin8000Max192000')
|
618
627
|
__integerMin8000Max96000 = Shapes::IntegerShape.new(name: '__integerMin8000Max96000')
|
619
628
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
@@ -671,10 +680,10 @@ module Aws::MediaConvert
|
|
671
680
|
__stringMin0 = Shapes::StringShape.new(name: '__stringMin0')
|
672
681
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
673
682
|
__stringMin11Max11Pattern01D20305D205D = Shapes::StringShape.new(name: '__stringMin11Max11Pattern01D20305D205D')
|
674
|
-
__stringMin14Max1285PatternS3Mov09PngHttpsMov09Png = Shapes::StringShape.new(name: '__stringMin14Max1285PatternS3Mov09PngHttpsMov09Png')
|
675
683
|
__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG')
|
676
684
|
__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA')
|
677
|
-
|
685
|
+
__stringMin14PatternS3Mov09PngHttpsMov09Png = Shapes::StringShape.new(name: '__stringMin14PatternS3Mov09PngHttpsMov09Png')
|
686
|
+
__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT = Shapes::StringShape.new(name: '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT')
|
678
687
|
__stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
|
679
688
|
__stringMin1Max100000 = Shapes::StringShape.new(name: '__stringMin1Max100000')
|
680
689
|
__stringMin1Max20 = Shapes::StringShape.new(name: '__stringMin1Max20')
|
@@ -702,8 +711,8 @@ module Aws::MediaConvert
|
|
702
711
|
__stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
|
703
712
|
__stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
|
704
713
|
__stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
|
705
|
-
|
706
|
-
|
714
|
+
__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA = Shapes::StringShape.new(name: '__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA')
|
715
|
+
__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE = Shapes::StringShape.new(name: '__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE')
|
707
716
|
__stringPatternSNManifestConfirmConditionNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNManifestConfirmConditionNotificationNS')
|
708
717
|
__stringPatternSNSignalProcessingNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNSignalProcessingNotificationNS')
|
709
718
|
__stringPatternW = Shapes::StringShape.new(name: '__stringPatternW')
|
@@ -726,7 +735,9 @@ module Aws::MediaConvert
|
|
726
735
|
Ac3Settings.add_member(:bitstream_mode, Shapes::ShapeRef.new(shape: Ac3BitstreamMode, location_name: "bitstreamMode"))
|
727
736
|
Ac3Settings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Ac3CodingMode, location_name: "codingMode"))
|
728
737
|
Ac3Settings.add_member(:dialnorm, Shapes::ShapeRef.new(shape: __integerMin1Max31, location_name: "dialnorm"))
|
738
|
+
Ac3Settings.add_member(:dynamic_range_compression_line, Shapes::ShapeRef.new(shape: Ac3DynamicRangeCompressionLine, location_name: "dynamicRangeCompressionLine"))
|
729
739
|
Ac3Settings.add_member(:dynamic_range_compression_profile, Shapes::ShapeRef.new(shape: Ac3DynamicRangeCompressionProfile, location_name: "dynamicRangeCompressionProfile"))
|
740
|
+
Ac3Settings.add_member(:dynamic_range_compression_rf, Shapes::ShapeRef.new(shape: Ac3DynamicRangeCompressionRf, location_name: "dynamicRangeCompressionRf"))
|
730
741
|
Ac3Settings.add_member(:lfe_filter, Shapes::ShapeRef.new(shape: Ac3LfeFilter, location_name: "lfeFilter"))
|
731
742
|
Ac3Settings.add_member(:metadata_control, Shapes::ShapeRef.new(shape: Ac3MetadataControl, location_name: "metadataControl"))
|
732
743
|
Ac3Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin48000Max48000, location_name: "sampleRate"))
|
@@ -789,7 +800,7 @@ module Aws::MediaConvert
|
|
789
800
|
|
790
801
|
AudioSelector.add_member(:custom_language_code, Shapes::ShapeRef.new(shape: __stringMin3Max3PatternAZaZ3, location_name: "customLanguageCode"))
|
791
802
|
AudioSelector.add_member(:default_selection, Shapes::ShapeRef.new(shape: AudioDefaultSelection, location_name: "defaultSelection"))
|
792
|
-
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape:
|
803
|
+
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE, location_name: "externalAudioFileInput"))
|
793
804
|
AudioSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
|
794
805
|
AudioSelector.add_member(:offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "offset"))
|
795
806
|
AudioSelector.add_member(:pids, Shapes::ShapeRef.new(shape: __listOf__integerMin1Max2147483647, location_name: "pids"))
|
@@ -821,7 +832,7 @@ module Aws::MediaConvert
|
|
821
832
|
Av1Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
|
822
833
|
Av1Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
|
823
834
|
Av1Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "maxBitrate"))
|
824
|
-
Av1Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape:
|
835
|
+
Av1Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin0Max15, location_name: "numberBFramesBetweenReferenceFrames"))
|
825
836
|
Av1Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: Av1QvbrSettings, location_name: "qvbrSettings"))
|
826
837
|
Av1Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Av1RateControlMode, location_name: "rateControlMode"))
|
827
838
|
Av1Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
|
@@ -894,6 +905,7 @@ module Aws::MediaConvert
|
|
894
905
|
CaptionDestinationSettings.add_member(:scc_destination_settings, Shapes::ShapeRef.new(shape: SccDestinationSettings, location_name: "sccDestinationSettings"))
|
895
906
|
CaptionDestinationSettings.add_member(:teletext_destination_settings, Shapes::ShapeRef.new(shape: TeletextDestinationSettings, location_name: "teletextDestinationSettings"))
|
896
907
|
CaptionDestinationSettings.add_member(:ttml_destination_settings, Shapes::ShapeRef.new(shape: TtmlDestinationSettings, location_name: "ttmlDestinationSettings"))
|
908
|
+
CaptionDestinationSettings.add_member(:webvtt_destination_settings, Shapes::ShapeRef.new(shape: WebvttDestinationSettings, location_name: "webvttDestinationSettings"))
|
897
909
|
CaptionDestinationSettings.struct_class = Types::CaptionDestinationSettings
|
898
910
|
|
899
911
|
CaptionSelector.add_member(:custom_language_code, Shapes::ShapeRef.new(shape: __stringMin3Max3PatternAZaZ3, location_name: "customLanguageCode"))
|
@@ -942,6 +954,7 @@ module Aws::MediaConvert
|
|
942
954
|
CmafGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minBufferTime"))
|
943
955
|
CmafGroupSettings.add_member(:min_final_segment_length, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "minFinalSegmentLength"))
|
944
956
|
CmafGroupSettings.add_member(:mpd_profile, Shapes::ShapeRef.new(shape: CmafMpdProfile, location_name: "mpdProfile"))
|
957
|
+
CmafGroupSettings.add_member(:pts_offset_handling_for_b_frames, Shapes::ShapeRef.new(shape: CmafPtsOffsetHandlingForBFrames, location_name: "ptsOffsetHandlingForBFrames"))
|
945
958
|
CmafGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: CmafSegmentControl, location_name: "segmentControl"))
|
946
959
|
CmafGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "segmentLength"))
|
947
960
|
CmafGroupSettings.add_member(:stream_inf_resolution, Shapes::ShapeRef.new(shape: CmafStreamInfResolution, location_name: "streamInfResolution"))
|
@@ -951,6 +964,10 @@ module Aws::MediaConvert
|
|
951
964
|
CmafGroupSettings.struct_class = Types::CmafGroupSettings
|
952
965
|
|
953
966
|
CmfcSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: CmfcAudioDuration, location_name: "audioDuration"))
|
967
|
+
CmfcSettings.add_member(:audio_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "audioGroupId"))
|
968
|
+
CmfcSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
|
969
|
+
CmfcSettings.add_member(:audio_track_type, Shapes::ShapeRef.new(shape: CmfcAudioTrackType, location_name: "audioTrackType"))
|
970
|
+
CmfcSettings.add_member(:descriptive_video_service_flag, Shapes::ShapeRef.new(shape: CmfcDescriptiveVideoServiceFlag, location_name: "descriptiveVideoServiceFlag"))
|
954
971
|
CmfcSettings.add_member(:i_frame_only_manifest, Shapes::ShapeRef.new(shape: CmfcIFrameOnlyManifest, location_name: "iFrameOnlyManifest"))
|
955
972
|
CmfcSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: CmfcScte35Esam, location_name: "scte35Esam"))
|
956
973
|
CmfcSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: CmfcScte35Source, location_name: "scte35Source"))
|
@@ -1041,6 +1058,7 @@ module Aws::MediaConvert
|
|
1041
1058
|
DashIsoEncryptionSettings.struct_class = Types::DashIsoEncryptionSettings
|
1042
1059
|
|
1043
1060
|
DashIsoGroupSettings.add_member(:additional_manifests, Shapes::ShapeRef.new(shape: __listOfDashAdditionalManifest, location_name: "additionalManifests"))
|
1061
|
+
DashIsoGroupSettings.add_member(:audio_channel_config_scheme_id_uri, Shapes::ShapeRef.new(shape: DashIsoGroupAudioChannelConfigSchemeIdUri, location_name: "audioChannelConfigSchemeIdUri"))
|
1044
1062
|
DashIsoGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
|
1045
1063
|
DashIsoGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
|
1046
1064
|
DashIsoGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
|
@@ -1050,6 +1068,7 @@ module Aws::MediaConvert
|
|
1050
1068
|
DashIsoGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minBufferTime"))
|
1051
1069
|
DashIsoGroupSettings.add_member(:min_final_segment_length, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "minFinalSegmentLength"))
|
1052
1070
|
DashIsoGroupSettings.add_member(:mpd_profile, Shapes::ShapeRef.new(shape: DashIsoMpdProfile, location_name: "mpdProfile"))
|
1071
|
+
DashIsoGroupSettings.add_member(:pts_offset_handling_for_b_frames, Shapes::ShapeRef.new(shape: DashIsoPtsOffsetHandlingForBFrames, location_name: "ptsOffsetHandlingForBFrames"))
|
1053
1072
|
DashIsoGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: DashIsoSegmentControl, location_name: "segmentControl"))
|
1054
1073
|
DashIsoGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "segmentLength"))
|
1055
1074
|
DashIsoGroupSettings.add_member(:write_segment_timeline_in_representation, Shapes::ShapeRef.new(shape: DashIsoWriteSegmentTimelineInRepresentation, location_name: "writeSegmentTimelineInRepresentation"))
|
@@ -1214,7 +1233,7 @@ module Aws::MediaConvert
|
|
1214
1233
|
|
1215
1234
|
FileSourceSettings.add_member(:convert_608_to_708, Shapes::ShapeRef.new(shape: FileSourceConvert608To708, location_name: "convert608To708"))
|
1216
1235
|
FileSourceSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: CaptionSourceFramerate, location_name: "framerate"))
|
1217
|
-
FileSourceSettings.add_member(:source_file, Shapes::ShapeRef.new(shape:
|
1236
|
+
FileSourceSettings.add_member(:source_file, Shapes::ShapeRef.new(shape: __stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT, location_name: "sourceFile"))
|
1218
1237
|
FileSourceSettings.add_member(:time_delta, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "timeDelta"))
|
1219
1238
|
FileSourceSettings.struct_class = Types::FileSourceSettings
|
1220
1239
|
|
@@ -1410,6 +1429,7 @@ module Aws::MediaConvert
|
|
1410
1429
|
HlsSettings.add_member(:audio_only_container, Shapes::ShapeRef.new(shape: HlsAudioOnlyContainer, location_name: "audioOnlyContainer"))
|
1411
1430
|
HlsSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
|
1412
1431
|
HlsSettings.add_member(:audio_track_type, Shapes::ShapeRef.new(shape: HlsAudioTrackType, location_name: "audioTrackType"))
|
1432
|
+
HlsSettings.add_member(:descriptive_video_service_flag, Shapes::ShapeRef.new(shape: HlsDescriptiveVideoServiceFlag, location_name: "descriptiveVideoServiceFlag"))
|
1413
1433
|
HlsSettings.add_member(:i_frame_only_manifest, Shapes::ShapeRef.new(shape: HlsIFrameOnlyManifest, location_name: "iFrameOnlyManifest"))
|
1414
1434
|
HlsSettings.add_member(:segment_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "segmentModifier"))
|
1415
1435
|
HlsSettings.struct_class = Types::HlsSettings
|
@@ -1436,7 +1456,7 @@ module Aws::MediaConvert
|
|
1436
1456
|
Input.add_member(:deblock_filter, Shapes::ShapeRef.new(shape: InputDeblockFilter, location_name: "deblockFilter"))
|
1437
1457
|
Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
|
1438
1458
|
Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
|
1439
|
-
Input.add_member(:file_input, Shapes::ShapeRef.new(shape:
|
1459
|
+
Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA, location_name: "fileInput"))
|
1440
1460
|
Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
|
1441
1461
|
Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
|
1442
1462
|
Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
@@ -1677,7 +1697,7 @@ module Aws::MediaConvert
|
|
1677
1697
|
M3u8Settings.struct_class = Types::M3u8Settings
|
1678
1698
|
|
1679
1699
|
MotionImageInserter.add_member(:framerate, Shapes::ShapeRef.new(shape: MotionImageInsertionFramerate, location_name: "framerate"))
|
1680
|
-
MotionImageInserter.add_member(:input, Shapes::ShapeRef.new(shape:
|
1700
|
+
MotionImageInserter.add_member(:input, Shapes::ShapeRef.new(shape: __stringMin14PatternS3Mov09PngHttpsMov09Png, location_name: "input"))
|
1681
1701
|
MotionImageInserter.add_member(:insertion_mode, Shapes::ShapeRef.new(shape: MotionImageInsertionMode, location_name: "insertionMode"))
|
1682
1702
|
MotionImageInserter.add_member(:offset, Shapes::ShapeRef.new(shape: MotionImageInsertionOffset, location_name: "offset"))
|
1683
1703
|
MotionImageInserter.add_member(:playback, Shapes::ShapeRef.new(shape: MotionImagePlayback, location_name: "playback"))
|
@@ -2165,6 +2185,9 @@ module Aws::MediaConvert
|
|
2165
2185
|
WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin8000Max192000, location_name: "sampleRate"))
|
2166
2186
|
WavSettings.struct_class = Types::WavSettings
|
2167
2187
|
|
2188
|
+
WebvttDestinationSettings.add_member(:style_passthrough, Shapes::ShapeRef.new(shape: WebvttStylePassthrough, location_name: "stylePassthrough"))
|
2189
|
+
WebvttDestinationSettings.struct_class = Types::WebvttDestinationSettings
|
2190
|
+
|
2168
2191
|
__listOfAudioDescription.member = Shapes::ShapeRef.new(shape: AudioDescription)
|
2169
2192
|
|
2170
2193
|
__listOfCaptionDescription.member = Shapes::ShapeRef.new(shape: CaptionDescription)
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -124,7 +124,9 @@ module Aws::MediaConvert
|
|
124
124
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
125
125
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
126
126
|
# dialnorm: 1,
|
127
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
127
128
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
129
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
128
130
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
129
131
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
130
132
|
# sample_rate: 1,
|
@@ -150,10 +152,44 @@ module Aws::MediaConvert
|
|
150
152
|
# Digital, dialnorm will be passed through.
|
151
153
|
# @return [Integer]
|
152
154
|
#
|
155
|
+
# @!attribute [rw] dynamic_range_compression_line
|
156
|
+
# Choose the Dolby Digital dynamic range control (DRC) profile that
|
157
|
+
# MediaConvert uses when encoding the metadata in the Dolby Digital
|
158
|
+
# stream for the line operating mode. Related setting: When you use
|
159
|
+
# this setting, MediaConvert ignores any value you provide for Dynamic
|
160
|
+
# range compression profile (DynamicRangeCompressionProfile). For
|
161
|
+
# information about the Dolby Digital DRC operating modes and
|
162
|
+
# profiles, see the Dynamic Range Control chapter of the Dolby
|
163
|
+
# Metadata Guide at
|
164
|
+
# https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
|
165
|
+
# @return [String]
|
166
|
+
#
|
153
167
|
# @!attribute [rw] dynamic_range_compression_profile
|
154
|
-
#
|
155
|
-
# to
|
156
|
-
#
|
168
|
+
# When you want to add Dolby dynamic range compression (DRC) signaling
|
169
|
+
# to your output stream, we recommend that you use the mode-specific
|
170
|
+
# settings instead of Dynamic range compression profile
|
171
|
+
# (DynamicRangeCompressionProfile). The mode-specific settings are
|
172
|
+
# Dynamic range compression profile, line mode
|
173
|
+
# (dynamicRangeCompressionLine) and Dynamic range compression profile,
|
174
|
+
# RF mode (dynamicRangeCompressionRf). Note that when you specify
|
175
|
+
# values for all three settings, MediaConvert ignores the value of
|
176
|
+
# this setting in favor of the mode-specific settings. If you do use
|
177
|
+
# this setting instead of the mode-specific settings, choose None
|
178
|
+
# (NONE) to leave out DRC signaling. Keep the default Film standard
|
179
|
+
# (FILM\_STANDARD) to set the profile to Dolby's film standard
|
180
|
+
# profile for all operating modes.
|
181
|
+
# @return [String]
|
182
|
+
#
|
183
|
+
# @!attribute [rw] dynamic_range_compression_rf
|
184
|
+
# Choose the Dolby Digital dynamic range control (DRC) profile that
|
185
|
+
# MediaConvert uses when encoding the metadata in the Dolby Digital
|
186
|
+
# stream for the RF operating mode. Related setting: When you use this
|
187
|
+
# setting, MediaConvert ignores any value you provide for Dynamic
|
188
|
+
# range compression profile (DynamicRangeCompressionProfile). For
|
189
|
+
# information about the Dolby Digital DRC operating modes and
|
190
|
+
# profiles, see the Dynamic Range Control chapter of the Dolby
|
191
|
+
# Metadata Guide at
|
192
|
+
# https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
|
157
193
|
# @return [String]
|
158
194
|
#
|
159
195
|
# @!attribute [rw] lfe_filter
|
@@ -179,7 +215,9 @@ module Aws::MediaConvert
|
|
179
215
|
:bitstream_mode,
|
180
216
|
:coding_mode,
|
181
217
|
:dialnorm,
|
218
|
+
:dynamic_range_compression_line,
|
182
219
|
:dynamic_range_compression_profile,
|
220
|
+
:dynamic_range_compression_rf,
|
183
221
|
:lfe_filter,
|
184
222
|
:metadata_control,
|
185
223
|
:sample_rate)
|
@@ -347,15 +385,8 @@ module Aws::MediaConvert
|
|
347
385
|
include Aws::Structure
|
348
386
|
end
|
349
387
|
|
350
|
-
#
|
351
|
-
#
|
352
|
-
# in this group vary depending on the value that you choose for Audio
|
353
|
-
# codec (Codec). For each codec enum that you choose, define the
|
354
|
-
# corresponding settings object. The following lists the codec enum,
|
355
|
-
# settings object pairs. * AAC, AacSettings * MP2, Mp2Settings * MP3,
|
356
|
-
# Mp3Settings * WAV, WavSettings * AIFF, AiffSettings * AC3,
|
357
|
-
# Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS, Eac3AtmosSettings *
|
358
|
-
# VORBIS, VorbisSettings * OPUS, OpusSettings
|
388
|
+
# Settings related to audio encoding. The settings in this group vary
|
389
|
+
# depending on the value that you choose for your audio codec.
|
359
390
|
#
|
360
391
|
# @note When making an API call, you may pass AudioCodecSettings
|
361
392
|
# data as a hash:
|
@@ -377,7 +408,9 @@ module Aws::MediaConvert
|
|
377
408
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
378
409
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
379
410
|
# dialnorm: 1,
|
411
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
380
412
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
413
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
381
414
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
382
415
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
383
416
|
# sample_rate: 1,
|
@@ -480,7 +513,17 @@ module Aws::MediaConvert
|
|
480
513
|
# @return [Types::AiffSettings]
|
481
514
|
#
|
482
515
|
# @!attribute [rw] codec
|
483
|
-
#
|
516
|
+
# Choose the audio codec for this output. Note that the option Dolby
|
517
|
+
# Digital passthrough (PASSTHROUGH) applies only to Dolby Digital and
|
518
|
+
# Dolby Digital Plus audio inputs. Make sure that you choose a codec
|
519
|
+
# that's supported with your output container:
|
520
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#reference-codecs-containers-output-audio
|
521
|
+
# For audio-only outputs, make sure that both your input audio codec
|
522
|
+
# and your output audio codec are supported for audio-only workflows.
|
523
|
+
# For more information, see:
|
524
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference-codecs-containers-input-audio-only
|
525
|
+
# and
|
526
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output
|
484
527
|
# @return [String]
|
485
528
|
#
|
486
529
|
# @!attribute [rw] eac_3_atmos_settings
|
@@ -536,7 +579,12 @@ module Aws::MediaConvert
|
|
536
579
|
include Aws::Structure
|
537
580
|
end
|
538
581
|
|
539
|
-
#
|
582
|
+
# Settings related to one audio tab on the MediaConvert console. In your
|
583
|
+
# job JSON, an instance of AudioDescription is equivalent to one audio
|
584
|
+
# tab in the console. Usually, one audio tab corresponds to one output
|
585
|
+
# audio track. Depending on how you set up your input audio selectors
|
586
|
+
# and whether you use audio selector groups, one audio tab can
|
587
|
+
# correspond to a group of output audio tracks.
|
540
588
|
#
|
541
589
|
# @note When making an API call, you may pass AudioDescription
|
542
590
|
# data as a hash:
|
@@ -573,7 +621,9 @@ module Aws::MediaConvert
|
|
573
621
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
574
622
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
575
623
|
# dialnorm: 1,
|
624
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
576
625
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
626
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
577
627
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
578
628
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
579
629
|
# sample_rate: 1,
|
@@ -721,15 +771,8 @@ module Aws::MediaConvert
|
|
721
771
|
# @return [String]
|
722
772
|
#
|
723
773
|
# @!attribute [rw] codec_settings
|
724
|
-
#
|
725
|
-
#
|
726
|
-
# settings in this group vary depending on the value that you choose
|
727
|
-
# for Audio codec (Codec). For each codec enum that you choose, define
|
728
|
-
# the corresponding settings object. The following lists the codec
|
729
|
-
# enum, settings object pairs. * AAC, AacSettings * MP2, Mp2Settings
|
730
|
-
# * MP3, Mp3Settings * WAV, WavSettings * AIFF, AiffSettings *
|
731
|
-
# AC3, Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS,
|
732
|
-
# Eac3AtmosSettings * VORBIS, VorbisSettings * OPUS, OpusSettings
|
774
|
+
# Settings related to audio encoding. The settings in this group vary
|
775
|
+
# depending on the value that you choose for your audio codec.
|
733
776
|
# @return [Types::AudioCodecSettings]
|
734
777
|
#
|
735
778
|
# @!attribute [rw] custom_language_code
|
@@ -866,7 +909,9 @@ module Aws::MediaConvert
|
|
866
909
|
include Aws::Structure
|
867
910
|
end
|
868
911
|
|
869
|
-
#
|
912
|
+
# Use Audio selectors (AudioSelectors) to specify a track or set of
|
913
|
+
# tracks from the input that you will use in your outputs. You can use
|
914
|
+
# multiple Audio selectors per input.
|
870
915
|
#
|
871
916
|
# @note When making an API call, you may pass AudioSelector
|
872
917
|
# data as a hash:
|
@@ -874,7 +919,7 @@ module Aws::MediaConvert
|
|
874
919
|
# {
|
875
920
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
876
921
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
877
|
-
# external_audio_file_input: "
|
922
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
878
923
|
# 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
|
879
924
|
# offset: 1,
|
880
925
|
# pids: [1],
|
@@ -975,7 +1020,11 @@ module Aws::MediaConvert
|
|
975
1020
|
include Aws::Structure
|
976
1021
|
end
|
977
1022
|
|
978
|
-
#
|
1023
|
+
# Use audio selector groups to combine multiple sidecar audio inputs so
|
1024
|
+
# that you can assign them to a single output audio tab
|
1025
|
+
# (AudioDescription). Note that, if you're working with embedded audio,
|
1026
|
+
# it's simpler to assign multiple input tracks into a single audio
|
1027
|
+
# selector rather than use an audio selector group.
|
979
1028
|
#
|
980
1029
|
# @note When making an API call, you may pass AudioSelectorGroup
|
981
1030
|
# data as a hash:
|
@@ -1217,8 +1266,10 @@ module Aws::MediaConvert
|
|
1217
1266
|
# @return [Integer]
|
1218
1267
|
#
|
1219
1268
|
# @!attribute [rw] number_b_frames_between_reference_frames
|
1220
|
-
# Specify the number of B-frames
|
1221
|
-
# 7 or 15.
|
1269
|
+
# Specify from the number of B-frames, in the range of 0-15. For AV1
|
1270
|
+
# encoding, we recommend using 7 or 15. Choose a larger number for a
|
1271
|
+
# lower bitrate and smaller file size; choose a smaller number for
|
1272
|
+
# better video quality.
|
1222
1273
|
# @return [Integer]
|
1223
1274
|
#
|
1224
1275
|
# @!attribute [rw] qvbr_settings
|
@@ -1281,7 +1332,11 @@ module Aws::MediaConvert
|
|
1281
1332
|
include Aws::Structure
|
1282
1333
|
end
|
1283
1334
|
|
1284
|
-
#
|
1335
|
+
# Use ad avail blanking settings to specify your output content during
|
1336
|
+
# SCTE-35 triggered ad avails. You can blank your video or overlay it
|
1337
|
+
# with an image. MediaConvert also removes any audio and embedded
|
1338
|
+
# captions during the ad avail. For more information, see
|
1339
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/ad-avail-blanking.html.
|
1285
1340
|
#
|
1286
1341
|
# @note When making an API call, you may pass AvailBlanking
|
1287
1342
|
# data as a hash:
|
@@ -1303,11 +1358,11 @@ module Aws::MediaConvert
|
|
1303
1358
|
include Aws::Structure
|
1304
1359
|
end
|
1305
1360
|
|
1306
|
-
# Required when you
|
1307
|
-
# information about the AVC-
|
1308
|
-
# For detailed information about SD and HD in AVC-
|
1309
|
-
# https://ieeexplore.ieee.org/document/7290936. For information
|
1310
|
-
# 4K/2K in AVC-
|
1361
|
+
# Required when you choose AVC-Intra for your output video codec. For
|
1362
|
+
# more information about the AVC-Intra settings, see the relevant
|
1363
|
+
# specification. For detailed information about SD and HD in AVC-Intra,
|
1364
|
+
# see https://ieeexplore.ieee.org/document/7290936. For information
|
1365
|
+
# about 4K/2K in AVC-Intra, see
|
1311
1366
|
# https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.
|
1312
1367
|
#
|
1313
1368
|
# @note When making an API call, you may pass AvcIntraSettings
|
@@ -1507,7 +1562,12 @@ module Aws::MediaConvert
|
|
1507
1562
|
include Aws::Structure
|
1508
1563
|
end
|
1509
1564
|
|
1510
|
-
#
|
1565
|
+
# Settings related to burn-in captions. Set up burn-in captions in the
|
1566
|
+
# same output as your video. For more information, see
|
1567
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.
|
1568
|
+
# When you work directly in your JSON job specification, include this
|
1569
|
+
# object and any required children when you set destinationType to
|
1570
|
+
# BURN\_IN.
|
1511
1571
|
#
|
1512
1572
|
# @note When making an API call, you may pass BurninDestinationSettings
|
1513
1573
|
# data as a hash:
|
@@ -1709,7 +1769,9 @@ module Aws::MediaConvert
|
|
1709
1769
|
#
|
1710
1770
|
class CancelJobResponse < Aws::EmptyStructure; end
|
1711
1771
|
|
1712
|
-
#
|
1772
|
+
# This object holds groups of settings related to captions for one
|
1773
|
+
# output. For each output that has captions, include one instance of
|
1774
|
+
# CaptionDescriptions.
|
1713
1775
|
#
|
1714
1776
|
# @note When making an API call, you may pass CaptionDescription
|
1715
1777
|
# data as a hash:
|
@@ -1775,6 +1837,9 @@ module Aws::MediaConvert
|
|
1775
1837
|
# ttml_destination_settings: {
|
1776
1838
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
1777
1839
|
# },
|
1840
|
+
# webvtt_destination_settings: {
|
1841
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
1842
|
+
# },
|
1778
1843
|
# },
|
1779
1844
|
# 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
|
1780
1845
|
# language_description: "__string",
|
@@ -1798,9 +1863,13 @@ module Aws::MediaConvert
|
|
1798
1863
|
# @return [String]
|
1799
1864
|
#
|
1800
1865
|
# @!attribute [rw] destination_settings
|
1801
|
-
#
|
1802
|
-
#
|
1803
|
-
#
|
1866
|
+
# Settings related to one captions tab on the MediaConvert console. In
|
1867
|
+
# your job JSON, an instance of captions DestinationSettings is
|
1868
|
+
# equivalent to one captions tab in the console. Usually, one captions
|
1869
|
+
# tab corresponds to one output captions track. Depending on your
|
1870
|
+
# output captions format, one tab might correspond to a set of output
|
1871
|
+
# captions tracks. For more information, see
|
1872
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
|
1804
1873
|
# @return [Types::CaptionDestinationSettings]
|
1805
1874
|
#
|
1806
1875
|
# @!attribute [rw] language_code
|
@@ -1896,6 +1965,9 @@ module Aws::MediaConvert
|
|
1896
1965
|
# ttml_destination_settings: {
|
1897
1966
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
1898
1967
|
# },
|
1968
|
+
# webvtt_destination_settings: {
|
1969
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
1970
|
+
# },
|
1899
1971
|
# },
|
1900
1972
|
# 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
|
1901
1973
|
# language_description: "__string",
|
@@ -1915,9 +1987,13 @@ module Aws::MediaConvert
|
|
1915
1987
|
# @return [String]
|
1916
1988
|
#
|
1917
1989
|
# @!attribute [rw] destination_settings
|
1918
|
-
#
|
1919
|
-
#
|
1920
|
-
#
|
1990
|
+
# Settings related to one captions tab on the MediaConvert console. In
|
1991
|
+
# your job JSON, an instance of captions DestinationSettings is
|
1992
|
+
# equivalent to one captions tab in the console. Usually, one captions
|
1993
|
+
# tab corresponds to one output captions track. Depending on your
|
1994
|
+
# output captions format, one tab might correspond to a set of output
|
1995
|
+
# captions tracks. For more information, see
|
1996
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
|
1921
1997
|
# @return [Types::CaptionDestinationSettings]
|
1922
1998
|
#
|
1923
1999
|
# @!attribute [rw] language_code
|
@@ -1947,9 +2023,13 @@ module Aws::MediaConvert
|
|
1947
2023
|
include Aws::Structure
|
1948
2024
|
end
|
1949
2025
|
|
1950
|
-
#
|
1951
|
-
#
|
1952
|
-
#
|
2026
|
+
# Settings related to one captions tab on the MediaConvert console. In
|
2027
|
+
# your job JSON, an instance of captions DestinationSettings is
|
2028
|
+
# equivalent to one captions tab in the console. Usually, one captions
|
2029
|
+
# tab corresponds to one output captions track. Depending on your output
|
2030
|
+
# captions format, one tab might correspond to a set of output captions
|
2031
|
+
# tracks. For more information, see
|
2032
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
|
1953
2033
|
#
|
1954
2034
|
# @note When making an API call, you may pass CaptionDestinationSettings
|
1955
2035
|
# data as a hash:
|
@@ -2012,49 +2092,98 @@ module Aws::MediaConvert
|
|
2012
2092
|
# ttml_destination_settings: {
|
2013
2093
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
2014
2094
|
# },
|
2095
|
+
# webvtt_destination_settings: {
|
2096
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
2097
|
+
# },
|
2015
2098
|
# }
|
2016
2099
|
#
|
2017
2100
|
# @!attribute [rw] burnin_destination_settings
|
2018
|
-
#
|
2101
|
+
# Settings related to burn-in captions. Set up burn-in captions in the
|
2102
|
+
# same output as your video. For more information, see
|
2103
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.
|
2104
|
+
# When you work directly in your JSON job specification, include this
|
2105
|
+
# object and any required children when you set destinationType to
|
2106
|
+
# BURN\_IN.
|
2019
2107
|
# @return [Types::BurninDestinationSettings]
|
2020
2108
|
#
|
2021
2109
|
# @!attribute [rw] destination_type
|
2022
2110
|
# Specify the format for this set of captions on this output. The
|
2023
|
-
# default format is embedded without SCTE-20.
|
2024
|
-
#
|
2025
|
-
#
|
2026
|
-
#
|
2027
|
-
#
|
2111
|
+
# default format is embedded without SCTE-20. Note that your choice of
|
2112
|
+
# video output container constrains your choice of output captions
|
2113
|
+
# format. For more information, see
|
2114
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/captions-support-tables.html.
|
2115
|
+
# If you are using SCTE-20 and you want to create an output that
|
2116
|
+
# complies with the SCTE-43 spec, choose SCTE-20 plus embedded
|
2117
|
+
# (SCTE20\_PLUS\_EMBEDDED). To create a non-compliant output where the
|
2028
2118
|
# embedded captions come first, choose Embedded plus SCTE-20
|
2029
2119
|
# (EMBEDDED\_PLUS\_SCTE20).
|
2030
2120
|
# @return [String]
|
2031
2121
|
#
|
2032
2122
|
# @!attribute [rw] dvb_sub_destination_settings
|
2033
|
-
# DVB-Sub
|
2123
|
+
# Settings related to DVB-Sub captions. Set up DVB-Sub captions in the
|
2124
|
+
# same output as your video. For more information, see
|
2125
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/dvb-sub-output-captions.html.
|
2126
|
+
# When you work directly in your JSON job specification, include this
|
2127
|
+
# object and any required children when you set destinationType to
|
2128
|
+
# DVB\_SUB.
|
2034
2129
|
# @return [Types::DvbSubDestinationSettings]
|
2035
2130
|
#
|
2036
2131
|
# @!attribute [rw] embedded_destination_settings
|
2037
|
-
# Settings
|
2038
|
-
#
|
2132
|
+
# Settings related to CEA/EIA-608 and CEA/EIA-708 (also called
|
2133
|
+
# embedded or ancillary) captions. Set up embedded captions in the
|
2134
|
+
# same output as your video. For more information, see
|
2135
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html.
|
2136
|
+
# When you work directly in your JSON job specification, include this
|
2137
|
+
# object and any required children when you set destinationType to
|
2138
|
+
# EMBEDDED, EMBEDDED\_PLUS\_SCTE20, or SCTE20\_PLUS\_EMBEDDED.
|
2039
2139
|
# @return [Types::EmbeddedDestinationSettings]
|
2040
2140
|
#
|
2041
2141
|
# @!attribute [rw] imsc_destination_settings
|
2042
|
-
# Settings
|
2142
|
+
# Settings related to IMSC captions. IMSC is a sidecar format that
|
2143
|
+
# holds captions in a file that is separate from the video container.
|
2144
|
+
# Set up sidecar captions in the same output group, but different
|
2145
|
+
# output from your video. For more information, see
|
2146
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
|
2147
|
+
# When you work directly in your JSON job specification, include this
|
2148
|
+
# object and any required children when you set destinationType to
|
2149
|
+
# IMSC.
|
2043
2150
|
# @return [Types::ImscDestinationSettings]
|
2044
2151
|
#
|
2045
2152
|
# @!attribute [rw] scc_destination_settings
|
2046
|
-
# Settings
|
2153
|
+
# Settings related to SCC captions. SCC is a sidecar format that holds
|
2154
|
+
# captions in a file that is separate from the video container. Set up
|
2155
|
+
# sidecar captions in the same output group, but different output from
|
2156
|
+
# your video. For more information, see
|
2157
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/scc-srt-output-captions.html.
|
2158
|
+
# When you work directly in your JSON job specification, include this
|
2159
|
+
# object and any required children when you set destinationType to
|
2160
|
+
# SCC.
|
2047
2161
|
# @return [Types::SccDestinationSettings]
|
2048
2162
|
#
|
2049
2163
|
# @!attribute [rw] teletext_destination_settings
|
2050
|
-
# Settings
|
2164
|
+
# Settings related to teletext captions. Set up teletext captions in
|
2165
|
+
# the same output as your video. For more information, see
|
2166
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/teletext-output-captions.html.
|
2167
|
+
# When you work directly in your JSON job specification, include this
|
2168
|
+
# object and any required children when you set destinationType to
|
2169
|
+
# TELETEXT.
|
2051
2170
|
# @return [Types::TeletextDestinationSettings]
|
2052
2171
|
#
|
2053
2172
|
# @!attribute [rw] ttml_destination_settings
|
2054
|
-
# Settings
|
2055
|
-
#
|
2173
|
+
# Settings related to TTML captions. TTML is a sidecar format that
|
2174
|
+
# holds captions in a file that is separate from the video container.
|
2175
|
+
# Set up sidecar captions in the same output group, but different
|
2176
|
+
# output from your video. For more information, see
|
2177
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
|
2178
|
+
# When you work directly in your JSON job specification, include this
|
2179
|
+
# object and any required children when you set destinationType to
|
2180
|
+
# TTML.
|
2056
2181
|
# @return [Types::TtmlDestinationSettings]
|
2057
2182
|
#
|
2183
|
+
# @!attribute [rw] webvtt_destination_settings
|
2184
|
+
# WEBVTT Destination Settings
|
2185
|
+
# @return [Types::WebvttDestinationSettings]
|
2186
|
+
#
|
2058
2187
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CaptionDestinationSettings AWS API Documentation
|
2059
2188
|
#
|
2060
2189
|
class CaptionDestinationSettings < Struct.new(
|
@@ -2065,13 +2194,15 @@ module Aws::MediaConvert
|
|
2065
2194
|
:imsc_destination_settings,
|
2066
2195
|
:scc_destination_settings,
|
2067
2196
|
:teletext_destination_settings,
|
2068
|
-
:ttml_destination_settings
|
2197
|
+
:ttml_destination_settings,
|
2198
|
+
:webvtt_destination_settings)
|
2069
2199
|
SENSITIVE = []
|
2070
2200
|
include Aws::Structure
|
2071
2201
|
end
|
2072
2202
|
|
2073
|
-
#
|
2074
|
-
#
|
2203
|
+
# Use captions selectors to specify the captions data from your input
|
2204
|
+
# that you use in your outputs. You can use up to 20 captions selectors
|
2205
|
+
# per input.
|
2075
2206
|
#
|
2076
2207
|
# @note When making an API call, you may pass CaptionSelector
|
2077
2208
|
# data as a hash:
|
@@ -2100,10 +2231,10 @@ module Aws::MediaConvert
|
|
2100
2231
|
# framerate_denominator: 1,
|
2101
2232
|
# framerate_numerator: 1,
|
2102
2233
|
# },
|
2103
|
-
# source_file: "
|
2234
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
2104
2235
|
# time_delta: 1,
|
2105
2236
|
# },
|
2106
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
2237
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
2107
2238
|
# teletext_source_settings: {
|
2108
2239
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
2109
2240
|
# },
|
@@ -2220,10 +2351,10 @@ module Aws::MediaConvert
|
|
2220
2351
|
# framerate_denominator: 1,
|
2221
2352
|
# framerate_numerator: 1,
|
2222
2353
|
# },
|
2223
|
-
# source_file: "
|
2354
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
2224
2355
|
# time_delta: 1,
|
2225
2356
|
# },
|
2226
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
2357
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
2227
2358
|
# teletext_source_settings: {
|
2228
2359
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
2229
2360
|
# },
|
@@ -2245,9 +2376,9 @@ module Aws::MediaConvert
|
|
2245
2376
|
# @return [Types::EmbeddedSourceSettings]
|
2246
2377
|
#
|
2247
2378
|
# @!attribute [rw] file_source_settings
|
2248
|
-
# If your input captions are SCC, SMI, SRT, STL, TTML, or IMSC
|
2249
|
-
# an xml file, specify the URI of the input caption source
|
2250
|
-
# your caption source is IMSC in an IMF package, use
|
2379
|
+
# If your input captions are SCC, SMI, SRT, STL, TTML, WebVTT, or IMSC
|
2380
|
+
# 1.1 in an xml file, specify the URI of the input caption source
|
2381
|
+
# file. If your caption source is IMSC in an IMF package, use
|
2251
2382
|
# TrackSourceSettings instead of FileSoureSettings.
|
2252
2383
|
# @return [Types::FileSourceSettings]
|
2253
2384
|
#
|
@@ -2437,10 +2568,12 @@ module Aws::MediaConvert
|
|
2437
2568
|
include Aws::Structure
|
2438
2569
|
end
|
2439
2570
|
|
2440
|
-
#
|
2441
|
-
#
|
2442
|
-
#
|
2443
|
-
#
|
2571
|
+
# Settings related to your CMAF output package. For more information,
|
2572
|
+
# see
|
2573
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
2574
|
+
# When you work directly in your JSON job specification, include this
|
2575
|
+
# object and any required children when you set Type, under
|
2576
|
+
# OutputGroupSettings, to CMAF\_GROUP\_SETTINGS.
|
2444
2577
|
#
|
2445
2578
|
# @note When making an API call, you may pass CmafGroupSettings
|
2446
2579
|
# data as a hash:
|
@@ -2492,6 +2625,7 @@ module Aws::MediaConvert
|
|
2492
2625
|
# min_buffer_time: 1,
|
2493
2626
|
# min_final_segment_length: 1.0,
|
2494
2627
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
2628
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
2495
2629
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
2496
2630
|
# segment_length: 1,
|
2497
2631
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -2594,6 +2728,20 @@ module Aws::MediaConvert
|
|
2594
2728
|
# control (SegmentControl) to Single file (SINGLE\_FILE).
|
2595
2729
|
# @return [String]
|
2596
2730
|
#
|
2731
|
+
# @!attribute [rw] pts_offset_handling_for_b_frames
|
2732
|
+
# Use this setting only when your output video stream has B-frames,
|
2733
|
+
# which causes the initial presentation time stamp (PTS) to be offset
|
2734
|
+
# from the initial decode time stamp (DTS). Specify how MediaConvert
|
2735
|
+
# handles PTS when writing time stamps in output DASH manifests.
|
2736
|
+
# Choose Match initial PTS (MATCH\_INITIAL\_PTS) when you want
|
2737
|
+
# MediaConvert to use the initial PTS as the first time stamp in the
|
2738
|
+
# manifest. Choose Zero-based (ZERO\_BASED) to have MediaConvert
|
2739
|
+
# ignore the initial PTS in the video stream and instead write the
|
2740
|
+
# initial time stamp as zero in the manifest. For outputs that don't
|
2741
|
+
# have B-frames, the time stamps in your DASH manifests start at zero
|
2742
|
+
# regardless of your choice here.
|
2743
|
+
# @return [String]
|
2744
|
+
#
|
2597
2745
|
# @!attribute [rw] segment_control
|
2598
2746
|
# When set to SINGLE\_FILE, a single output file is generated, which
|
2599
2747
|
# is internally segmented using the Fragment Length and Segment
|
@@ -2656,6 +2804,7 @@ module Aws::MediaConvert
|
|
2656
2804
|
:min_buffer_time,
|
2657
2805
|
:min_final_segment_length,
|
2658
2806
|
:mpd_profile,
|
2807
|
+
:pts_offset_handling_for_b_frames,
|
2659
2808
|
:segment_control,
|
2660
2809
|
:segment_length,
|
2661
2810
|
:stream_inf_resolution,
|
@@ -2666,13 +2815,18 @@ module Aws::MediaConvert
|
|
2666
2815
|
include Aws::Structure
|
2667
2816
|
end
|
2668
2817
|
|
2669
|
-
#
|
2818
|
+
# These settings relate to the fragmented MP4 container for the segments
|
2819
|
+
# in your CMAF outputs.
|
2670
2820
|
#
|
2671
2821
|
# @note When making an API call, you may pass CmfcSettings
|
2672
2822
|
# data as a hash:
|
2673
2823
|
#
|
2674
2824
|
# {
|
2675
2825
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2826
|
+
# audio_group_id: "__string",
|
2827
|
+
# audio_rendition_sets: "__string",
|
2828
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
2829
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
2676
2830
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2677
2831
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2678
2832
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -2697,6 +2851,74 @@ module Aws::MediaConvert
|
|
2697
2851
|
# output audio codec.
|
2698
2852
|
# @return [String]
|
2699
2853
|
#
|
2854
|
+
# @!attribute [rw] audio_group_id
|
2855
|
+
# Specify the audio rendition group for this audio rendition. Specify
|
2856
|
+
# up to one value for each audio output in your output group. This
|
2857
|
+
# value appears in your HLS parent manifest in the EXT-X-MEDIA tag of
|
2858
|
+
# TYPE=AUDIO, as the value for the GROUP-ID attribute. For example, if
|
2859
|
+
# you specify "audio\_aac\_1" for Audio group ID, it appears in your
|
2860
|
+
# manifest like this:
|
2861
|
+
# #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio\_aac\_1". Related setting:
|
2862
|
+
# To associate the rendition group that this audio track belongs to
|
2863
|
+
# with a video rendition, include the same value that you provide here
|
2864
|
+
# for that video output's setting Audio rendition sets
|
2865
|
+
# (audioRenditionSets).
|
2866
|
+
# @return [String]
|
2867
|
+
#
|
2868
|
+
# @!attribute [rw] audio_rendition_sets
|
2869
|
+
# List the audio rendition groups that you want included with this
|
2870
|
+
# video rendition. Use a comma-separated list. For example, say you
|
2871
|
+
# want to include the audio rendition groups that have the audio group
|
2872
|
+
# IDs "audio\_aac\_1" and "audio\_dolby". Then you would specify
|
2873
|
+
# this value: "audio\_aac\_1, audio\_dolby". Related setting: The
|
2874
|
+
# rendition groups that you include in your comma-separated list
|
2875
|
+
# should all match values that you specify in the setting Audio group
|
2876
|
+
# ID (AudioGroupId) for audio renditions in the same output group as
|
2877
|
+
# this video rendition. Default behavior: If you don't specify
|
2878
|
+
# anything here and for Audio group ID, MediaConvert puts each audio
|
2879
|
+
# variant in its own audio rendition group and associates it with
|
2880
|
+
# every video variant. Each value in your list appears in your HLS
|
2881
|
+
# parent manifest in the EXT-X-STREAM-INF tag as the value for the
|
2882
|
+
# AUDIO attribute. To continue the previous example, say that the file
|
2883
|
+
# name for the child manifest for your video rendition is
|
2884
|
+
# "amazing\_video\_1.m3u8". Then, in your parent manifest, each
|
2885
|
+
# value will appear on separate lines, like this:
|
2886
|
+
# #EXT-X-STREAM-INF:AUDIO="audio\_aac\_1"... amazing\_video\_1.m3u8
|
2887
|
+
# #EXT-X-STREAM-INF:AUDIO="audio\_dolby"... amazing\_video\_1.m3u8
|
2888
|
+
# @return [String]
|
2889
|
+
#
|
2890
|
+
# @!attribute [rw] audio_track_type
|
2891
|
+
# Use this setting to control the values that MediaConvert puts in
|
2892
|
+
# your HLS parent playlist to control how the client player selects
|
2893
|
+
# which audio track to play. The other options for this setting
|
2894
|
+
# determine the values that MediaConvert writes for the DEFAULT and
|
2895
|
+
# AUTOSELECT attributes of the EXT-X-MEDIA entry for the audio
|
2896
|
+
# variant. For more information about these attributes, see the Apple
|
2897
|
+
# documentation article
|
2898
|
+
# https://developer.apple.com/documentation/http\_live\_streaming/example\_playlists\_for\_http\_live\_streaming/adding\_alternate\_media\_to\_a\_playlist.
|
2899
|
+
# Choose Alternate audio, auto select, default
|
2900
|
+
# (ALTERNATE\_AUDIO\_AUTO\_SELECT\_DEFAULT) to set DEFAULT=YES and
|
2901
|
+
# AUTOSELECT=YES. Choose this value for only one variant in your
|
2902
|
+
# output group. Choose Alternate audio, auto select, not default
|
2903
|
+
# (ALTERNATE\_AUDIO\_AUTO\_SELECT) to set DEFAULT=NO and
|
2904
|
+
# AUTOSELECT=YES. Choose Alternate Audio, Not Auto Select to set
|
2905
|
+
# DEFAULT=NO and AUTOSELECT=NO. When you don't specify a value for
|
2906
|
+
# this setting, MediaConvert defaults to Alternate audio, auto select,
|
2907
|
+
# default. When there is more than one variant in your output group,
|
2908
|
+
# you must explicitly choose a value for this setting.
|
2909
|
+
# @return [String]
|
2910
|
+
#
|
2911
|
+
# @!attribute [rw] descriptive_video_service_flag
|
2912
|
+
# Specify whether to flag this audio track as descriptive video
|
2913
|
+
# service (DVS) in your HLS parent manifest. When you choose Flag
|
2914
|
+
# (FLAG), MediaConvert includes the parameter
|
2915
|
+
# CHARACTERISTICS="public.accessibility.describes-video" in the
|
2916
|
+
# EXT-X-MEDIA entry for this track. When you keep the default choice,
|
2917
|
+
# Don't flag (DONT\_FLAG), MediaConvert leaves this parameter out.
|
2918
|
+
# The DVS flag can help with accessibility on Apple devices. For more
|
2919
|
+
# information, see the Apple documentation.
|
2920
|
+
# @return [String]
|
2921
|
+
#
|
2700
2922
|
# @!attribute [rw] i_frame_only_manifest
|
2701
2923
|
# Choose Include (INCLUDE) to have MediaConvert generate an HLS child
|
2702
2924
|
# manifest that lists only the I-frames for this rendition, in
|
@@ -2727,6 +2949,10 @@ module Aws::MediaConvert
|
|
2727
2949
|
#
|
2728
2950
|
class CmfcSettings < Struct.new(
|
2729
2951
|
:audio_duration,
|
2952
|
+
:audio_group_id,
|
2953
|
+
:audio_rendition_sets,
|
2954
|
+
:audio_track_type,
|
2955
|
+
:descriptive_video_service_flag,
|
2730
2956
|
:i_frame_only_manifest,
|
2731
2957
|
:scte_35_esam,
|
2732
2958
|
:scte_35_source)
|
@@ -2836,6 +3062,10 @@ module Aws::MediaConvert
|
|
2836
3062
|
# {
|
2837
3063
|
# cmfc_settings: {
|
2838
3064
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3065
|
+
# audio_group_id: "__string",
|
3066
|
+
# audio_rendition_sets: "__string",
|
3067
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
3068
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
2839
3069
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2840
3070
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2841
3071
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -2944,7 +3174,8 @@ module Aws::MediaConvert
|
|
2944
3174
|
# }
|
2945
3175
|
#
|
2946
3176
|
# @!attribute [rw] cmfc_settings
|
2947
|
-
#
|
3177
|
+
# These settings relate to the fragmented MP4 container for the
|
3178
|
+
# segments in your CMAF outputs.
|
2948
3179
|
# @return [Types::CmfcSettings]
|
2949
3180
|
#
|
2950
3181
|
# @!attribute [rw] container
|
@@ -2972,24 +3203,27 @@ module Aws::MediaConvert
|
|
2972
3203
|
# @return [Types::M2tsSettings]
|
2973
3204
|
#
|
2974
3205
|
# @!attribute [rw] m3u_8_settings
|
2975
|
-
#
|
3206
|
+
# These settings relate to the MPEG-2 transport stream (MPEG2-TS)
|
3207
|
+
# container for the MPEG2-TS segments in your HLS outputs.
|
2976
3208
|
# @return [Types::M3u8Settings]
|
2977
3209
|
#
|
2978
3210
|
# @!attribute [rw] mov_settings
|
2979
|
-
#
|
3211
|
+
# These settings relate to your QuickTime MOV output container.
|
2980
3212
|
# @return [Types::MovSettings]
|
2981
3213
|
#
|
2982
3214
|
# @!attribute [rw] mp_4_settings
|
2983
|
-
#
|
2984
|
-
# with this container.
|
3215
|
+
# These settings relate to your MP4 output container. You can create
|
3216
|
+
# audio only outputs with this container. For more information, see
|
3217
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
|
2985
3218
|
# @return [Types::Mp4Settings]
|
2986
3219
|
#
|
2987
3220
|
# @!attribute [rw] mpd_settings
|
2988
|
-
#
|
3221
|
+
# These settings relate to the fragmented MP4 container for the
|
3222
|
+
# segments in your DASH outputs.
|
2989
3223
|
# @return [Types::MpdSettings]
|
2990
3224
|
#
|
2991
3225
|
# @!attribute [rw] mxf_settings
|
2992
|
-
# MXF
|
3226
|
+
# These settings relate to your MXF output container.
|
2993
3227
|
# @return [Types::MxfSettings]
|
2994
3228
|
#
|
2995
3229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ContainerSettings AWS API Documentation
|
@@ -3056,7 +3290,7 @@ module Aws::MediaConvert
|
|
3056
3290
|
# "__string" => {
|
3057
3291
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
3058
3292
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
3059
|
-
# external_audio_file_input: "
|
3293
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
3060
3294
|
# 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
|
3061
3295
|
# offset: 1,
|
3062
3296
|
# pids: [1],
|
@@ -3102,10 +3336,10 @@ module Aws::MediaConvert
|
|
3102
3336
|
# framerate_denominator: 1,
|
3103
3337
|
# framerate_numerator: 1,
|
3104
3338
|
# },
|
3105
|
-
# source_file: "
|
3339
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
3106
3340
|
# time_delta: 1,
|
3107
3341
|
# },
|
3108
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
3342
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
3109
3343
|
# teletext_source_settings: {
|
3110
3344
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
3111
3345
|
# },
|
@@ -3129,7 +3363,7 @@ module Aws::MediaConvert
|
|
3129
3363
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
3130
3364
|
# },
|
3131
3365
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
3132
|
-
# file_input: "
|
3366
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA",
|
3133
3367
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
3134
3368
|
# filter_strength: 1,
|
3135
3369
|
# image_inserter: {
|
@@ -3196,7 +3430,7 @@ module Aws::MediaConvert
|
|
3196
3430
|
# framerate_denominator: 1,
|
3197
3431
|
# framerate_numerator: 1,
|
3198
3432
|
# },
|
3199
|
-
# input: "
|
3433
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
3200
3434
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
3201
3435
|
# offset: {
|
3202
3436
|
# image_x: 1,
|
@@ -3281,6 +3515,7 @@ module Aws::MediaConvert
|
|
3281
3515
|
# min_buffer_time: 1,
|
3282
3516
|
# min_final_segment_length: 1.0,
|
3283
3517
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
3518
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
3284
3519
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
3285
3520
|
# segment_length: 1,
|
3286
3521
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -3295,6 +3530,7 @@ module Aws::MediaConvert
|
|
3295
3530
|
# selected_outputs: ["__stringMin1"],
|
3296
3531
|
# },
|
3297
3532
|
# ],
|
3533
|
+
# audio_channel_config_scheme_id_uri: "MPEG_CHANNEL_CONFIGURATION", # accepts MPEG_CHANNEL_CONFIGURATION, DOLBY_CHANNEL_CONFIGURATION
|
3298
3534
|
# base_url: "__string",
|
3299
3535
|
# destination: "__stringPatternS3",
|
3300
3536
|
# destination_settings: {
|
@@ -3322,6 +3558,7 @@ module Aws::MediaConvert
|
|
3322
3558
|
# min_buffer_time: 1,
|
3323
3559
|
# min_final_segment_length: 1.0,
|
3324
3560
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
3561
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
3325
3562
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
3326
3563
|
# segment_length: 1,
|
3327
3564
|
# write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -3476,7 +3713,9 @@ module Aws::MediaConvert
|
|
3476
3713
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
3477
3714
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
3478
3715
|
# dialnorm: 1,
|
3716
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
3479
3717
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
3718
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
3480
3719
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
3481
3720
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
3482
3721
|
# sample_rate: 1,
|
@@ -3636,6 +3875,9 @@ module Aws::MediaConvert
|
|
3636
3875
|
# ttml_destination_settings: {
|
3637
3876
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
3638
3877
|
# },
|
3878
|
+
# webvtt_destination_settings: {
|
3879
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
3880
|
+
# },
|
3639
3881
|
# },
|
3640
3882
|
# 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
|
3641
3883
|
# language_description: "__string",
|
@@ -3644,6 +3886,10 @@ module Aws::MediaConvert
|
|
3644
3886
|
# container_settings: {
|
3645
3887
|
# cmfc_settings: {
|
3646
3888
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3889
|
+
# audio_group_id: "__string",
|
3890
|
+
# audio_rendition_sets: "__string",
|
3891
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
3892
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
3647
3893
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
3648
3894
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
3649
3895
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -3758,6 +4004,7 @@ module Aws::MediaConvert
|
|
3758
4004
|
# audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
|
3759
4005
|
# audio_rendition_sets: "__string",
|
3760
4006
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
4007
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
3761
4008
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
3762
4009
|
# segment_modifier: "__string",
|
3763
4010
|
# },
|
@@ -4295,7 +4542,7 @@ module Aws::MediaConvert
|
|
4295
4542
|
# "__string" => {
|
4296
4543
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
4297
4544
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
4298
|
-
# external_audio_file_input: "
|
4545
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
4299
4546
|
# 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
|
4300
4547
|
# offset: 1,
|
4301
4548
|
# pids: [1],
|
@@ -4341,10 +4588,10 @@ module Aws::MediaConvert
|
|
4341
4588
|
# framerate_denominator: 1,
|
4342
4589
|
# framerate_numerator: 1,
|
4343
4590
|
# },
|
4344
|
-
# source_file: "
|
4591
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
4345
4592
|
# time_delta: 1,
|
4346
4593
|
# },
|
4347
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
4594
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
4348
4595
|
# teletext_source_settings: {
|
4349
4596
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
4350
4597
|
# },
|
@@ -4427,7 +4674,7 @@ module Aws::MediaConvert
|
|
4427
4674
|
# framerate_denominator: 1,
|
4428
4675
|
# framerate_numerator: 1,
|
4429
4676
|
# },
|
4430
|
-
# input: "
|
4677
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
4431
4678
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
4432
4679
|
# offset: {
|
4433
4680
|
# image_x: 1,
|
@@ -4512,6 +4759,7 @@ module Aws::MediaConvert
|
|
4512
4759
|
# min_buffer_time: 1,
|
4513
4760
|
# min_final_segment_length: 1.0,
|
4514
4761
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
4762
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
4515
4763
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
4516
4764
|
# segment_length: 1,
|
4517
4765
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -4526,6 +4774,7 @@ module Aws::MediaConvert
|
|
4526
4774
|
# selected_outputs: ["__stringMin1"],
|
4527
4775
|
# },
|
4528
4776
|
# ],
|
4777
|
+
# audio_channel_config_scheme_id_uri: "MPEG_CHANNEL_CONFIGURATION", # accepts MPEG_CHANNEL_CONFIGURATION, DOLBY_CHANNEL_CONFIGURATION
|
4529
4778
|
# base_url: "__string",
|
4530
4779
|
# destination: "__stringPatternS3",
|
4531
4780
|
# destination_settings: {
|
@@ -4553,6 +4802,7 @@ module Aws::MediaConvert
|
|
4553
4802
|
# min_buffer_time: 1,
|
4554
4803
|
# min_final_segment_length: 1.0,
|
4555
4804
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
4805
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
4556
4806
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
4557
4807
|
# segment_length: 1,
|
4558
4808
|
# write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -4707,7 +4957,9 @@ module Aws::MediaConvert
|
|
4707
4957
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
4708
4958
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
4709
4959
|
# dialnorm: 1,
|
4960
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
4710
4961
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
4962
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
4711
4963
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
4712
4964
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
4713
4965
|
# sample_rate: 1,
|
@@ -4867,6 +5119,9 @@ module Aws::MediaConvert
|
|
4867
5119
|
# ttml_destination_settings: {
|
4868
5120
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
4869
5121
|
# },
|
5122
|
+
# webvtt_destination_settings: {
|
5123
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
5124
|
+
# },
|
4870
5125
|
# },
|
4871
5126
|
# 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
|
4872
5127
|
# language_description: "__string",
|
@@ -4875,6 +5130,10 @@ module Aws::MediaConvert
|
|
4875
5130
|
# container_settings: {
|
4876
5131
|
# cmfc_settings: {
|
4877
5132
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5133
|
+
# audio_group_id: "__string",
|
5134
|
+
# audio_rendition_sets: "__string",
|
5135
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
5136
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
4878
5137
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
4879
5138
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
4880
5139
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -4989,6 +5248,7 @@ module Aws::MediaConvert
|
|
4989
5248
|
# audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
|
4990
5249
|
# audio_rendition_sets: "__string",
|
4991
5250
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
5251
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
4992
5252
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
4993
5253
|
# segment_modifier: "__string",
|
4994
5254
|
# },
|
@@ -5483,7 +5743,9 @@ module Aws::MediaConvert
|
|
5483
5743
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
5484
5744
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
5485
5745
|
# dialnorm: 1,
|
5746
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
5486
5747
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
5748
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
5487
5749
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
5488
5750
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
5489
5751
|
# sample_rate: 1,
|
@@ -5642,6 +5904,9 @@ module Aws::MediaConvert
|
|
5642
5904
|
# ttml_destination_settings: {
|
5643
5905
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
5644
5906
|
# },
|
5907
|
+
# webvtt_destination_settings: {
|
5908
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
5909
|
+
# },
|
5645
5910
|
# },
|
5646
5911
|
# 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
|
5647
5912
|
# language_description: "__string",
|
@@ -5650,6 +5915,10 @@ module Aws::MediaConvert
|
|
5650
5915
|
# container_settings: {
|
5651
5916
|
# cmfc_settings: {
|
5652
5917
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5918
|
+
# audio_group_id: "__string",
|
5919
|
+
# audio_rendition_sets: "__string",
|
5920
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
5921
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
5653
5922
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
5654
5923
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
5655
5924
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -6305,8 +6574,12 @@ module Aws::MediaConvert
|
|
6305
6574
|
include Aws::Structure
|
6306
6575
|
end
|
6307
6576
|
|
6308
|
-
#
|
6309
|
-
#
|
6577
|
+
# Settings related to your DASH output package. For more information,
|
6578
|
+
# see
|
6579
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
6580
|
+
# When you work directly in your JSON job specification, include this
|
6581
|
+
# object and any required children when you set Type, under
|
6582
|
+
# OutputGroupSettings, to DASH\_ISO\_GROUP\_SETTINGS.
|
6310
6583
|
#
|
6311
6584
|
# @note When making an API call, you may pass DashIsoGroupSettings
|
6312
6585
|
# data as a hash:
|
@@ -6318,6 +6591,7 @@ module Aws::MediaConvert
|
|
6318
6591
|
# selected_outputs: ["__stringMin1"],
|
6319
6592
|
# },
|
6320
6593
|
# ],
|
6594
|
+
# audio_channel_config_scheme_id_uri: "MPEG_CHANNEL_CONFIGURATION", # accepts MPEG_CHANNEL_CONFIGURATION, DOLBY_CHANNEL_CONFIGURATION
|
6321
6595
|
# base_url: "__string",
|
6322
6596
|
# destination: "__stringPatternS3",
|
6323
6597
|
# destination_settings: {
|
@@ -6345,6 +6619,7 @@ module Aws::MediaConvert
|
|
6345
6619
|
# min_buffer_time: 1,
|
6346
6620
|
# min_final_segment_length: 1.0,
|
6347
6621
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
6622
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
6348
6623
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
6349
6624
|
# segment_length: 1,
|
6350
6625
|
# write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -6358,6 +6633,21 @@ module Aws::MediaConvert
|
|
6358
6633
|
# list of them here.
|
6359
6634
|
# @return [Array<Types::DashAdditionalManifest>]
|
6360
6635
|
#
|
6636
|
+
# @!attribute [rw] audio_channel_config_scheme_id_uri
|
6637
|
+
# Use this setting only when your audio codec is a Dolby one (AC3,
|
6638
|
+
# EAC3, or Atmos) and your downstream workflow requires that your DASH
|
6639
|
+
# manifest use the Dolby channel configuration tag, rather than the
|
6640
|
+
# MPEG one. For example, you might need to use this to make dynamic ad
|
6641
|
+
# insertion work. Specify which audio channel configuration scheme ID
|
6642
|
+
# URI MediaConvert writes in your DASH manifest. Keep the default
|
6643
|
+
# value, MPEG channel configuration (MPEG\_CHANNEL\_CONFIGURATION), to
|
6644
|
+
# have MediaConvert write this:
|
6645
|
+
# urn:mpeg:mpegB:cicp:ChannelConfiguration. Choose Dolby channel
|
6646
|
+
# configuration (DOLBY\_CHANNEL\_CONFIGURATION) to have MediaConvert
|
6647
|
+
# write this instead:
|
6648
|
+
# tag:dolby.com,2014:dash:audio\_channel\_configuration:2011.
|
6649
|
+
# @return [String]
|
6650
|
+
#
|
6361
6651
|
# @!attribute [rw] base_url
|
6362
6652
|
# A partial URI prefix that will be put in the manifest (.mpd) file at
|
6363
6653
|
# the top level BaseURL element. Can be used if streams are delivered
|
@@ -6425,6 +6715,20 @@ module Aws::MediaConvert
|
|
6425
6715
|
# control (SegmentControl) to Single file (SINGLE\_FILE).
|
6426
6716
|
# @return [String]
|
6427
6717
|
#
|
6718
|
+
# @!attribute [rw] pts_offset_handling_for_b_frames
|
6719
|
+
# Use this setting only when your output video stream has B-frames,
|
6720
|
+
# which causes the initial presentation time stamp (PTS) to be offset
|
6721
|
+
# from the initial decode time stamp (DTS). Specify how MediaConvert
|
6722
|
+
# handles PTS when writing time stamps in output DASH manifests.
|
6723
|
+
# Choose Match initial PTS (MATCH\_INITIAL\_PTS) when you want
|
6724
|
+
# MediaConvert to use the initial PTS as the first time stamp in the
|
6725
|
+
# manifest. Choose Zero-based (ZERO\_BASED) to have MediaConvert
|
6726
|
+
# ignore the initial PTS in the video stream and instead write the
|
6727
|
+
# initial time stamp as zero in the manifest. For outputs that don't
|
6728
|
+
# have B-frames, the time stamps in your DASH manifests start at zero
|
6729
|
+
# regardless of your choice here.
|
6730
|
+
# @return [String]
|
6731
|
+
#
|
6428
6732
|
# @!attribute [rw] segment_control
|
6429
6733
|
# When set to SINGLE\_FILE, a single output file is generated, which
|
6430
6734
|
# is internally segmented using the Fragment Length and Segment
|
@@ -6456,6 +6760,7 @@ module Aws::MediaConvert
|
|
6456
6760
|
#
|
6457
6761
|
class DashIsoGroupSettings < Struct.new(
|
6458
6762
|
:additional_manifests,
|
6763
|
+
:audio_channel_config_scheme_id_uri,
|
6459
6764
|
:base_url,
|
6460
6765
|
:destination,
|
6461
6766
|
:destination_settings,
|
@@ -6465,6 +6770,7 @@ module Aws::MediaConvert
|
|
6465
6770
|
:min_buffer_time,
|
6466
6771
|
:min_final_segment_length,
|
6467
6772
|
:mpd_profile,
|
6773
|
+
:pts_offset_handling_for_b_frames,
|
6468
6774
|
:segment_control,
|
6469
6775
|
:segment_length,
|
6470
6776
|
:write_segment_timeline_in_representation)
|
@@ -6730,7 +7036,9 @@ module Aws::MediaConvert
|
|
6730
7036
|
#
|
6731
7037
|
class DisassociateCertificateResponse < Aws::EmptyStructure; end
|
6732
7038
|
|
6733
|
-
#
|
7039
|
+
# With AWS Elemental MediaConvert, you can create profile 5 Dolby Vision
|
7040
|
+
# outputs from MXF and IMF sources that contain mastering information as
|
7041
|
+
# frame-interleaved Dolby Vision metadata.
|
6734
7042
|
#
|
6735
7043
|
# @note When making an API call, you may pass DolbyVision
|
6736
7044
|
# data as a hash:
|
@@ -6802,8 +7110,11 @@ module Aws::MediaConvert
|
|
6802
7110
|
include Aws::Structure
|
6803
7111
|
end
|
6804
7112
|
|
6805
|
-
#
|
6806
|
-
#
|
7113
|
+
# Use these settings to insert a DVB Network Information Table (NIT) in
|
7114
|
+
# the transport stream of this output. When you work directly in your
|
7115
|
+
# JSON job specification, include this object only when your job has a
|
7116
|
+
# transport stream output and the container settings contain the object
|
7117
|
+
# M2tsSettings.
|
6807
7118
|
#
|
6808
7119
|
# @note When making an API call, you may pass DvbNitSettings
|
6809
7120
|
# data as a hash:
|
@@ -6838,8 +7149,11 @@ module Aws::MediaConvert
|
|
6838
7149
|
include Aws::Structure
|
6839
7150
|
end
|
6840
7151
|
|
6841
|
-
#
|
6842
|
-
#
|
7152
|
+
# Use these settings to insert a DVB Service Description Table (SDT) in
|
7153
|
+
# the transport stream of this output. When you work directly in your
|
7154
|
+
# JSON job specification, include this object only when your job has a
|
7155
|
+
# transport stream output and the container settings contain the object
|
7156
|
+
# M2tsSettings.
|
6843
7157
|
#
|
6844
7158
|
# @note When making an API call, you may pass DvbSdtSettings
|
6845
7159
|
# data as a hash:
|
@@ -6888,7 +7202,12 @@ module Aws::MediaConvert
|
|
6888
7202
|
include Aws::Structure
|
6889
7203
|
end
|
6890
7204
|
|
6891
|
-
# DVB-Sub
|
7205
|
+
# Settings related to DVB-Sub captions. Set up DVB-Sub captions in the
|
7206
|
+
# same output as your video. For more information, see
|
7207
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/dvb-sub-output-captions.html.
|
7208
|
+
# When you work directly in your JSON job specification, include this
|
7209
|
+
# object and any required children when you set destinationType to
|
7210
|
+
# DVB\_SUB.
|
6892
7211
|
#
|
6893
7212
|
# @note When making an API call, you may pass DvbSubDestinationSettings
|
6894
7213
|
# data as a hash:
|
@@ -7095,8 +7414,11 @@ module Aws::MediaConvert
|
|
7095
7414
|
include Aws::Structure
|
7096
7415
|
end
|
7097
7416
|
|
7098
|
-
#
|
7099
|
-
#
|
7417
|
+
# Use these settings to insert a DVB Time and Date Table (TDT) in the
|
7418
|
+
# transport stream of this output. When you work directly in your JSON
|
7419
|
+
# job specification, include this object only when your job has a
|
7420
|
+
# transport stream output and the container settings contain the object
|
7421
|
+
# M2tsSettings.
|
7100
7422
|
#
|
7101
7423
|
# @note When making an API call, you may pass DvbTdtSettings
|
7102
7424
|
# data as a hash:
|
@@ -7313,13 +7635,27 @@ module Aws::MediaConvert
|
|
7313
7635
|
# @return [Integer]
|
7314
7636
|
#
|
7315
7637
|
# @!attribute [rw] dynamic_range_compression_line
|
7316
|
-
#
|
7317
|
-
#
|
7638
|
+
# Choose the Dolby Digital dynamic range control (DRC) profile that
|
7639
|
+
# MediaConvert uses when encoding the metadata in the Dolby Digital
|
7640
|
+
# stream for the line operating mode. Related setting: When you use
|
7641
|
+
# this setting, MediaConvert ignores any value you provide for Dynamic
|
7642
|
+
# range compression profile (DynamicRangeCompressionProfile). For
|
7643
|
+
# information about the Dolby Digital DRC operating modes and
|
7644
|
+
# profiles, see the Dynamic Range Control chapter of the Dolby
|
7645
|
+
# Metadata Guide at
|
7646
|
+
# https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
|
7318
7647
|
# @return [String]
|
7319
7648
|
#
|
7320
7649
|
# @!attribute [rw] dynamic_range_compression_rf
|
7321
|
-
#
|
7322
|
-
#
|
7650
|
+
# Choose the Dolby Digital dynamic range control (DRC) profile that
|
7651
|
+
# MediaConvert uses when encoding the metadata in the Dolby Digital
|
7652
|
+
# stream for the RF operating mode. Related setting: When you use this
|
7653
|
+
# setting, MediaConvert ignores any value you provide for Dynamic
|
7654
|
+
# range compression profile (DynamicRangeCompressionProfile). For
|
7655
|
+
# information about the Dolby Digital DRC operating modes and
|
7656
|
+
# profiles, see the Dynamic Range Control chapter of the Dolby
|
7657
|
+
# Metadata Guide at
|
7658
|
+
# https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
|
7323
7659
|
# @return [String]
|
7324
7660
|
#
|
7325
7661
|
# @!attribute [rw] lfe_control
|
@@ -7453,8 +7789,13 @@ module Aws::MediaConvert
|
|
7453
7789
|
include Aws::Structure
|
7454
7790
|
end
|
7455
7791
|
|
7456
|
-
# Settings
|
7457
|
-
#
|
7792
|
+
# Settings related to CEA/EIA-608 and CEA/EIA-708 (also called embedded
|
7793
|
+
# or ancillary) captions. Set up embedded captions in the same output as
|
7794
|
+
# your video. For more information, see
|
7795
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html.
|
7796
|
+
# When you work directly in your JSON job specification, include this
|
7797
|
+
# object and any required children when you set destinationType to
|
7798
|
+
# EMBEDDED, EMBEDDED\_PLUS\_SCTE20, or SCTE20\_PLUS\_EMBEDDED.
|
7458
7799
|
#
|
7459
7800
|
# @note When making an API call, you may pass EmbeddedDestinationSettings
|
7460
7801
|
# data as a hash:
|
@@ -7695,8 +8036,11 @@ module Aws::MediaConvert
|
|
7695
8036
|
include Aws::Structure
|
7696
8037
|
end
|
7697
8038
|
|
7698
|
-
#
|
7699
|
-
#
|
8039
|
+
# Settings related to your File output group. MediaConvert uses this
|
8040
|
+
# group of settings to generate a single standalone file, rather than a
|
8041
|
+
# streaming package. When you work directly in your JSON job
|
8042
|
+
# specification, include this object and any required children when you
|
8043
|
+
# set Type, under OutputGroupSettings, to FILE\_GROUP\_SETTINGS.
|
7700
8044
|
#
|
7701
8045
|
# @note When making an API call, you may pass FileGroupSettings
|
7702
8046
|
# data as a hash:
|
@@ -7738,10 +8082,10 @@ module Aws::MediaConvert
|
|
7738
8082
|
include Aws::Structure
|
7739
8083
|
end
|
7740
8084
|
|
7741
|
-
# If your input captions are SCC, SMI, SRT, STL, TTML, or IMSC
|
7742
|
-
# xml file, specify the URI of the input caption source file.
|
7743
|
-
# caption source is IMSC in an IMF package, use
|
7744
|
-
# instead of FileSoureSettings.
|
8085
|
+
# If your input captions are SCC, SMI, SRT, STL, TTML, WebVTT, or IMSC
|
8086
|
+
# 1.1 in an xml file, specify the URI of the input caption source file.
|
8087
|
+
# If your caption source is IMSC in an IMF package, use
|
8088
|
+
# TrackSourceSettings instead of FileSoureSettings.
|
7745
8089
|
#
|
7746
8090
|
# @note When making an API call, you may pass FileSourceSettings
|
7747
8091
|
# data as a hash:
|
@@ -7752,7 +8096,7 @@ module Aws::MediaConvert
|
|
7752
8096
|
# framerate_denominator: 1,
|
7753
8097
|
# framerate_numerator: 1,
|
7754
8098
|
# },
|
7755
|
-
# source_file: "
|
8099
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
7756
8100
|
# time_delta: 1,
|
7757
8101
|
# }
|
7758
8102
|
#
|
@@ -7778,7 +8122,7 @@ module Aws::MediaConvert
|
|
7778
8122
|
# @!attribute [rw] source_file
|
7779
8123
|
# External caption file used for loading captions. Accepted file
|
7780
8124
|
# extensions are 'scc', 'ttml', 'dfxp', 'stl', 'srt',
|
7781
|
-
# 'xml', and '
|
8125
|
+
# 'xml', 'smi', and 'vtt'.
|
7782
8126
|
# @return [String]
|
7783
8127
|
#
|
7784
8128
|
# @!attribute [rw] time_delta
|
@@ -9361,8 +9705,11 @@ module Aws::MediaConvert
|
|
9361
9705
|
include Aws::Structure
|
9362
9706
|
end
|
9363
9707
|
|
9364
|
-
#
|
9365
|
-
#
|
9708
|
+
# Settings related to your HLS output package. For more information, see
|
9709
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
9710
|
+
# When you work directly in your JSON job specification, include this
|
9711
|
+
# object and any required children when you set Type, under
|
9712
|
+
# OutputGroupSettings, to HLS\_GROUP\_SETTINGS.
|
9366
9713
|
#
|
9367
9714
|
# @note When making an API call, you may pass HlsGroupSettings
|
9368
9715
|
# data as a hash:
|
@@ -9641,12 +9988,13 @@ module Aws::MediaConvert
|
|
9641
9988
|
# audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
|
9642
9989
|
# audio_rendition_sets: "__string",
|
9643
9990
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
9991
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
9644
9992
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
9645
9993
|
# segment_modifier: "__string",
|
9646
9994
|
# }
|
9647
9995
|
#
|
9648
9996
|
# @!attribute [rw] audio_group_id
|
9649
|
-
# Specifies the group to which the audio
|
9997
|
+
# Specifies the group to which the audio rendition belongs.
|
9650
9998
|
# @return [String]
|
9651
9999
|
#
|
9652
10000
|
# @!attribute [rw] audio_only_container
|
@@ -9679,6 +10027,17 @@ module Aws::MediaConvert
|
|
9679
10027
|
# an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO
|
9680
10028
|
# @return [String]
|
9681
10029
|
#
|
10030
|
+
# @!attribute [rw] descriptive_video_service_flag
|
10031
|
+
# Specify whether to flag this audio track as descriptive video
|
10032
|
+
# service (DVS) in your HLS parent manifest. When you choose Flag
|
10033
|
+
# (FLAG), MediaConvert includes the parameter
|
10034
|
+
# CHARACTERISTICS="public.accessibility.describes-video" in the
|
10035
|
+
# EXT-X-MEDIA entry for this track. When you keep the default choice,
|
10036
|
+
# Don't flag (DONT\_FLAG), MediaConvert leaves this parameter out.
|
10037
|
+
# The DVS flag can help with accessibility on Apple devices. For more
|
10038
|
+
# information, see the Apple documentation.
|
10039
|
+
# @return [String]
|
10040
|
+
#
|
9682
10041
|
# @!attribute [rw] i_frame_only_manifest
|
9683
10042
|
# Choose Include (INCLUDE) to have MediaConvert generate a child
|
9684
10043
|
# manifest that lists only the I-frames for this rendition, in
|
@@ -9705,6 +10064,7 @@ module Aws::MediaConvert
|
|
9705
10064
|
:audio_only_container,
|
9706
10065
|
:audio_rendition_sets,
|
9707
10066
|
:audio_track_type,
|
10067
|
+
:descriptive_video_service_flag,
|
9708
10068
|
:i_frame_only_manifest,
|
9709
10069
|
:segment_modifier)
|
9710
10070
|
SENSITIVE = []
|
@@ -9786,9 +10146,11 @@ module Aws::MediaConvert
|
|
9786
10146
|
include Aws::Structure
|
9787
10147
|
end
|
9788
10148
|
|
9789
|
-
#
|
10149
|
+
# Use the image inserter feature to include a graphic overlay on your
|
9790
10150
|
# video. Enable or disable this feature for each input or output
|
9791
|
-
# individually.
|
10151
|
+
# individually. For more information, see
|
10152
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/graphic-overlay.html.
|
10153
|
+
# This setting is disabled by default.
|
9792
10154
|
#
|
9793
10155
|
# @note When making an API call, you may pass ImageInserter
|
9794
10156
|
# data as a hash:
|
@@ -9824,7 +10186,13 @@ module Aws::MediaConvert
|
|
9824
10186
|
include Aws::Structure
|
9825
10187
|
end
|
9826
10188
|
|
9827
|
-
# Settings
|
10189
|
+
# Settings related to IMSC captions. IMSC is a sidecar format that holds
|
10190
|
+
# captions in a file that is separate from the video container. Set up
|
10191
|
+
# sidecar captions in the same output group, but different output from
|
10192
|
+
# your video. For more information, see
|
10193
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
|
10194
|
+
# When you work directly in your JSON job specification, include this
|
10195
|
+
# object and any required children when you set destinationType to IMSC.
|
9828
10196
|
#
|
9829
10197
|
# @note When making an API call, you may pass ImscDestinationSettings
|
9830
10198
|
# data as a hash:
|
@@ -9849,7 +10217,12 @@ module Aws::MediaConvert
|
|
9849
10217
|
include Aws::Structure
|
9850
10218
|
end
|
9851
10219
|
|
9852
|
-
#
|
10220
|
+
# Use inputs to define the source files used in your transcoding job.
|
10221
|
+
# For more information, see
|
10222
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/specify-input-settings.html.
|
10223
|
+
# You can use multiple video inputs to do input stitching. For more
|
10224
|
+
# information, see
|
10225
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html
|
9853
10226
|
#
|
9854
10227
|
# @note When making an API call, you may pass Input
|
9855
10228
|
# data as a hash:
|
@@ -9864,7 +10237,7 @@ module Aws::MediaConvert
|
|
9864
10237
|
# "__string" => {
|
9865
10238
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9866
10239
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9867
|
-
# external_audio_file_input: "
|
10240
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9868
10241
|
# 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
|
9869
10242
|
# offset: 1,
|
9870
10243
|
# pids: [1],
|
@@ -9910,10 +10283,10 @@ module Aws::MediaConvert
|
|
9910
10283
|
# framerate_denominator: 1,
|
9911
10284
|
# framerate_numerator: 1,
|
9912
10285
|
# },
|
9913
|
-
# source_file: "
|
10286
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
9914
10287
|
# time_delta: 1,
|
9915
10288
|
# },
|
9916
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
10289
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
9917
10290
|
# teletext_source_settings: {
|
9918
10291
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
9919
10292
|
# },
|
@@ -9937,7 +10310,7 @@ module Aws::MediaConvert
|
|
9937
10310
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
9938
10311
|
# },
|
9939
10312
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
9940
|
-
# file_input: "
|
10313
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA",
|
9941
10314
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
9942
10315
|
# filter_strength: 1,
|
9943
10316
|
# image_inserter: {
|
@@ -10000,9 +10373,11 @@ module Aws::MediaConvert
|
|
10000
10373
|
# }
|
10001
10374
|
#
|
10002
10375
|
# @!attribute [rw] audio_selector_groups
|
10003
|
-
#
|
10004
|
-
#
|
10005
|
-
#
|
10376
|
+
# Use audio selector groups to combine multiple sidecar audio inputs
|
10377
|
+
# so that you can assign them to a single output audio tab
|
10378
|
+
# (AudioDescription). Note that, if you're working with embedded
|
10379
|
+
# audio, it's simpler to assign multiple input tracks into a single
|
10380
|
+
# audio selector rather than use an audio selector group.
|
10006
10381
|
# @return [Hash<String,Types::AudioSelectorGroup>]
|
10007
10382
|
#
|
10008
10383
|
# @!attribute [rw] audio_selectors
|
@@ -10160,7 +10535,8 @@ module Aws::MediaConvert
|
|
10160
10535
|
# @return [String]
|
10161
10536
|
#
|
10162
10537
|
# @!attribute [rw] video_selector
|
10163
|
-
#
|
10538
|
+
# Input video selectors contain the video settings for the input. Each
|
10539
|
+
# of your inputs can have up to one video selector.
|
10164
10540
|
# @return [Types::VideoSelector]
|
10165
10541
|
#
|
10166
10542
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Input AWS API Documentation
|
@@ -10190,10 +10566,11 @@ module Aws::MediaConvert
|
|
10190
10566
|
include Aws::Structure
|
10191
10567
|
end
|
10192
10568
|
|
10193
|
-
# To transcode only portions of your input
|
10194
|
-
#
|
10195
|
-
#
|
10196
|
-
#
|
10569
|
+
# To transcode only portions of your input, include one input clip for
|
10570
|
+
# each part of your input that you want in your output. All input clips
|
10571
|
+
# that you specify will be included in every output of the job. For more
|
10572
|
+
# information, see
|
10573
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html.
|
10197
10574
|
#
|
10198
10575
|
# @note When making an API call, you may pass InputClipping
|
10199
10576
|
# data as a hash:
|
@@ -10305,7 +10682,7 @@ module Aws::MediaConvert
|
|
10305
10682
|
# "__string" => {
|
10306
10683
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
10307
10684
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
10308
|
-
# external_audio_file_input: "
|
10685
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
10309
10686
|
# 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
|
10310
10687
|
# offset: 1,
|
10311
10688
|
# pids: [1],
|
@@ -10351,10 +10728,10 @@ module Aws::MediaConvert
|
|
10351
10728
|
# framerate_denominator: 1,
|
10352
10729
|
# framerate_numerator: 1,
|
10353
10730
|
# },
|
10354
|
-
# source_file: "
|
10731
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
10355
10732
|
# time_delta: 1,
|
10356
10733
|
# },
|
10357
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
10734
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
10358
10735
|
# teletext_source_settings: {
|
10359
10736
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
10360
10737
|
# },
|
@@ -10433,9 +10810,11 @@ module Aws::MediaConvert
|
|
10433
10810
|
# }
|
10434
10811
|
#
|
10435
10812
|
# @!attribute [rw] audio_selector_groups
|
10436
|
-
#
|
10437
|
-
#
|
10438
|
-
#
|
10813
|
+
# Use audio selector groups to combine multiple sidecar audio inputs
|
10814
|
+
# so that you can assign them to a single output audio tab
|
10815
|
+
# (AudioDescription). Note that, if you're working with embedded
|
10816
|
+
# audio, it's simpler to assign multiple input tracks into a single
|
10817
|
+
# audio selector rather than use an audio selector group.
|
10439
10818
|
# @return [Hash<String,Types::AudioSelectorGroup>]
|
10440
10819
|
#
|
10441
10820
|
# @!attribute [rw] audio_selectors
|
@@ -10565,7 +10944,8 @@ module Aws::MediaConvert
|
|
10565
10944
|
# @return [String]
|
10566
10945
|
#
|
10567
10946
|
# @!attribute [rw] video_selector
|
10568
|
-
#
|
10947
|
+
# Input video selectors contain the video settings for the input. Each
|
10948
|
+
# of your inputs can have up to one video selector.
|
10569
10949
|
# @return [Types::VideoSelector]
|
10570
10950
|
#
|
10571
10951
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InputTemplate AWS API Documentation
|
@@ -10592,7 +10972,8 @@ module Aws::MediaConvert
|
|
10592
10972
|
include Aws::Structure
|
10593
10973
|
end
|
10594
10974
|
|
10595
|
-
#
|
10975
|
+
# These settings apply to a specific graphic overlay. You can include
|
10976
|
+
# multiple overlays in your job.
|
10596
10977
|
#
|
10597
10978
|
# @note When making an API call, you may pass InsertableImage
|
10598
10979
|
# data as a hash:
|
@@ -10944,7 +11325,7 @@ module Aws::MediaConvert
|
|
10944
11325
|
# "__string" => {
|
10945
11326
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
10946
11327
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
10947
|
-
# external_audio_file_input: "
|
11328
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
10948
11329
|
# 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
|
10949
11330
|
# offset: 1,
|
10950
11331
|
# pids: [1],
|
@@ -10990,10 +11371,10 @@ module Aws::MediaConvert
|
|
10990
11371
|
# framerate_denominator: 1,
|
10991
11372
|
# framerate_numerator: 1,
|
10992
11373
|
# },
|
10993
|
-
# source_file: "
|
11374
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
10994
11375
|
# time_delta: 1,
|
10995
11376
|
# },
|
10996
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
11377
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
10997
11378
|
# teletext_source_settings: {
|
10998
11379
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
10999
11380
|
# },
|
@@ -11017,7 +11398,7 @@ module Aws::MediaConvert
|
|
11017
11398
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
11018
11399
|
# },
|
11019
11400
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
11020
|
-
# file_input: "
|
11401
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA",
|
11021
11402
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
11022
11403
|
# filter_strength: 1,
|
11023
11404
|
# image_inserter: {
|
@@ -11084,7 +11465,7 @@ module Aws::MediaConvert
|
|
11084
11465
|
# framerate_denominator: 1,
|
11085
11466
|
# framerate_numerator: 1,
|
11086
11467
|
# },
|
11087
|
-
# input: "
|
11468
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
11088
11469
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
11089
11470
|
# offset: {
|
11090
11471
|
# image_x: 1,
|
@@ -11169,6 +11550,7 @@ module Aws::MediaConvert
|
|
11169
11550
|
# min_buffer_time: 1,
|
11170
11551
|
# min_final_segment_length: 1.0,
|
11171
11552
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
11553
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
11172
11554
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
11173
11555
|
# segment_length: 1,
|
11174
11556
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -11183,6 +11565,7 @@ module Aws::MediaConvert
|
|
11183
11565
|
# selected_outputs: ["__stringMin1"],
|
11184
11566
|
# },
|
11185
11567
|
# ],
|
11568
|
+
# audio_channel_config_scheme_id_uri: "MPEG_CHANNEL_CONFIGURATION", # accepts MPEG_CHANNEL_CONFIGURATION, DOLBY_CHANNEL_CONFIGURATION
|
11186
11569
|
# base_url: "__string",
|
11187
11570
|
# destination: "__stringPatternS3",
|
11188
11571
|
# destination_settings: {
|
@@ -11210,6 +11593,7 @@ module Aws::MediaConvert
|
|
11210
11593
|
# min_buffer_time: 1,
|
11211
11594
|
# min_final_segment_length: 1.0,
|
11212
11595
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
11596
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
11213
11597
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
11214
11598
|
# segment_length: 1,
|
11215
11599
|
# write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -11364,7 +11748,9 @@ module Aws::MediaConvert
|
|
11364
11748
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
11365
11749
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
11366
11750
|
# dialnorm: 1,
|
11751
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
11367
11752
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
11753
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
11368
11754
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
11369
11755
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
11370
11756
|
# sample_rate: 1,
|
@@ -11524,6 +11910,9 @@ module Aws::MediaConvert
|
|
11524
11910
|
# ttml_destination_settings: {
|
11525
11911
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
11526
11912
|
# },
|
11913
|
+
# webvtt_destination_settings: {
|
11914
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
11915
|
+
# },
|
11527
11916
|
# },
|
11528
11917
|
# 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
|
11529
11918
|
# language_description: "__string",
|
@@ -11532,6 +11921,10 @@ module Aws::MediaConvert
|
|
11532
11921
|
# container_settings: {
|
11533
11922
|
# cmfc_settings: {
|
11534
11923
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11924
|
+
# audio_group_id: "__string",
|
11925
|
+
# audio_rendition_sets: "__string",
|
11926
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
11927
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
11535
11928
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11536
11929
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
11537
11930
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -11646,6 +12039,7 @@ module Aws::MediaConvert
|
|
11646
12039
|
# audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
|
11647
12040
|
# audio_rendition_sets: "__string",
|
11648
12041
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
12042
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
11649
12043
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11650
12044
|
# segment_modifier: "__string",
|
11651
12045
|
# },
|
@@ -12011,7 +12405,8 @@ module Aws::MediaConvert
|
|
12011
12405
|
# @return [Types::AvailBlanking]
|
12012
12406
|
#
|
12013
12407
|
# @!attribute [rw] esam
|
12014
|
-
# Settings for Event Signaling And Messaging (ESAM).
|
12408
|
+
# Settings for Event Signaling And Messaging (ESAM). If you don't do
|
12409
|
+
# ad insertion, you can ignore these settings.
|
12015
12410
|
# @return [Types::EsamSettings]
|
12016
12411
|
#
|
12017
12412
|
# @!attribute [rw] inputs
|
@@ -12023,6 +12418,8 @@ module Aws::MediaConvert
|
|
12023
12418
|
# @!attribute [rw] motion_image_inserter
|
12024
12419
|
# Overlay motion graphics on top of your video. The motion graphics
|
12025
12420
|
# that you specify here appear on all outputs in all output groups.
|
12421
|
+
# For more information, see
|
12422
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
|
12026
12423
|
# @return [Types::MotionImageInserter]
|
12027
12424
|
#
|
12028
12425
|
# @!attribute [rw] nielsen_configuration
|
@@ -12064,8 +12461,8 @@ module Aws::MediaConvert
|
|
12064
12461
|
# @return [Array<Types::OutputGroup>]
|
12065
12462
|
#
|
12066
12463
|
# @!attribute [rw] timecode_config
|
12067
|
-
#
|
12068
|
-
#
|
12464
|
+
# These settings control how the service handles timecodes throughout
|
12465
|
+
# the job. These settings don't affect input clipping.
|
12069
12466
|
# @return [Types::TimecodeConfig]
|
12070
12467
|
#
|
12071
12468
|
# @!attribute [rw] timed_metadata_insertion
|
@@ -12209,7 +12606,7 @@ module Aws::MediaConvert
|
|
12209
12606
|
# "__string" => {
|
12210
12607
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
12211
12608
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
12212
|
-
# external_audio_file_input: "
|
12609
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
12213
12610
|
# 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
|
12214
12611
|
# offset: 1,
|
12215
12612
|
# pids: [1],
|
@@ -12255,10 +12652,10 @@ module Aws::MediaConvert
|
|
12255
12652
|
# framerate_denominator: 1,
|
12256
12653
|
# framerate_numerator: 1,
|
12257
12654
|
# },
|
12258
|
-
# source_file: "
|
12655
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
12259
12656
|
# time_delta: 1,
|
12260
12657
|
# },
|
12261
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
12658
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
12262
12659
|
# teletext_source_settings: {
|
12263
12660
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
12264
12661
|
# },
|
@@ -12341,7 +12738,7 @@ module Aws::MediaConvert
|
|
12341
12738
|
# framerate_denominator: 1,
|
12342
12739
|
# framerate_numerator: 1,
|
12343
12740
|
# },
|
12344
|
-
# input: "
|
12741
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
12345
12742
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
12346
12743
|
# offset: {
|
12347
12744
|
# image_x: 1,
|
@@ -12426,6 +12823,7 @@ module Aws::MediaConvert
|
|
12426
12823
|
# min_buffer_time: 1,
|
12427
12824
|
# min_final_segment_length: 1.0,
|
12428
12825
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
12826
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
12429
12827
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
12430
12828
|
# segment_length: 1,
|
12431
12829
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -12440,6 +12838,7 @@ module Aws::MediaConvert
|
|
12440
12838
|
# selected_outputs: ["__stringMin1"],
|
12441
12839
|
# },
|
12442
12840
|
# ],
|
12841
|
+
# audio_channel_config_scheme_id_uri: "MPEG_CHANNEL_CONFIGURATION", # accepts MPEG_CHANNEL_CONFIGURATION, DOLBY_CHANNEL_CONFIGURATION
|
12443
12842
|
# base_url: "__string",
|
12444
12843
|
# destination: "__stringPatternS3",
|
12445
12844
|
# destination_settings: {
|
@@ -12467,6 +12866,7 @@ module Aws::MediaConvert
|
|
12467
12866
|
# min_buffer_time: 1,
|
12468
12867
|
# min_final_segment_length: 1.0,
|
12469
12868
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
12869
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
12470
12870
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
12471
12871
|
# segment_length: 1,
|
12472
12872
|
# write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -12621,7 +13021,9 @@ module Aws::MediaConvert
|
|
12621
13021
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
12622
13022
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
12623
13023
|
# dialnorm: 1,
|
13024
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
12624
13025
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
13026
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
12625
13027
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
12626
13028
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
12627
13029
|
# sample_rate: 1,
|
@@ -12781,6 +13183,9 @@ module Aws::MediaConvert
|
|
12781
13183
|
# ttml_destination_settings: {
|
12782
13184
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
12783
13185
|
# },
|
13186
|
+
# webvtt_destination_settings: {
|
13187
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
13188
|
+
# },
|
12784
13189
|
# },
|
12785
13190
|
# 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
|
12786
13191
|
# language_description: "__string",
|
@@ -12789,6 +13194,10 @@ module Aws::MediaConvert
|
|
12789
13194
|
# container_settings: {
|
12790
13195
|
# cmfc_settings: {
|
12791
13196
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
13197
|
+
# audio_group_id: "__string",
|
13198
|
+
# audio_rendition_sets: "__string",
|
13199
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
13200
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
12792
13201
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
12793
13202
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
12794
13203
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -12903,6 +13312,7 @@ module Aws::MediaConvert
|
|
12903
13312
|
# audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
|
12904
13313
|
# audio_rendition_sets: "__string",
|
12905
13314
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
13315
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
12906
13316
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
12907
13317
|
# segment_modifier: "__string",
|
12908
13318
|
# },
|
@@ -13268,7 +13678,8 @@ module Aws::MediaConvert
|
|
13268
13678
|
# @return [Types::AvailBlanking]
|
13269
13679
|
#
|
13270
13680
|
# @!attribute [rw] esam
|
13271
|
-
# Settings for Event Signaling And Messaging (ESAM).
|
13681
|
+
# Settings for Event Signaling And Messaging (ESAM). If you don't do
|
13682
|
+
# ad insertion, you can ignore these settings.
|
13272
13683
|
# @return [Types::EsamSettings]
|
13273
13684
|
#
|
13274
13685
|
# @!attribute [rw] inputs
|
@@ -13280,6 +13691,8 @@ module Aws::MediaConvert
|
|
13280
13691
|
# @!attribute [rw] motion_image_inserter
|
13281
13692
|
# Overlay motion graphics on top of your video. The motion graphics
|
13282
13693
|
# that you specify here appear on all outputs in all output groups.
|
13694
|
+
# For more information, see
|
13695
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
|
13283
13696
|
# @return [Types::MotionImageInserter]
|
13284
13697
|
#
|
13285
13698
|
# @!attribute [rw] nielsen_configuration
|
@@ -13321,8 +13734,8 @@ module Aws::MediaConvert
|
|
13321
13734
|
# @return [Array<Types::OutputGroup>]
|
13322
13735
|
#
|
13323
13736
|
# @!attribute [rw] timecode_config
|
13324
|
-
#
|
13325
|
-
#
|
13737
|
+
# These settings control how the service handles timecodes throughout
|
13738
|
+
# the job. These settings don't affect input clipping.
|
13326
13739
|
# @return [Types::TimecodeConfig]
|
13327
13740
|
#
|
13328
13741
|
# @!attribute [rw] timed_metadata_insertion
|
@@ -13827,13 +14240,19 @@ module Aws::MediaConvert
|
|
13827
14240
|
# @return [String]
|
13828
14241
|
#
|
13829
14242
|
# @!attribute [rw] dvb_nit_settings
|
13830
|
-
#
|
13831
|
-
#
|
14243
|
+
# Use these settings to insert a DVB Network Information Table (NIT)
|
14244
|
+
# in the transport stream of this output. When you work directly in
|
14245
|
+
# your JSON job specification, include this object only when your job
|
14246
|
+
# has a transport stream output and the container settings contain the
|
14247
|
+
# object M2tsSettings.
|
13832
14248
|
# @return [Types::DvbNitSettings]
|
13833
14249
|
#
|
13834
14250
|
# @!attribute [rw] dvb_sdt_settings
|
13835
|
-
#
|
13836
|
-
#
|
14251
|
+
# Use these settings to insert a DVB Service Description Table (SDT)
|
14252
|
+
# in the transport stream of this output. When you work directly in
|
14253
|
+
# your JSON job specification, include this object only when your job
|
14254
|
+
# has a transport stream output and the container settings contain the
|
14255
|
+
# object M2tsSettings.
|
13837
14256
|
# @return [Types::DvbSdtSettings]
|
13838
14257
|
#
|
13839
14258
|
# @!attribute [rw] dvb_sub_pids
|
@@ -13843,8 +14262,11 @@ module Aws::MediaConvert
|
|
13843
14262
|
# @return [Array<Integer>]
|
13844
14263
|
#
|
13845
14264
|
# @!attribute [rw] dvb_tdt_settings
|
13846
|
-
#
|
13847
|
-
#
|
14265
|
+
# Use these settings to insert a DVB Time and Date Table (TDT) in the
|
14266
|
+
# transport stream of this output. When you work directly in your JSON
|
14267
|
+
# job specification, include this object only when your job has a
|
14268
|
+
# transport stream output and the container settings contain the
|
14269
|
+
# object M2tsSettings.
|
13848
14270
|
# @return [Types::DvbTdtSettings]
|
13849
14271
|
#
|
13850
14272
|
# @!attribute [rw] dvb_teletext_pid
|
@@ -14073,7 +14495,8 @@ module Aws::MediaConvert
|
|
14073
14495
|
include Aws::Structure
|
14074
14496
|
end
|
14075
14497
|
|
14076
|
-
#
|
14498
|
+
# These settings relate to the MPEG-2 transport stream (MPEG2-TS)
|
14499
|
+
# container for the MPEG2-TS segments in your HLS outputs.
|
14077
14500
|
#
|
14078
14501
|
# @note When making an API call, you may pass M3u8Settings
|
14079
14502
|
# data as a hash:
|
@@ -14231,8 +14654,10 @@ module Aws::MediaConvert
|
|
14231
14654
|
include Aws::Structure
|
14232
14655
|
end
|
14233
14656
|
|
14234
|
-
# Overlay motion graphics on top of your video
|
14235
|
-
# specify.
|
14657
|
+
# Overlay motion graphics on top of your video. The motion graphics that
|
14658
|
+
# you specify here appear on all outputs in all output groups. For more
|
14659
|
+
# information, see
|
14660
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
|
14236
14661
|
#
|
14237
14662
|
# @note When making an API call, you may pass MotionImageInserter
|
14238
14663
|
# data as a hash:
|
@@ -14242,7 +14667,7 @@ module Aws::MediaConvert
|
|
14242
14667
|
# framerate_denominator: 1,
|
14243
14668
|
# framerate_numerator: 1,
|
14244
14669
|
# },
|
14245
|
-
# input: "
|
14670
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
14246
14671
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
14247
14672
|
# offset: {
|
14248
14673
|
# image_x: 1,
|
@@ -14389,7 +14814,7 @@ module Aws::MediaConvert
|
|
14389
14814
|
include Aws::Structure
|
14390
14815
|
end
|
14391
14816
|
|
14392
|
-
#
|
14817
|
+
# These settings relate to your QuickTime MOV output container.
|
14393
14818
|
#
|
14394
14819
|
# @note When making an API call, you may pass MovSettings
|
14395
14820
|
# data as a hash:
|
@@ -14535,8 +14960,9 @@ module Aws::MediaConvert
|
|
14535
14960
|
include Aws::Structure
|
14536
14961
|
end
|
14537
14962
|
|
14538
|
-
#
|
14539
|
-
# this container.
|
14963
|
+
# These settings relate to your MP4 output container. You can create
|
14964
|
+
# audio only outputs with this container. For more information, see
|
14965
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
|
14540
14966
|
#
|
14541
14967
|
# @note When making an API call, you may pass Mp4Settings
|
14542
14968
|
# data as a hash:
|
@@ -14615,7 +15041,8 @@ module Aws::MediaConvert
|
|
14615
15041
|
include Aws::Structure
|
14616
15042
|
end
|
14617
15043
|
|
14618
|
-
#
|
15044
|
+
# These settings relate to the fragmented MP4 container for the segments
|
15045
|
+
# in your DASH outputs.
|
14619
15046
|
#
|
14620
15047
|
# @note When making an API call, you may pass MpdSettings
|
14621
15048
|
# data as a hash:
|
@@ -15139,8 +15566,12 @@ module Aws::MediaConvert
|
|
15139
15566
|
include Aws::Structure
|
15140
15567
|
end
|
15141
15568
|
|
15142
|
-
#
|
15143
|
-
#
|
15569
|
+
# Settings related to your Microsoft Smooth Streaming output package.
|
15570
|
+
# For more information, see
|
15571
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
15572
|
+
# When you work directly in your JSON job specification, include this
|
15573
|
+
# object and any required children when you set Type, under
|
15574
|
+
# OutputGroupSettings, to MS\_SMOOTH\_GROUP\_SETTINGS.
|
15144
15575
|
#
|
15145
15576
|
# @note When making an API call, you may pass MsSmoothGroupSettings
|
15146
15577
|
# data as a hash:
|
@@ -15235,7 +15666,7 @@ module Aws::MediaConvert
|
|
15235
15666
|
include Aws::Structure
|
15236
15667
|
end
|
15237
15668
|
|
15238
|
-
# MXF
|
15669
|
+
# These settings relate to your MXF output container.
|
15239
15670
|
#
|
15240
15671
|
# @note When making an API call, you may pass MxfSettings
|
15241
15672
|
# data as a hash:
|
@@ -15728,8 +16159,10 @@ module Aws::MediaConvert
|
|
15728
16159
|
include Aws::Structure
|
15729
16160
|
end
|
15730
16161
|
|
15731
|
-
#
|
15732
|
-
#
|
16162
|
+
# Each output in your job is a collection of settings that describes how
|
16163
|
+
# you want MediaConvert to encode a single output file or stream. For
|
16164
|
+
# more information, see
|
16165
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/create-outputs.html.
|
15733
16166
|
#
|
15734
16167
|
# @note When making an API call, you may pass Output
|
15735
16168
|
# data as a hash:
|
@@ -15768,7 +16201,9 @@ module Aws::MediaConvert
|
|
15768
16201
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
15769
16202
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
15770
16203
|
# dialnorm: 1,
|
16204
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
15771
16205
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
16206
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
15772
16207
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
15773
16208
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
15774
16209
|
# sample_rate: 1,
|
@@ -15928,6 +16363,9 @@ module Aws::MediaConvert
|
|
15928
16363
|
# ttml_destination_settings: {
|
15929
16364
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
15930
16365
|
# },
|
16366
|
+
# webvtt_destination_settings: {
|
16367
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
16368
|
+
# },
|
15931
16369
|
# },
|
15932
16370
|
# 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
|
15933
16371
|
# language_description: "__string",
|
@@ -15936,6 +16374,10 @@ module Aws::MediaConvert
|
|
15936
16374
|
# container_settings: {
|
15937
16375
|
# cmfc_settings: {
|
15938
16376
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16377
|
+
# audio_group_id: "__string",
|
16378
|
+
# audio_rendition_sets: "__string",
|
16379
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
16380
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
15939
16381
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
15940
16382
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
15941
16383
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -16050,6 +16492,7 @@ module Aws::MediaConvert
|
|
16050
16492
|
# audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
|
16051
16493
|
# audio_rendition_sets: "__string",
|
16052
16494
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
16495
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
16053
16496
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
16054
16497
|
# segment_modifier: "__string",
|
16055
16498
|
# },
|
@@ -16436,10 +16879,10 @@ module Aws::MediaConvert
|
|
16436
16879
|
# @return [String]
|
16437
16880
|
#
|
16438
16881
|
# @!attribute [rw] video_description
|
16439
|
-
#
|
16882
|
+
# VideoDescription contains a group of video encoding settings. The
|
16440
16883
|
# specific video settings depend on the video codec that you choose
|
16441
|
-
#
|
16442
|
-
#
|
16884
|
+
# for the property codec. Include one instance of VideoDescription per
|
16885
|
+
# output.
|
16443
16886
|
# @return [Types::VideoDescription]
|
16444
16887
|
#
|
16445
16888
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Output AWS API Documentation
|
@@ -16569,6 +17012,7 @@ module Aws::MediaConvert
|
|
16569
17012
|
# min_buffer_time: 1,
|
16570
17013
|
# min_final_segment_length: 1.0,
|
16571
17014
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
17015
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
16572
17016
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
16573
17017
|
# segment_length: 1,
|
16574
17018
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -16583,6 +17027,7 @@ module Aws::MediaConvert
|
|
16583
17027
|
# selected_outputs: ["__stringMin1"],
|
16584
17028
|
# },
|
16585
17029
|
# ],
|
17030
|
+
# audio_channel_config_scheme_id_uri: "MPEG_CHANNEL_CONFIGURATION", # accepts MPEG_CHANNEL_CONFIGURATION, DOLBY_CHANNEL_CONFIGURATION
|
16586
17031
|
# base_url: "__string",
|
16587
17032
|
# destination: "__stringPatternS3",
|
16588
17033
|
# destination_settings: {
|
@@ -16610,6 +17055,7 @@ module Aws::MediaConvert
|
|
16610
17055
|
# min_buffer_time: 1,
|
16611
17056
|
# min_final_segment_length: 1.0,
|
16612
17057
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
17058
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
16613
17059
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
16614
17060
|
# segment_length: 1,
|
16615
17061
|
# write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -16764,7 +17210,9 @@ module Aws::MediaConvert
|
|
16764
17210
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
16765
17211
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
16766
17212
|
# dialnorm: 1,
|
17213
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
16767
17214
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
17215
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
16768
17216
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
16769
17217
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
16770
17218
|
# sample_rate: 1,
|
@@ -16924,6 +17372,9 @@ module Aws::MediaConvert
|
|
16924
17372
|
# ttml_destination_settings: {
|
16925
17373
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
16926
17374
|
# },
|
17375
|
+
# webvtt_destination_settings: {
|
17376
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
17377
|
+
# },
|
16927
17378
|
# },
|
16928
17379
|
# 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
|
16929
17380
|
# language_description: "__string",
|
@@ -16932,6 +17383,10 @@ module Aws::MediaConvert
|
|
16932
17383
|
# container_settings: {
|
16933
17384
|
# cmfc_settings: {
|
16934
17385
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
17386
|
+
# audio_group_id: "__string",
|
17387
|
+
# audio_rendition_sets: "__string",
|
17388
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
17389
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
16935
17390
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
16936
17391
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
16937
17392
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -17046,6 +17501,7 @@ module Aws::MediaConvert
|
|
17046
17501
|
# audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
|
17047
17502
|
# audio_rendition_sets: "__string",
|
17048
17503
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
17504
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
17049
17505
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
17050
17506
|
# segment_modifier: "__string",
|
17051
17507
|
# },
|
@@ -17490,6 +17946,7 @@ module Aws::MediaConvert
|
|
17490
17946
|
# min_buffer_time: 1,
|
17491
17947
|
# min_final_segment_length: 1.0,
|
17492
17948
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
17949
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
17493
17950
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
17494
17951
|
# segment_length: 1,
|
17495
17952
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -17504,6 +17961,7 @@ module Aws::MediaConvert
|
|
17504
17961
|
# selected_outputs: ["__stringMin1"],
|
17505
17962
|
# },
|
17506
17963
|
# ],
|
17964
|
+
# audio_channel_config_scheme_id_uri: "MPEG_CHANNEL_CONFIGURATION", # accepts MPEG_CHANNEL_CONFIGURATION, DOLBY_CHANNEL_CONFIGURATION
|
17507
17965
|
# base_url: "__string",
|
17508
17966
|
# destination: "__stringPatternS3",
|
17509
17967
|
# destination_settings: {
|
@@ -17531,6 +17989,7 @@ module Aws::MediaConvert
|
|
17531
17989
|
# min_buffer_time: 1,
|
17532
17990
|
# min_final_segment_length: 1.0,
|
17533
17991
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
17992
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
17534
17993
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
17535
17994
|
# segment_length: 1,
|
17536
17995
|
# write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -17652,30 +18111,47 @@ module Aws::MediaConvert
|
|
17652
18111
|
# }
|
17653
18112
|
#
|
17654
18113
|
# @!attribute [rw] cmaf_group_settings
|
17655
|
-
#
|
17656
|
-
#
|
17657
|
-
#
|
17658
|
-
#
|
18114
|
+
# Settings related to your CMAF output package. For more information,
|
18115
|
+
# see
|
18116
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
18117
|
+
# When you work directly in your JSON job specification, include this
|
18118
|
+
# object and any required children when you set Type, under
|
18119
|
+
# OutputGroupSettings, to CMAF\_GROUP\_SETTINGS.
|
17659
18120
|
# @return [Types::CmafGroupSettings]
|
17660
18121
|
#
|
17661
18122
|
# @!attribute [rw] dash_iso_group_settings
|
17662
|
-
#
|
17663
|
-
#
|
18123
|
+
# Settings related to your DASH output package. For more information,
|
18124
|
+
# see
|
18125
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
18126
|
+
# When you work directly in your JSON job specification, include this
|
18127
|
+
# object and any required children when you set Type, under
|
18128
|
+
# OutputGroupSettings, to DASH\_ISO\_GROUP\_SETTINGS.
|
17664
18129
|
# @return [Types::DashIsoGroupSettings]
|
17665
18130
|
#
|
17666
18131
|
# @!attribute [rw] file_group_settings
|
17667
|
-
#
|
17668
|
-
#
|
18132
|
+
# Settings related to your File output group. MediaConvert uses this
|
18133
|
+
# group of settings to generate a single standalone file, rather than
|
18134
|
+
# a streaming package. When you work directly in your JSON job
|
18135
|
+
# specification, include this object and any required children when
|
18136
|
+
# you set Type, under OutputGroupSettings, to FILE\_GROUP\_SETTINGS.
|
17669
18137
|
# @return [Types::FileGroupSettings]
|
17670
18138
|
#
|
17671
18139
|
# @!attribute [rw] hls_group_settings
|
17672
|
-
#
|
17673
|
-
#
|
18140
|
+
# Settings related to your HLS output package. For more information,
|
18141
|
+
# see
|
18142
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
18143
|
+
# When you work directly in your JSON job specification, include this
|
18144
|
+
# object and any required children when you set Type, under
|
18145
|
+
# OutputGroupSettings, to HLS\_GROUP\_SETTINGS.
|
17674
18146
|
# @return [Types::HlsGroupSettings]
|
17675
18147
|
#
|
17676
18148
|
# @!attribute [rw] ms_smooth_group_settings
|
17677
|
-
#
|
17678
|
-
#
|
18149
|
+
# Settings related to your Microsoft Smooth Streaming output package.
|
18150
|
+
# For more information, see
|
18151
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
18152
|
+
# When you work directly in your JSON job specification, include this
|
18153
|
+
# object and any required children when you set Type, under
|
18154
|
+
# OutputGroupSettings, to MS\_SMOOTH\_GROUP\_SETTINGS.
|
17679
18155
|
# @return [Types::MsSmoothGroupSettings]
|
17680
18156
|
#
|
17681
18157
|
# @!attribute [rw] type
|
@@ -17707,6 +18183,7 @@ module Aws::MediaConvert
|
|
17707
18183
|
# audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
|
17708
18184
|
# audio_rendition_sets: "__string",
|
17709
18185
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
18186
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
17710
18187
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
17711
18188
|
# segment_modifier: "__string",
|
17712
18189
|
# },
|
@@ -17846,7 +18323,9 @@ module Aws::MediaConvert
|
|
17846
18323
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
17847
18324
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
17848
18325
|
# dialnorm: 1,
|
18326
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
17849
18327
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
18328
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
17850
18329
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
17851
18330
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
17852
18331
|
# sample_rate: 1,
|
@@ -18005,6 +18484,9 @@ module Aws::MediaConvert
|
|
18005
18484
|
# ttml_destination_settings: {
|
18006
18485
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
18007
18486
|
# },
|
18487
|
+
# webvtt_destination_settings: {
|
18488
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
18489
|
+
# },
|
18008
18490
|
# },
|
18009
18491
|
# 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
|
18010
18492
|
# language_description: "__string",
|
@@ -18013,6 +18495,10 @@ module Aws::MediaConvert
|
|
18013
18495
|
# container_settings: {
|
18014
18496
|
# cmfc_settings: {
|
18015
18497
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
18498
|
+
# audio_group_id: "__string",
|
18499
|
+
# audio_rendition_sets: "__string",
|
18500
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
18501
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
18016
18502
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
18017
18503
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
18018
18504
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -18458,8 +18944,9 @@ module Aws::MediaConvert
|
|
18458
18944
|
# @return [Array<Types::AudioDescription>]
|
18459
18945
|
#
|
18460
18946
|
# @!attribute [rw] caption_descriptions
|
18461
|
-
#
|
18462
|
-
#
|
18947
|
+
# This object holds groups of settings related to captions for one
|
18948
|
+
# output. For each output that has captions, include one instance of
|
18949
|
+
# CaptionDescriptions.
|
18463
18950
|
# @return [Array<Types::CaptionDescriptionPreset>]
|
18464
18951
|
#
|
18465
18952
|
# @!attribute [rw] container_settings
|
@@ -18467,10 +18954,10 @@ module Aws::MediaConvert
|
|
18467
18954
|
# @return [Types::ContainerSettings]
|
18468
18955
|
#
|
18469
18956
|
# @!attribute [rw] video_description
|
18470
|
-
#
|
18957
|
+
# VideoDescription contains a group of video encoding settings. The
|
18471
18958
|
# specific video settings depend on the video codec that you choose
|
18472
|
-
#
|
18473
|
-
#
|
18959
|
+
# for the property codec. Include one instance of VideoDescription per
|
18960
|
+
# output.
|
18474
18961
|
# @return [Types::VideoDescription]
|
18475
18962
|
#
|
18476
18963
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/PresetSettings AWS API Documentation
|
@@ -19104,7 +19591,13 @@ module Aws::MediaConvert
|
|
19104
19591
|
include Aws::Structure
|
19105
19592
|
end
|
19106
19593
|
|
19107
|
-
# Settings
|
19594
|
+
# Settings related to SCC captions. SCC is a sidecar format that holds
|
19595
|
+
# captions in a file that is separate from the video container. Set up
|
19596
|
+
# sidecar captions in the same output group, but different output from
|
19597
|
+
# your video. For more information, see
|
19598
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/scc-srt-output-captions.html.
|
19599
|
+
# When you work directly in your JSON job specification, include this
|
19600
|
+
# object and any required children when you set destinationType to SCC.
|
19108
19601
|
#
|
19109
19602
|
# @note When making an API call, you may pass SccDestinationSettings
|
19110
19603
|
# data as a hash:
|
@@ -19326,7 +19819,12 @@ module Aws::MediaConvert
|
|
19326
19819
|
#
|
19327
19820
|
class TagResourceResponse < Aws::EmptyStructure; end
|
19328
19821
|
|
19329
|
-
# Settings
|
19822
|
+
# Settings related to teletext captions. Set up teletext captions in the
|
19823
|
+
# same output as your video. For more information, see
|
19824
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/teletext-output-captions.html.
|
19825
|
+
# When you work directly in your JSON job specification, include this
|
19826
|
+
# object and any required children when you set destinationType to
|
19827
|
+
# TELETEXT.
|
19330
19828
|
#
|
19331
19829
|
# @note When making an API call, you may pass TeletextDestinationSettings
|
19332
19830
|
# data as a hash:
|
@@ -19386,8 +19884,8 @@ module Aws::MediaConvert
|
|
19386
19884
|
include Aws::Structure
|
19387
19885
|
end
|
19388
19886
|
|
19389
|
-
#
|
19390
|
-
#
|
19887
|
+
# Settings for burning the output timecode and specified prefix into the
|
19888
|
+
# output.
|
19391
19889
|
#
|
19392
19890
|
# @note When making an API call, you may pass TimecodeBurnin
|
19393
19891
|
# data as a hash:
|
@@ -19596,8 +20094,13 @@ module Aws::MediaConvert
|
|
19596
20094
|
include Aws::Structure
|
19597
20095
|
end
|
19598
20096
|
|
19599
|
-
# Settings
|
19600
|
-
#
|
20097
|
+
# Settings related to TTML captions. TTML is a sidecar format that holds
|
20098
|
+
# captions in a file that is separate from the video container. Set up
|
20099
|
+
# sidecar captions in the same output group, but different output from
|
20100
|
+
# your video. For more information, see
|
20101
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
|
20102
|
+
# When you work directly in your JSON job specification, include this
|
20103
|
+
# object and any required children when you set destinationType to TTML.
|
19601
20104
|
#
|
19602
20105
|
# @note When making an API call, you may pass TtmlDestinationSettings
|
19603
20106
|
# data as a hash:
|
@@ -19608,7 +20111,7 @@ module Aws::MediaConvert
|
|
19608
20111
|
#
|
19609
20112
|
# @!attribute [rw] style_passthrough
|
19610
20113
|
# Pass through style and position information from a TTML-like input
|
19611
|
-
# source (TTML, SMPTE-TT) to the TTML output.
|
20114
|
+
# source (TTML, IMSC, SMPTE-TT) to the TTML output.
|
19612
20115
|
# @return [String]
|
19613
20116
|
#
|
19614
20117
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/TtmlDestinationSettings AWS API Documentation
|
@@ -19705,7 +20208,7 @@ module Aws::MediaConvert
|
|
19705
20208
|
# "__string" => {
|
19706
20209
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
19707
20210
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
19708
|
-
# external_audio_file_input: "
|
20211
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
19709
20212
|
# 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
|
19710
20213
|
# offset: 1,
|
19711
20214
|
# pids: [1],
|
@@ -19751,10 +20254,10 @@ module Aws::MediaConvert
|
|
19751
20254
|
# framerate_denominator: 1,
|
19752
20255
|
# framerate_numerator: 1,
|
19753
20256
|
# },
|
19754
|
-
# source_file: "
|
20257
|
+
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTT",
|
19755
20258
|
# time_delta: 1,
|
19756
20259
|
# },
|
19757
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
20260
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
19758
20261
|
# teletext_source_settings: {
|
19759
20262
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
19760
20263
|
# },
|
@@ -19837,7 +20340,7 @@ module Aws::MediaConvert
|
|
19837
20340
|
# framerate_denominator: 1,
|
19838
20341
|
# framerate_numerator: 1,
|
19839
20342
|
# },
|
19840
|
-
# input: "
|
20343
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
19841
20344
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
19842
20345
|
# offset: {
|
19843
20346
|
# image_x: 1,
|
@@ -19922,6 +20425,7 @@ module Aws::MediaConvert
|
|
19922
20425
|
# min_buffer_time: 1,
|
19923
20426
|
# min_final_segment_length: 1.0,
|
19924
20427
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
20428
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
19925
20429
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
19926
20430
|
# segment_length: 1,
|
19927
20431
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -19936,6 +20440,7 @@ module Aws::MediaConvert
|
|
19936
20440
|
# selected_outputs: ["__stringMin1"],
|
19937
20441
|
# },
|
19938
20442
|
# ],
|
20443
|
+
# audio_channel_config_scheme_id_uri: "MPEG_CHANNEL_CONFIGURATION", # accepts MPEG_CHANNEL_CONFIGURATION, DOLBY_CHANNEL_CONFIGURATION
|
19939
20444
|
# base_url: "__string",
|
19940
20445
|
# destination: "__stringPatternS3",
|
19941
20446
|
# destination_settings: {
|
@@ -19963,6 +20468,7 @@ module Aws::MediaConvert
|
|
19963
20468
|
# min_buffer_time: 1,
|
19964
20469
|
# min_final_segment_length: 1.0,
|
19965
20470
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
20471
|
+
# pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
|
19966
20472
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
19967
20473
|
# segment_length: 1,
|
19968
20474
|
# write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
|
@@ -20117,7 +20623,9 @@ module Aws::MediaConvert
|
|
20117
20623
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
20118
20624
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
20119
20625
|
# dialnorm: 1,
|
20626
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
20120
20627
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
20628
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
20121
20629
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
20122
20630
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
20123
20631
|
# sample_rate: 1,
|
@@ -20277,6 +20785,9 @@ module Aws::MediaConvert
|
|
20277
20785
|
# ttml_destination_settings: {
|
20278
20786
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
20279
20787
|
# },
|
20788
|
+
# webvtt_destination_settings: {
|
20789
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
20790
|
+
# },
|
20280
20791
|
# },
|
20281
20792
|
# 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
|
20282
20793
|
# language_description: "__string",
|
@@ -20285,6 +20796,10 @@ module Aws::MediaConvert
|
|
20285
20796
|
# container_settings: {
|
20286
20797
|
# cmfc_settings: {
|
20287
20798
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
20799
|
+
# audio_group_id: "__string",
|
20800
|
+
# audio_rendition_sets: "__string",
|
20801
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
20802
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
20288
20803
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
20289
20804
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
20290
20805
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -20399,6 +20914,7 @@ module Aws::MediaConvert
|
|
20399
20914
|
# audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
|
20400
20915
|
# audio_rendition_sets: "__string",
|
20401
20916
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
20917
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
20402
20918
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
20403
20919
|
# segment_modifier: "__string",
|
20404
20920
|
# },
|
@@ -20880,7 +21396,9 @@ module Aws::MediaConvert
|
|
20880
21396
|
# bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN, COMMENTARY, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
|
20881
21397
|
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
|
20882
21398
|
# dialnorm: 1,
|
21399
|
+
# dynamic_range_compression_line: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
20883
21400
|
# dynamic_range_compression_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
|
21401
|
+
# dynamic_range_compression_rf: "FILM_STANDARD", # accepts FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH, NONE
|
20884
21402
|
# lfe_filter: "ENABLED", # accepts ENABLED, DISABLED
|
20885
21403
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
20886
21404
|
# sample_rate: 1,
|
@@ -21039,6 +21557,9 @@ module Aws::MediaConvert
|
|
21039
21557
|
# ttml_destination_settings: {
|
21040
21558
|
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
21041
21559
|
# },
|
21560
|
+
# webvtt_destination_settings: {
|
21561
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
21562
|
+
# },
|
21042
21563
|
# },
|
21043
21564
|
# 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
|
21044
21565
|
# language_description: "__string",
|
@@ -21047,6 +21568,10 @@ module Aws::MediaConvert
|
|
21047
21568
|
# container_settings: {
|
21048
21569
|
# cmfc_settings: {
|
21049
21570
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
21571
|
+
# audio_group_id: "__string",
|
21572
|
+
# audio_rendition_sets: "__string",
|
21573
|
+
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
|
21574
|
+
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
21050
21575
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
21051
21576
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
21052
21577
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -21980,11 +22505,11 @@ module Aws::MediaConvert
|
|
21980
22505
|
# @return [Types::Av1Settings]
|
21981
22506
|
#
|
21982
22507
|
# @!attribute [rw] avc_intra_settings
|
21983
|
-
# Required when you
|
21984
|
-
# information about the AVC-
|
21985
|
-
# specification. For detailed information about SD and HD in
|
21986
|
-
# see https://ieeexplore.ieee.org/document/7290936. For
|
21987
|
-
# about 4K/2K in AVC-
|
22508
|
+
# Required when you choose AVC-Intra for your output video codec. For
|
22509
|
+
# more information about the AVC-Intra settings, see the relevant
|
22510
|
+
# specification. For detailed information about SD and HD in
|
22511
|
+
# AVC-Intra, see https://ieeexplore.ieee.org/document/7290936. For
|
22512
|
+
# information about 4K/2K in AVC-Intra, see
|
21988
22513
|
# https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.
|
21989
22514
|
# @return [Types::AvcIntraSettings]
|
21990
22515
|
#
|
@@ -22050,7 +22575,10 @@ module Aws::MediaConvert
|
|
22050
22575
|
include Aws::Structure
|
22051
22576
|
end
|
22052
22577
|
|
22053
|
-
# Settings
|
22578
|
+
# Settings related to video encoding of your output. The specific video
|
22579
|
+
# settings depend on the video codec that you choose. When you work
|
22580
|
+
# directly in your JSON job specification, include one instance of Video
|
22581
|
+
# description (VideoDescription) per output.
|
22054
22582
|
#
|
22055
22583
|
# @note When making an API call, you may pass VideoDescription
|
22056
22584
|
# data as a hash:
|
@@ -22645,14 +23173,16 @@ module Aws::MediaConvert
|
|
22645
23173
|
# }
|
22646
23174
|
#
|
22647
23175
|
# @!attribute [rw] color_corrector
|
22648
|
-
#
|
22649
|
-
#
|
22650
|
-
#
|
23176
|
+
# Use these settings to convert the color space or to modify
|
23177
|
+
# properties such as hue and contrast for this output. For more
|
23178
|
+
# information, see
|
23179
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/converting-the-color-space.html.
|
22651
23180
|
# @return [Types::ColorCorrector]
|
22652
23181
|
#
|
22653
23182
|
# @!attribute [rw] deinterlacer
|
22654
|
-
# Use
|
22655
|
-
#
|
23183
|
+
# Use the deinterlacer to produce smoother motion and a clearer
|
23184
|
+
# picture. For more information, see
|
23185
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-scan-type.html.
|
22656
23186
|
# @return [Types::Deinterlacer]
|
22657
23187
|
#
|
22658
23188
|
# @!attribute [rw] dolby_vision
|
@@ -22679,8 +23209,8 @@ module Aws::MediaConvert
|
|
22679
23209
|
# @return [Types::PartnerWatermarking]
|
22680
23210
|
#
|
22681
23211
|
# @!attribute [rw] timecode_burnin
|
22682
|
-
#
|
22683
|
-
#
|
23212
|
+
# Settings for burning the output timecode and specified prefix into
|
23213
|
+
# the output.
|
22684
23214
|
# @return [Types::TimecodeBurnin]
|
22685
23215
|
#
|
22686
23216
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoPreprocessor AWS API Documentation
|
@@ -22697,7 +23227,8 @@ module Aws::MediaConvert
|
|
22697
23227
|
include Aws::Structure
|
22698
23228
|
end
|
22699
23229
|
|
22700
|
-
#
|
23230
|
+
# Input video selectors contain the video settings for the input. Each
|
23231
|
+
# of your inputs can have up to one video selector.
|
22701
23232
|
#
|
22702
23233
|
# @note When making an API call, you may pass VideoSelector
|
22703
23234
|
# data as a hash:
|
@@ -23211,5 +23742,29 @@ module Aws::MediaConvert
|
|
23211
23742
|
include Aws::Structure
|
23212
23743
|
end
|
23213
23744
|
|
23745
|
+
# WEBVTT Destination Settings
|
23746
|
+
#
|
23747
|
+
# @note When making an API call, you may pass WebvttDestinationSettings
|
23748
|
+
# data as a hash:
|
23749
|
+
#
|
23750
|
+
# {
|
23751
|
+
# style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
|
23752
|
+
# }
|
23753
|
+
#
|
23754
|
+
# @!attribute [rw] style_passthrough
|
23755
|
+
# Choose Enabled (ENABLED) to have MediaConvert use the font style,
|
23756
|
+
# color, and position information from the captions source in the
|
23757
|
+
# input. Keep the default value, Disabled (DISABLED), for simplified
|
23758
|
+
# output captions.
|
23759
|
+
# @return [String]
|
23760
|
+
#
|
23761
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/WebvttDestinationSettings AWS API Documentation
|
23762
|
+
#
|
23763
|
+
class WebvttDestinationSettings < Struct.new(
|
23764
|
+
:style_passthrough)
|
23765
|
+
SENSITIVE = []
|
23766
|
+
include Aws::Structure
|
23767
|
+
end
|
23768
|
+
|
23214
23769
|
end
|
23215
23770
|
end
|