aws-sdk-mediaconvert 1.65.0 → 1.66.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: 44a1fe2df134fb4aa79f11104b5cad07639949023f55b2faac567f88618d0fa8
4
- data.tar.gz: 74ab7da78f66c7824d9bc53b95a30eef441d28c16a8fb5a73829347b6aa8b854
3
+ metadata.gz: 420e73287f56e46ce853c70065c926b2db0bbffb084c1bf189ca02b3d37bafbf
4
+ data.tar.gz: 84eb3b8690fc0f3fd1a3792161f46b1b8a01cc1d100cad205cbcb6b4840d4829
5
5
  SHA512:
6
- metadata.gz: d7db2518ca8f29efe1212739f5c3f753688fbb8ed6cf7b236b5fe29723ed9c12f8cbb1bab726a55b8189d450f9801bd97b23761bc25fe88cb5288ce4f8fdd3da
7
- data.tar.gz: 829f8e96793be0202c8f0ac4d38ec3a92e923d8161610a68fa7c21241851c8d11380c83ccdd3e0c8174bce9cb0c43652d6af9b6e4815ba45b4183a300e1716e7
6
+ metadata.gz: ab2ff1a4d2bccb5002c9aa5d6b7a9cf1449e922a1b01bf0ac5a62d291a194756c94f0210c31202e9535525e515faa5031e188773dc60d17f9fd80723a1ce8fc1
7
+ data.tar.gz: b13521d5528cc71d620822da62c04bb014c26da5b22067d73a8cee1003179e1ca64ee512d684853516c829189e22439b2fa58e988e95a53d0db1933d0eb5fd94
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2021-04-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for mediaconvert
8
+
4
9
  1.65.0 (2021-04-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaConvert
50
50
 
51
- GEM_VERSION = '1.65.0'
51
+ GEM_VERSION = '1.66.0'
52
52
 
53
53
  end
@@ -13732,7 +13732,7 @@ module Aws::MediaConvert
13732
13732
  params: params,
13733
13733
  config: config)
13734
13734
  context[:gem_name] = 'aws-sdk-mediaconvert'
13735
- context[:gem_version] = '1.65.0'
13735
+ context[:gem_version] = '1.66.0'
13736
13736
  Seahorse::Client::Request.new(handlers, context)
13737
13737
  end
13738
13738
 
@@ -623,7 +623,6 @@ module Aws::MediaConvert
623
623
  __integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
624
624
  __integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
625
625
  __integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
626
- __integerMin7Max15 = Shapes::IntegerShape.new(name: '__integerMin7Max15')
627
626
  __integerMin8000Max192000 = Shapes::IntegerShape.new(name: '__integerMin8000Max192000')
628
627
  __integerMin8000Max96000 = Shapes::IntegerShape.new(name: '__integerMin8000Max96000')
629
628
  __integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
@@ -833,7 +832,7 @@ module Aws::MediaConvert
833
832
  Av1Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
834
833
  Av1Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
835
834
  Av1Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "maxBitrate"))
836
- Av1Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin7Max15, location_name: "numberBFramesBetweenReferenceFrames"))
835
+ Av1Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin0Max15, location_name: "numberBFramesBetweenReferenceFrames"))
837
836
  Av1Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: Av1QvbrSettings, location_name: "qvbrSettings"))
838
837
  Av1Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Av1RateControlMode, location_name: "rateControlMode"))
839
838
  Av1Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
@@ -385,15 +385,8 @@ module Aws::MediaConvert
385
385
  include Aws::Structure
386
386
  end
387
387
 
388
- # Audio codec settings (CodecSettings) under (AudioDescriptions)
389
- # contains the group of settings related to audio encoding. The settings
390
- # in this group vary depending on the value that you choose for Audio
391
- # codec (Codec). For each codec enum that you choose, define the
392
- # corresponding settings object. The following lists the codec enum,
393
- # settings object pairs. * AAC, AacSettings * MP2, Mp2Settings * MP3,
394
- # Mp3Settings * WAV, WavSettings * AIFF, AiffSettings * AC3,
395
- # Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS, Eac3AtmosSettings *
396
- # VORBIS, VorbisSettings * OPUS, OpusSettings
388
+ # Settings related to audio encoding. The settings in this group vary
389
+ # depending on the value that you choose for your audio codec.
397
390
  #
398
391
  # @note When making an API call, you may pass AudioCodecSettings
399
392
  # data as a hash:
@@ -520,7 +513,17 @@ module Aws::MediaConvert
520
513
  # @return [Types::AiffSettings]
521
514
  #
522
515
  # @!attribute [rw] codec
523
- # Type of Audio codec.
516
+ # Choose the audio codec for this output. Note that the option Dolby
517
+ # Digital passthrough (PASSTHROUGH) applies only to Dolby Digital and
518
+ # Dolby Digital Plus audio inputs. Make sure that you choose a codec
519
+ # that's supported with your output container:
520
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#reference-codecs-containers-output-audio
521
+ # For audio-only outputs, make sure that both your input audio codec
522
+ # and your output audio codec are supported for audio-only workflows.
523
+ # For more information, see:
524
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference-codecs-containers-input-audio-only
525
+ # and
526
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output
524
527
  # @return [String]
525
528
  #
526
529
  # @!attribute [rw] eac_3_atmos_settings
@@ -576,7 +579,12 @@ module Aws::MediaConvert
576
579
  include Aws::Structure
577
580
  end
578
581
 
579
- # Description of audio output
582
+ # Settings related to one audio tab on the MediaConvert console. In your
583
+ # job JSON, an instance of AudioDescription is equivalent to one audio
584
+ # tab in the console. Usually, one audio tab corresponds to one output
585
+ # audio track. Depending on how you set up your input audio selectors
586
+ # and whether you use audio selector groups, one audio tab can
587
+ # correspond to a group of output audio tracks.
580
588
  #
581
589
  # @note When making an API call, you may pass AudioDescription
582
590
  # data as a hash:
@@ -763,15 +771,8 @@ module Aws::MediaConvert
763
771
  # @return [String]
764
772
  #
765
773
  # @!attribute [rw] codec_settings
766
- # Audio codec settings (CodecSettings) under (AudioDescriptions)
767
- # contains the group of settings related to audio encoding. The
768
- # settings in this group vary depending on the value that you choose
769
- # for Audio codec (Codec). For each codec enum that you choose, define
770
- # the corresponding settings object. The following lists the codec
771
- # enum, settings object pairs. * AAC, AacSettings * MP2, Mp2Settings
772
- # * MP3, Mp3Settings * WAV, WavSettings * AIFF, AiffSettings *
773
- # AC3, Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS,
774
- # Eac3AtmosSettings * VORBIS, VorbisSettings * OPUS, OpusSettings
774
+ # Settings related to audio encoding. The settings in this group vary
775
+ # depending on the value that you choose for your audio codec.
775
776
  # @return [Types::AudioCodecSettings]
776
777
  #
777
778
  # @!attribute [rw] custom_language_code
@@ -908,7 +909,9 @@ module Aws::MediaConvert
908
909
  include Aws::Structure
909
910
  end
910
911
 
