aws-sdk-mediaconvert 1.91.0 → 1.92.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +1 -1
- data/lib/aws-sdk-mediaconvert/types.rb +7 -7
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15093a143915469caf9396882674eeab53c4f326620b021cce3a09e2e209a40d
|
4
|
+
data.tar.gz: 888634bf9618d860b5397aff7096004ed3652443fc79eb0d01c9a23e436f65c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86166521157344b741c8d033750ff94c1b2ee9c3d6cd603a188af1565fd7eebdc11b6c66b097838b3784846a98e55baff0ef625030780b52596cda3205d2b8f1
|
7
|
+
data.tar.gz: 01ee91b0f02d7fc67b8eca2402628397edd31b7d339d8bce1b559ef8d77af2cd2fd1a599d74737291b515f4b41afdb5a6d31ce325c6b4cbc76f9e532238d418f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.92.0 (2022-06-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Elemental MediaConvert SDK has released support for automatic DolbyVision metadata generation when converting HDR10 to DolbyVision.
|
8
|
+
|
4
9
|
1.91.0 (2022-06-14)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.92.0
|
@@ -15792,7 +15792,7 @@ module Aws::MediaConvert
|
|
15792
15792
|
params: params,
|
15793
15793
|
config: config)
|
15794
15794
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
15795
|
-
context[:gem_version] = '1.
|
15795
|
+
context[:gem_version] = '1.92.0'
|
15796
15796
|
Seahorse::Client::Request.new(handlers, context)
|
15797
15797
|
end
|
15798
15798
|
|
@@ -8217,8 +8217,7 @@ module Aws::MediaConvert
|
|
8217
8217
|
#
|
8218
8218
|
class DisassociateCertificateResponse < Aws::EmptyStructure; end
|
8219
8219
|
|
8220
|
-
#
|
8221
|
-
# Vision outputs from MXF and IMF sources.
|
8220
|
+
# Create Dolby Vision Profile 5 or Profile 8.1 compatible video output.
|
8222
8221
|
#
|
8223
8222
|
# @note When making an API call, you may pass DolbyVision
|
8224
8223
|
# data as a hash:
|
@@ -8258,11 +8257,12 @@ module Aws::MediaConvert
|
|
8258
8257
|
# @return [String]
|
8259
8258
|
#
|
8260
8259
|
# @!attribute [rw] profile
|
8261
|
-
# Required when you
|
8262
|
-
#
|
8263
|
-
#
|
8264
|
-
# frame-interleaved Dolby Vision metadata and
|
8265
|
-
# output.
|
8260
|
+
# Required when you enable Dolby Vision. Use Profile 5 to include
|
8261
|
+
# frame-interleaved Dolby Vision metadata in your output. Your input
|
8262
|
+
# must include Dolby Vision metadata or an HDR10 YUV color space. Use
|
8263
|
+
# Profile 8.1 to include frame-interleaved Dolby Vision metadata and
|
8264
|
+
# HDR10 metadata in your output. Your input must include Dolby Vision
|
8265
|
+
# metadata.
|
8266
8266
|
# @return [String]
|
8267
8267
|
#
|
8268
8268
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DolbyVision AWS API Documentation
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.92.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|