aws-sdk-mediaconvert 1.81.0 → 1.119.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: a89f8058466f902f6130d90faf8bd8e1c986b93548ae47bf5634e316b05390a9
4
- data.tar.gz: 2b5c8a6056dde0042aab2ceff6d441e478526b513084bc72d6401cbb65c5dc22
3
+ metadata.gz: 99c902ddeaafa107cd8dc9cc2d98022e1ecead87b885892fd5811ca7f420d727
4
+ data.tar.gz: 2255936a570b42ecd12a22518ec7034ae9c529a1312f48005a35596aea108005
5
5
  SHA512:
6
- metadata.gz: c952b0c1e4812d492b5f557664c2b52005e9b8436ffa23cd6bbf64e6998bcb6ab3e615c11d258d7b1b633ad8c14cfddd86f98f10b850624e0e40cf3eb85fc06d
7
- data.tar.gz: 25897355ea05cdc08116af811965b7e0905605650892743e601c4c5e37f317c57d93009a3d6ef9328015257411b5d157f624a39f46de7b60e7bf7f6ac167ab16
6
+ metadata.gz: 2ae1d09f83496b2027dc376dfa99991f725bef32446cb0175bb61443af8daf26c040be5eb4d158b3adeb2f5ac8f9ff458fd78708ebea2ea9ab98063ac95945ed
7
+ data.tar.gz: 4d68ebbfc6a4f2f2e42323678973a87441e366a921adc452312bfade7f58023b072853eeddf4624f29d396901f1d52be978cdc1c9dbd503b550c6f9e840cc970
data/CHANGELOG.md CHANGED
@@ -1,6 +1,198 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.0 (2023-10-03)
5
+ ------------------
6
+
7
+ * Feature - This release adds the ability to replace video frames without modifying the audio essence.
8
+
9
+ 1.118.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.117.0 (2023-09-22)
15
+ ------------------
16
+
17
+ * Feature - This release supports the creation of of audio-only tracks in CMAF output groups.
18
+
19
+ 1.116.0 (2023-08-24)
20
+ ------------------
21
+
22
+ * Feature - This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class.
23
+
24
+ 1.115.0 (2023-07-26)
25
+ ------------------
26
+
27
+ * Feature - This release includes general updates to user documentation.
28
+
29
+ 1.114.0 (2023-07-21)
30
+ ------------------
31
+
32
+ * Feature - This release includes improvements to Preserve 444 handling, compatibility of HEVC sources without frame rates, and general improvements to MP4 outputs.
33
+
34
+ 1.113.0 (2023-07-11)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.112.0 (2023-07-06)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.111.0 (2023-06-30)
45
+ ------------------
46
+
47
+ * Feature - This release includes improved color handling of overlays and general updates to user documentation.
48
+
49
+ 1.110.0 (2023-06-28)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.109.0 (2023-06-21)
55
+ ------------------
56
+
57
+ * Feature - This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7.
58
+
59
+ 1.108.0 (2023-06-15)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ 1.107.0 (2023-05-31)
65
+ ------------------
66
+
67
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
68
+
69
+ 1.106.0 (2023-05-18)
70
+ ------------------
71
+
72
+ * 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.
73
+
74
+ 1.105.0 (2023-04-24)
75
+ ------------------
76
+
77
+ * Feature - This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
78
+
79
+ 1.104.0 (2023-04-10)
80
+ ------------------
81
+
82
+ * Feature - AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources.
83
+
84
+ 1.103.0 (2023-03-23)
85
+ ------------------
86
+
87
+ * Feature - AWS Elemental MediaConvert SDK now supports passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs.
88
+
89
+ 1.102.0 (2023-03-03)
90
+ ------------------
91
+
92
+ * Feature - The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.
93
+
94
+ 1.101.0 (2023-02-27)
95
+ ------------------
96
+
97
+ * Feature - The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources.
98
+
99
+ 1.100.0 (2023-02-06)
100
+ ------------------
101
+
102
+ * Feature - The AWS Elemental MediaConvert SDK has added improved scene change detection capabilities and a bandwidth reduction filter, along with video quality enhancements, to the AVC encoder.
103
+
104
+ 1.99.0 (2023-01-30)
105
+ ------------------
106
+
107
+ * Feature - Enabled FIPS endpoints for GovCloud (US) regions in SDK.
108
+
109
+ 1.98.0 (2023-01-18)
110
+ ------------------
111
+
112
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
113
+
114
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
115
+
116
+ 1.97.0 (2023-01-12)
117
+ ------------------
118
+
119
+ * Feature - The AWS Elemental MediaConvert SDK has added support for compact DASH manifest generation, audio normalization using TruePeak measurements, and the ability to clip the sample range in the color corrector.
120
+
121
+ 1.96.0 (2022-12-02)
122
+ ------------------
123
+
124
+ * Feature - The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.
125
+
126
+ 1.95.0 (2022-11-07)
127
+ ------------------
128
+
129
+ * Feature - The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata.
130
+
131
+ 1.94.0 (2022-10-25)
132
+ ------------------
133
+
134
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
135
+
136
+ 1.93.0 (2022-10-14)
137
+ ------------------
138
+
139
+ * Feature - MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment.
140
+
141
+ 1.92.0 (2022-06-23)
142
+ ------------------
143
+
144
+ * Feature - AWS Elemental MediaConvert SDK has released support for automatic DolbyVision metadata generation when converting HDR10 to DolbyVision.
145
+
146
+ 1.91.0 (2022-06-14)
147
+ ------------------
148
+
149
+ * Feature - AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
150
+
151
+ 1.90.0 (2022-05-24)
152
+ ------------------
153
+
154
+ * Feature - AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
155
+
156
+ 1.89.0 (2022-04-29)
157
+ ------------------
158
+
159
+ * Feature - AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support.
160
+
161
+ 1.88.0 (2022-04-08)
162
+ ------------------
163
+
164
+ * Feature - AWS Elemental MediaConvert SDK has added support for the pass-through of WebVTT styling to WebVTT outputs, pass-through of KLV metadata to supported formats, and improved filter support for processing 444/RGB content.
165
+
166
+ 1.87.0 (2022-03-08)
167
+ ------------------
168
+
169
+ * Feature - AWS Elemental MediaConvert SDK has added support for reading timecode from AVCHD sources and now provides the ability to segment WebVTT at the same interval as the video and audio in HLS packages.
170
+
171
+ 1.86.0 (2022-02-24)
172
+ ------------------
173
+
174
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
175
+
176
+ 1.85.0 (2022-02-03)
177
+ ------------------
178
+
179
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
180
+
181
+ 1.84.0 (2022-01-21)
182
+ ------------------
183
+
184
+ * Feature - AWS Elemental MediaConvert SDK has added support for 4K AV1 output resolutions & 10-bit AV1 color, the ability to ingest sidecar Dolby Vision XML metadata files, and the ability to flag WebVTT and IMSC tracks for accessibility in HLS.
185
+
186
+ 1.83.0 (2022-01-03)
187
+ ------------------
188
+
189
+ * Feature - AWS Elemental MediaConvert SDK has added strength levels to the Sharpness Filter and now permits OGG files to be specified as sidecar audio inputs.
190
+
191
+ 1.82.0 (2021-12-21)
192
+ ------------------
193
+
194
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
195
+
4
196
  1.81.0 (2021-11-30)
5
197
  ------------------
6
198
 
@@ -415,4 +607,4 @@ Unreleased Changes
415
607
  1.0.0 (2017-11-27)
416
608
  ------------------
417
609
 
418
- * Feature - Initial release of `aws-sdk-mediaconvert`.
610
+ * Feature - Initial release of `aws-sdk-mediaconvert`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.119.0