aws-sdk-mediaconvert 1.112.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: 55fb251173428156b5d091b6cc79de54b33b543596a29518f3ec01533235e2da
4
- data.tar.gz: 9f65f0f3fe8245fd2ad82cce3c33fcdf5abd757fdcf219a6bdefb841d0c090a4
3
+ metadata.gz: f61d8f8aeab22e8b25dab2c6dbb4da10ccc7c2a91d24da359466240fc2be58f4
4
+ data.tar.gz: e808dc03791ee049768d8364b99d540997af2f99d8fb3369d7b6414ad3fa1b47
5
5
  SHA512:
6
- metadata.gz: 844e13a74614ce0d2bd269ab1185cbbc39a285e7c0f2f03e91d37ae3c091062d7bfd2c03bac169bd7064d6943afbe5643dd7b95a1a053d9ef792e404a9c628f7
7
- data.tar.gz: 0b9cbb6787f2692951e008c4baf5244a61c8760dc05093cc63607d112c5e59dd94b702008658248a5b55af58ff52f6b40201de26e20123b8393c8db166ad0a63
6
+ metadata.gz: 4e7161e742b5fc18f6d27106c04d48feac28c3f1e86e157cbe1eedfcf6174c4bdcd3a75c3108e96ec772e7290213cb4b6b7491bce1b03a1079495b70008e81ea
7
+ data.tar.gz: 2fdf021d5cb533359986375d3817f75549ff9315cb10b69cdf1068b9ca7c48bec263c8a02b7aba67e7643b679364cbc31b3077b91cb77f2d6bec63a2a7817f01
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.113.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.112.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
1
+ 1.114.0
@@ -216,6 +216,10 @@ module Aws::MediaConvert
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -9320,7 +9324,7 @@ module Aws::MediaConvert
9320
9324
  params: params,
9321
9325
  config: config)
9322
9326
  context[:gem_name] = 'aws-sdk-mediaconvert'
9323
- context[:gem_version] = '1.112.0'
9327
+ context[:gem_version] = '1.114.0'
9324
9328
  Seahorse::Client::Request.new(handlers, context)
9325
9329
  end
9326
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.112.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.112.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-06 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