911
- # Selector for Audio
912
+ # Use Audio selectors (AudioSelectors) to specify a track or set of
913
+ # tracks from the input that you will use in your outputs. You can use
914
+ # multiple Audio selectors per input.
912
915
  #
913
916
  # @note When making an API call, you may pass AudioSelector
914
917
  # data as a hash:
@@ -1017,7 +1020,11 @@ module Aws::MediaConvert
1017
1020
  include Aws::Structure
1018
1021
  end
1019
1022
 
1020
- # Group of Audio Selectors
1023
+ # Use audio selector groups to combine multiple sidecar audio inputs so
1024
+ # that you can assign them to a single output audio tab
1025
+ # (AudioDescription). Note that, if you're working with embedded audio,
1026
+ # it's simpler to assign multiple input tracks into a single audio
1027
+ # selector rather than use an audio selector group.
1021
1028
  #
1022
1029
  # @note When making an API call, you may pass AudioSelectorGroup
1023
1030
  # data as a hash:
@@ -1259,8 +1266,10 @@ module Aws::MediaConvert
1259
1266
  # @return [Integer]
1260
1267
  #
1261
1268
  # @!attribute [rw] number_b_frames_between_reference_frames
1262
- # Specify the number of B-frames. With AV1, MediaConvert supports only
1263
- # 7 or 15.
1269
+ # Specify from the number of B-frames, in the range of 0-15. For AV1
1270
+ # encoding, we recommend using 7 or 15. Choose a larger number for a
1271
+ # lower bitrate and smaller file size; choose a smaller number for
1272
+ # better video quality.
1264
1273
  # @return [Integer]
1265
1274
  #
1266
1275
  # @!attribute [rw] qvbr_settings
@@ -1323,7 +1332,11 @@ module Aws::MediaConvert
1323
1332
  include Aws::Structure
1324
1333
  end
1325
1334
 
1326
- # Settings for Avail Blanking
1335
+ # Use ad avail blanking settings to specify your output content during
1336
+ # SCTE-35 triggered ad avails. You can blank your video or overlay it
1337
+ # with an image. MediaConvert also removes any audio and embedded
1338
+ # captions during the ad avail. For more information, see
1339
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/ad-avail-blanking.html.
1327
1340
  #
1328
1341
  # @note When making an API call, you may pass AvailBlanking
1329
1342
  # data as a hash:
@@ -1345,11 +1358,11 @@ module Aws::MediaConvert
1345
1358
  include Aws::Structure
1346
1359
  end
1347
1360
 
1348
- # Required when you set your output video codec to AVC-Intra. For more
1349
- # information about the AVC-I settings, see the relevant specification.
1350
- # For detailed information about SD and HD in AVC-I, see
1351
- # https://ieeexplore.ieee.org/document/7290936. For information about
1352
- # 4K/2K in AVC-I, see
1361
+ # Required when you choose AVC-Intra for your output video codec. For
1362
+ # more information about the AVC-Intra settings, see the relevant
1363
+ # specification. For detailed information about SD and HD in AVC-Intra,
1364
+ # see https://ieeexplore.ieee.org/document/7290936. For information
1365
+ # about 4K/2K in AVC-Intra, see
1353
1366
  # https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.
1354
1367
  #
1355
1368
  # @note When making an API call, you may pass AvcIntraSettings
@@ -1549,7 +1562,12 @@ module Aws::MediaConvert
1549
1562
  include Aws::Structure
1550
1563
  end
1551
1564
 
1552
- # Burn-In Destination Settings.
1565
+ # Settings related to burn-in captions. Set up burn-in captions in the
1566
+ # same output as your video. For more information, see
1567
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.
1568
+ # When you work directly in your JSON job specification, include this
1569
+ # object and any required children when you set destinationType to
1570
+ # BURN\_IN.
1553
1571
  #
1554
1572
  # @note When making an API call, you may pass BurninDestinationSettings
1555
1573
  # data as a hash:
@@ -1751,7 +1769,9 @@ module Aws::MediaConvert
1751
1769
  #
1752
1770
  class CancelJobResponse < Aws::EmptyStructure; end
1753
1771
 
1754
- # Description of Caption output
1772
+ # This object holds groups of settings related to captions for one
1773
+ # output. For each output that has captions, include one instance of
1774
+ # CaptionDescriptions.
1755
1775
  #
1756
1776
  # @note When making an API call, you may pass CaptionDescription
1757
1777
  # data as a hash:
@@ -1843,9 +1863,13 @@ module Aws::MediaConvert
1843
1863
  # @return [String]
1844
1864
  #
1845
1865
  # @!attribute [rw] destination_settings
1846
- # Specific settings required by destination type. Note that
1847
- # burnin\_destination\_settings are not available if the source of the
1848
- # caption data is Embedded or Teletext.
1866
+ # Settings related to one captions tab on the MediaConvert console. In
1867
+ # your job JSON, an instance of captions DestinationSettings is
1868
+ # equivalent to one captions tab in the console. Usually, one captions
1869
+ # tab corresponds to one output captions track. Depending on your
1870
+ # output captions format, one tab might correspond to a set of output
1871
+ # captions tracks. For more information, see
1872
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
1849
1873
  # @return [Types::CaptionDestinationSettings]
1850
1874
  #
1851
1875
  # @!attribute [rw] language_code
@@ -1963,9 +1987,13 @@ module Aws::MediaConvert
1963
1987
  # @return [String]
1964
1988
  #
1965
1989
  # @!attribute [rw] destination_settings
1966
- # Specific settings required by destination type. Note that
1967
- # burnin\_destination\_settings are not available if the source of the
1968
- # caption data is Embedded or Teletext.
1990
+ # Settings related to one captions tab on the MediaConvert console. In
1991
+ # your job JSON, an instance of captions DestinationSettings is
1992
+ # equivalent to one captions tab in the console. Usually, one captions
1993
+ # tab corresponds to one output captions track. Depending on your
1994
+ # output captions format, one tab might correspond to a set of output
1995
+ # captions tracks. For more information, see
1996
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
1969
1997
  # @return [Types::CaptionDestinationSettings]
1970
1998
  #
1971
1999
  # @!attribute [rw] language_code
@@ -1995,9 +2023,13 @@ module Aws::MediaConvert
1995
2023
  include Aws::Structure
1996
2024
  end
1997
2025
 
1998
- # Specific settings required by destination type. Note that
1999
- # burnin\_destination\_settings are not available if the source of the
2000
- # caption data is Embedded or Teletext.
2026
+ # Settings related to one captions tab on the MediaConvert console. In
2027
+ # your job JSON, an instance of captions DestinationSettings is
2028
+ # equivalent to one captions tab in the console. Usually, one captions
2029
+ # tab corresponds to one output captions track. Depending on your output
2030
+ # captions format, one tab might correspond to a set of output captions
2031
+ # tracks. For more information, see
2032
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
2001
2033
  #
2002
2034
  # @note When making an API call, you may pass CaptionDestinationSettings
2003
2035
  # data as a hash:
@@ -2066,44 +2098,86 @@ module Aws::MediaConvert
2066
2098
  # }
2067
2099
  #
2068
2100
  # @!attribute [rw] burnin_destination_settings
