aws-sdk-mediaconvert 1.193.0 → 1.194.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +10 -1
- data/lib/aws-sdk-mediaconvert/client_api.rb +17 -0
- data/lib/aws-sdk-mediaconvert/errors.rb +16 -0
- data/lib/aws-sdk-mediaconvert/types.rb +120 -6
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +17 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd02c63646a35c6d50f6155e1263b446938449664cd3681ac90bec61b8baed99
|
|
4
|
+
data.tar.gz: d257a840590a8c4ff029dfcd0cad4a8588ef3754fe69efa54eaaee476796c7ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11fbbf4be4a3f68a28733ca00a54928697ee5b15a5fe379a029652241e976d2e5a343f4aa6a55ccd5c9b030ffd325e4374536a47f094870eda445999aee4357c
|
|
7
|
+
data.tar.gz: c0b36f095a46d313a5f3aa9aae04241808aedf7b5609584861de61538f355853ba68aaadf2f1fd0a5dc2905c3a13423326e3c8c5a8fff8d62ecbd54b98cd8af0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.194.0 (2026-09-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds Dolby Vision metadata to Probe results, including profile, level, and presence of the RPU, base layer, and enhancement layer. Adds video sample and display aspect ratios. Adds the UnprocessableEntityException (HTTP 422) error to Probe for recognized but malformed or corrupt inputs.
|
|
8
|
+
|
|
4
9
|
1.193.0 (2026-09-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.194.0
|
|
@@ -4552,6 +4552,13 @@ module Aws::MediaConvert
|
|
|
4552
4552
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.color_primaries #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "GENERIC_FILM", "ITU_2020", "SMPTE_428_1", "SMPTE_431_2", "SMPTE_EG_432_1", "IPT", "SMPTE_2067XYZ", "EBU_3213_E", "LAST"
|
|
4553
4553
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.content_light_level.max_content_light_level #=> Integer
|
|
4554
4554
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.content_light_level.max_frame_average_light_level #=> Integer
|
|
4555
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.display_aspect_ratio.denominator #=> Integer
|
|
4556
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.display_aspect_ratio.numerator #=> Integer
|
|
4557
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.dolby_vision.base_layer #=> String, one of "PRESENT", "ABSENT"
|
|
4558
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.dolby_vision.enhancement_layer #=> String, one of "PRESENT", "ABSENT"
|
|
4559
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.dolby_vision.level #=> Integer
|
|
4560
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.dolby_vision.profile #=> Integer
|
|
4561
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.dolby_vision.rpu #=> String, one of "PRESENT", "ABSENT"
|
|
4555
4562
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.field_order #=> String
|
|
4556
4563
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.hdr_10_plus_presence #=> String, one of "PRESENT"
|
|
4557
4564
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.height #=> Integer
|
|
@@ -4559,6 +4566,8 @@ module Aws::MediaConvert
|
|
|
4559
4566
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.matrix_coefficients #=> String, one of "RGB", "ITU_709", "UNSPECIFIED", "RESERVED", "FCC", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "YCgCo", "ITU_2020_NCL", "ITU_2020_CL", "SMPTE_2085", "CD_NCL", "CD_CL", "ITU_2100ICtCp", "IPT", "EBU3213", "LAST"
|
|
4560
4567
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.profile #=> String
|
|
4561
4568
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.rotation #=> Integer
|
|
4569
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.sample_aspect_ratio.denominator #=> Integer
|
|
4570
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.sample_aspect_ratio.numerator #=> Integer
|
|
4562
4571
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.scan_type #=> String
|
|
4563
4572
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.transfer_characteristics #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "LINEAR", "LOG10_2", "LOC10_2_5", "IEC_61966_2_4", "ITU_1361", "IEC_61966_2_1", "ITU_2020_10bit", "ITU_2020_12bit", "SMPTE_2084", "SMPTE_428_1", "ARIB_B67", "LAST"
|
|
4564
4573
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.width #=> Integer
|
|
@@ -6597,7 +6606,7 @@ module Aws::MediaConvert
|
|
|
6597
6606
|
tracer: tracer
|
|
6598
6607
|
)
|
|
6599
6608
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
|
6600
|
-
context[:gem_version] = '1.
|
|
6609
|
+
context[:gem_version] = '1.194.0'
|
|
6601
6610
|
Seahorse::Client::Request.new(handlers, context)
|
|
6602
6611
|
end
|
|
6603
6612
|
|
|
@@ -234,6 +234,8 @@ module Aws::MediaConvert
|
|
|
234
234
|
DolbyVisionLevel6Metadata = Shapes::StructureShape.new(name: 'DolbyVisionLevel6Metadata')
|
|
235
235
|
DolbyVisionLevel6Mode = Shapes::StringShape.new(name: 'DolbyVisionLevel6Mode')
|
|
236
236
|
DolbyVisionMapping = Shapes::StringShape.new(name: 'DolbyVisionMapping')
|
|
237
|
+
DolbyVisionMetadata = Shapes::StructureShape.new(name: 'DolbyVisionMetadata')
|
|
238
|
+
DolbyVisionPresence = Shapes::StringShape.new(name: 'DolbyVisionPresence')
|
|
237
239
|
DolbyVisionProfile = Shapes::StringShape.new(name: 'DolbyVisionProfile')
|
|
238
240
|
DropFrameTimecode = Shapes::StringShape.new(name: 'DropFrameTimecode')
|
|
239
241
|
DurationControl = Shapes::StructureShape.new(name: 'DurationControl')
|
|
@@ -701,6 +703,7 @@ module Aws::MediaConvert
|
|
|
701
703
|
UncompressedSettings = Shapes::StructureShape.new(name: 'UncompressedSettings')
|
|
702
704
|
UncompressedSlowPal = Shapes::StringShape.new(name: 'UncompressedSlowPal')
|
|
703
705
|
UncompressedTelecine = Shapes::StringShape.new(name: 'UncompressedTelecine')
|
|
706
|
+
UnprocessableEntityException = Shapes::StructureShape.new(name: 'UnprocessableEntityException')
|
|
704
707
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
705
708
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
706
709
|
UpdateJobTemplateRequest = Shapes::StructureShape.new(name: 'UpdateJobTemplateRequest')
|
|
@@ -1416,6 +1419,8 @@ module Aws::MediaConvert
|
|
|
1416
1419
|
CodecMetadata.add_member(:coded_frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "codedFrameRate"))
|
|
1417
1420
|
CodecMetadata.add_member(:color_primaries, Shapes::ShapeRef.new(shape: ColorPrimaries, location_name: "colorPrimaries"))
|
|
1418
1421
|
CodecMetadata.add_member(:content_light_level, Shapes::ShapeRef.new(shape: ContentLightLevel, location_name: "contentLightLevel"))
|
|
1422
|
+
CodecMetadata.add_member(:display_aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "displayAspectRatio"))
|
|
1423
|
+
CodecMetadata.add_member(:dolby_vision, Shapes::ShapeRef.new(shape: DolbyVisionMetadata, location_name: "dolbyVision"))
|
|
1419
1424
|
CodecMetadata.add_member(:field_order, Shapes::ShapeRef.new(shape: __string, location_name: "fieldOrder"))
|
|
1420
1425
|
CodecMetadata.add_member(:hdr_10_plus_presence, Shapes::ShapeRef.new(shape: Hdr10PlusPresence, location_name: "hdr10PlusPresence"))
|
|
1421
1426
|
CodecMetadata.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
|
|
@@ -1423,6 +1428,7 @@ module Aws::MediaConvert
|
|
|
1423
1428
|
CodecMetadata.add_member(:matrix_coefficients, Shapes::ShapeRef.new(shape: MatrixCoefficients, location_name: "matrixCoefficients"))
|
|
1424
1429
|
CodecMetadata.add_member(:profile, Shapes::ShapeRef.new(shape: __string, location_name: "profile"))
|
|
1425
1430
|
CodecMetadata.add_member(:rotation, Shapes::ShapeRef.new(shape: __integer, location_name: "rotation"))
|
|
1431
|
+
CodecMetadata.add_member(:sample_aspect_ratio, Shapes::ShapeRef.new(shape: AspectRatio, location_name: "sampleAspectRatio"))
|
|
1426
1432
|
CodecMetadata.add_member(:scan_type, Shapes::ShapeRef.new(shape: __string, location_name: "scanType"))
|
|
1427
1433
|
CodecMetadata.add_member(:transfer_characteristics, Shapes::ShapeRef.new(shape: TransferCharacteristics, location_name: "transferCharacteristics"))
|
|
1428
1434
|
CodecMetadata.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
|
|
@@ -1640,6 +1646,13 @@ module Aws::MediaConvert
|
|
|
1640
1646
|
DolbyVisionLevel6Metadata.add_member(:max_fall, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "maxFall"))
|
|
1641
1647
|
DolbyVisionLevel6Metadata.struct_class = Types::DolbyVisionLevel6Metadata
|
|
1642
1648
|
|
|
1649
|
+
DolbyVisionMetadata.add_member(:base_layer, Shapes::ShapeRef.new(shape: DolbyVisionPresence, location_name: "baseLayer"))
|
|
1650
|
+
DolbyVisionMetadata.add_member(:enhancement_layer, Shapes::ShapeRef.new(shape: DolbyVisionPresence, location_name: "enhancementLayer"))
|
|
1651
|
+
DolbyVisionMetadata.add_member(:level, Shapes::ShapeRef.new(shape: __integer, location_name: "level"))
|
|
1652
|
+
DolbyVisionMetadata.add_member(:profile, Shapes::ShapeRef.new(shape: __integer, location_name: "profile"))
|
|
1653
|
+
DolbyVisionMetadata.add_member(:rpu, Shapes::ShapeRef.new(shape: DolbyVisionPresence, location_name: "rpu"))
|
|
1654
|
+
DolbyVisionMetadata.struct_class = Types::DolbyVisionMetadata
|
|
1655
|
+
|
|
1643
1656
|
DurationControl.add_member(:integer_duration_maximum_compression_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "integerDurationMaximumCompressionDenominator"))
|
|
1644
1657
|
DurationControl.add_member(:integer_duration_maximum_compression_numerator, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "integerDurationMaximumCompressionNumerator"))
|
|
1645
1658
|
DurationControl.add_member(:integer_duration_trim_threshold_milliseconds, Shapes::ShapeRef.new(shape: __integerMin0Max500, location_name: "integerDurationTrimThresholdMilliseconds"))
|
|
@@ -2951,6 +2964,9 @@ module Aws::MediaConvert
|
|
|
2951
2964
|
UncompressedSettings.add_member(:telecine, Shapes::ShapeRef.new(shape: UncompressedTelecine, location_name: "telecine"))
|
|
2952
2965
|
UncompressedSettings.struct_class = Types::UncompressedSettings
|
|
2953
2966
|
|
|
2967
|
+
UnprocessableEntityException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
2968
|
+
UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
|
|
2969
|
+
|
|
2954
2970
|
UntagResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "arn"))
|
|
2955
2971
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "tagKeys"))
|
|
2956
2972
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
@@ -3803,6 +3819,7 @@ module Aws::MediaConvert
|
|
|
3803
3819
|
o.input = Shapes::ShapeRef.new(shape: ProbeRequest)
|
|
3804
3820
|
o.output = Shapes::ShapeRef.new(shape: ProbeResponse)
|
|
3805
3821
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3822
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
|
3806
3823
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
3807
3824
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3808
3825
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
@@ -34,6 +34,7 @@ module Aws::MediaConvert
|
|
|
34
34
|
# * {NotFoundException}
|
|
35
35
|
# * {ServiceQuotaExceededException}
|
|
36
36
|
# * {TooManyRequestsException}
|
|
37
|
+
# * {UnprocessableEntityException}
|
|
37
38
|
#
|
|
38
39
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
|
39
40
|
# if they are not defined above.
|
|
@@ -146,5 +147,20 @@ module Aws::MediaConvert
|
|
|
146
147
|
end
|
|
147
148
|
end
|
|
148
149
|
|
|
150
|
+
class UnprocessableEntityException < ServiceError
|
|
151
|
+
|
|
152
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
153
|
+
# @param [String] message
|
|
154
|
+
# @param [Aws::MediaConvert::Types::UnprocessableEntityException] data
|
|
155
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
156
|
+
super(context, message, data)
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
# @return [String]
|
|
160
|
+
def message
|
|
161
|
+
@message || @data[:message]
|
|
162
|
+
end
|
|
163
|
+
end
|
|
164
|
+
|
|
149
165
|
end
|
|
150
166
|
end
|
|
@@ -533,7 +533,14 @@ module Aws::MediaConvert
|
|
|
533
533
|
# values, reduced to lowest terms. Used for the sample (pixel) aspect
|
|
534
534
|
# ratio and the display aspect ratio of a video track. For example, a
|
|
535
535
|
# 720x576 anamorphic track has a sample aspect ratio of 64 / 45 and a
|
|
536
|
-
# display aspect ratio of 16 / 9.
|
|
536
|
+
# display aspect ratio of 16 / 9. A video track can declare an aspect
|
|
537
|
+
# ratio in two independent places, and MediaConvert reports each one
|
|
538
|
+
# where it was found rather than choosing between them. The ratio
|
|
539
|
+
# declared by the container appears on the video track itself, and the
|
|
540
|
+
# ratio declared by the video essence appears under codecMetadata. When
|
|
541
|
+
# a file declares an aspect ratio in only one of the two places, the
|
|
542
|
+
# other is null; when it declares both and they disagree, you can
|
|
543
|
+
# compare them and decide which to use.
|
|
537
544
|
#
|
|
538
545
|
# @!attribute [rw] denominator
|
|
539
546
|
# The denominator, or bottom number, in the fractional aspect ratio.
|
|
@@ -3277,6 +3284,29 @@ module Aws::MediaConvert
|
|
|
3277
3284
|
# level characteristics of the content.
|
|
3278
3285
|
# @return [Types::ContentLightLevel]
|
|
3279
3286
|
#
|
|
3287
|
+
# @!attribute [rw] display_aspect_ratio
|
|
3288
|
+
# An aspect ratio expressed as a fraction with numerator and
|
|
3289
|
+
# denominator values, reduced to lowest terms. Used for the sample
|
|
3290
|
+
# (pixel) aspect ratio and the display aspect ratio of a video track.
|
|
3291
|
+
# For example, a 720x576 anamorphic track has a sample aspect ratio of
|
|
3292
|
+
# 64 / 45 and a display aspect ratio of 16 / 9. A video track can
|
|
3293
|
+
# declare an aspect ratio in two independent places, and MediaConvert
|
|
3294
|
+
# reports each one where it was found rather than choosing between
|
|
3295
|
+
# them. The ratio declared by the container appears on the video track
|
|
3296
|
+
# itself, and the ratio declared by the video essence appears under
|
|
3297
|
+
# codecMetadata. When a file declares an aspect ratio in only one of
|
|
3298
|
+
# the two places, the other is null; when it declares both and they
|
|
3299
|
+
# disagree, you can compare them and decide which to use.
|
|
3300
|
+
# @return [Types::AspectRatio]
|
|
3301
|
+
#
|
|
3302
|
+
# @!attribute [rw] dolby_vision
|
|
3303
|
+
# Dolby Vision characteristics of the video track: the profile and
|
|
3304
|
+
# level, and whether the RPU (dynamic metadata), base layer, and
|
|
3305
|
+
# enhancement layer are present. Use this to distinguish Dolby Vision
|
|
3306
|
+
# content from standard HEVC and to choose your encoding or
|
|
3307
|
+
# passthrough settings. Omitted when the content is not Dolby Vision.
|
|
3308
|
+
# @return [Types::DolbyVisionMetadata]
|
|
3309
|
+
#
|
|
3280
3310
|
# @!attribute [rw] field_order
|
|
3281
3311
|
# The field order of interlaced video, which indicates whether the top
|
|
3282
3312
|
# or bottom field is displayed first. Use this to select the correct
|
|
@@ -3324,6 +3354,21 @@ module Aws::MediaConvert
|
|
|
3324
3354
|
# or when the rotation is 0 degrees.
|
|
3325
3355
|
# @return [Integer]
|
|
3326
3356
|
#
|
|
3357
|
+
# @!attribute [rw] sample_aspect_ratio
|
|
3358
|
+
# An aspect ratio expressed as a fraction with numerator and
|
|
3359
|
+
# denominator values, reduced to lowest terms. Used for the sample
|
|
3360
|
+
# (pixel) aspect ratio and the display aspect ratio of a video track.
|
|
3361
|
+
# For example, a 720x576 anamorphic track has a sample aspect ratio of
|
|
3362
|
+
# 64 / 45 and a display aspect ratio of 16 / 9. A video track can
|
|
3363
|
+
# declare an aspect ratio in two independent places, and MediaConvert
|
|
3364
|
+
# reports each one where it was found rather than choosing between
|
|
3365
|
+
# them. The ratio declared by the container appears on the video track
|
|
3366
|
+
# itself, and the ratio declared by the video essence appears under
|
|
3367
|
+
# codecMetadata. When a file declares an aspect ratio in only one of
|
|
3368
|
+
# the two places, the other is null; when it declares both and they
|
|
3369
|
+
# disagree, you can compare them and decide which to use.
|
|
3370
|
+
# @return [Types::AspectRatio]
|
|
3371
|
+
#
|
|
3327
3372
|
# @!attribute [rw] scan_type
|
|
3328
3373
|
# The scanning method specified in the video essence, indicating
|
|
3329
3374
|
# whether the video uses progressive or interlaced scanning.
|
|
@@ -3349,6 +3394,8 @@ module Aws::MediaConvert
|
|
|
3349
3394
|
:coded_frame_rate,
|
|
3350
3395
|
:color_primaries,
|
|
3351
3396
|
:content_light_level,
|
|
3397
|
+
:display_aspect_ratio,
|
|
3398
|
+
:dolby_vision,
|
|
3352
3399
|
:field_order,
|
|
3353
3400
|
:hdr_10_plus_presence,
|
|
3354
3401
|
:height,
|
|
@@ -3356,6 +3403,7 @@ module Aws::MediaConvert
|
|
|
3356
3403
|
:matrix_coefficients,
|
|
3357
3404
|
:profile,
|
|
3358
3405
|
:rotation,
|
|
3406
|
+
:sample_aspect_ratio,
|
|
3359
3407
|
:scan_type,
|
|
3360
3408
|
:transfer_characteristics,
|
|
3361
3409
|
:width)
|
|
@@ -3565,9 +3613,9 @@ module Aws::MediaConvert
|
|
|
3565
3613
|
# @!attribute [rw] format
|
|
3566
3614
|
# The format of your media file. For example: MP4, QuickTime (MOV),
|
|
3567
3615
|
# Matroska (MKV), WebM, MXF, Wave, AVI, MPEG-TS, MPEG-PS, MP3, FLAC,
|
|
3568
|
-
# ASF (Windows Media / WMA), OGG. Note that this will be blank if
|
|
3569
|
-
# media file has a format that the MediaConvert Probe operation
|
|
3570
|
-
# not recognize.
|
|
3616
|
+
# ASF (Windows Media / WMA), or OGG. Note that this will be blank if
|
|
3617
|
+
# your media file has a format that the MediaConvert Probe operation
|
|
3618
|
+
# does not recognize.
|
|
3571
3619
|
# @return [String]
|
|
3572
3620
|
#
|
|
3573
3621
|
# @!attribute [rw] start_timecode
|
|
@@ -4822,6 +4870,47 @@ module Aws::MediaConvert
|
|
|
4822
4870
|
include Aws::Structure
|
|
4823
4871
|
end
|
|
4824
4872
|
|
|
4873
|
+
# Dolby Vision characteristics of the video track: the profile and
|
|
4874
|
+
# level, and whether the RPU (dynamic metadata), base layer, and
|
|
4875
|
+
# enhancement layer are present. Use this to distinguish Dolby Vision
|
|
4876
|
+
# content from standard HEVC and to choose your encoding or passthrough
|
|
4877
|
+
# settings. Omitted when the content is not Dolby Vision.
|
|
4878
|
+
#
|
|
4879
|
+
# @!attribute [rw] base_layer
|
|
4880
|
+
# Whether a Dolby Vision component is present in the track.
|
|
4881
|
+
# @return [String]
|
|
4882
|
+
#
|
|
4883
|
+
# @!attribute [rw] enhancement_layer
|
|
4884
|
+
# Whether a Dolby Vision component is present in the track.
|
|
4885
|
+
# @return [String]
|
|
4886
|
+
#
|
|
4887
|
+
# @!attribute [rw] level
|
|
4888
|
+
# The Dolby Vision level, which indicates the maximum resolution and
|
|
4889
|
+
# frame rate.
|
|
4890
|
+
# @return [Integer]
|
|
4891
|
+
#
|
|
4892
|
+
# @!attribute [rw] profile
|
|
4893
|
+
# The Dolby Vision profile, for example 5, 7, or 8. The profile
|
|
4894
|
+
# determines the layer structure and playback compatibility of the
|
|
4895
|
+
# content.
|
|
4896
|
+
# @return [Integer]
|
|
4897
|
+
#
|
|
4898
|
+
# @!attribute [rw] rpu
|
|
4899
|
+
# Whether a Dolby Vision component is present in the track.
|
|
4900
|
+
# @return [String]
|
|
4901
|
+
#
|
|
4902
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DolbyVisionMetadata AWS API Documentation
|
|
4903
|
+
#
|
|
4904
|
+
class DolbyVisionMetadata < Struct.new(
|
|
4905
|
+
:base_layer,
|
|
4906
|
+
:enhancement_layer,
|
|
4907
|
+
:level,
|
|
4908
|
+
:profile,
|
|
4909
|
+
:rpu)
|
|
4910
|
+
SENSITIVE = []
|
|
4911
|
+
include Aws::Structure
|
|
4912
|
+
end
|
|
4913
|
+
|
|
4825
4914
|
# Settings for integer-second duration normalization. When this
|
|
4826
4915
|
# preprocessor is present, the output duration will be adjusted to an
|
|
4827
4916
|
# exact integer-second boundary. If the input is within the trim
|
|
@@ -14912,6 +15001,17 @@ module Aws::MediaConvert
|
|
|
14912
15001
|
include Aws::Structure
|
|
14913
15002
|
end
|
|
14914
15003
|
|
|
15004
|
+
# @!attribute [rw] message
|
|
15005
|
+
# @return [String]
|
|
15006
|
+
#
|
|
15007
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UnprocessableEntityException AWS API Documentation
|
|
15008
|
+
#
|
|
15009
|
+
class UnprocessableEntityException < Struct.new(
|
|
15010
|
+
:message)
|
|
15011
|
+
SENSITIVE = []
|
|
15012
|
+
include Aws::Structure
|
|
15013
|
+
end
|
|
15014
|
+
|
|
14915
15015
|
# To remove tags from a MediaConvert queue, preset, job, or job
|
|
14916
15016
|
# template, send a request with the Amazon Resource Name (ARN) of the
|
|
14917
15017
|
# resource and the keys of the tags that you want to remove.
|
|
@@ -16028,7 +16128,14 @@ module Aws::MediaConvert
|
|
|
16028
16128
|
# denominator values, reduced to lowest terms. Used for the sample
|
|
16029
16129
|
# (pixel) aspect ratio and the display aspect ratio of a video track.
|
|
16030
16130
|
# For example, a 720x576 anamorphic track has a sample aspect ratio of
|
|
16031
|
-
# 64 / 45 and a display aspect ratio of 16 / 9.
|
|
16131
|
+
# 64 / 45 and a display aspect ratio of 16 / 9. A video track can
|
|
16132
|
+
# declare an aspect ratio in two independent places, and MediaConvert
|
|
16133
|
+
# reports each one where it was found rather than choosing between
|
|
16134
|
+
# them. The ratio declared by the container appears on the video track
|
|
16135
|
+
# itself, and the ratio declared by the video essence appears under
|
|
16136
|
+
# codecMetadata. When a file declares an aspect ratio in only one of
|
|
16137
|
+
# the two places, the other is null; when it declares both and they
|
|
16138
|
+
# disagree, you can compare them and decide which to use.
|
|
16032
16139
|
# @return [Types::AspectRatio]
|
|
16033
16140
|
#
|
|
16034
16141
|
# @!attribute [rw] frame_rate
|
|
@@ -16067,7 +16174,14 @@ module Aws::MediaConvert
|
|
|
16067
16174
|
# denominator values, reduced to lowest terms. Used for the sample
|
|
16068
16175
|
# (pixel) aspect ratio and the display aspect ratio of a video track.
|
|
16069
16176
|
# For example, a 720x576 anamorphic track has a sample aspect ratio of
|
|
16070
|
-
# 64 / 45 and a display aspect ratio of 16 / 9.
|
|
16177
|
+
# 64 / 45 and a display aspect ratio of 16 / 9. A video track can
|
|
16178
|
+
# declare an aspect ratio in two independent places, and MediaConvert
|
|
16179
|
+
# reports each one where it was found rather than choosing between
|
|
16180
|
+
# them. The ratio declared by the container appears on the video track
|
|
16181
|
+
# itself, and the ratio declared by the video essence appears under
|
|
16182
|
+
# codecMetadata. When a file declares an aspect ratio in only one of
|
|
16183
|
+
# the two places, the other is null; when it declares both and they
|
|
16184
|
+
# disagree, you can compare them and decide which to use.
|
|
16071
16185
|
# @return [Types::AspectRatio]
|
|
16072
16186
|
#
|
|
16073
16187
|
# @!attribute [rw] transfer_characteristics
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
data/sig/errors.rbs
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -479,6 +479,8 @@ module Aws::MediaConvert
|
|
|
479
479
|
attr_accessor coded_frame_rate: Types::FrameRate
|
|
480
480
|
attr_accessor color_primaries: ("ITU_709" | "UNSPECIFIED" | "RESERVED" | "ITU_470M" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "GENERIC_FILM" | "ITU_2020" | "SMPTE_428_1" | "SMPTE_431_2" | "SMPTE_EG_432_1" | "IPT" | "SMPTE_2067XYZ" | "EBU_3213_E" | "LAST")
|
|
481
481
|
attr_accessor content_light_level: Types::ContentLightLevel
|
|
482
|
+
attr_accessor display_aspect_ratio: Types::AspectRatio
|
|
483
|
+
attr_accessor dolby_vision: Types::DolbyVisionMetadata
|
|
482
484
|
attr_accessor field_order: ::String
|
|
483
485
|
attr_accessor hdr_10_plus_presence: ("PRESENT")
|
|
484
486
|
attr_accessor height: ::Integer
|
|
@@ -486,6 +488,7 @@ module Aws::MediaConvert
|
|
|
486
488
|
attr_accessor matrix_coefficients: ("RGB" | "ITU_709" | "UNSPECIFIED" | "RESERVED" | "FCC" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "YCgCo" | "ITU_2020_NCL" | "ITU_2020_CL" | "SMPTE_2085" | "CD_NCL" | "CD_CL" | "ITU_2100ICtCp" | "IPT" | "EBU3213" | "LAST")
|
|
487
489
|
attr_accessor profile: ::String
|
|
488
490
|
attr_accessor rotation: ::Integer
|
|
491
|
+
attr_accessor sample_aspect_ratio: Types::AspectRatio
|
|
489
492
|
attr_accessor scan_type: ::String
|
|
490
493
|
attr_accessor transfer_characteristics: ("ITU_709" | "UNSPECIFIED" | "RESERVED" | "ITU_470M" | "ITU_470BG" | "SMPTE_170M" | "SMPTE_240M" | "LINEAR" | "LOG10_2" | "LOC10_2_5" | "IEC_61966_2_4" | "ITU_1361" | "IEC_61966_2_1" | "ITU_2020_10bit" | "ITU_2020_12bit" | "SMPTE_2084" | "SMPTE_428_1" | "ARIB_B67" | "LAST")
|
|
491
494
|
attr_accessor width: ::Integer
|
|
@@ -773,6 +776,15 @@ module Aws::MediaConvert
|
|
|
773
776
|
SENSITIVE: []
|
|
774
777
|
end
|
|
775
778
|
|
|
779
|
+
class DolbyVisionMetadata
|
|
780
|
+
attr_accessor base_layer: ("PRESENT" | "ABSENT")
|
|
781
|
+
attr_accessor enhancement_layer: ("PRESENT" | "ABSENT")
|
|
782
|
+
attr_accessor level: ::Integer
|
|
783
|
+
attr_accessor profile: ::Integer
|
|
784
|
+
attr_accessor rpu: ("PRESENT" | "ABSENT")
|
|
785
|
+
SENSITIVE: []
|
|
786
|
+
end
|
|
787
|
+
|
|
776
788
|
class DurationControl
|
|
777
789
|
attr_accessor integer_duration_maximum_compression_denominator: ::Integer
|
|
778
790
|
attr_accessor integer_duration_maximum_compression_numerator: ::Integer
|
|
@@ -2430,6 +2442,11 @@ module Aws::MediaConvert
|
|
|
2430
2442
|
SENSITIVE: []
|
|
2431
2443
|
end
|
|
2432
2444
|
|
|
2445
|
+
class UnprocessableEntityException
|
|
2446
|
+
attr_accessor message: ::String
|
|
2447
|
+
SENSITIVE: []
|
|
2448
|
+
end
|
|
2449
|
+
|
|
2433
2450
|
class UntagResourceRequest
|
|
2434
2451
|
attr_accessor arn: ::String
|
|
2435
2452
|
attr_accessor tag_keys: ::Array[::String]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mediaconvert
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.194.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.256.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.256.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|