aws-sdk-mediaconvert 1.74.0 → 1.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +549 -223
- data/lib/aws-sdk-mediaconvert/client_api.rb +53 -0
- data/lib/aws-sdk-mediaconvert/types.rb +828 -198
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- 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: 522d61587f4d702ee5921178cbbf7db646fa7b8cf6e5ed2f207d00a13b060bf5
|
4
|
+
data.tar.gz: ded8519943d3c02faadcc74f32d8d4c7837c81cf768e59937fb0893434f7f32c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec257cd88fe3bdb8b76fb2cf36aeeb8ac6fa71a6c765de33ffb14dc7c271a942214956b59b9544fa1434fe8dd97392f19b7ac68a06f7fcaf827a17553e5e9560
|
7
|
+
data.tar.gz: 3ddbc402b299b36cc647191a76339a2ddbdd110b1ed20b490c86284507bbff8ecbcd0061be3e449db5b7f56050be078806ed1ed53493184ae274114f2d1bff6f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.75.0 (2021-09-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation.
|
8
|
+
|
4
9
|
1.74.0 (2021-09-01)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|