2069
- # Burn-In Destination Settings.
2101
+ # Settings related to burn-in captions. Set up burn-in captions in the
2102
+ # same output as your video. For more information, see
2103
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.
2104
+ # When you work directly in your JSON job specification, include this
2105
+ # object and any required children when you set destinationType to
2106
+ # BURN\_IN.
2070
2107
  # @return [Types::BurninDestinationSettings]
2071
2108
  #
2072
2109
  # @!attribute [rw] destination_type
2073
2110
  # Specify the format for this set of captions on this output. The
2074
- # default format is embedded without SCTE-20. Other options are
2075
- # embedded with SCTE-20, burn-in, DVB-sub, IMSC, SCC, SRT, teletext,
2076
- # TTML, and web-VTT. If you are using SCTE-20, choose SCTE-20 plus
2077
- # embedded (SCTE20\_PLUS\_EMBEDDED) to create an output that complies
2078
- # with the SCTE-43 spec. To create a non-compliant output where the
2111
+ # default format is embedded without SCTE-20. Note that your choice of
2112
+ # video output container constrains your choice of output captions
2113
+ # format. For more information, see
2114
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/captions-support-tables.html.
2115
+ # If you are using SCTE-20 and you want to create an output that
2116
+ # complies with the SCTE-43 spec, choose SCTE-20 plus embedded
2117
+ # (SCTE20\_PLUS\_EMBEDDED). To create a non-compliant output where the
2079
2118
  # embedded captions come first, choose Embedded plus SCTE-20
2080
2119
  # (EMBEDDED\_PLUS\_SCTE20).
2081
2120
  # @return [String]
2082
2121
  #
2083
2122
  # @!attribute [rw] dvb_sub_destination_settings
2084
- # DVB-Sub Destination Settings
2123
+ # Settings related to DVB-Sub captions. Set up DVB-Sub captions in the
2124
+ # same output as your video. For more information, see
2125
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/dvb-sub-output-captions.html.
2126
+ # When you work directly in your JSON job specification, include this
2127
+ # object and any required children when you set destinationType to
2128
+ # DVB\_SUB.
2085
2129
  # @return [Types::DvbSubDestinationSettings]
2086
2130
  #
2087
2131
  # @!attribute [rw] embedded_destination_settings
2088
- # Settings specific to embedded/ancillary caption outputs, including
2089
- # 608/708 Channel destination number.
2132
+ # Settings related to CEA/EIA-608 and CEA/EIA-708 (also called
2133
+ # embedded or ancillary) captions. Set up embedded captions in the
2134
+ # same output as your video. For more information, see
2135
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html.
2136
+ # When you work directly in your JSON job specification, include this
2137
+ # object and any required children when you set destinationType to
2138
+ # EMBEDDED, EMBEDDED\_PLUS\_SCTE20, or SCTE20\_PLUS\_EMBEDDED.
2090
2139
  # @return [Types::EmbeddedDestinationSettings]
2091
2140
  #
2092
2141
  # @!attribute [rw] imsc_destination_settings
2093
- # Settings specific to IMSC caption outputs.
2142
+ # Settings related to IMSC captions. IMSC is a sidecar format that
2143
+ # holds captions in a file that is separate from the video container.
2144
+ # Set up sidecar captions in the same output group, but different
2145
+ # output from your video. For more information, see
2146
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
2147
+ # When you work directly in your JSON job specification, include this
2148
+ # object and any required children when you set destinationType to
2149
+ # IMSC.
2094
2150
  # @return [Types::ImscDestinationSettings]
2095
2151
  #
2096
2152
  # @!attribute [rw] scc_destination_settings
2097
- # Settings for SCC caption output.
2153
+ # Settings related to SCC captions. SCC is a sidecar format that holds
2154
+ # captions in a file that is separate from the video container. Set up
2155
+ # sidecar captions in the same output group, but different output from
2156
+ # your video. For more information, see
2157
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/scc-srt-output-captions.html.
2158
+ # When you work directly in your JSON job specification, include this
2159
+ # object and any required children when you set destinationType to
2160
+ # SCC.
2098
2161
  # @return [Types::SccDestinationSettings]
2099
2162
  #
2100
2163
  # @!attribute [rw] teletext_destination_settings
2101
- # Settings for Teletext caption output
2164
+ # Settings related to teletext captions. Set up teletext captions in
2165
+ # the same output as your video. For more information, see
2166
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/teletext-output-captions.html.
2167
+ # When you work directly in your JSON job specification, include this
2168
+ # object and any required children when you set destinationType to
2169
+ # TELETEXT.
2102
2170
  # @return [Types::TeletextDestinationSettings]
2103
2171
  #
2104
2172
  # @!attribute [rw] ttml_destination_settings
2105
- # Settings specific to TTML caption outputs, including Pass style
2106
- # information (TtmlStylePassthrough).
2173
+ # Settings related to TTML captions. TTML is a sidecar format that
2174
+ # holds captions in a file that is separate from the video container.
2175
+ # Set up sidecar captions in the same output group, but different
2176
+ # output from your video. For more information, see
2177
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
2178
+ # When you work directly in your JSON job specification, include this
2179
+ # object and any required children when you set destinationType to
2180
+ # TTML.
2107
2181
  # @return [Types::TtmlDestinationSettings]
2108
2182
  #
2109
2183
  # @!attribute [rw] webvtt_destination_settings
@@ -2126,8 +2200,9 @@ module Aws::MediaConvert
2126
2200
  include Aws::Structure
2127
2201
  end
2128
2202
 
2129
- # Set up captions in your outputs by first selecting them from your
2130
- # input here.
2203
+ # Use captions selectors to specify the captions data from your input
2204
+ # that you use in your outputs. You can use up to 20 captions selectors
2205
+ # per input.
2131
2206
  #
2132
2207
  # @note When making an API call, you may pass CaptionSelector
2133
2208
  # data as a hash:
@@ -2493,10 +2568,12 @@ module Aws::MediaConvert
2493
2568
  include Aws::Structure
2494
2569
  end
2495
2570
 
2496
- # Required when you set (Type) under
2497
- # (OutputGroups)>(OutputGroupSettings) to CMAF\_GROUP\_SETTINGS. Each
2498
- # output in a CMAF Output Group may only contain a single video, audio,
2499
- # or caption output.
2571
+ # Settings related to your CMAF output package. For more information,
2572
+ # see
2573
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
2574
+ # When you work directly in your JSON job specification, include this
2575
+ # object and any required children when you set Type, under
2576
+ # OutputGroupSettings, to CMAF\_GROUP\_SETTINGS.
2500
2577
  #
2501
2578
  # @note When making an API call, you may pass CmafGroupSettings
2502
2579
  # data as a hash:
@@ -2738,7 +2815,8 @@ module Aws::MediaConvert
2738
2815
  include Aws::Structure
2739
2816
  end
2740
2817
 
2741
- # Settings for MP4 segments in CMAF
2818
+ # These settings relate to the fragmented MP4 container for the segments
2819
+ # in your CMAF outputs.
2742
2820
  #
2743
2821
  # @note When making an API call, you may pass CmfcSettings
2744
2822
  # data as a hash:
@@ -3096,7 +3174,8 @@ module Aws::MediaConvert
3096
3174
  # }
