aws-sdk-mediaconvert 1.172.0 → 1.173.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 +43 -1
- data/lib/aws-sdk-mediaconvert/client_api.rb +12 -2
- data/lib/aws-sdk-mediaconvert/types.rb +69 -1
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +35 -0
- data/sig/types.rbs +7 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15e2abf5a3c9f14b78f3b69dd84f3037db33cb742b5682c978012f787fe43b4b
|
|
4
|
+
data.tar.gz: 95d3d479a83902967b03d89a13da70e6b9a83ddbbd6d59a8c7d65f4404de4663
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8d03064349e2c956770eba83197754ffd788a103b0cae0cde0e6348a8945e02dd0568ded51a31f162f71424b1e4efcf938089b86078be99f4cad7547de29fa4
|
|
7
|
+
data.tar.gz: 2cbc5f259e3db1941b6c9f6df989dcc7120da83e139c9ce3820e2470b54e6aaeaefcc279cc8effeaa2094cc68676019a4ef5f98c195cb5c5817c2a2b43886eb7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.173.0 (2025-11-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Lowers minimum duration for black video generator. Adds support for embedding and signing C2PA content credentials in DASH and CMAF HLS outputs.
|
|
8
|
+
|
|
4
9
|
1.172.0 (2025-10-31)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.173.0
|
|
@@ -972,12 +972,15 @@ module Aws::MediaConvert
|
|
|
972
972
|
# audio_group_id: "__string",
|
|
973
973
|
# audio_rendition_sets: "__string",
|
|
974
974
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
|
975
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
976
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
975
977
|
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
|
976
978
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
977
979
|
# klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
978
980
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
979
981
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
980
982
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
983
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
981
984
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
982
985
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
983
986
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -1090,11 +1093,14 @@ module Aws::MediaConvert
|
|
|
1090
1093
|
# mpd_settings: {
|
|
1091
1094
|
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
1092
1095
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
|
1096
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
1093
1097
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
|
1098
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
1094
1099
|
# klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
|
|
1095
1100
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
1096
1101
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
1097
1102
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
1103
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
1098
1104
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
1099
1105
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
1100
1106
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -1308,6 +1314,7 @@ module Aws::MediaConvert
|
|
|
1308
1314
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
1309
1315
|
# },
|
|
1310
1316
|
# passthrough_settings: {
|
|
1317
|
+
# frame_control: "NEAREST_IDRFRAME", # accepts NEAREST_IDRFRAME, NEAREST_IFRAME
|
|
1311
1318
|
# video_selector_mode: "AUTO", # accepts AUTO, REMUX_ALL
|
|
1312
1319
|
# },
|
|
1313
1320
|
# prores_settings: {
|
|
@@ -1752,12 +1759,15 @@ module Aws::MediaConvert
|
|
|
1752
1759
|
# resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
1753
1760
|
# resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
1754
1761
|
# resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
|
|
1762
|
+
# resp.preset.settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1763
|
+
# resp.preset.settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
1755
1764
|
# resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
1756
1765
|
# resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1757
1766
|
# resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
1758
1767
|
# resp.preset.settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
1759
1768
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
1760
1769
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
1770
|
+
# resp.preset.settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
1761
1771
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
1762
1772
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
1763
1773
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -1853,11 +1863,14 @@ module Aws::MediaConvert
|
|
|
1853
1863
|
# resp.preset.settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
1854
1864
|
# resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1855
1865
|
# resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
1866
|
+
# resp.preset.settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1856
1867
|
# resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
1868
|
+
# resp.preset.settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
1857
1869
|
# resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
1858
1870
|
# resp.preset.settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
1859
1871
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
1860
1872
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
1873
|
+
# resp.preset.settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
1861
1874
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
1862
1875
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
1863
1876
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -2041,6 +2054,7 @@ module Aws::MediaConvert
|
|
|
2041
2054
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
2042
2055
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
2043
2056
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
2057
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
2044
2058
|
# resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
2045
2059
|
# resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
2046
2060
|
# resp.preset.settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
|
|
@@ -2814,12 +2828,15 @@ module Aws::MediaConvert
|
|
|
2814
2828
|
# resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
2815
2829
|
# resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
2816
2830
|
# resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
|
|
2831
|
+
# resp.preset.settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2832
|
+
# resp.preset.settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
2817
2833
|
# resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
2818
2834
|
# resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2819
2835
|
# resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
2820
2836
|
# resp.preset.settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
2821
2837
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
2822
2838
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
2839
|
+
# resp.preset.settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
2823
2840
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
2824
2841
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
2825
2842
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -2915,11 +2932,14 @@ module Aws::MediaConvert
|
|
|
2915
2932
|
# resp.preset.settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
2916
2933
|
# resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2917
2934
|
# resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
2935
|
+
# resp.preset.settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2918
2936
|
# resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
2937
|
+
# resp.preset.settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
2919
2938
|
# resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
2920
2939
|
# resp.preset.settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
2921
2940
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
2922
2941
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
2942
|
+
# resp.preset.settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
2923
2943
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
2924
2944
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
2925
2945
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -3103,6 +3123,7 @@ module Aws::MediaConvert
|
|
|
3103
3123
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
3104
3124
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
3105
3125
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
3126
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
3106
3127
|
# resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
3107
3128
|
# resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
3108
3129
|
# resp.preset.settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
|
|
@@ -3690,12 +3711,15 @@ module Aws::MediaConvert
|
|
|
3690
3711
|
# resp.presets[0].settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
3691
3712
|
# resp.presets[0].settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
3692
3713
|
# resp.presets[0].settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
|
|
3714
|
+
# resp.presets[0].settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3715
|
+
# resp.presets[0].settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
3693
3716
|
# resp.presets[0].settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
3694
3717
|
# resp.presets[0].settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3695
3718
|
# resp.presets[0].settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
3696
3719
|
# resp.presets[0].settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
3697
3720
|
# resp.presets[0].settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
3698
3721
|
# resp.presets[0].settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
3722
|
+
# resp.presets[0].settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
3699
3723
|
# resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
3700
3724
|
# resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
3701
3725
|
# resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -3791,11 +3815,14 @@ module Aws::MediaConvert
|
|
|
3791
3815
|
# resp.presets[0].settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
3792
3816
|
# resp.presets[0].settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3793
3817
|
# resp.presets[0].settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
3818
|
+
# resp.presets[0].settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3794
3819
|
# resp.presets[0].settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
3820
|
+
# resp.presets[0].settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
3795
3821
|
# resp.presets[0].settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
3796
3822
|
# resp.presets[0].settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
3797
3823
|
# resp.presets[0].settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
3798
3824
|
# resp.presets[0].settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
3825
|
+
# resp.presets[0].settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
3799
3826
|
# resp.presets[0].settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
3800
3827
|
# resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
3801
3828
|
# resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -3979,6 +4006,7 @@ module Aws::MediaConvert
|
|
|
3979
4006
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
3980
4007
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
3981
4008
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
4009
|
+
# resp.presets[0].settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
3982
4010
|
# resp.presets[0].settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
3983
4011
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
3984
4012
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
|
|
@@ -4940,12 +4968,15 @@ module Aws::MediaConvert
|
|
|
4940
4968
|
# audio_group_id: "__string",
|
|
4941
4969
|
# audio_rendition_sets: "__string",
|
|
4942
4970
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
|
4971
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
4972
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
4943
4973
|
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
|
4944
4974
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
4945
4975
|
# klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
4946
4976
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
4947
4977
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
4948
4978
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
4979
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
4949
4980
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
4950
4981
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
4951
4982
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -5058,11 +5089,14 @@ module Aws::MediaConvert
|
|
|
5058
5089
|
# mpd_settings: {
|
|
5059
5090
|
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
5060
5091
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
|
5092
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
5061
5093
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
|
5094
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
5062
5095
|
# klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
|
|
5063
5096
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
5064
5097
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
5065
5098
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
5099
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
5066
5100
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
5067
5101
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
5068
5102
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -5276,6 +5310,7 @@ module Aws::MediaConvert
|
|
|
5276
5310
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
5277
5311
|
# },
|
|
5278
5312
|
# passthrough_settings: {
|
|
5313
|
+
# frame_control: "NEAREST_IDRFRAME", # accepts NEAREST_IDRFRAME, NEAREST_IFRAME
|
|
5279
5314
|
# video_selector_mode: "AUTO", # accepts AUTO, REMUX_ALL
|
|
5280
5315
|
# },
|
|
5281
5316
|
# prores_settings: {
|
|
@@ -5717,12 +5752,15 @@ module Aws::MediaConvert
|
|
|
5717
5752
|
# resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
5718
5753
|
# resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
5719
5754
|
# resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
|
|
5755
|
+
# resp.preset.settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5756
|
+
# resp.preset.settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
5720
5757
|
# resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
5721
5758
|
# resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5722
5759
|
# resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
5723
5760
|
# resp.preset.settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
5724
5761
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
5725
5762
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
5763
|
+
# resp.preset.settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
5726
5764
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
5727
5765
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
5728
5766
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -5818,11 +5856,14 @@ module Aws::MediaConvert
|
|
|
5818
5856
|
# resp.preset.settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
5819
5857
|
# resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5820
5858
|
# resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
5859
|
+
# resp.preset.settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5821
5860
|
# resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
5861
|
+
# resp.preset.settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
5822
5862
|
# resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
5823
5863
|
# resp.preset.settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
5824
5864
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
5825
5865
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
5866
|
+
# resp.preset.settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
5826
5867
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
5827
5868
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
5828
5869
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -6006,6 +6047,7 @@ module Aws::MediaConvert
|
|
|
6006
6047
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
6007
6048
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
6008
6049
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
6050
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
6009
6051
|
# resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
6010
6052
|
# resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
6011
6053
|
# resp.preset.settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
|
|
@@ -6293,7 +6335,7 @@ module Aws::MediaConvert
|
|
|
6293
6335
|
tracer: tracer
|
|
6294
6336
|
)
|
|
6295
6337
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
|
6296
|
-
context[:gem_version] = '1.
|
|
6338
|
+
context[:gem_version] = '1.173.0'
|
|
6297
6339
|
Seahorse::Client::Request.new(handlers, context)
|
|
6298
6340
|
end
|
|
6299
6341
|
|
|
@@ -147,6 +147,7 @@ module Aws::MediaConvert
|
|
|
147
147
|
CmafWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'CmafWriteSegmentTimelineInRepresentation')
|
|
148
148
|
CmfcAudioDuration = Shapes::StringShape.new(name: 'CmfcAudioDuration')
|
|
149
149
|
CmfcAudioTrackType = Shapes::StringShape.new(name: 'CmfcAudioTrackType')
|
|
150
|
+
CmfcC2paManifest = Shapes::StringShape.new(name: 'CmfcC2paManifest')
|
|
150
151
|
CmfcDescriptiveVideoServiceFlag = Shapes::StringShape.new(name: 'CmfcDescriptiveVideoServiceFlag')
|
|
151
152
|
CmfcIFrameOnlyManifest = Shapes::StringShape.new(name: 'CmfcIFrameOnlyManifest')
|
|
152
153
|
CmfcKlvMetadata = Shapes::StringShape.new(name: 'CmfcKlvMetadata')
|
|
@@ -292,6 +293,7 @@ module Aws::MediaConvert
|
|
|
292
293
|
ForceIncludeRenditionSize = Shapes::StructureShape.new(name: 'ForceIncludeRenditionSize')
|
|
293
294
|
Format = Shapes::StringShape.new(name: 'Format')
|
|
294
295
|
FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
|
|
296
|
+
FrameControl = Shapes::StringShape.new(name: 'FrameControl')
|
|
295
297
|
FrameMetricType = Shapes::StringShape.new(name: 'FrameMetricType')
|
|
296
298
|
FrameRate = Shapes::StructureShape.new(name: 'FrameRate')
|
|
297
299
|
GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
|
|
@@ -503,6 +505,7 @@ module Aws::MediaConvert
|
|
|
503
505
|
Mp4Settings = Shapes::StructureShape.new(name: 'Mp4Settings')
|
|
504
506
|
MpdAccessibilityCaptionHints = Shapes::StringShape.new(name: 'MpdAccessibilityCaptionHints')
|
|
505
507
|
MpdAudioDuration = Shapes::StringShape.new(name: 'MpdAudioDuration')
|
|
508
|
+
MpdC2paManifest = Shapes::StringShape.new(name: 'MpdC2paManifest')
|
|
506
509
|
MpdCaptionContainerType = Shapes::StringShape.new(name: 'MpdCaptionContainerType')
|
|
507
510
|
MpdKlvMetadata = Shapes::StringShape.new(name: 'MpdKlvMetadata')
|
|
508
511
|
MpdManifestMetadataSignaling = Shapes::StringShape.new(name: 'MpdManifestMetadataSignaling')
|
|
@@ -824,6 +827,7 @@ module Aws::MediaConvert
|
|
|
824
827
|
__integerMin1Max60000 = Shapes::IntegerShape.new(name: '__integerMin1Max60000')
|
|
825
828
|
__integerMin1Max64 = Shapes::IntegerShape.new(name: '__integerMin1Max64')
|
|
826
829
|
__integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
|
|
830
|
+
__integerMin1Max86400000 = Shapes::IntegerShape.new(name: '__integerMin1Max86400000')
|
|
827
831
|
__integerMin2000Max30000 = Shapes::IntegerShape.new(name: '__integerMin2000Max30000')
|
|
828
832
|
__integerMin22050Max192000 = Shapes::IntegerShape.new(name: '__integerMin22050Max192000')
|
|
829
833
|
__integerMin22050Max48000 = Shapes::IntegerShape.new(name: '__integerMin22050Max48000')
|
|
@@ -842,7 +846,6 @@ module Aws::MediaConvert
|
|
|
842
846
|
__integerMin3Max15 = Shapes::IntegerShape.new(name: '__integerMin3Max15')
|
|
843
847
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
|
844
848
|
__integerMin4Max12 = Shapes::IntegerShape.new(name: '__integerMin4Max12')
|
|
845
|
-
__integerMin50Max86400000 = Shapes::IntegerShape.new(name: '__integerMin50Max86400000')
|
|
846
849
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
|
847
850
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
|
848
851
|
__integerMin6Max16 = Shapes::IntegerShape.new(name: '__integerMin6Max16')
|
|
@@ -1314,12 +1317,15 @@ module Aws::MediaConvert
|
|
|
1314
1317
|
CmfcSettings.add_member(:audio_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "audioGroupId"))
|
|
1315
1318
|
CmfcSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
|
|
1316
1319
|
CmfcSettings.add_member(:audio_track_type, Shapes::ShapeRef.new(shape: CmfcAudioTrackType, location_name: "audioTrackType"))
|
|
1320
|
+
CmfcSettings.add_member(:c2pa_manifest, Shapes::ShapeRef.new(shape: CmfcC2paManifest, location_name: "c2paManifest"))
|
|
1321
|
+
CmfcSettings.add_member(:certificate_secret, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "certificateSecret"))
|
|
1317
1322
|
CmfcSettings.add_member(:descriptive_video_service_flag, Shapes::ShapeRef.new(shape: CmfcDescriptiveVideoServiceFlag, location_name: "descriptiveVideoServiceFlag"))
|
|
1318
1323
|
CmfcSettings.add_member(:i_frame_only_manifest, Shapes::ShapeRef.new(shape: CmfcIFrameOnlyManifest, location_name: "iFrameOnlyManifest"))
|
|
1319
1324
|
CmfcSettings.add_member(:klv_metadata, Shapes::ShapeRef.new(shape: CmfcKlvMetadata, location_name: "klvMetadata"))
|
|
1320
1325
|
CmfcSettings.add_member(:manifest_metadata_signaling, Shapes::ShapeRef.new(shape: CmfcManifestMetadataSignaling, location_name: "manifestMetadataSignaling"))
|
|
1321
1326
|
CmfcSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: CmfcScte35Esam, location_name: "scte35Esam"))
|
|
1322
1327
|
CmfcSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: CmfcScte35Source, location_name: "scte35Source"))
|
|
1328
|
+
CmfcSettings.add_member(:signing_kms_key, Shapes::ShapeRef.new(shape: __stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932, location_name: "signingKmsKey"))
|
|
1323
1329
|
CmfcSettings.add_member(:timed_metadata, Shapes::ShapeRef.new(shape: CmfcTimedMetadata, location_name: "timedMetadata"))
|
|
1324
1330
|
CmfcSettings.add_member(:timed_metadata_box_version, Shapes::ShapeRef.new(shape: CmfcTimedMetadataBoxVersion, location_name: "timedMetadataBoxVersion"))
|
|
1325
1331
|
CmfcSettings.add_member(:timed_metadata_scheme_id_uri, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "timedMetadataSchemeIdUri"))
|
|
@@ -2035,7 +2041,7 @@ module Aws::MediaConvert
|
|
|
2035
2041
|
InputTemplate.struct_class = Types::InputTemplate
|
|
2036
2042
|
|
|
2037
2043
|
InputVideoGenerator.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "channels"))
|
|
2038
|
-
InputVideoGenerator.add_member(:duration, Shapes::ShapeRef.new(shape:
|
|
2044
|
+
InputVideoGenerator.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin1Max86400000, location_name: "duration"))
|
|
2039
2045
|
InputVideoGenerator.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
|
2040
2046
|
InputVideoGenerator.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max60000, location_name: "framerateNumerator"))
|
|
2041
2047
|
InputVideoGenerator.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
|
|
@@ -2360,11 +2366,14 @@ module Aws::MediaConvert
|
|
|
2360
2366
|
|
|
2361
2367
|
MpdSettings.add_member(:accessibility_caption_hints, Shapes::ShapeRef.new(shape: MpdAccessibilityCaptionHints, location_name: "accessibilityCaptionHints"))
|
|
2362
2368
|
MpdSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: MpdAudioDuration, location_name: "audioDuration"))
|
|
2369
|
+
MpdSettings.add_member(:c2pa_manifest, Shapes::ShapeRef.new(shape: MpdC2paManifest, location_name: "c2paManifest"))
|
|
2363
2370
|
MpdSettings.add_member(:caption_container_type, Shapes::ShapeRef.new(shape: MpdCaptionContainerType, location_name: "captionContainerType"))
|
|
2371
|
+
MpdSettings.add_member(:certificate_secret, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "certificateSecret"))
|
|
2364
2372
|
MpdSettings.add_member(:klv_metadata, Shapes::ShapeRef.new(shape: MpdKlvMetadata, location_name: "klvMetadata"))
|
|
2365
2373
|
MpdSettings.add_member(:manifest_metadata_signaling, Shapes::ShapeRef.new(shape: MpdManifestMetadataSignaling, location_name: "manifestMetadataSignaling"))
|
|
2366
2374
|
MpdSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: MpdScte35Esam, location_name: "scte35Esam"))
|
|
2367
2375
|
MpdSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: MpdScte35Source, location_name: "scte35Source"))
|
|
2376
|
+
MpdSettings.add_member(:signing_kms_key, Shapes::ShapeRef.new(shape: __stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932, location_name: "signingKmsKey"))
|
|
2368
2377
|
MpdSettings.add_member(:timed_metadata, Shapes::ShapeRef.new(shape: MpdTimedMetadata, location_name: "timedMetadata"))
|
|
2369
2378
|
MpdSettings.add_member(:timed_metadata_box_version, Shapes::ShapeRef.new(shape: MpdTimedMetadataBoxVersion, location_name: "timedMetadataBoxVersion"))
|
|
2370
2379
|
MpdSettings.add_member(:timed_metadata_scheme_id_uri, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "timedMetadataSchemeIdUri"))
|
|
@@ -2528,6 +2537,7 @@ module Aws::MediaConvert
|
|
|
2528
2537
|
PartnerWatermarking.add_member(:nexguard_file_marker_settings, Shapes::ShapeRef.new(shape: NexGuardFileMarkerSettings, location_name: "nexguardFileMarkerSettings"))
|
|
2529
2538
|
PartnerWatermarking.struct_class = Types::PartnerWatermarking
|
|
2530
2539
|
|
|
2540
|
+
PassthroughSettings.add_member(:frame_control, Shapes::ShapeRef.new(shape: FrameControl, location_name: "frameControl"))
|
|
2531
2541
|
PassthroughSettings.add_member(:video_selector_mode, Shapes::ShapeRef.new(shape: VideoSelectorMode, location_name: "videoSelectorMode"))
|
|
2532
2542
|
PassthroughSettings.struct_class = Types::PassthroughSettings
|
|
2533
2543
|
|
|
@@ -2802,6 +2802,23 @@ module Aws::MediaConvert
|
|
|
2802
2802
|
# output group, you must explicitly choose a value for this setting.
|
|
2803
2803
|
# @return [String]
|
|
2804
2804
|
#
|
|
2805
|
+
# @!attribute [rw] c2pa_manifest
|
|
2806
|
+
# When enabled, a C2PA compliant manifest will be generated, signed
|
|
2807
|
+
# and embeded in the output. For more information on C2PA, see
|
|
2808
|
+
# https://c2pa.org/specifications/specifications/2.1/index.html
|
|
2809
|
+
# @return [String]
|
|
2810
|
+
#
|
|
2811
|
+
# @!attribute [rw] certificate_secret
|
|
2812
|
+
# Specify the name or ARN of the AWS Secrets Manager secret that
|
|
2813
|
+
# contains your C2PA public certificate chain in PEM format. Provide a
|
|
2814
|
+
# valid secret name or ARN. Note that your MediaConvert service role
|
|
2815
|
+
# must allow access to this secret. The public certificate chain is
|
|
2816
|
+
# added to the COSE header (x5chain) for signature validation. Include
|
|
2817
|
+
# the signer's certificate and all intermediate certificates. Do not
|
|
2818
|
+
# include the root certificate. For details on COSE, see:
|
|
2819
|
+
# https://opensource.contentauthenticity.org/docs/manifest/signing-manifests
|
|
2820
|
+
# @return [String]
|
|
2821
|
+
#
|
|
2805
2822
|
# @!attribute [rw] descriptive_video_service_flag
|
|
2806
2823
|
# Specify whether to flag this audio track as descriptive video
|
|
2807
2824
|
# service (DVS) in your HLS parent manifest. When you choose Flag,
|
|
@@ -2859,6 +2876,12 @@ module Aws::MediaConvert
|
|
|
2859
2876
|
# you don't want those SCTE-35 markers in this output.
|
|
2860
2877
|
# @return [String]
|
|
2861
2878
|
#
|
|
2879
|
+
# @!attribute [rw] signing_kms_key
|
|
2880
|
+
# Specify the ID or ARN of the AWS KMS key used to sign the C2PA
|
|
2881
|
+
# manifest in your MP4 output. Provide a valid KMS key ARN. Note that
|
|
2882
|
+
# your MediaConvert service role must allow access to this key.
|
|
2883
|
+
# @return [String]
|
|
2884
|
+
#
|
|
2862
2885
|
# @!attribute [rw] timed_metadata
|
|
2863
2886
|
# To include ID3 metadata in this output: Set ID3 metadata to
|
|
2864
2887
|
# Passthrough. Specify this ID3 metadata in Custom ID3 metadata
|
|
@@ -2898,12 +2921,15 @@ module Aws::MediaConvert
|
|
|
2898
2921
|
:audio_group_id,
|
|
2899
2922
|
:audio_rendition_sets,
|
|
2900
2923
|
:audio_track_type,
|
|
2924
|
+
:c2pa_manifest,
|
|
2925
|
+
:certificate_secret,
|
|
2901
2926
|
:descriptive_video_service_flag,
|
|
2902
2927
|
:i_frame_only_manifest,
|
|
2903
2928
|
:klv_metadata,
|
|
2904
2929
|
:manifest_metadata_signaling,
|
|
2905
2930
|
:scte_35_esam,
|
|
2906
2931
|
:scte_35_source,
|
|
2932
|
+
:signing_kms_key,
|
|
2907
2933
|
:timed_metadata,
|
|
2908
2934
|
:timed_metadata_box_version,
|
|
2909
2935
|
:timed_metadata_scheme_id_uri,
|
|
@@ -8640,7 +8666,7 @@ module Aws::MediaConvert
|
|
|
8640
8666
|
#
|
|
8641
8667
|
# @!attribute [rw] duration
|
|
8642
8668
|
# Specify the duration, in milliseconds, for your video generator
|
|
8643
|
-
# input. Enter an integer from
|
|
8669
|
+
# input. Enter an integer from 1 to 86400000.
|
|
8644
8670
|
# @return [Integer]
|
|
8645
8671
|
#
|
|
8646
8672
|
# @!attribute [rw] framerate_denominator
|
|
@@ -10933,6 +10959,12 @@ module Aws::MediaConvert
|
|
|
10933
10959
|
# output audio codec.
|
|
10934
10960
|
# @return [String]
|
|
10935
10961
|
#
|
|
10962
|
+
# @!attribute [rw] c2pa_manifest
|
|
10963
|
+
# When enabled, a C2PA compliant manifest will be generated, signed
|
|
10964
|
+
# and embeded in the output. For more information on C2PA, see
|
|
10965
|
+
# https://c2pa.org/specifications/specifications/2.1/index.html
|
|
10966
|
+
# @return [String]
|
|
10967
|
+
#
|
|
10936
10968
|
# @!attribute [rw] caption_container_type
|
|
10937
10969
|
# Use this setting only in DASH output groups that include sidecar
|
|
10938
10970
|
# TTML, IMSC or WEBVTT captions. You specify sidecar captions in a
|
|
@@ -10943,6 +10975,17 @@ module Aws::MediaConvert
|
|
|
10943
10975
|
# audio fragmented MP4 files.
|
|
10944
10976
|
# @return [String]
|
|
10945
10977
|
#
|
|
10978
|
+
# @!attribute [rw] certificate_secret
|
|
10979
|
+
# Specify the name or ARN of the AWS Secrets Manager secret that
|
|
10980
|
+
# contains your C2PA public certificate chain in PEM format. Provide a
|
|
10981
|
+
# valid secret name or ARN. Note that your MediaConvert service role
|
|
10982
|
+
# must allow access to this secret. The public certificate chain is
|
|
10983
|
+
# added to the COSE header (x5chain) for signature validation. Include
|
|
10984
|
+
# the signer's certificate and all intermediate certificates. Do not
|
|
10985
|
+
# include the root certificate. For details on COSE, see:
|
|
10986
|
+
# https://opensource.contentauthenticity.org/docs/manifest/signing-manifests
|
|
10987
|
+
# @return [String]
|
|
10988
|
+
#
|
|
10946
10989
|
# @!attribute [rw] klv_metadata
|
|
10947
10990
|
# To include key-length-value metadata in this output: Set KLV
|
|
10948
10991
|
# metadata insertion to Passthrough. MediaConvert reads KLV metadata
|
|
@@ -10979,6 +11022,12 @@ module Aws::MediaConvert
|
|
|
10979
11022
|
# you don't want those SCTE-35 markers in this output.
|
|
10980
11023
|
# @return [String]
|
|
10981
11024
|
#
|
|
11025
|
+
# @!attribute [rw] signing_kms_key
|
|
11026
|
+
# Specify the ID or ARN of the AWS KMS key used to sign the C2PA
|
|
11027
|
+
# manifest in your MP4 output. Provide a valid KMS key ARN. Note that
|
|
11028
|
+
# your MediaConvert service role must allow access to this key.
|
|
11029
|
+
# @return [String]
|
|
11030
|
+
#
|
|
10982
11031
|
# @!attribute [rw] timed_metadata
|
|
10983
11032
|
# To include ID3 metadata in this output: Set ID3 metadata to
|
|
10984
11033
|
# Passthrough. Specify this ID3 metadata in Custom ID3 metadata
|
|
@@ -11016,11 +11065,14 @@ module Aws::MediaConvert
|
|
|
11016
11065
|
class MpdSettings < Struct.new(
|
|
11017
11066
|
:accessibility_caption_hints,
|
|
11018
11067
|
:audio_duration,
|
|
11068
|
+
:c2pa_manifest,
|
|
11019
11069
|
:caption_container_type,
|
|
11070
|
+
:certificate_secret,
|
|
11020
11071
|
:klv_metadata,
|
|
11021
11072
|
:manifest_metadata_signaling,
|
|
11022
11073
|
:scte_35_esam,
|
|
11023
11074
|
:scte_35_source,
|
|
11075
|
+
:signing_kms_key,
|
|
11024
11076
|
:timed_metadata,
|
|
11025
11077
|
:timed_metadata_box_version,
|
|
11026
11078
|
:timed_metadata_scheme_id_uri,
|
|
@@ -12241,6 +12293,21 @@ module Aws::MediaConvert
|
|
|
12241
12293
|
|
|
12242
12294
|
# Optional settings when you set Codec to the value Passthrough.
|
|
12243
12295
|
#
|
|
12296
|
+
# @!attribute [rw] frame_control
|
|
12297
|
+
# Choose how MediaConvert handles start and end times for input
|
|
12298
|
+
# clipping with video passthrough. Your input video codec must be
|
|
12299
|
+
# H.264 or H.265 to use IFRAME. To clip at the nearest IDR-frame:
|
|
12300
|
+
# Choose Nearest IDR. If an IDR-frame is not found at the frame that
|
|
12301
|
+
# you specify, MediaConvert uses the next compatible IDR-frame. Note
|
|
12302
|
+
# that your output may be shorter than your input clip duration. To
|
|
12303
|
+
# clip at the nearest I-frame: Choose Nearest I-frame. If an I-frame
|
|
12304
|
+
# is not found at the frame that you specify, MediaConvert uses the
|
|
12305
|
+
# next compatible I-frame. Note that your output may be shorter than
|
|
12306
|
+
# your input clip duration. We only recommend this setting for special
|
|
12307
|
+
# workflows, and when you choose this setting your output may not be
|
|
12308
|
+
# compatible with most players.
|
|
12309
|
+
# @return [String]
|
|
12310
|
+
#
|
|
12244
12311
|
# @!attribute [rw] video_selector_mode
|
|
12245
12312
|
# AUTO will select the highest bitrate input in the video selector
|
|
12246
12313
|
# source. REMUX\_ALL will passthrough all the selected streams in the
|
|
@@ -12253,6 +12320,7 @@ module Aws::MediaConvert
|
|
|
12253
12320
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/PassthroughSettings AWS API Documentation
|
|
12254
12321
|
#
|
|
12255
12322
|
class PassthroughSettings < Struct.new(
|
|
12323
|
+
:frame_control,
|
|
12256
12324
|
:video_selector_mode)
|
|
12257
12325
|
SENSITIVE = []
|
|
12258
12326
|
include Aws::Structure
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1009,12 +1009,15 @@ module Aws
|
|
|
1009
1009
|
audio_group_id: ::String?,
|
|
1010
1010
|
audio_rendition_sets: ::String?,
|
|
1011
1011
|
audio_track_type: ("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" | "ALTERNATE_AUDIO_AUTO_SELECT" | "ALTERNATE_AUDIO_NOT_AUTO_SELECT" | "AUDIO_ONLY_VARIANT_STREAM")?,
|
|
1012
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
1013
|
+
certificate_secret: ::String?,
|
|
1012
1014
|
descriptive_video_service_flag: ("DONT_FLAG" | "FLAG")?,
|
|
1013
1015
|
i_frame_only_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
1014
1016
|
klv_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
1015
1017
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
1016
1018
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
1017
1019
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
1020
|
+
signing_kms_key: ::String?,
|
|
1018
1021
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
1019
1022
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
1020
1023
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -1127,11 +1130,14 @@ module Aws
|
|
|
1127
1130
|
mpd_settings: {
|
|
1128
1131
|
accessibility_caption_hints: ("INCLUDE" | "EXCLUDE")?,
|
|
1129
1132
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
|
1133
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
1130
1134
|
caption_container_type: ("RAW" | "FRAGMENTED_MP4")?,
|
|
1135
|
+
certificate_secret: ::String?,
|
|
1131
1136
|
klv_metadata: ("NONE" | "PASSTHROUGH")?,
|
|
1132
1137
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
1133
1138
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
1134
1139
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
1140
|
+
signing_kms_key: ::String?,
|
|
1135
1141
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
1136
1142
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
1137
1143
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -1359,6 +1365,7 @@ module Aws
|
|
|
1359
1365
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
|
|
1360
1366
|
}?,
|
|
1361
1367
|
passthrough_settings: {
|
|
1368
|
+
frame_control: ("NEAREST_IDRFRAME" | "NEAREST_IFRAME")?,
|
|
1362
1369
|
video_selector_mode: ("AUTO" | "REMUX_ALL")?
|
|
1363
1370
|
}?,
|
|
1364
1371
|
prores_settings: {
|
|
@@ -2511,12 +2518,15 @@ module Aws
|
|
|
2511
2518
|
audio_group_id: ::String?,
|
|
2512
2519
|
audio_rendition_sets: ::String?,
|
|
2513
2520
|
audio_track_type: ("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" | "ALTERNATE_AUDIO_AUTO_SELECT" | "ALTERNATE_AUDIO_NOT_AUTO_SELECT" | "AUDIO_ONLY_VARIANT_STREAM")?,
|
|
2521
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
2522
|
+
certificate_secret: ::String?,
|
|
2514
2523
|
descriptive_video_service_flag: ("DONT_FLAG" | "FLAG")?,
|
|
2515
2524
|
i_frame_only_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
2516
2525
|
klv_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
2517
2526
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
2518
2527
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
2519
2528
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
2529
|
+
signing_kms_key: ::String?,
|
|
2520
2530
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
2521
2531
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
2522
2532
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -2629,11 +2639,14 @@ module Aws
|
|
|
2629
2639
|
mpd_settings: {
|
|
2630
2640
|
accessibility_caption_hints: ("INCLUDE" | "EXCLUDE")?,
|
|
2631
2641
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
|
2642
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
2632
2643
|
caption_container_type: ("RAW" | "FRAGMENTED_MP4")?,
|
|
2644
|
+
certificate_secret: ::String?,
|
|
2633
2645
|
klv_metadata: ("NONE" | "PASSTHROUGH")?,
|
|
2634
2646
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
2635
2647
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
2636
2648
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
2649
|
+
signing_kms_key: ::String?,
|
|
2637
2650
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
2638
2651
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
2639
2652
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -2861,6 +2874,7 @@ module Aws
|
|
|
2861
2874
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
|
|
2862
2875
|
}?,
|
|
2863
2876
|
passthrough_settings: {
|
|
2877
|
+
frame_control: ("NEAREST_IDRFRAME" | "NEAREST_IFRAME")?,
|
|
2864
2878
|
video_selector_mode: ("AUTO" | "REMUX_ALL")?
|
|
2865
2879
|
}?,
|
|
2866
2880
|
prores_settings: {
|
|
@@ -3386,12 +3400,15 @@ module Aws
|
|
|
3386
3400
|
audio_group_id: ::String?,
|
|
3387
3401
|
audio_rendition_sets: ::String?,
|
|
3388
3402
|
audio_track_type: ("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" | "ALTERNATE_AUDIO_AUTO_SELECT" | "ALTERNATE_AUDIO_NOT_AUTO_SELECT" | "AUDIO_ONLY_VARIANT_STREAM")?,
|
|
3403
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
3404
|
+
certificate_secret: ::String?,
|
|
3389
3405
|
descriptive_video_service_flag: ("DONT_FLAG" | "FLAG")?,
|
|
3390
3406
|
i_frame_only_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
3391
3407
|
klv_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
3392
3408
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
3393
3409
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
3394
3410
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
3411
|
+
signing_kms_key: ::String?,
|
|
3395
3412
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
3396
3413
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
3397
3414
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -3504,11 +3521,14 @@ module Aws
|
|
|
3504
3521
|
mpd_settings: {
|
|
3505
3522
|
accessibility_caption_hints: ("INCLUDE" | "EXCLUDE")?,
|
|
3506
3523
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
|
3524
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
3507
3525
|
caption_container_type: ("RAW" | "FRAGMENTED_MP4")?,
|
|
3526
|
+
certificate_secret: ::String?,
|
|
3508
3527
|
klv_metadata: ("NONE" | "PASSTHROUGH")?,
|
|
3509
3528
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
3510
3529
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
3511
3530
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
3531
|
+
signing_kms_key: ::String?,
|
|
3512
3532
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
3513
3533
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
3514
3534
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -3722,6 +3742,7 @@ module Aws
|
|
|
3722
3742
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
|
|
3723
3743
|
}?,
|
|
3724
3744
|
passthrough_settings: {
|
|
3745
|
+
frame_control: ("NEAREST_IDRFRAME" | "NEAREST_IFRAME")?,
|
|
3725
3746
|
video_selector_mode: ("AUTO" | "REMUX_ALL")?
|
|
3726
3747
|
}?,
|
|
3727
3748
|
prores_settings: {
|
|
@@ -5166,12 +5187,15 @@ module Aws
|
|
|
5166
5187
|
audio_group_id: ::String?,
|
|
5167
5188
|
audio_rendition_sets: ::String?,
|
|
5168
5189
|
audio_track_type: ("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" | "ALTERNATE_AUDIO_AUTO_SELECT" | "ALTERNATE_AUDIO_NOT_AUTO_SELECT" | "AUDIO_ONLY_VARIANT_STREAM")?,
|
|
5190
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
5191
|
+
certificate_secret: ::String?,
|
|
5169
5192
|
descriptive_video_service_flag: ("DONT_FLAG" | "FLAG")?,
|
|
5170
5193
|
i_frame_only_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
5171
5194
|
klv_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
5172
5195
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
5173
5196
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
5174
5197
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
5198
|
+
signing_kms_key: ::String?,
|
|
5175
5199
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
5176
5200
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
5177
5201
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -5284,11 +5308,14 @@ module Aws
|
|
|
5284
5308
|
mpd_settings: {
|
|
5285
5309
|
accessibility_caption_hints: ("INCLUDE" | "EXCLUDE")?,
|
|
5286
5310
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
|
5311
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
5287
5312
|
caption_container_type: ("RAW" | "FRAGMENTED_MP4")?,
|
|
5313
|
+
certificate_secret: ::String?,
|
|
5288
5314
|
klv_metadata: ("NONE" | "PASSTHROUGH")?,
|
|
5289
5315
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
5290
5316
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
5291
5317
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
5318
|
+
signing_kms_key: ::String?,
|
|
5292
5319
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
5293
5320
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
5294
5321
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -5516,6 +5543,7 @@ module Aws
|
|
|
5516
5543
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
|
|
5517
5544
|
}?,
|
|
5518
5545
|
passthrough_settings: {
|
|
5546
|
+
frame_control: ("NEAREST_IDRFRAME" | "NEAREST_IFRAME")?,
|
|
5519
5547
|
video_selector_mode: ("AUTO" | "REMUX_ALL")?
|
|
5520
5548
|
}?,
|
|
5521
5549
|
prores_settings: {
|
|
@@ -6040,12 +6068,15 @@ module Aws
|
|
|
6040
6068
|
audio_group_id: ::String?,
|
|
6041
6069
|
audio_rendition_sets: ::String?,
|
|
6042
6070
|
audio_track_type: ("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" | "ALTERNATE_AUDIO_AUTO_SELECT" | "ALTERNATE_AUDIO_NOT_AUTO_SELECT" | "AUDIO_ONLY_VARIANT_STREAM")?,
|
|
6071
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
6072
|
+
certificate_secret: ::String?,
|
|
6043
6073
|
descriptive_video_service_flag: ("DONT_FLAG" | "FLAG")?,
|
|
6044
6074
|
i_frame_only_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
6045
6075
|
klv_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
6046
6076
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
6047
6077
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
6048
6078
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
6079
|
+
signing_kms_key: ::String?,
|
|
6049
6080
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
6050
6081
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
6051
6082
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -6158,11 +6189,14 @@ module Aws
|
|
|
6158
6189
|
mpd_settings: {
|
|
6159
6190
|
accessibility_caption_hints: ("INCLUDE" | "EXCLUDE")?,
|
|
6160
6191
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
|
6192
|
+
c2pa_manifest: ("INCLUDE" | "EXCLUDE")?,
|
|
6161
6193
|
caption_container_type: ("RAW" | "FRAGMENTED_MP4")?,
|
|
6194
|
+
certificate_secret: ::String?,
|
|
6162
6195
|
klv_metadata: ("NONE" | "PASSTHROUGH")?,
|
|
6163
6196
|
manifest_metadata_signaling: ("ENABLED" | "DISABLED")?,
|
|
6164
6197
|
scte_35_esam: ("INSERT" | "NONE")?,
|
|
6165
6198
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
|
6199
|
+
signing_kms_key: ::String?,
|
|
6166
6200
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
|
6167
6201
|
timed_metadata_box_version: ("VERSION_0" | "VERSION_1")?,
|
|
6168
6202
|
timed_metadata_scheme_id_uri: ::String?,
|
|
@@ -6376,6 +6410,7 @@ module Aws
|
|
|
6376
6410
|
temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?
|
|
6377
6411
|
}?,
|
|
6378
6412
|
passthrough_settings: {
|
|
6413
|
+
frame_control: ("NEAREST_IDRFRAME" | "NEAREST_IFRAME")?,
|
|
6379
6414
|
video_selector_mode: ("AUTO" | "REMUX_ALL")?
|
|
6380
6415
|
}?,
|
|
6381
6416
|
prores_settings: {
|
data/sig/types.rbs
CHANGED
|
@@ -418,12 +418,15 @@ module Aws::MediaConvert
|
|
|
418
418
|
attr_accessor audio_group_id: ::String
|
|
419
419
|
attr_accessor audio_rendition_sets: ::String
|
|
420
420
|
attr_accessor audio_track_type: ("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" | "ALTERNATE_AUDIO_AUTO_SELECT" | "ALTERNATE_AUDIO_NOT_AUTO_SELECT" | "AUDIO_ONLY_VARIANT_STREAM")
|
|
421
|
+
attr_accessor c2pa_manifest: ("INCLUDE" | "EXCLUDE")
|
|
422
|
+
attr_accessor certificate_secret: ::String
|
|
421
423
|
attr_accessor descriptive_video_service_flag: ("DONT_FLAG" | "FLAG")
|
|
422
424
|
attr_accessor i_frame_only_manifest: ("INCLUDE" | "EXCLUDE")
|
|
423
425
|
attr_accessor klv_metadata: ("PASSTHROUGH" | "NONE")
|
|
424
426
|
attr_accessor manifest_metadata_signaling: ("ENABLED" | "DISABLED")
|
|
425
427
|
attr_accessor scte_35_esam: ("INSERT" | "NONE")
|
|
426
428
|
attr_accessor scte_35_source: ("PASSTHROUGH" | "NONE")
|
|
429
|
+
attr_accessor signing_kms_key: ::String
|
|
427
430
|
attr_accessor timed_metadata: ("PASSTHROUGH" | "NONE")
|
|
428
431
|
attr_accessor timed_metadata_box_version: ("VERSION_0" | "VERSION_1")
|
|
429
432
|
attr_accessor timed_metadata_scheme_id_uri: ::String
|
|
@@ -1724,11 +1727,14 @@ module Aws::MediaConvert
|
|
|
1724
1727
|
class MpdSettings
|
|
1725
1728
|
attr_accessor accessibility_caption_hints: ("INCLUDE" | "EXCLUDE")
|
|
1726
1729
|
attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
|
|
1730
|
+
attr_accessor c2pa_manifest: ("INCLUDE" | "EXCLUDE")
|
|
1727
1731
|
attr_accessor caption_container_type: ("RAW" | "FRAGMENTED_MP4")
|
|
1732
|
+
attr_accessor certificate_secret: ::String
|
|
1728
1733
|
attr_accessor klv_metadata: ("NONE" | "PASSTHROUGH")
|
|
1729
1734
|
attr_accessor manifest_metadata_signaling: ("ENABLED" | "DISABLED")
|
|
1730
1735
|
attr_accessor scte_35_esam: ("INSERT" | "NONE")
|
|
1731
1736
|
attr_accessor scte_35_source: ("PASSTHROUGH" | "NONE")
|
|
1737
|
+
attr_accessor signing_kms_key: ::String
|
|
1732
1738
|
attr_accessor timed_metadata: ("PASSTHROUGH" | "NONE")
|
|
1733
1739
|
attr_accessor timed_metadata_box_version: ("VERSION_0" | "VERSION_1")
|
|
1734
1740
|
attr_accessor timed_metadata_scheme_id_uri: ::String
|
|
@@ -1940,6 +1946,7 @@ module Aws::MediaConvert
|
|
|
1940
1946
|
end
|
|
1941
1947
|
|
|
1942
1948
|
class PassthroughSettings
|
|
1949
|
+
attr_accessor frame_control: ("NEAREST_IDRFRAME" | "NEAREST_IFRAME")
|
|
1943
1950
|
attr_accessor video_selector_mode: ("AUTO" | "REMUX_ALL")
|
|
1944
1951
|
SENSITIVE: []
|
|
1945
1952
|
end
|