aws-sdk-mediaconvert 1.146.0 → 1.147.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 +7 -1
- data/lib/aws-sdk-mediaconvert/client_api.rb +4 -2
- data/lib/aws-sdk-mediaconvert/types.rb +13 -1
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +10 -5
- data/sig/types.rbs +1 -0
- 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: 2d1ea10c46dd33c0190e28ba9f10465c3295e5ea4b8728c45bc31c080149cbfe
|
4
|
+
data.tar.gz: 5f288e79096f0f69440bd1f63f996a085aa850ce9cc6c82fb1bf2fb6606b3c95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 732c5d741f61e39cd76b7041834cbb39f12e9b37751ca28138efd36dbc99c1d764d870edd6243c6c93b9edf7694544069a19c33cb4cc4f8c8fc72d561461d11d
|
7
|
+
data.tar.gz: 9d8e9895d7e4a64bc153dc4c0bd60a72eee1f60ccfc9d15f39bfeacc75af67cd7a2cf4d327759865d588b081a9cdf35c6c4278530cad411c1ab76a92a1e72392
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.147.0
|
@@ -1164,6 +1164,7 @@ module Aws::MediaConvert
|
|
1164
1164
|
# telecine: "NONE", # accepts NONE, SOFT, HARD
|
1165
1165
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
1166
1166
|
# unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
|
1167
|
+
# write_mp_4_packaging_type: "AVC1", # accepts AVC1, AVC3
|
1167
1168
|
# },
|
1168
1169
|
# h265_settings: {
|
1169
1170
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
|
@@ -1875,6 +1876,7 @@ module Aws::MediaConvert
|
|
1875
1876
|
# resp.preset.settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
1876
1877
|
# resp.preset.settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
1877
1878
|
# resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
|
1879
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
|
1878
1880
|
# resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
|
1879
1881
|
# resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
|
1880
1882
|
# resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
|
@@ -2851,6 +2853,7 @@ module Aws::MediaConvert
|
|
2851
2853
|
# resp.preset.settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
2852
2854
|
# resp.preset.settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
2853
2855
|
# resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
|
2856
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
|
2854
2857
|
# resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
|
2855
2858
|
# resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
|
2856
2859
|
# resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
|
@@ -3695,6 +3698,7 @@ module Aws::MediaConvert
|
|
3695
3698
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
3696
3699
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
3697
3700
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
|
3701
|
+
# resp.presets[0].settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
|
3698
3702
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
|
3699
3703
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
|
3700
3704
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
|
@@ -4816,6 +4820,7 @@ module Aws::MediaConvert
|
|
4816
4820
|
# telecine: "NONE", # accepts NONE, SOFT, HARD
|
4817
4821
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4818
4822
|
# unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
|
4823
|
+
# write_mp_4_packaging_type: "AVC1", # accepts AVC1, AVC3
|
4819
4824
|
# },
|
4820
4825
|
# h265_settings: {
|
4821
4826
|
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
|
@@ -5524,6 +5529,7 @@ module Aws::MediaConvert
|
|
5524
5529
|
# resp.preset.settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
5525
5530
|
# resp.preset.settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
5526
5531
|
# resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
|
5532
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
|
5527
5533
|
# resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
|
5528
5534
|
# resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
|
5529
5535
|
# resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
|
@@ -5885,7 +5891,7 @@ module Aws::MediaConvert
|
|
5885
5891
|
tracer: tracer
|
5886
5892
|
)
|
5887
5893
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
5888
|
-
context[:gem_version] = '1.
|
5894
|
+
context[:gem_version] = '1.147.0'
|
5889
5895
|
Seahorse::Client::Request.new(handlers, context)
|
5890
5896
|
end
|
5891
5897
|
|
@@ -315,6 +315,7 @@ module Aws::MediaConvert
|
|
315
315
|
H264Telecine = Shapes::StringShape.new(name: 'H264Telecine')
|
316
316
|
H264TemporalAdaptiveQuantization = Shapes::StringShape.new(name: 'H264TemporalAdaptiveQuantization')
|
317
317
|
H264UnregisteredSeiTimecode = Shapes::StringShape.new(name: 'H264UnregisteredSeiTimecode')
|
318
|
+
H264WriteMp4PackagingType = Shapes::StringShape.new(name: 'H264WriteMp4PackagingType')
|
318
319
|
H265AdaptiveQuantization = Shapes::StringShape.new(name: 'H265AdaptiveQuantization')
|
319
320
|
H265AlternateTransferFunctionSei = Shapes::StringShape.new(name: 'H265AlternateTransferFunctionSei')
|
320
321
|
H265CodecLevel = Shapes::StringShape.new(name: 'H265CodecLevel')
|
@@ -877,7 +878,7 @@ module Aws::MediaConvert
|
|
877
878
|
__stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
|
878
879
|
__stringMin1Max100000 = Shapes::StringShape.new(name: '__stringMin1Max100000')
|
879
880
|
__stringMin1Max20 = Shapes::StringShape.new(name: '__stringMin1Max20')
|
880
|
-
|
881
|
+
__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09 = Shapes::StringShape.new(name: '__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09')
|
881
882
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
882
883
|
__stringMin1Max50 = Shapes::StringShape.new(name: '__stringMin1Max50')
|
883
884
|
__stringMin1Max50PatternAZAZ09 = Shapes::StringShape.new(name: '__stringMin1Max50PatternAZAZ09')
|
@@ -1657,6 +1658,7 @@ module Aws::MediaConvert
|
|
1657
1658
|
H264Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: H264Telecine, location_name: "telecine"))
|
1658
1659
|
H264Settings.add_member(:temporal_adaptive_quantization, Shapes::ShapeRef.new(shape: H264TemporalAdaptiveQuantization, location_name: "temporalAdaptiveQuantization"))
|
1659
1660
|
H264Settings.add_member(:unregistered_sei_timecode, Shapes::ShapeRef.new(shape: H264UnregisteredSeiTimecode, location_name: "unregisteredSeiTimecode"))
|
1661
|
+
H264Settings.add_member(:write_mp_4_packaging_type, Shapes::ShapeRef.new(shape: H264WriteMp4PackagingType, location_name: "writeMp4PackagingType"))
|
1660
1662
|
H264Settings.struct_class = Types::H264Settings
|
1661
1663
|
|
1662
1664
|
H265QvbrSettings.add_member(:max_average_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "maxAverageBitrate"))
|
@@ -1990,7 +1992,7 @@ module Aws::MediaConvert
|
|
1990
1992
|
|
1991
1993
|
KantarWatermarkSettings.add_member(:channel_name, Shapes::ShapeRef.new(shape: __stringMin1Max20, location_name: "channelName"))
|
1992
1994
|
KantarWatermarkSettings.add_member(:content_reference, Shapes::ShapeRef.new(shape: __stringMin1Max50PatternAZAZ09, location_name: "contentReference"))
|
1993
|
-
KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape:
|
1995
|
+
KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "credentialsSecretName"))
|
1994
1996
|
KantarWatermarkSettings.add_member(:file_offset, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "fileOffset"))
|
1995
1997
|
KantarWatermarkSettings.add_member(:kantar_license_id, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "kantarLicenseId"))
|
1996
1998
|
KantarWatermarkSettings.add_member(:kantar_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttpsKantarmedia, location_name: "kantarServerUrl"))
|
@@ -5842,6 +5842,17 @@ module Aws::MediaConvert
|
|
5842
5842
|
# message.
|
5843
5843
|
# @return [String]
|
5844
5844
|
#
|
5845
|
+
# @!attribute [rw] write_mp_4_packaging_type
|
5846
|
+
# Specify how SPS and PPS NAL units are written in your output MP4
|
5847
|
+
# container, according to ISO/IEC 14496-15. If the location of these
|
5848
|
+
# parameters doesn't matter in your workflow: Keep the default value,
|
5849
|
+
# AVC1. MediaConvert writes SPS and PPS NAL units in the sample
|
5850
|
+
# description ('stsd') box (but not into samples directly). To write
|
5851
|
+
# SPS and PPS NAL units directly into samples (but not in the 'stsd'
|
5852
|
+
# box): Choose AVC3. When you do, note that your output might not play
|
5853
|
+
# properly with some downstream systems or players.
|
5854
|
+
# @return [String]
|
5855
|
+
#
|
5845
5856
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/H264Settings AWS API Documentation
|
5846
5857
|
#
|
5847
5858
|
class H264Settings < Struct.new(
|
@@ -5888,7 +5899,8 @@ module Aws::MediaConvert
|
|
5888
5899
|
:syntax,
|
5889
5900
|
:telecine,
|
5890
5901
|
:temporal_adaptive_quantization,
|
5891
|
-
:unregistered_sei_timecode
|
5902
|
+
:unregistered_sei_timecode,
|
5903
|
+
:write_mp_4_packaging_type)
|
5892
5904
|
SENSITIVE = []
|
5893
5905
|
include Aws::Structure
|
5894
5906
|
end
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -1209,7 +1209,8 @@ module Aws
|
|
1209
1209
|
syntax: ("DEFAULT" | "RP2027")?,
|
1210
1210
|
telecine: ("NONE" | "SOFT" | "HARD")?,
|
1211
1211
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
1212
|
-
unregistered_sei_timecode: ("DISABLED" | "ENABLED")
|
1212
|
+
unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
|
1213
|
+
write_mp_4_packaging_type: ("AVC1" | "AVC3")?
|
1213
1214
|
}?,
|
1214
1215
|
h265_settings: {
|
1215
1216
|
adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
|
@@ -2657,7 +2658,8 @@ module Aws
|
|
2657
2658
|
syntax: ("DEFAULT" | "RP2027")?,
|
2658
2659
|
telecine: ("NONE" | "SOFT" | "HARD")?,
|
2659
2660
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
2660
|
-
unregistered_sei_timecode: ("DISABLED" | "ENABLED")
|
2661
|
+
unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
|
2662
|
+
write_mp_4_packaging_type: ("AVC1" | "AVC3")?
|
2661
2663
|
}?,
|
2662
2664
|
h265_settings: {
|
2663
2665
|
adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
|
@@ -3487,7 +3489,8 @@ module Aws
|
|
3487
3489
|
syntax: ("DEFAULT" | "RP2027")?,
|
3488
3490
|
telecine: ("NONE" | "SOFT" | "HARD")?,
|
3489
3491
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
3490
|
-
unregistered_sei_timecode: ("DISABLED" | "ENABLED")
|
3492
|
+
unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
|
3493
|
+
write_mp_4_packaging_type: ("AVC1" | "AVC3")?
|
3491
3494
|
}?,
|
3492
3495
|
h265_settings: {
|
3493
3496
|
adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
|
@@ -5173,7 +5176,8 @@ module Aws
|
|
5173
5176
|
syntax: ("DEFAULT" | "RP2027")?,
|
5174
5177
|
telecine: ("NONE" | "SOFT" | "HARD")?,
|
5175
5178
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
5176
|
-
unregistered_sei_timecode: ("DISABLED" | "ENABLED")
|
5179
|
+
unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
|
5180
|
+
write_mp_4_packaging_type: ("AVC1" | "AVC3")?
|
5177
5181
|
}?,
|
5178
5182
|
h265_settings: {
|
5179
5183
|
adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
|
@@ -6002,7 +6006,8 @@ module Aws
|
|
6002
6006
|
syntax: ("DEFAULT" | "RP2027")?,
|
6003
6007
|
telecine: ("NONE" | "SOFT" | "HARD")?,
|
6004
6008
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
|
6005
|
-
unregistered_sei_timecode: ("DISABLED" | "ENABLED")
|
6009
|
+
unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
|
6010
|
+
write_mp_4_packaging_type: ("AVC1" | "AVC3")?
|
6006
6011
|
}?,
|
6007
6012
|
h265_settings: {
|
6008
6013
|
adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
|
data/sig/types.rbs
CHANGED
@@ -954,6 +954,7 @@ module Aws::MediaConvert
|
|
954
954
|
attr_accessor telecine: ("NONE" | "SOFT" | "HARD")
|
955
955
|
attr_accessor temporal_adaptive_quantization: ("DISABLED" | "ENABLED")
|
956
956
|
attr_accessor unregistered_sei_timecode: ("DISABLED" | "ENABLED")
|
957
|
+
attr_accessor write_mp_4_packaging_type: ("AVC1" | "AVC3")
|
957
958
|
SENSITIVE: []
|
958
959
|
end
|
959
960
|
|
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.147.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:
|
11
|
+
date: 2025-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|