3097
3175
  #
3098
3176
  # @!attribute [rw] cmfc_settings
3099
- # Settings for MP4 segments in CMAF
3177
+ # These settings relate to the fragmented MP4 container for the
3178
+ # segments in your CMAF outputs.
3100
3179
  # @return [Types::CmfcSettings]
3101
3180
  #
3102
3181
  # @!attribute [rw] container
@@ -3124,24 +3203,27 @@ module Aws::MediaConvert
3124
3203
  # @return [Types::M2tsSettings]
3125
3204
  #
3126
3205
  # @!attribute [rw] m3u_8_settings
3127
- # Settings for TS segments in HLS
3206
+ # These settings relate to the MPEG-2 transport stream (MPEG2-TS)
3207
+ # container for the MPEG2-TS segments in your HLS outputs.
3128
3208
  # @return [Types::M3u8Settings]
3129
3209
  #
3130
3210
  # @!attribute [rw] mov_settings
3131
- # Settings for MOV Container.
3211
+ # These settings relate to your QuickTime MOV output container.
3132
3212
  # @return [Types::MovSettings]
3133
3213
  #
3134
3214
  # @!attribute [rw] mp_4_settings
3135
- # Settings for MP4 container. You can create audio-only AAC outputs
3136
- # with this container.
3215
+ # These settings relate to your MP4 output container. You can create
3216
+ # audio only outputs with this container. For more information, see
3217
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
3137
3218
  # @return [Types::Mp4Settings]
3138
3219
  #
3139
3220
  # @!attribute [rw] mpd_settings
3140
- # Settings for MP4 segments in DASH
3221
+ # These settings relate to the fragmented MP4 container for the
3222
+ # segments in your DASH outputs.
3141
3223
  # @return [Types::MpdSettings]
3142
3224
  #
3143
3225
  # @!attribute [rw] mxf_settings
3144
- # MXF settings
3226
+ # These settings relate to your MXF output container.
3145
3227
  # @return [Types::MxfSettings]
3146
3228
  #
3147
3229
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ContainerSettings AWS API Documentation
@@ -6492,8 +6574,12 @@ module Aws::MediaConvert
6492
6574
  include Aws::Structure
6493
6575
  end
6494
6576
 
6495
- # Required when you set (Type) under
6496
- # (OutputGroups)>(OutputGroupSettings) to DASH\_ISO\_GROUP\_SETTINGS.
6577
+ # Settings related to your DASH output package. For more information,
6578
+ # see
6579
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
6580
+ # When you work directly in your JSON job specification, include this
6581
+ # object and any required children when you set Type, under
6582
+ # OutputGroupSettings, to DASH\_ISO\_GROUP\_SETTINGS.
6497
6583
  #
6498
6584
  # @note When making an API call, you may pass DashIsoGroupSettings
6499
6585
  # data as a hash:
@@ -6950,7 +7036,9 @@ module Aws::MediaConvert
6950
7036
  #
6951
7037
  class DisassociateCertificateResponse < Aws::EmptyStructure; end
6952
7038
 
6953
- # Settings for Dolby Vision
7039
+ # With AWS Elemental MediaConvert, you can create profile 5 Dolby Vision
7040
+ # outputs from MXF and IMF sources that contain mastering information as
7041
+ # frame-interleaved Dolby Vision metadata.
6954
7042
  #
6955
7043
  # @note When making an API call, you may pass DolbyVision
6956
7044
  # data as a hash:
@@ -7022,8 +7110,11 @@ module Aws::MediaConvert
7022
7110
  include Aws::Structure
7023
7111
  end
7024
7112
 
7025
- # Inserts DVB Network Information Table (NIT) at the specified table
7026
- # repetition interval.
7113
+ # Use these settings to insert a DVB Network Information Table (NIT) in
7114
+ # the transport stream of this output. When you work directly in your
7115
+ # JSON job specification, include this object only when your job has a
7116
+ # transport stream output and the container settings contain the object
7117
+ # M2tsSettings.
7027
7118
  #
7028
7119
  # @note When making an API call, you may pass DvbNitSettings
7029
7120
  # data as a hash:
@@ -7058,8 +7149,11 @@ module Aws::MediaConvert
7058
7149
  include Aws::Structure
7059
7150
  end
7060
7151
 
7061
- # Inserts DVB Service Description Table (NIT) at the specified table
7062
- # repetition interval.
7152
+ # Use these settings to insert a DVB Service Description Table (SDT) in
7153
+ # the transport stream of this output. When you work directly in your
7154
+ # JSON job specification, include this object only when your job has a
7155
+ # transport stream output and the container settings contain the object
7156
+ # M2tsSettings.
7063
7157
  #
7064
7158
  # @note When making an API call, you may pass DvbSdtSettings
7065
7159
  # data as a hash:
@@ -7108,7 +7202,12 @@ module Aws::MediaConvert
7108
7202
  include Aws::Structure
7109
7203
  end
7110
7204
 
7111
- # DVB-Sub Destination Settings
7205
+ # Settings related to DVB-Sub captions. Set up DVB-Sub captions in the
7206
+ # same output as your video. For more information, see
7207
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/dvb-sub-output-captions.html.
7208
+ # When you work directly in your JSON job specification, include this
7209
+ # object and any required children when you set destinationType to
7210
+ # DVB\_SUB.
7112
7211
  #
7113
7212
  # @note When making an API call, you may pass DvbSubDestinationSettings
7114
7213
  # data as a hash:
@@ -7315,8 +7414,11 @@ module Aws::MediaConvert
7315
7414
  include Aws::Structure
7316
7415
  end
7317
7416
 
7318
- # Inserts DVB Time and Date Table (TDT) at the specified table
7319
- # repetition interval.
7417
+ # Use these settings to insert a DVB Time and Date Table (TDT) in the
7418
+ # transport stream of this output. When you work directly in your JSON
7419
+ # job specification, include this object only when your job has a
7420
+ # transport stream output and the container settings contain the object
7421
+ # M2tsSettings.
7320
7422
  #
7321
7423
  # @note When making an API call, you may pass DvbTdtSettings
7322
7424
  # data as a hash:
@@ -7687,8 +7789,13 @@ module Aws::MediaConvert
7687
7789
  include Aws::Structure
7688
7790
  end
7689
7791
 
7690
- # Settings specific to embedded/ancillary caption outputs, including
7691
- # 608/708 Channel destination number.
7792
+ # Settings related to CEA/EIA-608 and CEA/EIA-708 (also called embedded
7793
+ # or ancillary) captions. Set up embedded captions in the same output as
7794
+ # your video. For more information, see
7795
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html.
7796
+ # When you work directly in your JSON job specification, include this
7797
+ # object and any required children when you set destinationType to
7798
+ # EMBEDDED, EMBEDDED\_PLUS\_SCTE20, or SCTE20\_PLUS\_EMBEDDED.
7692
7799
  #
7693
7800
  # @note When making an API call, you may pass EmbeddedDestinationSettings
7694
7801
  # data as a hash:
@@ -7929,8 +8036,11 @@ module Aws::MediaConvert
7929
8036
  include Aws::Structure
7930
8037
  end
7931
8038
 
