aws-sdk-mediaconvert 1.105.0 → 1.106.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: bd835dfbf4b3d165732ef94702826b5278460e7613d8826c34fa9e8521378529
4
- data.tar.gz: 18559a9253caec3e1eac9dde11b91ec6e56900fd977e742867026fa6cfca1304
3
+ metadata.gz: 11a1f78955b9a54f26e0565d4ea578a97befb121dcaa743b8627df44ad145747
4
+ data.tar.gz: b551f197e68a953e7917df5355b4a635d0870f8c685d9c8c00c284f9a92d3816
5
5
  SHA512:
6
- metadata.gz: 57793dd15b67e8bd0c06d508a4bed0e0313e42f6b24ae4232ecfffaae058e64e4eaae1bed51acbb0355e8d009ef913d8b4f9e11503d73f75ed0d8e93f4586899
7
- data.tar.gz: 4efb32168e3c6fb0748dadf065a7750662d4334c768b817f4f81023ac4e8e4ef121d453f98d3fab93767ccafdac22a5a2a501b74bd94f923fde87c22221998b1
6
+ metadata.gz: aad4ca8bba726caf3525be810b7d82a9e2fc2272d46535e4f2ac46b3192aee5c51a8d50e6050dabc09a2bc92fbef514330a94a35bd90d43e1a307cd5b7a8b186
7
+ data.tar.gz: b85fa7d9860112aff8c65885ac480047d359e27a0f9023fb971a21e5bd8eade4617c082f5450d0858194b9db28355fa5f505b78109e7e9b7b48bcfe456205b19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2023-05-18)
5
+ ------------------
6
+
7
+ * Feature - This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.
8
+
4
9
  1.105.0 (2023-04-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.106.0
@@ -1195,7 +1195,7 @@ module Aws::MediaConvert
1195
1195
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
1196
1196
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_value #=> String
1197
1197
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
1198
- # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
1198
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
1199
1199
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
1200
1200
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
1201
1201
  # resp.job_template.settings.output_groups[0].outputs[0].extension #=> String
@@ -1919,7 +1919,7 @@ module Aws::MediaConvert
1919
1919
  # },
1920
1920
  # mxf_settings: {
1921
1921
  # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
1922
- # profile: "D_10", # accepts D_10, XDCAM, OP1A, XAVC
1922
+ # profile: "D_10", # accepts D_10, XDCAM, OP1A, XAVC, XDCAM_RDD9
1923
1923
  # xavc_profile_settings: {
1924
1924
  # duration_mode: "ALLOW_ANY_DURATION", # accepts ALLOW_ANY_DURATION, DROP_FRAMES_FOR_COMPLIANCE
1925
1925
  # max_anc_data_size: 1,
@@ -2609,7 +2609,7 @@ module Aws::MediaConvert
2609
2609
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
2610
2610
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_value #=> String
2611
2611
  # resp.preset.settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
2612
- # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
2612
+ # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
2613
2613
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
2614
2614
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
2615
2615
  # resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
@@ -3836,7 +3836,7 @@ module Aws::MediaConvert
3836
3836
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
3837
3837
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_value #=> String
3838
3838
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
3839
- # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
3839
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
3840
3840
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
3841
3841
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
3842
3842
  # resp.job_template.settings.output_groups[0].outputs[0].extension #=> String
@@ -4496,7 +4496,7 @@ module Aws::MediaConvert
4496
4496
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
4497
4497
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_value #=> String
4498
4498
  # resp.preset.settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
4499
- # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
4499
+ # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
4500
4500
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
4501
4501
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
4502
4502
  # resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
@@ -5541,7 +5541,7 @@ module Aws::MediaConvert
5541
5541
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
5542
5542
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_value #=> String
5543
5543
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
5544
- # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
5544
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
5545
5545
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
5546
5546
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
5547
5547
  # resp.job_templates[0].settings.output_groups[0].outputs[0].extension #=> String
@@ -6264,7 +6264,7 @@ module Aws::MediaConvert
6264
6264
  # resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
6265
6265
  # resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_value #=> String
6266
6266
  # resp.presets[0].settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
6267
- # resp.presets[0].settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
6267
+ # resp.presets[0].settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
6268
6268
  # resp.presets[0].settings.container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
6269
6269
  # resp.presets[0].settings.container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
6270
6270
  # resp.presets[0].settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
@@ -7465,7 +7465,7 @@ module Aws::MediaConvert
7465
7465
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
7466
7466
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_value #=> String
7467
7467
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
7468
- # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
7468
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
7469
7469
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
7470
7470
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
7471
7471
  # resp.job_template.settings.output_groups[0].outputs[0].extension #=> String
@@ -8183,7 +8183,7 @@ module Aws::MediaConvert
8183
8183
  # },
8184
8184
  # mxf_settings: {
8185
8185
  # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
8186
- # profile: "D_10", # accepts D_10, XDCAM, OP1A, XAVC
8186
+ # profile: "D_10", # accepts D_10, XDCAM, OP1A, XAVC, XDCAM_RDD9
8187
8187
  # xavc_profile_settings: {
8188
8188
  # duration_mode: "ALLOW_ANY_DURATION", # accepts ALLOW_ANY_DURATION, DROP_FRAMES_FOR_COMPLIANCE
8189
8189
  # max_anc_data_size: 1,
@@ -8870,7 +8870,7 @@ module Aws::MediaConvert
8870
8870
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
8871
8871
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_value #=> String
8872
8872
  # resp.preset.settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
8873
- # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
8873
+ # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
8874
8874
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
8875
8875
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
8876
8876
  # resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
@@ -9276,7 +9276,7 @@ module Aws::MediaConvert
9276
9276
  params: params,
9277
9277
  config: config)
