aws-sdk-mediaconvert 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +185 -33
- data/lib/aws-sdk-mediaconvert/client_api.rb +27 -4
- data/lib/aws-sdk-mediaconvert/types.rb +366 -39
- metadata +2 -2
@@ -156,6 +156,7 @@ module Aws::MediaConvert
|
|
156
156
|
H264AdaptiveQuantization = Shapes::StringShape.new(name: 'H264AdaptiveQuantization')
|
157
157
|
H264CodecLevel = Shapes::StringShape.new(name: 'H264CodecLevel')
|
158
158
|
H264CodecProfile = Shapes::StringShape.new(name: 'H264CodecProfile')
|
159
|
+
H264DynamicSubGop = Shapes::StringShape.new(name: 'H264DynamicSubGop')
|
159
160
|
H264EntropyEncoding = Shapes::StringShape.new(name: 'H264EntropyEncoding')
|
160
161
|
H264FieldEncoding = Shapes::StringShape.new(name: 'H264FieldEncoding')
|
161
162
|
H264FlickerAdaptiveQuantization = Shapes::StringShape.new(name: 'H264FlickerAdaptiveQuantization')
|
@@ -166,6 +167,7 @@ module Aws::MediaConvert
|
|
166
167
|
H264InterlaceMode = Shapes::StringShape.new(name: 'H264InterlaceMode')
|
167
168
|
H264ParControl = Shapes::StringShape.new(name: 'H264ParControl')
|
168
169
|
H264QualityTuningLevel = Shapes::StringShape.new(name: 'H264QualityTuningLevel')
|
170
|
+
H264QvbrSettings = Shapes::StructureShape.new(name: 'H264QvbrSettings')
|
169
171
|
H264RateControlMode = Shapes::StringShape.new(name: 'H264RateControlMode')
|
170
172
|
H264RepeatPps = Shapes::StringShape.new(name: 'H264RepeatPps')
|
171
173
|
H264SceneChangeDetect = Shapes::StringShape.new(name: 'H264SceneChangeDetect')
|
@@ -180,6 +182,7 @@ module Aws::MediaConvert
|
|
180
182
|
H265AlternateTransferFunctionSei = Shapes::StringShape.new(name: 'H265AlternateTransferFunctionSei')
|
181
183
|
H265CodecLevel = Shapes::StringShape.new(name: 'H265CodecLevel')
|
182
184
|
H265CodecProfile = Shapes::StringShape.new(name: 'H265CodecProfile')
|
185
|
+
H265DynamicSubGop = Shapes::StringShape.new(name: 'H265DynamicSubGop')
|
183
186
|
H265FlickerAdaptiveQuantization = Shapes::StringShape.new(name: 'H265FlickerAdaptiveQuantization')
|
184
187
|
H265FramerateControl = Shapes::StringShape.new(name: 'H265FramerateControl')
|
185
188
|
H265FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'H265FramerateConversionAlgorithm')
|
@@ -188,6 +191,7 @@ module Aws::MediaConvert
|
|
188
191
|
H265InterlaceMode = Shapes::StringShape.new(name: 'H265InterlaceMode')
|
189
192
|
H265ParControl = Shapes::StringShape.new(name: 'H265ParControl')
|
190
193
|
H265QualityTuningLevel = Shapes::StringShape.new(name: 'H265QualityTuningLevel')
|
194
|
+
H265QvbrSettings = Shapes::StructureShape.new(name: 'H265QvbrSettings')
|
191
195
|
H265RateControlMode = Shapes::StringShape.new(name: 'H265RateControlMode')
|
192
196
|
H265SampleAdaptiveOffsetFilterMode = Shapes::StringShape.new(name: 'H265SampleAdaptiveOffsetFilterMode')
|
193
197
|
H265SceneChangeDetect = Shapes::StringShape.new(name: 'H265SceneChangeDetect')
|
@@ -281,6 +285,7 @@ module Aws::MediaConvert
|
|
281
285
|
Mpeg2AdaptiveQuantization = Shapes::StringShape.new(name: 'Mpeg2AdaptiveQuantization')
|
282
286
|
Mpeg2CodecLevel = Shapes::StringShape.new(name: 'Mpeg2CodecLevel')
|
283
287
|
Mpeg2CodecProfile = Shapes::StringShape.new(name: 'Mpeg2CodecProfile')
|
288
|
+
Mpeg2DynamicSubGop = Shapes::StringShape.new(name: 'Mpeg2DynamicSubGop')
|
284
289
|
Mpeg2FramerateControl = Shapes::StringShape.new(name: 'Mpeg2FramerateControl')
|
285
290
|
Mpeg2FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Mpeg2FramerateConversionAlgorithm')
|
286
291
|
Mpeg2GopSizeUnits = Shapes::StringShape.new(name: 'Mpeg2GopSizeUnits')
|
@@ -374,6 +379,7 @@ module Aws::MediaConvert
|
|
374
379
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
375
380
|
__double = Shapes::FloatShape.new(name: '__double')
|
376
381
|
__doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
|
382
|
+
__doubleMin0Max2147483647 = Shapes::FloatShape.new(name: '__doubleMin0Max2147483647')
|
377
383
|
__doubleMinNegative59Max0 = Shapes::FloatShape.new(name: '__doubleMinNegative59Max0')
|
378
384
|
__doubleMinNegative60Max3 = Shapes::FloatShape.new(name: '__doubleMinNegative60Max3')
|
379
385
|
__doubleMinNegative60MaxNegative1 = Shapes::FloatShape.new(name: '__doubleMinNegative60MaxNegative1')
|
@@ -409,6 +415,7 @@ module Aws::MediaConvert
|
|
409
415
|
__integerMin10Max48 = Shapes::IntegerShape.new(name: '__integerMin10Max48')
|
410
416
|
__integerMin16Max24 = Shapes::IntegerShape.new(name: '__integerMin16Max24')
|
411
417
|
__integerMin1Max1 = Shapes::IntegerShape.new(name: '__integerMin1Max1')
|
418
|
+
__integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
|
412
419
|
__integerMin1Max100 = Shapes::IntegerShape.new(name: '__integerMin1Max100')
|
413
420
|
__integerMin1Max10000000 = Shapes::IntegerShape.new(name: '__integerMin1Max10000000')
|
414
421
|
__integerMin1Max1001 = Shapes::IntegerShape.new(name: '__integerMin1Max1001')
|
@@ -424,6 +431,7 @@ module Aws::MediaConvert
|
|
424
431
|
__integerMin24Max60000 = Shapes::IntegerShape.new(name: '__integerMin24Max60000')
|
425
432
|
__integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
|
426
433
|
__integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
|
434
|
+
__integerMin2Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin2Max2147483647')
|
427
435
|
__integerMin32000Max384000 = Shapes::IntegerShape.new(name: '__integerMin32000Max384000')
|
428
436
|
__integerMin32000Max48000 = Shapes::IntegerShape.new(name: '__integerMin32000Max48000')
|
429
437
|
__integerMin32Max2160 = Shapes::IntegerShape.new(name: '__integerMin32Max2160')
|
@@ -652,6 +660,7 @@ module Aws::MediaConvert
|
|
652
660
|
CmafGroupSettings.add_member(:manifest_compression, Shapes::ShapeRef.new(shape: CmafManifestCompression, location_name: "manifestCompression"))
|
653
661
|
CmafGroupSettings.add_member(:manifest_duration_format, Shapes::ShapeRef.new(shape: CmafManifestDurationFormat, location_name: "manifestDurationFormat"))
|
654
662
|
CmafGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minBufferTime"))
|
663
|
+
CmafGroupSettings.add_member(:min_final_segment_length, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "minFinalSegmentLength"))
|
655
664
|
CmafGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: CmafSegmentControl, location_name: "segmentControl"))
|
656
665
|
CmafGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, required: true, location_name: "segmentLength"))
|
657
666
|
CmafGroupSettings.add_member(:stream_inf_resolution, Shapes::ShapeRef.new(shape: CmafStreamInfResolution, location_name: "streamInfResolution"))
|
@@ -866,10 +875,15 @@ module Aws::MediaConvert
|
|
866
875
|
GetQueueResponse.add_member(:queue, Shapes::ShapeRef.new(shape: Queue, location_name: "queue"))
|
867
876
|
GetQueueResponse.struct_class = Types::GetQueueResponse
|
868
877
|
|
878
|
+
H264QvbrSettings.add_member(:max_average_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "maxAverageBitrate"))
|
879
|
+
H264QvbrSettings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, required: true, location_name: "qvbrQualityLevel"))
|
880
|
+
H264QvbrSettings.struct_class = Types::H264QvbrSettings
|
881
|
+
|
869
882
|
H264Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H264AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
870
883
|
H264Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "bitrate"))
|
871
884
|
H264Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H264CodecLevel, location_name: "codecLevel"))
|
872
885
|
H264Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H264CodecProfile, location_name: "codecProfile"))
|
886
|
+
H264Settings.add_member(:dynamic_sub_gop, Shapes::ShapeRef.new(shape: H264DynamicSubGop, location_name: "dynamicSubGop"))
|
873
887
|
H264Settings.add_member(:entropy_encoding, Shapes::ShapeRef.new(shape: H264EntropyEncoding, location_name: "entropyEncoding"))
|
874
888
|
H264Settings.add_member(:field_encoding, Shapes::ShapeRef.new(shape: H264FieldEncoding, location_name: "fieldEncoding"))
|
875
889
|
H264Settings.add_member(:flicker_adaptive_quantization, Shapes::ShapeRef.new(shape: H264FlickerAdaptiveQuantization, location_name: "flickerAdaptiveQuantization"))
|
@@ -892,6 +906,7 @@ module Aws::MediaConvert
|
|
892
906
|
H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
|
893
907
|
H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
894
908
|
H264Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: H264QualityTuningLevel, location_name: "qualityTuningLevel"))
|
909
|
+
H264Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: H264QvbrSettings, location_name: "qvbrSettings"))
|
895
910
|
H264Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H264RateControlMode, location_name: "rateControlMode"))
|
896
911
|
H264Settings.add_member(:repeat_pps, Shapes::ShapeRef.new(shape: H264RepeatPps, location_name: "repeatPps"))
|
897
912
|
H264Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: H264SceneChangeDetect, location_name: "sceneChangeDetect"))
|
@@ -905,11 +920,16 @@ module Aws::MediaConvert
|
|
905
920
|
H264Settings.add_member(:unregistered_sei_timecode, Shapes::ShapeRef.new(shape: H264UnregisteredSeiTimecode, location_name: "unregisteredSeiTimecode"))
|
906
921
|
H264Settings.struct_class = Types::H264Settings
|
907
922
|
|
923
|
+
H265QvbrSettings.add_member(:max_average_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "maxAverageBitrate"))
|
924
|
+
H265QvbrSettings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, required: true, location_name: "qvbrQualityLevel"))
|
925
|
+
H265QvbrSettings.struct_class = Types::H265QvbrSettings
|
926
|
+
|
908
927
|
H265Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H265AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
909
928
|
H265Settings.add_member(:alternate_transfer_function_sei, Shapes::ShapeRef.new(shape: H265AlternateTransferFunctionSei, location_name: "alternateTransferFunctionSei"))
|
910
929
|
H265Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "bitrate"))
|
911
930
|
H265Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H265CodecLevel, location_name: "codecLevel"))
|
912
931
|
H265Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H265CodecProfile, location_name: "codecProfile"))
|
932
|
+
H265Settings.add_member(:dynamic_sub_gop, Shapes::ShapeRef.new(shape: H265DynamicSubGop, location_name: "dynamicSubGop"))
|
913
933
|
H265Settings.add_member(:flicker_adaptive_quantization, Shapes::ShapeRef.new(shape: H265FlickerAdaptiveQuantization, location_name: "flickerAdaptiveQuantization"))
|
914
934
|
H265Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: H265FramerateControl, location_name: "framerateControl"))
|
915
935
|
H265Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: H265FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
@@ -930,6 +950,7 @@ module Aws::MediaConvert
|
|
930
950
|
H265Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
|
931
951
|
H265Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
932
952
|
H265Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: H265QualityTuningLevel, location_name: "qualityTuningLevel"))
|
953
|
+
H265Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: H265QvbrSettings, location_name: "qvbrSettings"))
|
933
954
|
H265Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H265RateControlMode, location_name: "rateControlMode"))
|
934
955
|
H265Settings.add_member(:sample_adaptive_offset_filter_mode, Shapes::ShapeRef.new(shape: H265SampleAdaptiveOffsetFilterMode, location_name: "sampleAdaptiveOffsetFilterMode"))
|
935
956
|
H265Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: H265SceneChangeDetect, location_name: "sceneChangeDetect"))
|
@@ -983,6 +1004,7 @@ module Aws::MediaConvert
|
|
983
1004
|
HlsGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: HlsEncryptionSettings, location_name: "encryption"))
|
984
1005
|
HlsGroupSettings.add_member(:manifest_compression, Shapes::ShapeRef.new(shape: HlsManifestCompression, location_name: "manifestCompression"))
|
985
1006
|
HlsGroupSettings.add_member(:manifest_duration_format, Shapes::ShapeRef.new(shape: HlsManifestDurationFormat, location_name: "manifestDurationFormat"))
|
1007
|
+
HlsGroupSettings.add_member(:min_final_segment_length, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "minFinalSegmentLength"))
|
986
1008
|
HlsGroupSettings.add_member(:min_segment_length, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, required: true, location_name: "minSegmentLength"))
|
987
1009
|
HlsGroupSettings.add_member(:output_selection, Shapes::ShapeRef.new(shape: HlsOutputSelection, location_name: "outputSelection"))
|
988
1010
|
HlsGroupSettings.add_member(:program_date_time, Shapes::ShapeRef.new(shape: HlsProgramDateTime, location_name: "programDateTime"))
|
@@ -1225,6 +1247,7 @@ module Aws::MediaConvert
|
|
1225
1247
|
Mpeg2Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max288000000, location_name: "bitrate"))
|
1226
1248
|
Mpeg2Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: Mpeg2CodecLevel, location_name: "codecLevel"))
|
1227
1249
|
Mpeg2Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: Mpeg2CodecProfile, location_name: "codecProfile"))
|
1250
|
+
Mpeg2Settings.add_member(:dynamic_sub_gop, Shapes::ShapeRef.new(shape: Mpeg2DynamicSubGop, location_name: "dynamicSubGop"))
|
1228
1251
|
Mpeg2Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: Mpeg2FramerateControl, location_name: "framerateControl"))
|
1229
1252
|
Mpeg2Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: Mpeg2FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
1230
1253
|
Mpeg2Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
@@ -1357,10 +1380,10 @@ module Aws::MediaConvert
|
|
1357
1380
|
Queue.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
|
1358
1381
|
Queue.struct_class = Types::Queue
|
1359
1382
|
|
1360
|
-
Rectangle.add_member(:height, Shapes::ShapeRef.new(shape:
|
1361
|
-
Rectangle.add_member(:width, Shapes::ShapeRef.new(shape:
|
1362
|
-
Rectangle.add_member(:x, Shapes::ShapeRef.new(shape:
|
1363
|
-
Rectangle.add_member(:y, Shapes::ShapeRef.new(shape:
|
1383
|
+
Rectangle.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin2Max2147483647, required: true, location_name: "height"))
|
1384
|
+
Rectangle.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin2Max2147483647, required: true, location_name: "width"))
|
1385
|
+
Rectangle.add_member(:x, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, required: true, location_name: "x"))
|
1386
|
+
Rectangle.add_member(:y, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, required: true, location_name: "y"))
|
1364
1387
|
Rectangle.struct_class = Types::Rectangle
|
1365
1388
|
|
1366
1389
|
RemixSettings.add_member(:channel_mapping, Shapes::ShapeRef.new(shape: ChannelMapping, required: true, location_name: "channelMapping"))
|
@@ -1484,6 +1484,7 @@ module Aws::MediaConvert
|
|
1484
1484
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
1485
1485
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
1486
1486
|
# min_buffer_time: 1,
|
1487
|
+
# min_final_segment_length: 1.0,
|
1487
1488
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
1488
1489
|
# segment_length: 1, # required
|
1489
1490
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -1542,6 +1543,22 @@ module Aws::MediaConvert
|
|
1542
1543
|
# smooth playout.
|
1543
1544
|
# @return [Integer]
|
1544
1545
|
#
|
1546
|
+
# @!attribute [rw] min_final_segment_length
|
1547
|
+
# Keep this setting at the default value of 0, unless you are
|
1548
|
+
# troubleshooting a problem with how devices play back the end of your
|
1549
|
+
# video asset. If you know that player devices are hanging on the
|
1550
|
+
# final segment of your video because the length of your final segment
|
1551
|
+
# is too short, use this setting to specify a minimum final segment
|
1552
|
+
# length, in seconds. Choose a value that is greater than or equal to
|
1553
|
+
# 1 and less than your segment length. When you specify a value for
|
1554
|
+
# this setting, the encoder will combine any final segment that is
|
1555
|
+
# shorter than the length that you specify with the previous segment.
|
1556
|
+
# For example, your segment length is 3 seconds and your final segment
|
1557
|
+
# is .5 seconds without a minimum final segment length; when you set
|
1558
|
+
# the minimum final segment length to 1, your final segment is 3.5
|
1559
|
+
# seconds.
|
1560
|
+
# @return [Float]
|
1561
|
+
#
|
1545
1562
|
# @!attribute [rw] segment_control
|
1546
1563
|
# When set to SINGLE\_FILE, a single output file is generated, which
|
1547
1564
|
# is internally segmented using the Fragment Length and Segment
|
@@ -1589,6 +1606,7 @@ module Aws::MediaConvert
|
|
1589
1606
|
:manifest_compression,
|
1590
1607
|
:manifest_duration_format,
|
1591
1608
|
:min_buffer_time,
|
1609
|
+
:min_final_segment_length,
|
1592
1610
|
:segment_control,
|
1593
1611
|
:segment_length,
|
1594
1612
|
:stream_inf_resolution,
|
@@ -1941,6 +1959,7 @@ module Aws::MediaConvert
|
|
1941
1959
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
1942
1960
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
1943
1961
|
# min_buffer_time: 1,
|
1962
|
+
# min_final_segment_length: 1.0,
|
1944
1963
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
1945
1964
|
# segment_length: 1, # required
|
1946
1965
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -2001,6 +2020,7 @@ module Aws::MediaConvert
|
|
2001
2020
|
# },
|
2002
2021
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
2003
2022
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
2023
|
+
# min_final_segment_length: 1.0,
|
2004
2024
|
# min_segment_length: 1, # required
|
2005
2025
|
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
2006
2026
|
# program_date_time: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -2291,6 +2311,7 @@ module Aws::MediaConvert
|
|
2291
2311
|
# bitrate: 1,
|
2292
2312
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
2293
2313
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
2314
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
2294
2315
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
2295
2316
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
2296
2317
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -2313,7 +2334,11 @@ module Aws::MediaConvert
|
|
2313
2334
|
# par_denominator: 1,
|
2314
2335
|
# par_numerator: 1,
|
2315
2336
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
2316
|
-
#
|
2337
|
+
# qvbr_settings: {
|
2338
|
+
# max_average_bitrate: 1,
|
2339
|
+
# qvbr_quality_level: 1, # required
|
2340
|
+
# },
|
2341
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
2317
2342
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
2318
2343
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
2319
2344
|
# slices: 1,
|
@@ -2331,6 +2356,7 @@ module Aws::MediaConvert
|
|
2331
2356
|
# bitrate: 1,
|
2332
2357
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
2333
2358
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
2359
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
2334
2360
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
2335
2361
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
2336
2362
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -2351,7 +2377,11 @@ module Aws::MediaConvert
|
|
2351
2377
|
# par_denominator: 1,
|
2352
2378
|
# par_numerator: 1,
|
2353
2379
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
2354
|
-
#
|
2380
|
+
# qvbr_settings: {
|
2381
|
+
# max_average_bitrate: 1,
|
2382
|
+
# qvbr_quality_level: 1, # required
|
2383
|
+
# },
|
2384
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
2355
2385
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
2356
2386
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
2357
2387
|
# slices: 1,
|
@@ -2369,6 +2399,7 @@ module Aws::MediaConvert
|
|
2369
2399
|
# bitrate: 1,
|
2370
2400
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
2371
2401
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
2402
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
2372
2403
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
2373
2404
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
2374
2405
|
# framerate_denominator: 1,
|
@@ -2718,6 +2749,7 @@ module Aws::MediaConvert
|
|
2718
2749
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
2719
2750
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
2720
2751
|
# min_buffer_time: 1,
|
2752
|
+
# min_final_segment_length: 1.0,
|
2721
2753
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
2722
2754
|
# segment_length: 1, # required
|
2723
2755
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -2778,6 +2810,7 @@ module Aws::MediaConvert
|
|
2778
2810
|
# },
|
2779
2811
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
2780
2812
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
2813
|
+
# min_final_segment_length: 1.0,
|
2781
2814
|
# min_segment_length: 1, # required
|
2782
2815
|
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
2783
2816
|
# program_date_time: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -3068,6 +3101,7 @@ module Aws::MediaConvert
|
|
3068
3101
|
# bitrate: 1,
|
3069
3102
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
3070
3103
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
3104
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3071
3105
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
3072
3106
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
3073
3107
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3090,7 +3124,11 @@ module Aws::MediaConvert
|
|
3090
3124
|
# par_denominator: 1,
|
3091
3125
|
# par_numerator: 1,
|
3092
3126
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
3093
|
-
#
|
3127
|
+
# qvbr_settings: {
|
3128
|
+
# max_average_bitrate: 1,
|
3129
|
+
# qvbr_quality_level: 1, # required
|
3130
|
+
# },
|
3131
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
3094
3132
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
3095
3133
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
3096
3134
|
# slices: 1,
|
@@ -3108,6 +3146,7 @@ module Aws::MediaConvert
|
|
3108
3146
|
# bitrate: 1,
|
3109
3147
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
3110
3148
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
3149
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3111
3150
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3112
3151
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3113
3152
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -3128,7 +3167,11 @@ module Aws::MediaConvert
|
|
3128
3167
|
# par_denominator: 1,
|
3129
3168
|
# par_numerator: 1,
|
3130
3169
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
3131
|
-
#
|
3170
|
+
# qvbr_settings: {
|
3171
|
+
# max_average_bitrate: 1,
|
3172
|
+
# qvbr_quality_level: 1, # required
|
3173
|
+
# },
|
3174
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
3132
3175
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
3133
3176
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
3134
3177
|
# slices: 1,
|
@@ -3146,6 +3189,7 @@ module Aws::MediaConvert
|
|
3146
3189
|
# bitrate: 1,
|
3147
3190
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
3148
3191
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
3192
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3149
3193
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3150
3194
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3151
3195
|
# framerate_denominator: 1,
|
@@ -3607,6 +3651,7 @@ module Aws::MediaConvert
|
|
3607
3651
|
# bitrate: 1,
|
3608
3652
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
3609
3653
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
3654
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3610
3655
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
3611
3656
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
3612
3657
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3629,7 +3674,11 @@ module Aws::MediaConvert
|
|
3629
3674
|
# par_denominator: 1,
|
3630
3675
|
# par_numerator: 1,
|
3631
3676
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
3632
|
-
#
|
3677
|
+
# qvbr_settings: {
|
3678
|
+
# max_average_bitrate: 1,
|
3679
|
+
# qvbr_quality_level: 1, # required
|
3680
|
+
# },
|
3681
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
3633
3682
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
3634
3683
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
3635
3684
|
# slices: 1,
|
@@ -3647,6 +3696,7 @@ module Aws::MediaConvert
|
|
3647
3696
|
# bitrate: 1,
|
3648
3697
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
3649
3698
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
3699
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3650
3700
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3651
3701
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3652
3702
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -3667,7 +3717,11 @@ module Aws::MediaConvert
|
|
3667
3717
|
# par_denominator: 1,
|
3668
3718
|
# par_numerator: 1,
|
3669
3719
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
3670
|
-
#
|
3720
|
+
# qvbr_settings: {
|
3721
|
+
# max_average_bitrate: 1,
|
3722
|
+
# qvbr_quality_level: 1, # required
|
3723
|
+
# },
|
3724
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
3671
3725
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
3672
3726
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
3673
3727
|
# slices: 1,
|
@@ -3685,6 +3739,7 @@ module Aws::MediaConvert
|
|
3685
3739
|
# bitrate: 1,
|
3686
3740
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
3687
3741
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
3742
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
3688
3743
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3689
3744
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
3690
3745
|
# framerate_denominator: 1,
|
@@ -5000,6 +5055,46 @@ module Aws::MediaConvert
|
|
5000
5055
|
include Aws::Structure
|
5001
5056
|
end
|
5002
5057
|
|
5058
|
+
# Settings for quality-defined variable bitrate encoding with the H.264
|
5059
|
+
# codec. Required when you set Rate control mode to QVBR. Not valid when
|
5060
|
+
# you set Rate control mode to a value other than QVBR, or when you
|
5061
|
+
# don't define Rate control mode.
|
5062
|
+
#
|
5063
|
+
# @note When making an API call, you may pass H264QvbrSettings
|
5064
|
+
# data as a hash:
|
5065
|
+
#
|
5066
|
+
# {
|
5067
|
+
# max_average_bitrate: 1,
|
5068
|
+
# qvbr_quality_level: 1, # required
|
5069
|
+
# }
|
5070
|
+
#
|
5071
|
+
# @!attribute [rw] max_average_bitrate
|
5072
|
+
# Use this setting only when Rate control mode is QVBR and Quality
|
5073
|
+
# tuning level is Multi-pass HQ. For Max average bitrate values suited
|
5074
|
+
# to the complexity of your input video, the service limits the
|
5075
|
+
# average bitrate of the video part of this output to the value you
|
5076
|
+
# choose. That is, the total size of the video element is less than or
|
5077
|
+
# equal to the value you set multiplied by the number of seconds of
|
5078
|
+
# encoded output.
|
5079
|
+
# @return [Integer]
|
5080
|
+
#
|
5081
|
+
# @!attribute [rw] qvbr_quality_level
|
5082
|
+
# Required when you use QVBR rate control mode. That is, when you
|
5083
|
+
# specify qvbrSettings within h264Settings. Specify the target quality
|
5084
|
+
# level for this output, from 1 to 10. Use higher numbers for greater
|
5085
|
+
# quality. Level 10 results in nearly lossless compression. The
|
5086
|
+
# quality level for most broadcast-quality transcodes is between 6 and
|
5087
|
+
# 9.
|
5088
|
+
# @return [Integer]
|
5089
|
+
#
|
5090
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/H264QvbrSettings AWS API Documentation
|
5091
|
+
#
|
5092
|
+
class H264QvbrSettings < Struct.new(
|
5093
|
+
:max_average_bitrate,
|
5094
|
+
:qvbr_quality_level)
|
5095
|
+
include Aws::Structure
|
5096
|
+
end
|
5097
|
+
|
5003
5098
|
# Required when you set (Codec) under (VideoDescription)>(CodecSettings)
|
5004
5099
|
# to the value H\_264.
|
5005
5100
|
#
|
@@ -5011,6 +5106,7 @@ module Aws::MediaConvert
|
|
5011
5106
|
# bitrate: 1,
|
5012
5107
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
5013
5108
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
5109
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
5014
5110
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
5015
5111
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
5016
5112
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5033,7 +5129,11 @@ module Aws::MediaConvert
|
|
5033
5129
|
# par_denominator: 1,
|
5034
5130
|
# par_numerator: 1,
|
5035
5131
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
5036
|
-
#
|
5132
|
+
# qvbr_settings: {
|
5133
|
+
# max_average_bitrate: 1,
|
5134
|
+
# qvbr_quality_level: 1, # required
|
5135
|
+
# },
|
5136
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
5037
5137
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
5038
5138
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
5039
5139
|
# slices: 1,
|
@@ -5066,6 +5166,16 @@ module Aws::MediaConvert
|
|
5066
5166
|
# with the AVC-I License.
|
5067
5167
|
# @return [String]
|
5068
5168
|
#
|
5169
|
+
# @!attribute [rw] dynamic_sub_gop
|
5170
|
+
# Choose Adaptive to improve subjective video quality for high-motion
|
5171
|
+
# content. This will cause the service to use fewer B-frames (which
|
5172
|
+
# infer information based on other frames) for high-motion portions of
|
5173
|
+
# the video and more B-frames for low-motion portions. The maximum
|
5174
|
+
# number of B-frames is limited by the value you provide for the
|
5175
|
+
# setting B frames between reference frames
|
5176
|
+
# (numberBFramesBetweenReferenceFrames).
|
5177
|
+
# @return [String]
|
5178
|
+
#
|
5069
5179
|
# @!attribute [rw] entropy_encoding
|
5070
5180
|
# Entropy encoding mode. Use CABAC (must be in Main or High profile)
|
5071
5181
|
# or CAVLC.
|
@@ -5167,7 +5277,7 @@ module Aws::MediaConvert
|
|
5167
5277
|
#
|
5168
5278
|
# @!attribute [rw] max_bitrate
|
5169
5279
|
# Maximum bitrate in bits/second. For example, enter five megabits per
|
5170
|
-
# second as 5000000.
|
5280
|
+
# second as 5000000. Required when Rate control mode is QVBR.
|
5171
5281
|
# @return [Integer]
|
5172
5282
|
#
|
5173
5283
|
# @!attribute [rw] min_i_interval
|
@@ -5210,9 +5320,17 @@ module Aws::MediaConvert
|
|
5210
5320
|
# high-quality multipass video encoding.
|
5211
5321
|
# @return [String]
|
5212
5322
|
#
|
5323
|
+
# @!attribute [rw] qvbr_settings
|
5324
|
+
# Settings for quality-defined variable bitrate encoding with the
|
5325
|
+
# H.264 codec. Required when you set Rate control mode to QVBR. Not
|
5326
|
+
# valid when you set Rate control mode to a value other than QVBR, or
|
5327
|
+
# when you don't define Rate control mode.
|
5328
|
+
# @return [Types::H264QvbrSettings]
|
5329
|
+
#
|
5213
5330
|
# @!attribute [rw] rate_control_mode
|
5214
5331
|
# Use this setting to specify whether this output has a variable
|
5215
|
-
# bitrate (VBR)
|
5332
|
+
# bitrate (VBR), constant bitrate (CBR) or quality-defined variable
|
5333
|
+
# bitrate (QVBR).
|
5216
5334
|
# @return [String]
|
5217
5335
|
#
|
5218
5336
|
# @!attribute [rw] repeat_pps
|
@@ -5276,6 +5394,7 @@ module Aws::MediaConvert
|
|
5276
5394
|
:bitrate,
|
5277
5395
|
:codec_level,
|
5278
5396
|
:codec_profile,
|
5397
|
+
:dynamic_sub_gop,
|
5279
5398
|
:entropy_encoding,
|
5280
5399
|
:field_encoding,
|
5281
5400
|
:flicker_adaptive_quantization,
|
@@ -5298,6 +5417,7 @@ module Aws::MediaConvert
|
|
5298
5417
|
:par_denominator,
|
5299
5418
|
:par_numerator,
|
5300
5419
|
:quality_tuning_level,
|
5420
|
+
:qvbr_settings,
|
5301
5421
|
:rate_control_mode,
|
5302
5422
|
:repeat_pps,
|
5303
5423
|
:scene_change_detect,
|
@@ -5312,6 +5432,46 @@ module Aws::MediaConvert
|
|
5312
5432
|
include Aws::Structure
|
5313
5433
|
end
|
5314
5434
|
|
5435
|
+
# Settings for quality-defined variable bitrate encoding with the H.265
|
5436
|
+
# codec. Required when you set Rate control mode to QVBR. Not valid when
|
5437
|
+
# you set Rate control mode to a value other than QVBR, or when you
|
5438
|
+
# don't define Rate control mode.
|
5439
|
+
#
|
5440
|
+
# @note When making an API call, you may pass H265QvbrSettings
|
5441
|
+
# data as a hash:
|
5442
|
+
#
|
5443
|
+
# {
|
5444
|
+
# max_average_bitrate: 1,
|
5445
|
+
# qvbr_quality_level: 1, # required
|
5446
|
+
# }
|
5447
|
+
#
|
5448
|
+
# @!attribute [rw] max_average_bitrate
|
5449
|
+
# Use this setting only when Rate control mode is QVBR and Quality
|
5450
|
+
# tuning level is Multi-pass HQ. For Max average bitrate values suited
|
5451
|
+
# to the complexity of your input video, the service limits the
|
5452
|
+
# average bitrate of the video part of this output to the value you
|
5453
|
+
# choose. That is, the total size of the video element is less than or
|
5454
|
+
# equal to the value you set multiplied by the number of seconds of
|
5455
|
+
# encoded output.
|
5456
|
+
# @return [Integer]
|
5457
|
+
#
|
5458
|
+
# @!attribute [rw] qvbr_quality_level
|
5459
|
+
# Required when you use QVBR rate control mode. That is, when you
|
5460
|
+
# specify qvbrSettings within h265Settings. Specify the target quality
|
5461
|
+
# level for this output, from 1 to 10. Use higher numbers for greater
|
5462
|
+
# quality. Level 10 results in nearly lossless compression. The
|
5463
|
+
# quality level for most broadcast-quality transcodes is between 6 and
|
5464
|
+
# 9.
|
5465
|
+
# @return [Integer]
|
5466
|
+
#
|
5467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/H265QvbrSettings AWS API Documentation
|
5468
|
+
#
|
5469
|
+
class H265QvbrSettings < Struct.new(
|
5470
|
+
:max_average_bitrate,
|
5471
|
+
:qvbr_quality_level)
|
5472
|
+
include Aws::Structure
|
5473
|
+
end
|
5474
|
+
|
5315
5475
|
# Settings for H265 codec
|
5316
5476
|
#
|
5317
5477
|
# @note When making an API call, you may pass H265Settings
|
@@ -5323,6 +5483,7 @@ module Aws::MediaConvert
|
|
5323
5483
|
# bitrate: 1,
|
5324
5484
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
5325
5485
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
5486
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
5326
5487
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5327
5488
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5328
5489
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -5343,7 +5504,11 @@ module Aws::MediaConvert
|
|
5343
5504
|
# par_denominator: 1,
|
5344
5505
|
# par_numerator: 1,
|
5345
5506
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
5346
|
-
#
|
5507
|
+
# qvbr_settings: {
|
5508
|
+
# max_average_bitrate: 1,
|
5509
|
+
# qvbr_quality_level: 1, # required
|
5510
|
+
# },
|
5511
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
5347
5512
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
5348
5513
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
5349
5514
|
# slices: 1,
|
@@ -5384,6 +5549,16 @@ module Aws::MediaConvert
|
|
5384
5549
|
# available with the HEVC 4:2:2 License.
|
5385
5550
|
# @return [String]
|
5386
5551
|
#
|
5552
|
+
# @!attribute [rw] dynamic_sub_gop
|
5553
|
+
# Choose Adaptive to improve subjective video quality for high-motion
|
5554
|
+
# content. This will cause the service to use fewer B-frames (which
|
5555
|
+
# infer information based on other frames) for high-motion portions of
|
5556
|
+
# the video and more B-frames for low-motion portions. The maximum
|
5557
|
+
# number of B-frames is limited by the value you provide for the
|
5558
|
+
# setting B frames between reference frames
|
5559
|
+
# (numberBFramesBetweenReferenceFrames).
|
5560
|
+
# @return [String]
|
5561
|
+
#
|
5387
5562
|
# @!attribute [rw] flicker_adaptive_quantization
|
5388
5563
|
# Adjust quantization within each frame to reduce flicker or 'pop'
|
5389
5564
|
# on I-frames.
|
@@ -5469,7 +5644,8 @@ module Aws::MediaConvert
|
|
5469
5644
|
# @return [String]
|
5470
5645
|
#
|
5471
5646
|
# @!attribute [rw] max_bitrate
|
5472
|
-
# Maximum bitrate in bits/second.
|
5647
|
+
# Maximum bitrate in bits/second. For example, enter five megabits per
|
5648
|
+
# second as 5000000. Required when Rate control mode is QVBR.
|
5473
5649
|
# @return [Integer]
|
5474
5650
|
#
|
5475
5651
|
# @!attribute [rw] min_i_interval
|
@@ -5512,9 +5688,17 @@ module Aws::MediaConvert
|
|
5512
5688
|
# high-quality multipass video encoding.
|
5513
5689
|
# @return [String]
|
5514
5690
|
#
|
5691
|
+
# @!attribute [rw] qvbr_settings
|
5692
|
+
# Settings for quality-defined variable bitrate encoding with the
|
5693
|
+
# H.265 codec. Required when you set Rate control mode to QVBR. Not
|
5694
|
+
# valid when you set Rate control mode to a value other than QVBR, or
|
5695
|
+
# when you don't define Rate control mode.
|
5696
|
+
# @return [Types::H265QvbrSettings]
|
5697
|
+
#
|
5515
5698
|
# @!attribute [rw] rate_control_mode
|
5516
5699
|
# Use this setting to specify whether this output has a variable
|
5517
|
-
# bitrate (VBR)
|
5700
|
+
# bitrate (VBR), constant bitrate (CBR) or quality-defined variable
|
5701
|
+
# bitrate (QVBR).
|
5518
5702
|
# @return [String]
|
5519
5703
|
#
|
5520
5704
|
# @!attribute [rw] sample_adaptive_offset_filter_mode
|
@@ -5597,6 +5781,7 @@ module Aws::MediaConvert
|
|
5597
5781
|
:bitrate,
|
5598
5782
|
:codec_level,
|
5599
5783
|
:codec_profile,
|
5784
|
+
:dynamic_sub_gop,
|
5600
5785
|
:flicker_adaptive_quantization,
|
5601
5786
|
:framerate_control,
|
5602
5787
|
:framerate_conversion_algorithm,
|
@@ -5617,6 +5802,7 @@ module Aws::MediaConvert
|
|
5617
5802
|
:par_denominator,
|
5618
5803
|
:par_numerator,
|
5619
5804
|
:quality_tuning_level,
|
5805
|
+
:qvbr_settings,
|
5620
5806
|
:rate_control_mode,
|
5621
5807
|
:sample_adaptive_offset_filter_mode,
|
5622
5808
|
:scene_change_detect,
|
@@ -5900,6 +6086,7 @@ module Aws::MediaConvert
|
|
5900
6086
|
# },
|
5901
6087
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
5902
6088
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
6089
|
+
# min_final_segment_length: 1.0,
|
5903
6090
|
# min_segment_length: 1, # required
|
5904
6091
|
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
5905
6092
|
# program_date_time: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -5976,6 +6163,22 @@ module Aws::MediaConvert
|
|
5976
6163
|
# values for segment duration.
|
5977
6164
|
# @return [String]
|
5978
6165
|
#
|
6166
|
+
# @!attribute [rw] min_final_segment_length
|
6167
|
+
# Keep this setting at the default value of 0, unless you are
|
6168
|
+
# troubleshooting a problem with how devices play back the end of your
|
6169
|
+
# video asset. If you know that player devices are hanging on the
|
6170
|
+
# final segment of your video because the length of your final segment
|
6171
|
+
# is too short, use this setting to specify a minimum final segment
|
6172
|
+
# length, in seconds. Choose a value that is greater than or equal to
|
6173
|
+
# 1 and less than your segment length. When you specify a value for
|
6174
|
+
# this setting, the encoder will combine any final segment that is
|
6175
|
+
# shorter than the length that you specify with the previous segment.
|
6176
|
+
# For example, your segment length is 3 seconds and your final segment
|
6177
|
+
# is .5 seconds without a minimum final segment length; when you set
|
6178
|
+
# the minimum final segment length to 1, your final segment is 3.5
|
6179
|
+
# seconds.
|
6180
|
+
# @return [Float]
|
6181
|
+
#
|
5979
6182
|
# @!attribute [rw] min_segment_length
|
5980
6183
|
# When set, Minimum Segment Size is enforced by looking ahead and back
|
5981
6184
|
# within the specified range for a nearby avail and extending the
|
@@ -6049,6 +6252,7 @@ module Aws::MediaConvert
|
|
6049
6252
|
:encryption,
|
6050
6253
|
:manifest_compression,
|
6051
6254
|
:manifest_duration_format,
|
6255
|
+
:min_final_segment_length,
|
6052
6256
|
:min_segment_length,
|
6053
6257
|
:output_selection,
|
6054
6258
|
:program_date_time,
|
@@ -6974,6 +7178,7 @@ module Aws::MediaConvert
|
|
6974
7178
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
6975
7179
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
6976
7180
|
# min_buffer_time: 1,
|
7181
|
+
# min_final_segment_length: 1.0,
|
6977
7182
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
6978
7183
|
# segment_length: 1, # required
|
6979
7184
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -7034,6 +7239,7 @@ module Aws::MediaConvert
|
|
7034
7239
|
# },
|
7035
7240
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
7036
7241
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
7242
|
+
# min_final_segment_length: 1.0,
|
7037
7243
|
# min_segment_length: 1, # required
|
7038
7244
|
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
7039
7245
|
# program_date_time: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -7324,6 +7530,7 @@ module Aws::MediaConvert
|
|
7324
7530
|
# bitrate: 1,
|
7325
7531
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
7326
7532
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
7533
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
7327
7534
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
7328
7535
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
7329
7536
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -7346,7 +7553,11 @@ module Aws::MediaConvert
|
|
7346
7553
|
# par_denominator: 1,
|
7347
7554
|
# par_numerator: 1,
|
7348
7555
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
7349
|
-
#
|
7556
|
+
# qvbr_settings: {
|
7557
|
+
# max_average_bitrate: 1,
|
7558
|
+
# qvbr_quality_level: 1, # required
|
7559
|
+
# },
|
7560
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
7350
7561
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
7351
7562
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
7352
7563
|
# slices: 1,
|
@@ -7364,6 +7575,7 @@ module Aws::MediaConvert
|
|
7364
7575
|
# bitrate: 1,
|
7365
7576
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
7366
7577
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
7578
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
7367
7579
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
7368
7580
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
7369
7581
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -7384,7 +7596,11 @@ module Aws::MediaConvert
|
|
7384
7596
|
# par_denominator: 1,
|
7385
7597
|
# par_numerator: 1,
|
7386
7598
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
7387
|
-
#
|
7599
|
+
# qvbr_settings: {
|
7600
|
+
# max_average_bitrate: 1,
|
7601
|
+
# qvbr_quality_level: 1, # required
|
7602
|
+
# },
|
7603
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
7388
7604
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
7389
7605
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
7390
7606
|
# slices: 1,
|
@@ -7402,6 +7618,7 @@ module Aws::MediaConvert
|
|
7402
7618
|
# bitrate: 1,
|
7403
7619
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
7404
7620
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
7621
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
7405
7622
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
7406
7623
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
7407
7624
|
# framerate_denominator: 1,
|
@@ -7801,6 +8018,7 @@ module Aws::MediaConvert
|
|
7801
8018
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
7802
8019
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
7803
8020
|
# min_buffer_time: 1,
|
8021
|
+
# min_final_segment_length: 1.0,
|
7804
8022
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
7805
8023
|
# segment_length: 1, # required
|
7806
8024
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -7861,6 +8079,7 @@ module Aws::MediaConvert
|
|
7861
8079
|
# },
|
7862
8080
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
7863
8081
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
8082
|
+
# min_final_segment_length: 1.0,
|
7864
8083
|
# min_segment_length: 1, # required
|
7865
8084
|
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
7866
8085
|
# program_date_time: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -8151,6 +8370,7 @@ module Aws::MediaConvert
|
|
8151
8370
|
# bitrate: 1,
|
8152
8371
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
8153
8372
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
8373
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
8154
8374
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
8155
8375
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
8156
8376
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -8173,7 +8393,11 @@ module Aws::MediaConvert
|
|
8173
8393
|
# par_denominator: 1,
|
8174
8394
|
# par_numerator: 1,
|
8175
8395
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
8176
|
-
#
|
8396
|
+
# qvbr_settings: {
|
8397
|
+
# max_average_bitrate: 1,
|
8398
|
+
# qvbr_quality_level: 1, # required
|
8399
|
+
# },
|
8400
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
8177
8401
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
8178
8402
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
8179
8403
|
# slices: 1,
|
@@ -8191,6 +8415,7 @@ module Aws::MediaConvert
|
|
8191
8415
|
# bitrate: 1,
|
8192
8416
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
8193
8417
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
8418
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
8194
8419
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
8195
8420
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
8196
8421
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -8211,7 +8436,11 @@ module Aws::MediaConvert
|
|
8211
8436
|
# par_denominator: 1,
|
8212
8437
|
# par_numerator: 1,
|
8213
8438
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
8214
|
-
#
|
8439
|
+
# qvbr_settings: {
|
8440
|
+
# max_average_bitrate: 1,
|
8441
|
+
# qvbr_quality_level: 1, # required
|
8442
|
+
# },
|
8443
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
8215
8444
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
8216
8445
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
8217
8446
|
# slices: 1,
|
@@ -8229,6 +8458,7 @@ module Aws::MediaConvert
|
|
8229
8458
|
# bitrate: 1,
|
8230
8459
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
8231
8460
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
8461
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
8232
8462
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
8233
8463
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
8234
8464
|
# framerate_denominator: 1,
|
@@ -8720,9 +8950,9 @@ module Aws::MediaConvert
|
|
8720
8950
|
include Aws::Structure
|
8721
8951
|
end
|
8722
8952
|
|
8723
|
-
# List the tags for your MediaConvert resource by sending
|
8724
|
-
# the Amazon Resource Name (ARN) of the resource. To get
|
8725
|
-
# GET request with the resource name.
|
8953
|
+
# List the tags for your AWS Elemental MediaConvert resource by sending
|
8954
|
+
# a request with the Amazon Resource Name (ARN) of the resource. To get
|
8955
|
+
# the ARN, send a GET request with the resource name.
|
8726
8956
|
#
|
8727
8957
|
# @note When making an API call, you may pass ListTagsForResourceRequest
|
8728
8958
|
# data as a hash:
|
@@ -8743,7 +8973,8 @@ module Aws::MediaConvert
|
|
8743
8973
|
include Aws::Structure
|
8744
8974
|
end
|
8745
8975
|
|
8746
|
-
#
|
8976
|
+
# A successful request to list the tags for a resource returns a JSON
|
8977
|
+
# map of tags.
|
8747
8978
|
#
|
8748
8979
|
# @!attribute [rw] resource_tags
|
8749
8980
|
# The Amazon Resource Name (ARN) and tags for an AWS Elemental
|
@@ -9332,6 +9563,7 @@ module Aws::MediaConvert
|
|
9332
9563
|
# bitrate: 1,
|
9333
9564
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
9334
9565
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
9566
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
9335
9567
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
9336
9568
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
9337
9569
|
# framerate_denominator: 1,
|
@@ -9381,6 +9613,16 @@ module Aws::MediaConvert
|
|
9381
9613
|
# video output.
|
9382
9614
|
# @return [String]
|
9383
9615
|
#
|
9616
|
+
# @!attribute [rw] dynamic_sub_gop
|
9617
|
+
# Choose Adaptive to improve subjective video quality for high-motion
|
9618
|
+
# content. This will cause the service to use fewer B-frames (which
|
9619
|
+
# infer information based on other frames) for high-motion portions of
|
9620
|
+
# the video and more B-frames for low-motion portions. The maximum
|
9621
|
+
# number of B-frames is limited by the value you provide for the
|
9622
|
+
# setting B frames between reference frames
|
9623
|
+
# (numberBFramesBetweenReferenceFrames).
|
9624
|
+
# @return [String]
|
9625
|
+
#
|
9384
9626
|
# @!attribute [rw] framerate_control
|
9385
9627
|
# If you are using the console, use the Framerate setting to specify
|
9386
9628
|
# the framerate for this output. If you want to keep the same
|
@@ -9548,6 +9790,7 @@ module Aws::MediaConvert
|
|
9548
9790
|
:bitrate,
|
9549
9791
|
:codec_level,
|
9550
9792
|
:codec_profile,
|
9793
|
+
:dynamic_sub_gop,
|
9551
9794
|
:framerate_control,
|
9552
9795
|
:framerate_conversion_algorithm,
|
9553
9796
|
:framerate_denominator,
|
@@ -10065,6 +10308,7 @@ module Aws::MediaConvert
|
|
10065
10308
|
# bitrate: 1,
|
10066
10309
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
10067
10310
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
10311
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10068
10312
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
10069
10313
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
10070
10314
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -10087,7 +10331,11 @@ module Aws::MediaConvert
|
|
10087
10331
|
# par_denominator: 1,
|
10088
10332
|
# par_numerator: 1,
|
10089
10333
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
10090
|
-
#
|
10334
|
+
# qvbr_settings: {
|
10335
|
+
# max_average_bitrate: 1,
|
10336
|
+
# qvbr_quality_level: 1, # required
|
10337
|
+
# },
|
10338
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
10091
10339
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
10092
10340
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
10093
10341
|
# slices: 1,
|
@@ -10105,6 +10353,7 @@ module Aws::MediaConvert
|
|
10105
10353
|
# bitrate: 1,
|
10106
10354
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
10107
10355
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
10356
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10108
10357
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10109
10358
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10110
10359
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -10125,7 +10374,11 @@ module Aws::MediaConvert
|
|
10125
10374
|
# par_denominator: 1,
|
10126
10375
|
# par_numerator: 1,
|
10127
10376
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
10128
|
-
#
|
10377
|
+
# qvbr_settings: {
|
10378
|
+
# max_average_bitrate: 1,
|
10379
|
+
# qvbr_quality_level: 1, # required
|
10380
|
+
# },
|
10381
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
10129
10382
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
10130
10383
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
10131
10384
|
# slices: 1,
|
@@ -10143,6 +10396,7 @@ module Aws::MediaConvert
|
|
10143
10396
|
# bitrate: 1,
|
10144
10397
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
10145
10398
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
10399
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10146
10400
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10147
10401
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
10148
10402
|
# framerate_denominator: 1,
|
@@ -10407,6 +10661,7 @@ module Aws::MediaConvert
|
|
10407
10661
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
10408
10662
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
10409
10663
|
# min_buffer_time: 1,
|
10664
|
+
# min_final_segment_length: 1.0,
|
10410
10665
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
10411
10666
|
# segment_length: 1, # required
|
10412
10667
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -10467,6 +10722,7 @@ module Aws::MediaConvert
|
|
10467
10722
|
# },
|
10468
10723
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
10469
10724
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
10725
|
+
# min_final_segment_length: 1.0,
|
10470
10726
|
# min_segment_length: 1, # required
|
10471
10727
|
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
10472
10728
|
# program_date_time: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -10757,6 +11013,7 @@ module Aws::MediaConvert
|
|
10757
11013
|
# bitrate: 1,
|
10758
11014
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
10759
11015
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
11016
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10760
11017
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
10761
11018
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
10762
11019
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -10779,7 +11036,11 @@ module Aws::MediaConvert
|
|
10779
11036
|
# par_denominator: 1,
|
10780
11037
|
# par_numerator: 1,
|
10781
11038
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
10782
|
-
#
|
11039
|
+
# qvbr_settings: {
|
11040
|
+
# max_average_bitrate: 1,
|
11041
|
+
# qvbr_quality_level: 1, # required
|
11042
|
+
# },
|
11043
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
10783
11044
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
10784
11045
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
10785
11046
|
# slices: 1,
|
@@ -10797,6 +11058,7 @@ module Aws::MediaConvert
|
|
10797
11058
|
# bitrate: 1,
|
10798
11059
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
10799
11060
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
11061
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10800
11062
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
10801
11063
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10802
11064
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -10817,7 +11079,11 @@ module Aws::MediaConvert
|
|
10817
11079
|
# par_denominator: 1,
|
10818
11080
|
# par_numerator: 1,
|
10819
11081
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
10820
|
-
#
|
11082
|
+
# qvbr_settings: {
|
11083
|
+
# max_average_bitrate: 1,
|
11084
|
+
# qvbr_quality_level: 1, # required
|
11085
|
+
# },
|
11086
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
10821
11087
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
10822
11088
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
10823
11089
|
# slices: 1,
|
@@ -10835,6 +11101,7 @@ module Aws::MediaConvert
|
|
10835
11101
|
# bitrate: 1,
|
10836
11102
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
10837
11103
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
11104
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
10838
11105
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
10839
11106
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
10840
11107
|
# framerate_denominator: 1,
|
@@ -11035,6 +11302,7 @@ module Aws::MediaConvert
|
|
11035
11302
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
11036
11303
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
11037
11304
|
# min_buffer_time: 1,
|
11305
|
+
# min_final_segment_length: 1.0,
|
11038
11306
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
11039
11307
|
# segment_length: 1, # required
|
11040
11308
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -11095,6 +11363,7 @@ module Aws::MediaConvert
|
|
11095
11363
|
# },
|
11096
11364
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
11097
11365
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
11366
|
+
# min_final_segment_length: 1.0,
|
11098
11367
|
# min_segment_length: 1, # required
|
11099
11368
|
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
11100
11369
|
# program_date_time: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -11499,6 +11768,7 @@ module Aws::MediaConvert
|
|
11499
11768
|
# bitrate: 1,
|
11500
11769
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
11501
11770
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
11771
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
11502
11772
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
11503
11773
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
11504
11774
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -11521,7 +11791,11 @@ module Aws::MediaConvert
|
|
11521
11791
|
# par_denominator: 1,
|
11522
11792
|
# par_numerator: 1,
|
11523
11793
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
11524
|
-
#
|
11794
|
+
# qvbr_settings: {
|
11795
|
+
# max_average_bitrate: 1,
|
11796
|
+
# qvbr_quality_level: 1, # required
|
11797
|
+
# },
|
11798
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
11525
11799
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
11526
11800
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
11527
11801
|
# slices: 1,
|
@@ -11539,6 +11813,7 @@ module Aws::MediaConvert
|
|
11539
11813
|
# bitrate: 1,
|
11540
11814
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
11541
11815
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
11816
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
11542
11817
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
11543
11818
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11544
11819
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -11559,7 +11834,11 @@ module Aws::MediaConvert
|
|
11559
11834
|
# par_denominator: 1,
|
11560
11835
|
# par_numerator: 1,
|
11561
11836
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
11562
|
-
#
|
11837
|
+
# qvbr_settings: {
|
11838
|
+
# max_average_bitrate: 1,
|
11839
|
+
# qvbr_quality_level: 1, # required
|
11840
|
+
# },
|
11841
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
11563
11842
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
11564
11843
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
11565
11844
|
# slices: 1,
|
@@ -11577,6 +11856,7 @@ module Aws::MediaConvert
|
|
11577
11856
|
# bitrate: 1,
|
11578
11857
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
11579
11858
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
11859
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
11580
11860
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11581
11861
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
11582
11862
|
# framerate_denominator: 1,
|
@@ -11929,21 +12209,21 @@ module Aws::MediaConvert
|
|
11929
12209
|
# }
|
11930
12210
|
#
|
11931
12211
|
# @!attribute [rw] height
|
11932
|
-
# Height of rectangle in pixels.
|
12212
|
+
# Height of rectangle in pixels. Specify only even numbers.
|
11933
12213
|
# @return [Integer]
|
11934
12214
|
#
|
11935
12215
|
# @!attribute [rw] width
|
11936
|
-
# Width of rectangle in pixels.
|
12216
|
+
# Width of rectangle in pixels. Specify only even numbers.
|
11937
12217
|
# @return [Integer]
|
11938
12218
|
#
|
11939
12219
|
# @!attribute [rw] x
|
11940
12220
|
# The distance, in pixels, between the rectangle and the left edge of
|
11941
|
-
# the video frame.
|
12221
|
+
# the video frame. Specify only even numbers.
|
11942
12222
|
# @return [Integer]
|
11943
12223
|
#
|
11944
12224
|
# @!attribute [rw] y
|
11945
12225
|
# The distance, in pixels, between the rectangle and the top edge of
|
11946
|
-
# the video frame.
|
12226
|
+
# the video frame. Specify only even numbers.
|
11947
12227
|
# @return [Integer]
|
11948
12228
|
#
|
11949
12229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Rectangle AWS API Documentation
|
@@ -12431,7 +12711,8 @@ module Aws::MediaConvert
|
|
12431
12711
|
include Aws::Structure
|
12432
12712
|
end
|
12433
12713
|
|
12434
|
-
#
|
12714
|
+
# A successful request to remove a tag from a resource returns an OK
|
12715
|
+
# message.
|
12435
12716
|
#
|
12436
12717
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UntagResourceResponse AWS API Documentation
|
12437
12718
|
#
|
@@ -12578,6 +12859,7 @@ module Aws::MediaConvert
|
|
12578
12859
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
12579
12860
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
12580
12861
|
# min_buffer_time: 1,
|
12862
|
+
# min_final_segment_length: 1.0,
|
12581
12863
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
12582
12864
|
# segment_length: 1, # required
|
12583
12865
|
# stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -12638,6 +12920,7 @@ module Aws::MediaConvert
|
|
12638
12920
|
# },
|
12639
12921
|
# manifest_compression: "GZIP", # accepts GZIP, NONE
|
12640
12922
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
12923
|
+
# min_final_segment_length: 1.0,
|
12641
12924
|
# min_segment_length: 1, # required
|
12642
12925
|
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
12643
12926
|
# program_date_time: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -12928,6 +13211,7 @@ module Aws::MediaConvert
|
|
12928
13211
|
# bitrate: 1,
|
12929
13212
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
12930
13213
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
13214
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
12931
13215
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
12932
13216
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
12933
13217
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12950,7 +13234,11 @@ module Aws::MediaConvert
|
|
12950
13234
|
# par_denominator: 1,
|
12951
13235
|
# par_numerator: 1,
|
12952
13236
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
12953
|
-
#
|
13237
|
+
# qvbr_settings: {
|
13238
|
+
# max_average_bitrate: 1,
|
13239
|
+
# qvbr_quality_level: 1, # required
|
13240
|
+
# },
|
13241
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
12954
13242
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
12955
13243
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
12956
13244
|
# slices: 1,
|
@@ -12968,6 +13256,7 @@ module Aws::MediaConvert
|
|
12968
13256
|
# bitrate: 1,
|
12969
13257
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
12970
13258
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
13259
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
12971
13260
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
12972
13261
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12973
13262
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -12988,7 +13277,11 @@ module Aws::MediaConvert
|
|
12988
13277
|
# par_denominator: 1,
|
12989
13278
|
# par_numerator: 1,
|
12990
13279
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
12991
|
-
#
|
13280
|
+
# qvbr_settings: {
|
13281
|
+
# max_average_bitrate: 1,
|
13282
|
+
# qvbr_quality_level: 1, # required
|
13283
|
+
# },
|
13284
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
12992
13285
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
12993
13286
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
12994
13287
|
# slices: 1,
|
@@ -13006,6 +13299,7 @@ module Aws::MediaConvert
|
|
13006
13299
|
# bitrate: 1,
|
13007
13300
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
13008
13301
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
13302
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13009
13303
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
13010
13304
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
13011
13305
|
# framerate_denominator: 1,
|
@@ -13458,6 +13752,7 @@ module Aws::MediaConvert
|
|
13458
13752
|
# bitrate: 1,
|
13459
13753
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
13460
13754
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
13755
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13461
13756
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
13462
13757
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
13463
13758
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -13480,7 +13775,11 @@ module Aws::MediaConvert
|
|
13480
13775
|
# par_denominator: 1,
|
13481
13776
|
# par_numerator: 1,
|
13482
13777
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
13483
|
-
#
|
13778
|
+
# qvbr_settings: {
|
13779
|
+
# max_average_bitrate: 1,
|
13780
|
+
# qvbr_quality_level: 1, # required
|
13781
|
+
# },
|
13782
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
13484
13783
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
13485
13784
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
13486
13785
|
# slices: 1,
|
@@ -13498,6 +13797,7 @@ module Aws::MediaConvert
|
|
13498
13797
|
# bitrate: 1,
|
13499
13798
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
13500
13799
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
13800
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13501
13801
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
13502
13802
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
13503
13803
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -13518,7 +13818,11 @@ module Aws::MediaConvert
|
|
13518
13818
|
# par_denominator: 1,
|
13519
13819
|
# par_numerator: 1,
|
13520
13820
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
13521
|
-
#
|
13821
|
+
# qvbr_settings: {
|
13822
|
+
# max_average_bitrate: 1,
|
13823
|
+
# qvbr_quality_level: 1, # required
|
13824
|
+
# },
|
13825
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
13522
13826
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
13523
13827
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
13524
13828
|
# slices: 1,
|
@@ -13536,6 +13840,7 @@ module Aws::MediaConvert
|
|
13536
13840
|
# bitrate: 1,
|
13537
13841
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
13538
13842
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
13843
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13539
13844
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
13540
13845
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
13541
13846
|
# framerate_denominator: 1,
|
@@ -13781,6 +14086,7 @@ module Aws::MediaConvert
|
|
13781
14086
|
# bitrate: 1,
|
13782
14087
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
13783
14088
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
14089
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13784
14090
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
13785
14091
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
13786
14092
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -13803,7 +14109,11 @@ module Aws::MediaConvert
|
|
13803
14109
|
# par_denominator: 1,
|
13804
14110
|
# par_numerator: 1,
|
13805
14111
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
13806
|
-
#
|
14112
|
+
# qvbr_settings: {
|
14113
|
+
# max_average_bitrate: 1,
|
14114
|
+
# qvbr_quality_level: 1, # required
|
14115
|
+
# },
|
14116
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
13807
14117
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
13808
14118
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
13809
14119
|
# slices: 1,
|
@@ -13821,6 +14131,7 @@ module Aws::MediaConvert
|
|
13821
14131
|
# bitrate: 1,
|
13822
14132
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
13823
14133
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
14134
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13824
14135
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
13825
14136
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
13826
14137
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -13841,7 +14152,11 @@ module Aws::MediaConvert
|
|
13841
14152
|
# par_denominator: 1,
|
13842
14153
|
# par_numerator: 1,
|
13843
14154
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
13844
|
-
#
|
14155
|
+
# qvbr_settings: {
|
14156
|
+
# max_average_bitrate: 1,
|
14157
|
+
# qvbr_quality_level: 1, # required
|
14158
|
+
# },
|
14159
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
13845
14160
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
13846
14161
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
13847
14162
|
# slices: 1,
|
@@ -13859,6 +14174,7 @@ module Aws::MediaConvert
|
|
13859
14174
|
# bitrate: 1,
|
13860
14175
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
13861
14176
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
14177
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13862
14178
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
13863
14179
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
13864
14180
|
# framerate_denominator: 1,
|
@@ -13962,6 +14278,7 @@ module Aws::MediaConvert
|
|
13962
14278
|
# bitrate: 1,
|
13963
14279
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
13964
14280
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
14281
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
13965
14282
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
13966
14283
|
# field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
|
13967
14284
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -13984,7 +14301,11 @@ module Aws::MediaConvert
|
|
13984
14301
|
# par_denominator: 1,
|
13985
14302
|
# par_numerator: 1,
|
13986
14303
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
13987
|
-
#
|
14304
|
+
# qvbr_settings: {
|
14305
|
+
# max_average_bitrate: 1,
|
14306
|
+
# qvbr_quality_level: 1, # required
|
14307
|
+
# },
|
14308
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
13988
14309
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
13989
14310
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
13990
14311
|
# slices: 1,
|
@@ -14002,6 +14323,7 @@ module Aws::MediaConvert
|
|
14002
14323
|
# bitrate: 1,
|
14003
14324
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
|
14004
14325
|
# codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
|
14326
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
14005
14327
|
# flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
14006
14328
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14007
14329
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
@@ -14022,7 +14344,11 @@ module Aws::MediaConvert
|
|
14022
14344
|
# par_denominator: 1,
|
14023
14345
|
# par_numerator: 1,
|
14024
14346
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
14025
|
-
#
|
14347
|
+
# qvbr_settings: {
|
14348
|
+
# max_average_bitrate: 1,
|
14349
|
+
# qvbr_quality_level: 1, # required
|
14350
|
+
# },
|
14351
|
+
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
14026
14352
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
14027
14353
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
14028
14354
|
# slices: 1,
|
@@ -14040,6 +14366,7 @@ module Aws::MediaConvert
|
|
14040
14366
|
# bitrate: 1,
|
14041
14367
|
# codec_level: "AUTO", # accepts AUTO, LOW, MAIN, HIGH1440, HIGH
|
14042
14368
|
# codec_profile: "MAIN", # accepts MAIN, PROFILE_422
|
14369
|
+
# dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
|
14043
14370
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
14044
14371
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
14045
14372
|
# framerate_denominator: 1,
|