7932
- # Required when you set (Type) under
7933
- # (OutputGroups)>(OutputGroupSettings) to FILE\_GROUP\_SETTINGS.
8039
+ # Settings related to your File output group. MediaConvert uses this
8040
+ # group of settings to generate a single standalone file, rather than a
8041
+ # streaming package. When you work directly in your JSON job
8042
+ # specification, include this object and any required children when you
8043
+ # set Type, under OutputGroupSettings, to FILE\_GROUP\_SETTINGS.
7934
8044
  #
7935
8045
  # @note When making an API call, you may pass FileGroupSettings
7936
8046
  # data as a hash:
@@ -9595,8 +9705,11 @@ module Aws::MediaConvert
9595
9705
  include Aws::Structure
9596
9706
  end
9597
9707
 
9598
- # Required when you set (Type) under
9599
- # (OutputGroups)>(OutputGroupSettings) to HLS\_GROUP\_SETTINGS.
9708
+ # Settings related to your HLS output package. For more information, see
9709
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
9710
+ # When you work directly in your JSON job specification, include this
9711
+ # object and any required children when you set Type, under
9712
+ # OutputGroupSettings, to HLS\_GROUP\_SETTINGS.
9600
9713
  #
9601
9714
  # @note When making an API call, you may pass HlsGroupSettings
9602
9715
  # data as a hash:
@@ -10033,9 +10146,11 @@ module Aws::MediaConvert
10033
10146
  include Aws::Structure
10034
10147
  end
10035
10148
 
10036
- # Enable the image inserter feature to include a graphic overlay on your
10149
+ # Use the image inserter feature to include a graphic overlay on your
10037
10150
  # video. Enable or disable this feature for each input or output
10038
- # individually. This setting is disabled by default.
10151
+ # individually. For more information, see
10152
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/graphic-overlay.html.
10153
+ # This setting is disabled by default.
10039
10154
  #
10040
10155
  # @note When making an API call, you may pass ImageInserter
10041
10156
  # data as a hash:
@@ -10071,7 +10186,13 @@ module Aws::MediaConvert
10071
10186
  include Aws::Structure
10072
10187
  end
10073
10188
 
10074
- # Settings specific to IMSC caption outputs.
10189
+ # Settings related to IMSC captions. IMSC is a sidecar format that holds
10190
+ # captions in a file that is separate from the video container. Set up
10191
+ # sidecar captions in the same output group, but different output from
10192
+ # your video. For more information, see
10193
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
10194
+ # When you work directly in your JSON job specification, include this
10195
+ # object and any required children when you set destinationType to IMSC.
10075
10196
  #
10076
10197
  # @note When making an API call, you may pass ImscDestinationSettings
10077
10198
  # data as a hash:
@@ -10096,7 +10217,12 @@ module Aws::MediaConvert
10096
10217
  include Aws::Structure
10097
10218
  end
10098
10219
 
10099
- # Specifies media input
10220
+ # Use inputs to define the source files used in your transcoding job.
10221
+ # For more information, see
10222
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/specify-input-settings.html.
10223
+ # You can use multiple video inputs to do input stitching. For more
10224
+ # information, see
10225
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html
10100
10226
  #
10101
10227
  # @note When making an API call, you may pass Input
10102
10228
  # data as a hash:
@@ -10247,9 +10373,11 @@ module Aws::MediaConvert
10247
10373
  # }
10248
10374
  #
10249
10375
  # @!attribute [rw] audio_selector_groups
10250
- # Specifies set of audio selectors within an input to combine. An
10251
- # input may have multiple audio selector groups. See "Audio Selector
10252
- # Group":#inputs-audio\_selector\_group for more information.
10376
+ # Use audio selector groups to combine multiple sidecar audio inputs
10377
+ # so that you can assign them to a single output audio tab
10378
+ # (AudioDescription). Note that, if you're working with embedded
10379
+ # audio, it's simpler to assign multiple input tracks into a single
10380
+ # audio selector rather than use an audio selector group.
10253
10381
  # @return [Hash<String,Types::AudioSelectorGroup>]
10254
10382
  #
10255
10383
  # @!attribute [rw] audio_selectors
@@ -10407,7 +10535,8 @@ module Aws::MediaConvert
10407
10535
  # @return [String]
10408
10536
  #
10409
10537
  # @!attribute [rw] video_selector
10410
- # Selector for video.
10538
+ # Input video selectors contain the video settings for the input. Each
10539
+ # of your inputs can have up to one video selector.
10411
10540
  # @return [Types::VideoSelector]
10412
10541
  #
10413
10542
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Input AWS API Documentation
@@ -10437,10 +10566,11 @@ module Aws::MediaConvert
10437
10566
  include Aws::Structure
10438
10567
  end
10439
10568
 
10440
- # To transcode only portions of your input (clips), include one Input
10441
- # clipping (one instance of InputClipping in the JSON job file) for each
10442
- # input clip. All input clips you specify will be included in every
10443
- # output of the job.
10569
+ # To transcode only portions of your input, include one input clip for
10570
+ # each part of your input that you want in your output. All input clips
10571
+ # that you specify will be included in every output of the job. For more
10572
+ # information, see
10573
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html.
10444
10574
  #
10445
10575
  # @note When making an API call, you may pass InputClipping
10446
10576
  # data as a hash:
@@ -10680,9 +10810,11 @@ module Aws::MediaConvert
10680
10810
  # }
10681
10811
  #
10682
10812
  # @!attribute [rw] audio_selector_groups
10683
- # Specifies set of audio selectors within an input to combine. An
10684
- # input may have multiple audio selector groups. See "Audio Selector
10685
- # Group":#inputs-audio\_selector\_group for more information.
10813
+ # Use audio selector groups to combine multiple sidecar audio inputs
10814
+ # so that you can assign them to a single output audio tab
10815
+ # (AudioDescription). Note that, if you're working with embedded
10816
+ # audio, it's simpler to assign multiple input tracks into a single
10817
+ # audio selector rather than use an audio selector group.
10686
10818
  # @return [Hash<String,Types::AudioSelectorGroup>]
10687
10819
  #
10688
10820
  # @!attribute [rw] audio_selectors
@@ -10812,7 +10944,8 @@ module Aws::MediaConvert
10812
10944
  # @return [String]
10813
10945
  #
10814
10946
  # @!attribute [rw] video_selector
10815
- # Selector for video.
10947
+ # Input video selectors contain the video settings for the input. Each
10948
+ # of your inputs can have up to one video selector.
10816
10949
  # @return [Types::VideoSelector]
10817
10950
  #
10818
10951
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InputTemplate AWS API Documentation
@@ -10839,7 +10972,8 @@ module Aws::MediaConvert
10839
10972
  include Aws::Structure
10840
10973
  end
10841
10974
 
10842
- # Settings that specify how your still graphic overlay appears.
10975
+ # These settings apply to a specific graphic overlay. You can include
10976
+ # multiple overlays in your job.
10843
10977
  #
10844
10978
  # @note When making an API call, you may pass InsertableImage
10845
10979
  # data as a hash:
@@ -12271,7 +12405,8 @@ module Aws::MediaConvert
12271
12405
  # @return [Types::AvailBlanking]
12272
12406
  #
