aws-sdk-mediaconvert 1.113.0 → 1.114.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f9b4afc2d7c34ab38fbc9f44c88b4730ba353fa380680588467e62bfd4b4d15
4
- data.tar.gz: a7fb80db7fd67883be740deb03f27f7b76d5aef26134049a13e7728011030ef0
3
+ metadata.gz: f61d8f8aeab22e8b25dab2c6dbb4da10ccc7c2a91d24da359466240fc2be58f4
4
+ data.tar.gz: e808dc03791ee049768d8364b99d540997af2f99d8fb3369d7b6414ad3fa1b47
5
5
  SHA512:
6
- metadata.gz: 38a2801e8aebff9d342b451860f9536382ad1b15d450158581b67b255ad5e6cfb6bdef7ae5c98ea5cd7a1fd6fb5524dc4c36a05ef811434e113832b699bdd585
7
- data.tar.gz: 0356f4201b40cb677938cf95d8f769cc9047da72bd35c5cf7ce40b052949a2619127fb7209e6ad38b64967485616417f2f8d41916acfacdfd5799a8166b0444f
6
+ metadata.gz: 4e7161e742b5fc18f6d27106c04d48feac28c3f1e86e157cbe1eedfcf6174c4bdcd3a75c3108e96ec772e7290213cb4b6b7491bce1b03a1079495b70008e81ea
7
+ data.tar.gz: 2fdf021d5cb533359986375d3817f75549ff9315cb10b69cdf1068b9ca7c48bec263c8a02b7aba67e7643b679364cbc31b3077b91cb77f2d6bec63a2a7817f01
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2023-07-21)
5
+ ------------------
6
+
7
+ * Feature - This release includes improvements to Preserve 444 handling, compatibility of HEVC sources without frame rates, and general improvements to MP4 outputs.
8
+
4
9
  1.113.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.0
@@ -9324,7 +9324,7 @@ module Aws::MediaConvert
9324
9324
  params: params,
9325
9325
  config: config)
9326
9326
  context[:gem_name] = 'aws-sdk-mediaconvert'
9327
- context[:gem_version] = '1.113.0'
9327
+ context[:gem_version] = '1.114.0'
9328
9328
  Seahorse::Client::Request.new(handlers, context)
9329
9329
  end
9330
9330
 
@@ -11072,17 +11072,12 @@ module Aws::MediaConvert
11072
11072
  # Preserve 4:4:4 sampling (PRESERVE\_444\_SAMPLING) to allow outputs
11073
11073
  # to also use 4:4:4 chroma sampling. You must specify a value for this
11074
11074
  # setting when your output codec profile supports 4:4:4 chroma
11075
- # sampling. Related Settings: When you set Chroma sampling to Preserve
11076
- # 4:4:4 sampling (PRESERVE\_444\_SAMPLING), you must choose an output
11077
- # codec profile that supports 4:4:4 chroma sampling. These values for
11078
- # Profile (CodecProfile) support 4:4:4 chroma sampling: Apple ProRes
11079
- # 4444 (APPLE\_PRORES\_4444) or Apple ProRes 4444 XQ
11080
- # (APPLE\_PRORES\_4444\_XQ). When you set Chroma sampling to Preserve
11081
- # 4:4:4 sampling, you must disable all video preprocessors except for
11082
- # Nexguard file marker (PartnerWatermarking). When you set Chroma
11083
- # sampling to Preserve 4:4:4 sampling and use framerate conversion,
11084
- # you must set Frame rate conversion algorithm
11085
- # (FramerateConversionAlgorithm) to Drop duplicate (DUPLICATE\_DROP).
11075
+ # sampling. Related Settings: For Apple ProRes outputs with 4:4:4
11076
+ # chroma sampling: Choose Preserve 4:4:4 sampling. Use when your input
11077
+ # has 4:4:4 chroma sampling and your output codec Profile is Apple
11078
+ # ProRes 4444 or 4444 XQ. Note that when you choose Preserve 4:4:4
11079
+ # sampling, you cannot include any of the following Preprocessors:
11080
+ # Dolby Vision, HDR10+, or Noise reducer.
11086
11081
  # @return [String]
11087
11082
  #
11088
11083
  # @!attribute [rw] codec_profile
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.113.0'
55
+ GEM_VERSION = '1.114.0'
56
56
 
57
57
  end
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.113.0
4
+ version: 1.114.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core