9278
9278
  context[:gem_name] = 'aws-sdk-mediaconvert'
9279
- context[:gem_version] = '1.105.0'
9279
+ context[:gem_version] = '1.106.0'
9280
9280
  Seahorse::Client::Request.new(handlers, context)
9281
9281
  end
9282
9282
 
@@ -849,7 +849,7 @@ module Aws::MediaConvert
849
849
  __stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932 = Shapes::StringShape.new(name: '__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932')
850
850
  __stringPatternDD = Shapes::StringShape.new(name: '__stringPatternDD')
851
851
  __stringPatternHttps = Shapes::StringShape.new(name: '__stringPatternHttps')
852
- __stringPatternHttpsKantarmediaComFr = Shapes::StringShape.new(name: '__stringPatternHttpsKantarmediaComFr')
852
+ __stringPatternHttpsKantarmedia = Shapes::StringShape.new(name: '__stringPatternHttpsKantarmedia')
853
853
  __stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
854
854
  __stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
855
855
  __stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
@@ -1882,7 +1882,7 @@ module Aws::MediaConvert
1882
1882
  KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape: __stringMin1Max512PatternAZAZ09, location_name: "credentialsSecretName"))
1883
1883
  KantarWatermarkSettings.add_member(:file_offset, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "fileOffset"))
1884
1884
  KantarWatermarkSettings.add_member(:kantar_license_id, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "kantarLicenseId"))
1885
- KantarWatermarkSettings.add_member(:kantar_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttpsKantarmediaComFr, location_name: "kantarServerUrl"))
1885
+ KantarWatermarkSettings.add_member(:kantar_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttpsKantarmedia, location_name: "kantarServerUrl"))
1886
1886
  KantarWatermarkSettings.add_member(:log_destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "logDestination"))
1887
1887
  KantarWatermarkSettings.add_member(:metadata_3, Shapes::ShapeRef.new(shape: __stringMin1Max50, location_name: "metadata3"))
1888
1888
  KantarWatermarkSettings.add_member(:metadata_4, Shapes::ShapeRef.new(shape: __stringMin1Max50, location_name: "metadata4"))
@@ -58,7 +58,7 @@ module Aws::MediaConvert
58
58
  # (Receiver Mix): One channel, C. Includes audio description data from
59
59
  # your stereo input. For more information see ETSI TS 101 154 Annex E.
60
60
  # * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. *
61
- # 5.1 Surround: Five channels, C, L, R, Ls, Rs, LFE.
61
+ # 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.
62
62
  # @return [String]
63
63
  #
64
64
  # @!attribute [rw] rate_control_mode
@@ -6724,9 +6724,9 @@ module Aws::MediaConvert
6724
6724
  # @return [String]
6725
6725
  #
6726
6726
  # @!attribute [rw] segments_per_subdirectory