12273
12407
  # @!attribute [rw] esam
12274
- # Settings for Event Signaling And Messaging (ESAM).
12408
+ # Settings for Event Signaling And Messaging (ESAM). If you don't do
12409
+ # ad insertion, you can ignore these settings.
12275
12410
  # @return [Types::EsamSettings]
12276
12411
  #
12277
12412
  # @!attribute [rw] inputs
@@ -12283,6 +12418,8 @@ module Aws::MediaConvert
12283
12418
  # @!attribute [rw] motion_image_inserter
12284
12419
  # Overlay motion graphics on top of your video. The motion graphics
12285
12420
  # that you specify here appear on all outputs in all output groups.
12421
+ # For more information, see
12422
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
12286
12423
  # @return [Types::MotionImageInserter]
12287
12424
  #
12288
12425
  # @!attribute [rw] nielsen_configuration
@@ -12324,8 +12461,8 @@ module Aws::MediaConvert
12324
12461
  # @return [Array<Types::OutputGroup>]
12325
12462
  #
12326
12463
  # @!attribute [rw] timecode_config
12327
- # Contains settings used to acquire and adjust timecode information
12328
- # from inputs.
12464
+ # These settings control how the service handles timecodes throughout
12465
+ # the job. These settings don't affect input clipping.
12329
12466
  # @return [Types::TimecodeConfig]
12330
12467
  #
12331
12468
  # @!attribute [rw] timed_metadata_insertion
@@ -13541,7 +13678,8 @@ module Aws::MediaConvert
13541
13678
  # @return [Types::AvailBlanking]
13542
13679
  #
13543
13680
  # @!attribute [rw] esam
13544
- # Settings for Event Signaling And Messaging (ESAM).
13681
+ # Settings for Event Signaling And Messaging (ESAM). If you don't do
13682
+ # ad insertion, you can ignore these settings.
13545
13683
  # @return [Types::EsamSettings]
13546
13684
  #
13547
13685
  # @!attribute [rw] inputs
@@ -13553,6 +13691,8 @@ module Aws::MediaConvert
13553
13691
  # @!attribute [rw] motion_image_inserter
13554
13692
  # Overlay motion graphics on top of your video. The motion graphics
13555
13693
  # that you specify here appear on all outputs in all output groups.
13694
+ # For more information, see
13695
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
13556
13696
  # @return [Types::MotionImageInserter]
13557
13697
  #
13558
13698
  # @!attribute [rw] nielsen_configuration
@@ -13594,8 +13734,8 @@ module Aws::MediaConvert
13594
13734
  # @return [Array<Types::OutputGroup>]
13595
13735
  #
13596
13736
  # @!attribute [rw] timecode_config
13597
- # Contains settings used to acquire and adjust timecode information
13598
- # from inputs.
13737
+ # These settings control how the service handles timecodes throughout
13738
+ # the job. These settings don't affect input clipping.
13599
13739
  # @return [Types::TimecodeConfig]
13600
13740
  #
13601
13741
  # @!attribute [rw] timed_metadata_insertion
@@ -14100,13 +14240,19 @@ module Aws::MediaConvert
14100
14240
  # @return [String]
14101
14241
  #
14102
14242
  # @!attribute [rw] dvb_nit_settings
14103
- # Inserts DVB Network Information Table (NIT) at the specified table
14104
- # repetition interval.
14243
+ # Use these settings to insert a DVB Network Information Table (NIT)
14244
+ # in the transport stream of this output. When you work directly in
14245
+ # your JSON job specification, include this object only when your job
14246
+ # has a transport stream output and the container settings contain the
14247
+ # object M2tsSettings.
14105
14248
  # @return [Types::DvbNitSettings]
14106
14249
  #
14107
14250
  # @!attribute [rw] dvb_sdt_settings
14108
- # Inserts DVB Service Description Table (NIT) at the specified table
14109
- # repetition interval.
14251
+ # Use these settings to insert a DVB Service Description Table (SDT)
14252
+ # in the transport stream of this output. When you work directly in
14253
+ # your JSON job specification, include this object only when your job
14254
+ # has a transport stream output and the container settings contain the
14255
+ # object M2tsSettings.
14110
14256
  # @return [Types::DvbSdtSettings]
14111
14257
  #
14112
14258
  # @!attribute [rw] dvb_sub_pids
@@ -14116,8 +14262,11 @@ module Aws::MediaConvert
14116
14262
  # @return [Array<Integer>]
14117
14263
  #
14118
14264
  # @!attribute [rw] dvb_tdt_settings
14119
- # Inserts DVB Time and Date Table (TDT) at the specified table
14120
- # repetition interval.
14265
+ # Use these settings to insert a DVB Time and Date Table (TDT) in the
14266
+ # transport stream of this output. When you work directly in your JSON
14267
+ # job specification, include this object only when your job has a
14268
+ # transport stream output and the container settings contain the
14269
+ # object M2tsSettings.
14121
14270
  # @return [Types::DvbTdtSettings]
14122
14271
  #
14123
14272
  # @!attribute [rw] dvb_teletext_pid
@@ -14346,7 +14495,8 @@ module Aws::MediaConvert
14346
14495
  include Aws::Structure
14347
14496
  end
14348
14497
 
14349
- # Settings for TS segments in HLS
14498
+ # These settings relate to the MPEG-2 transport stream (MPEG2-TS)
14499
+ # container for the MPEG2-TS segments in your HLS outputs.
14350
14500
  #
14351
14501
  # @note When making an API call, you may pass M3u8Settings
14352
14502
  # data as a hash:
@@ -14504,8 +14654,10 @@ module Aws::MediaConvert
14504
14654
  include Aws::Structure
14505
14655
  end
14506
14656
 
14507
- # Overlay motion graphics on top of your video at the time that you
14508
- # specify.
14657
+ # Overlay motion graphics on top of your video. The motion graphics that
14658
+ # you specify here appear on all outputs in all output groups. For more
14659
+ # information, see
14660
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
14509
14661
  #
14510
14662
  # @note When making an API call, you may pass MotionImageInserter
14511
14663
  # data as a hash:
@@ -14662,7 +14814,7 @@ module Aws::MediaConvert
14662
14814
  include Aws::Structure
14663
14815
  end
14664
14816
 
14665
- # Settings for MOV Container.
14817
+ # These settings relate to your QuickTime MOV output container.
14666
14818
  #
14667
14819
  # @note When making an API call, you may pass MovSettings
14668
14820
  # data as a hash:
@@ -14808,8 +14960,9 @@ module Aws::MediaConvert
14808
14960
  include Aws::Structure
14809
14961
  end
14810
14962
 
14811
- # Settings for MP4 container. You can create audio-only AAC outputs with
14812
- # this container.
14963
+ # These settings relate to your MP4 output container. You can create
14964
+ # audio only outputs with this container. For more information, see
14965
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
14813
14966
  #
14814
14967
  # @note When making an API call, you may pass Mp4Settings
14815
14968
  # data as a hash:
@@ -14888,7 +15041,8 @@ module Aws::MediaConvert
14888
15041
  include Aws::Structure
14889
15042
  end
14890
15043
 
14891
- # Settings for MP4 segments in DASH
15044
+ # These settings relate to the fragmented MP4 container for the segments
15045
+ # in your DASH outputs.
14892
15046
  #
14893
15047
  # @note When making an API call, you may pass MpdSettings
14894
15048
  # data as a hash:
@@ -15412,8 +15566,12 @@ module Aws::MediaConvert
15412
15566
  include Aws::Structure
15413
15567
  end
15414
15568
 
15415
- # Required when you set (Type) under
15416
- # (OutputGroups)>(OutputGroupSettings) to MS\_SMOOTH\_GROUP\_SETTINGS.
15569
+ # Settings related to your Microsoft Smooth Streaming output package.
15570
+ # For more information, see
15571
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
15572
+ # When you work directly in your JSON job specification, include this
15573
+ # object and any required children when you set Type, under
15574
+ # OutputGroupSettings, to MS\_SMOOTH\_GROUP\_SETTINGS.
15417
15575
  #
15418
15576
  # @note When making an API call, you may pass MsSmoothGroupSettings
15419
15577
  # data as a hash:
@@ -15508,7 +15666,7 @@ module Aws::MediaConvert
15508
15666
  include Aws::Structure
15509
15667
  end
15510
15668
 
15511
- # MXF settings
15669
+ # These settings relate to your MXF output container.
15512
15670
  #
15513
15671
  # @note When making an API call, you may pass MxfSettings
15514
15672
  # data as a hash:
@@ -16001,8 +16159,10 @@ module Aws::MediaConvert
16001
16159
  include Aws::Structure
16002
16160
  end
16003
16161
 
16004
- # An output object describes the settings for a single output file or
16005
- # stream in an output group.
16162
+ # Each output in your job is a collection of settings that describes how
16163
+ # you want MediaConvert to encode a single output file or stream. For
16164
+ # more information, see
16165
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/create-outputs.html.
16006
16166
  #
16007
16167
  # @note When making an API call, you may pass Output
16008
16168
  # data as a hash:
@@ -16719,10 +16879,10 @@ module Aws::MediaConvert
16719
16879
  # @return [String]
16720
16880
  #
16721
16881
  # @!attribute [rw] video_description
16722
- # (VideoDescription) contains a group of video encoding settings. The
16882
+ # VideoDescription contains a group of video encoding settings. The
16723
16883
  # specific video settings depend on the video codec that you choose
16724
- # when you specify a value for Video codec (codec). Include one
16725
- # instance of (VideoDescription) per output.
16884
+ # for the property codec. Include one instance of VideoDescription per
16885
+ # output.
16726
16886
  # @return [Types::VideoDescription]
16727
16887
  #
16728
16888
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Output AWS API Documentation
@@ -17951,30 +18111,47 @@ module Aws::MediaConvert
17951
18111
  # }
17952
18112
  #
17953
18113
  # @!attribute [rw] cmaf_group_settings
17954
- # Required when you set (Type) under
17955
- # (OutputGroups)>(OutputGroupSettings) to CMAF\_GROUP\_SETTINGS. Each
17956
- # output in a CMAF Output Group may only contain a single video,
17957
- # audio, or caption output.
18114
+ # Settings related to your CMAF output package. For more information,
18115
+ # see
18116
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
18117
+ # When you work directly in your JSON job specification, include this
18118
+ # object and any required children when you set Type, under
18119
+ # OutputGroupSettings, to CMAF\_GROUP\_SETTINGS.
17958
18120
  # @return [Types::CmafGroupSettings]
17959
18121
  #
17960
18122
  # @!attribute [rw] dash_iso_group_settings
17961
- # Required when you set (Type) under
17962
- # (OutputGroups)>(OutputGroupSettings) to DASH\_ISO\_GROUP\_SETTINGS.
18123
+ # Settings related to your DASH output package. For more information,
18124
+ # see
18125
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
18126
+ # When you work directly in your JSON job specification, include this
18127
+ # object and any required children when you set Type, under
18128
+ # OutputGroupSettings, to DASH\_ISO\_GROUP\_SETTINGS.
17963
18129
  # @return [Types::DashIsoGroupSettings]
17964
18130
  #
17965
18131
  # @!attribute [rw] file_group_settings
17966
- # Required when you set (Type) under
17967
- # (OutputGroups)>(OutputGroupSettings) to FILE\_GROUP\_SETTINGS.
18132
+ # Settings related to your File output group. MediaConvert uses this
18133
+ # group of settings to generate a single standalone file, rather than
18134
+ # a streaming package. When you work directly in your JSON job
18135
+ # specification, include this object and any required children when
18136
+ # you set Type, under OutputGroupSettings, to FILE\_GROUP\_SETTINGS.
17968
18137
  # @return [Types::FileGroupSettings]
17969
18138
  #
17970
18139
  # @!attribute [rw] hls_group_settings
17971
- # Required when you set (Type) under
17972
- # (OutputGroups)>(OutputGroupSettings) to HLS\_GROUP\_SETTINGS.
18140
+ # Settings related to your HLS output package. For more information,
18141
+ # see
18142
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
18143
+ # When you work directly in your JSON job specification, include this
18144
+ # object and any required children when you set Type, under
18145
+ # OutputGroupSettings, to HLS\_GROUP\_SETTINGS.
17973
18146
  # @return [Types::HlsGroupSettings]
17974
18147
  #
17975
18148
  # @!attribute [rw] ms_smooth_group_settings
17976
- # Required when you set (Type) under
17977
- # (OutputGroups)>(OutputGroupSettings) to MS\_SMOOTH\_GROUP\_SETTINGS.
18149
+ # Settings related to your Microsoft Smooth Streaming output package.
18150
+ # For more information, see
18151
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
18152
+ # When you work directly in your JSON job specification, include this
18153
+ # object and any required children when you set Type, under
18154
+ # OutputGroupSettings, to MS\_SMOOTH\_GROUP\_SETTINGS.
17978
18155
  # @return [Types::MsSmoothGroupSettings]
17979
18156
  #
17980
18157
  # @!attribute [rw] type
@@ -18767,8 +18944,9 @@ module Aws::MediaConvert
18767
18944
  # @return [Array<Types::AudioDescription>]
18768
18945
  #
18769
18946
  # @!attribute [rw] caption_descriptions
18770
- # Caption settings for this preset. There can be multiple caption
18771
- # settings in a single output.
18947
+ # This object holds groups of settings related to captions for one
18948
+ # output. For each output that has captions, include one instance of
18949
+ # CaptionDescriptions.
18772
18950
  # @return [Array<Types::CaptionDescriptionPreset>]
18773
18951
  #
18774
18952
  # @!attribute [rw] container_settings
@@ -18776,10 +18954,10 @@ module Aws::MediaConvert
18776
18954
  # @return [Types::ContainerSettings]
18777
18955
  #
18778
18956
  # @!attribute [rw] video_description
18779
- # (VideoDescription) contains a group of video encoding settings. The
18957
+ # VideoDescription contains a group of video encoding settings. The
18780
18958
  # specific video settings depend on the video codec that you choose
18781
- # when you specify a value for Video codec (codec). Include one
18782
- # instance of (VideoDescription) per output.
18959
+ # for the property codec. Include one instance of VideoDescription per
18960
+ # output.
18783
18961
  # @return [Types::VideoDescription]