6727
- # Number of segments to write to a subdirectory before starting a new
6728
- # one. directoryStructure must be SINGLE\_DIRECTORY for this setting
6729
- # to have an effect.
6727
+ # Specify the number of segments to write to a subdirectory before
6728
+ # starting a new one. You must also set Directory structure to
6729
+ # Subdirectory per stream for this setting to have an effect.
6730
6730
  # @return [Integer]
6731
6731
  #
6732
6732
  # @!attribute [rw] stream_inf_resolution
@@ -7127,10 +7127,10 @@ module Aws::MediaConvert
7127
7127
  # increase the video quality of your output relative to its bitrate,
7128
7128
  # since noisy inputs are more complex and require more bits to encode.
7129
7129
  # To help restore loss of detail after applying the filter, you can
7130
- # optionally add texture or sharpening as an additional step.Jobs that
7131
- # use this feature incur pro-tier pricing. To not apply advanced input
7132
- # filtering: Choose Disabled. Note that you can still apply basic
7133
- # filtering with Deblock and Denoise.
7130
+ # optionally add texture or sharpening as an additional step. Jobs
7131
+ # that use this feature incur pro-tier pricing. To not apply advanced
7132
+ # input filtering: Choose Disabled. Note that you can still apply
7133
+ # basic filtering with Deblock and Denoise.
7134
7134
  # @return [String]
7135
7135
  #
7136
7136
  # @!attribute [rw] advanced_input_filter_settings
@@ -7457,10 +7457,10 @@ module Aws::MediaConvert
7457
7457
  # increase the video quality of your output relative to its bitrate,
7458
7458
  # since noisy inputs are more complex and require more bits to encode.
7459
7459
  # To help restore loss of detail after applying the filter, you can
7460
- # optionally add texture or sharpening as an additional step.Jobs that
7461
- # use this feature incur pro-tier pricing. To not apply advanced input
7462
- # filtering: Choose Disabled. Note that you can still apply basic
7463
- # filtering with Deblock and Denoise.
7460
+ # optionally add texture or sharpening as an additional step. Jobs
7461
+ # that use this feature incur pro-tier pricing. To not apply advanced
7462
+ # input filtering: Choose Disabled. Note that you can still apply
7463
+ # basic filtering with Deblock and Denoise.
7464
7464
  # @return [String]
7465
7465
  #
7466
7466
  # @!attribute [rw] advanced_input_filter_settings
@@ -12593,9 +12593,12 @@ module Aws::MediaConvert
12593
12593
  # @return [Integer]
12594
12594
  #
12595
12595
  # @!attribute [rw] height
12596
- # Use the Height (Height) setting to define the video resolution
12597
- # height for this output. Specify in pixels. If you don't provide a
12598
- # value here, the service will use the input height.
12596
+ # Use Height to define the video resolution height, in pixels, for
12597
+ # this output. To use the same resolution as your input: Leave both
12598
+ # Width and Height blank. To evenly scale from your input resolution:
12599
+ # Leave Height blank and enter a value for Width. For example, if your
12600
+ # input is 1920x1080 and you set Width to 1280, your output will be
12601
+ # 1280x720.
12599
12602
  # @return [Integer]
12600
12603
  #
12601
12604
  # @!attribute [rw] position
@@ -12659,9 +12662,12 @@ module Aws::MediaConvert
12659
12662
  # @return [Types::VideoPreprocessor]
12660
12663
  #
12661
12664
  # @!attribute [rw] width
12662
- # Use Width (Width) to define the video resolution width, in pixels,
12663
- # for this output. If you don't provide a value here, the service
12664
- # will use the input width.
12665
+ # Use Width to define the video resolution width, in pixels, for this
12666
+ # output. To use the same resolution as your input: Leave both Width
12667
+ # and Height blank. To evenly scale from your input resolution: Leave
12668
+ # Width blank and enter a value for Height. For example, if your input
12669
+ # is 1920x1080 and you set Height to 720, your output will be
12670
+ # 1280x720.
12665
12671
  # @return [Integer]
12666
12672
  #
12667
12673
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoDescription AWS API Documentation
@@ -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.105.0'
55
+ GEM_VERSION = '1.106.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.105.0
4
+ version: 1.106.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-04-24 00:00:00.000000000 Z
11
+ date: 2023-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core