18784
18962
  #
18785
18963
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/PresetSettings AWS API Documentation
@@ -19413,7 +19591,13 @@ module Aws::MediaConvert
19413
19591
  include Aws::Structure
19414
19592
  end
19415
19593
 
19416
- # Settings for SCC caption output.
19594
+ # Settings related to SCC captions. SCC is a sidecar format that holds
19595
+ # captions in a file that is separate from the video container. Set up
19596
+ # sidecar captions in the same output group, but different output from
19597
+ # your video. For more information, see
19598
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/scc-srt-output-captions.html.
19599
+ # When you work directly in your JSON job specification, include this
19600
+ # object and any required children when you set destinationType to SCC.
19417
19601
  #
19418
19602
  # @note When making an API call, you may pass SccDestinationSettings
19419
19603
  # data as a hash:
@@ -19635,7 +19819,12 @@ module Aws::MediaConvert
19635
19819
  #
19636
19820
  class TagResourceResponse < Aws::EmptyStructure; end
19637
19821
 
19638
- # Settings for Teletext caption output
19822
+ # Settings related to teletext captions. Set up teletext captions in the
19823
+ # same output as your video. For more information, see
19824
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/teletext-output-captions.html.
19825
+ # When you work directly in your JSON job specification, include this
19826
+ # object and any required children when you set destinationType to
19827
+ # TELETEXT.
19639
19828
  #
19640
19829
  # @note When making an API call, you may pass TeletextDestinationSettings
19641
19830
  # data as a hash:
@@ -19695,8 +19884,8 @@ module Aws::MediaConvert
19695
19884
  include Aws::Structure
19696
19885
  end
19697
19886
 
19698
- # Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and
19699
- # specified prefix into the output.
19887
+ # Settings for burning the output timecode and specified prefix into the
19888
+ # output.
19700
19889
  #
19701
19890
  # @note When making an API call, you may pass TimecodeBurnin
19702
19891
  # data as a hash:
@@ -19905,8 +20094,13 @@ module Aws::MediaConvert
19905
20094
  include Aws::Structure
19906
20095
  end
19907
20096
 
19908
- # Settings specific to TTML caption outputs, including Pass style
19909
- # information (TtmlStylePassthrough).
20097
+ # Settings related to TTML captions. TTML is a sidecar format that holds
20098
+ # captions in a file that is separate from the video container. Set up
20099
+ # sidecar captions in the same output group, but different output from
20100
+ # your video. For more information, see
20101
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
20102
+ # When you work directly in your JSON job specification, include this
20103
+ # object and any required children when you set destinationType to TTML.
19910
20104
  #
19911
20105
  # @note When making an API call, you may pass TtmlDestinationSettings
19912
20106
  # data as a hash:
@@ -22311,11 +22505,11 @@ module Aws::MediaConvert
22311
22505
  # @return [Types::Av1Settings]
22312
22506
  #
22313
22507
  # @!attribute [rw] avc_intra_settings
22314
- # Required when you set your output video codec to AVC-Intra. For more
22315
- # information about the AVC-I settings, see the relevant
22316
- # specification. For detailed information about SD and HD in AVC-I,
22317
- # see https://ieeexplore.ieee.org/document/7290936. For information
22318
- # about 4K/2K in AVC-I, see
22508
+ # Required when you choose AVC-Intra for your output video codec. For
22509
+ # more information about the AVC-Intra settings, see the relevant
22510
+ # specification. For detailed information about SD and HD in
22511
+ # AVC-Intra, see https://ieeexplore.ieee.org/document/7290936. For
22512
+ # information about 4K/2K in AVC-Intra, see
22319
22513
  # https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.
22320
22514
  # @return [Types::AvcIntraSettings]
22321
22515
  #
@@ -22381,7 +22575,10 @@ module Aws::MediaConvert
22381
22575
  include Aws::Structure
22382
22576
  end
22383
22577
 
22384
- # Settings for video outputs
22578
+ # Settings related to video encoding of your output. The specific video
22579
+ # settings depend on the video codec that you choose. When you work
22580
+ # directly in your JSON job specification, include one instance of Video
22581
+ # description (VideoDescription) per output.
22385
22582
  #
22386
22583
  # @note When making an API call, you may pass VideoDescription
22387
22584
  # data as a hash:
@@ -22976,14 +23173,16 @@ module Aws::MediaConvert
22976
23173
  # }
22977
23174
  #
22978
23175
  # @!attribute [rw] color_corrector
22979
- # Enable the Color corrector (ColorCorrector) feature if necessary.
22980
- # Enable or disable this feature for each output individually. This
22981
- # setting is disabled by default.
23176
+ # Use these settings to convert the color space or to modify
23177
+ # properties such as hue and contrast for this output. For more
23178
+ # information, see
23179
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/converting-the-color-space.html.
22982
23180
  # @return [Types::ColorCorrector]
22983
23181
  #
22984
23182
  # @!attribute [rw] deinterlacer
22985
- # Use Deinterlacer (Deinterlacer) to produce smoother motion and a
22986
- # clearer picture.
23183
+ # Use the deinterlacer to produce smoother motion and a clearer
23184
+ # picture. For more information, see
23185
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-scan-type.html.
22987
23186
  # @return [Types::Deinterlacer]
22988
23187
  #
22989
23188
  # @!attribute [rw] dolby_vision
@@ -23010,8 +23209,8 @@ module Aws::MediaConvert
23010
23209
  # @return [Types::PartnerWatermarking]
23011
23210
  #
23012
23211
  # @!attribute [rw] timecode_burnin
23013
- # Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and
23014
- # specified prefix into the output.
23212
+ # Settings for burning the output timecode and specified prefix into
23213
+ # the output.
23015
23214
  # @return [Types::TimecodeBurnin]
23016
23215
  #
23017
23216
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoPreprocessor AWS API Documentation
@@ -23028,7 +23227,8 @@ module Aws::MediaConvert
23028
23227
  include Aws::Structure
23029
23228
  end
23030
23229
 
23031
- # Selector for video.
23230
+ # Input video selectors contain the video settings for the input. Each
23231
+ # of your inputs can have up to one video selector.
23032
23232
  #
23033
23233
  # @note When making an API call, you may pass VideoSelector
23034
23234
  # data as a hash:
@@ -23552,9 +23752,10 @@ module Aws::MediaConvert
23552
23752
  # }
23553
23753
  #
23554
23754
  # @!attribute [rw] style_passthrough
23555
- # If your input captions format is teletext or teletext inside of STL,
23556
- # enable this setting to pass through style, color, and position
23557
- # information to your WebVTT output captions.
23755
+ # Choose Enabled (ENABLED) to have MediaConvert use the font style,
23756
+ # color, and position information from the captions source in the
23757
+ # input. Keep the default value, Disabled (DISABLED), for simplified
23758
+ # output captions.
23558
23759
  # @return [String]
23559
23760
  #
23560
23761
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/WebvttDestinationSettings AWS API Documentation
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.65.0
4
+ version: 1.66.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: 2021-04-01 00:00:00.000000000 Z
11
+ date: 2021-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - MediaConvert