aws-sdk-medialive 1.50.0 → 1.51.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +76 -19
- data/lib/aws-sdk-medialive/client_api.rb +14 -0
- data/lib/aws-sdk-medialive/types.rb +163 -12
- 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: 8f22aa485e531b667a528fed18db153d5368e4d6d947b1b8cd2d42392af81017
|
4
|
+
data.tar.gz: 793ffa336c917835c67bd10cae96af253e40937341dd5bfa9bdb20889c2df8ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d528901d737dcf3226f700ea10c962ee43863d96339c11c4eedd56b70b30c76110b5cf194ed8f2ab04ff79d3fe71eb02575488b5dc5f42dfe2cd9dd97bdf617
|
7
|
+
data.tar.gz: 46f95b4b389e72d0470d0995c83a8ccd81d4f09259a5e3a68f1060ad9de8621ac6d5e0979b0c2a9de1682b9ab722374b683d8c3f7e9751633c8172337d206f89
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -804,6 +804,11 @@ module Aws::MediaLive
|
|
804
804
|
# x_position: 1,
|
805
805
|
# y_position: 1,
|
806
806
|
# },
|
807
|
+
# ebu_tt_d_destination_settings: {
|
808
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
809
|
+
# font_family: "__string",
|
810
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
811
|
+
# },
|
807
812
|
# embedded_destination_settings: {
|
808
813
|
# },
|
809
814
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -945,7 +950,7 @@ module Aws::MediaLive
|
|
945
950
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
946
951
|
# min_segment_length: 1,
|
947
952
|
# mode: "LIVE", # accepts LIVE, VOD
|
948
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
953
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
949
954
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
950
955
|
# program_date_time_period: 1,
|
951
956
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -1304,6 +1309,12 @@ module Aws::MediaLive
|
|
1304
1309
|
# rec_709_settings: {
|
1305
1310
|
# },
|
1306
1311
|
# },
|
1312
|
+
# filter_settings: {
|
1313
|
+
# temporal_filter_settings: {
|
1314
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
1315
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
1316
|
+
# },
|
1317
|
+
# },
|
1307
1318
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
1308
1319
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
1309
1320
|
# framerate_denominator: 1, # required
|
@@ -1320,7 +1331,7 @@ module Aws::MediaLive
|
|
1320
1331
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
1321
1332
|
# qvbr_quality_level: 1,
|
1322
1333
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
1323
|
-
# scan_type: "
|
1334
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
1324
1335
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
1325
1336
|
# slices: 1,
|
1326
1337
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -1573,6 +1584,9 @@ module Aws::MediaLive
|
|
1573
1584
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
1574
1585
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
1575
1586
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
1587
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
1588
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
1589
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
1576
1590
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
1577
1591
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
1578
1592
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -1652,7 +1666,7 @@ module Aws::MediaLive
|
|
1652
1666
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
1653
1667
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
1654
1668
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
1655
|
-
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
1669
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
1656
1670
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
1657
1671
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
1658
1672
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -1903,6 +1917,8 @@ module Aws::MediaLive
|
|
1903
1917
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
1904
1918
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
1905
1919
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
1920
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
1921
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
1906
1922
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
1907
1923
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
1908
1924
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -1919,7 +1935,7 @@ module Aws::MediaLive
|
|
1919
1935
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
1920
1936
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
1921
1937
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
1922
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
1938
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
1923
1939
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
1924
1940
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
1925
1941
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -2481,6 +2497,9 @@ module Aws::MediaLive
|
|
2481
2497
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
2482
2498
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
2483
2499
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
2500
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
2501
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
2502
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
2484
2503
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
2485
2504
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
2486
2505
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -2560,7 +2579,7 @@ module Aws::MediaLive
|
|
2560
2579
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
2561
2580
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
2562
2581
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
2563
|
-
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
2582
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
2564
2583
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
2565
2584
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
2566
2585
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -2811,6 +2830,8 @@ module Aws::MediaLive
|
|
2811
2830
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
2812
2831
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
2813
2832
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
2833
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
2834
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
2814
2835
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
2815
2836
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
2816
2837
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -2827,7 +2848,7 @@ module Aws::MediaLive
|
|
2827
2848
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
2828
2849
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
2829
2850
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
2830
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
2851
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
2831
2852
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
2832
2853
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
2833
2854
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -3328,6 +3349,9 @@ module Aws::MediaLive
|
|
3328
3349
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
3329
3350
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
3330
3351
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
3352
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
3353
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
3354
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
3331
3355
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
3332
3356
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
3333
3357
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -3407,7 +3431,7 @@ module Aws::MediaLive
|
|
3407
3431
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
3408
3432
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
3409
3433
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
3410
|
-
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
3434
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
3411
3435
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
3412
3436
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
3413
3437
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -3658,6 +3682,8 @@ module Aws::MediaLive
|
|
3658
3682
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
3659
3683
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
3660
3684
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
3685
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
3686
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
3661
3687
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
3662
3688
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
3663
3689
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -3674,7 +3700,7 @@ module Aws::MediaLive
|
|
3674
3700
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
3675
3701
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
3676
3702
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
3677
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
3703
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
3678
3704
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
3679
3705
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
3680
3706
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -5069,6 +5095,9 @@ module Aws::MediaLive
|
|
5069
5095
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
5070
5096
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
5071
5097
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
5098
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
5099
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
5100
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
5072
5101
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
5073
5102
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
5074
5103
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -5148,7 +5177,7 @@ module Aws::MediaLive
|
|
5148
5177
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
5149
5178
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
5150
5179
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
5151
|
-
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
5180
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
5152
5181
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
5153
5182
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
5154
5183
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -5399,6 +5428,8 @@ module Aws::MediaLive
|
|
5399
5428
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
5400
5429
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
5401
5430
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
5431
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
5432
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
5402
5433
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
5403
5434
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
5404
5435
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -5415,7 +5446,7 @@ module Aws::MediaLive
|
|
5415
5446
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
5416
5447
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
5417
5448
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
5418
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
5449
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
5419
5450
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
5420
5451
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
5421
5452
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -5703,6 +5734,9 @@ module Aws::MediaLive
|
|
5703
5734
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
5704
5735
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
5705
5736
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
5737
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
5738
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
5739
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
5706
5740
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
5707
5741
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
5708
5742
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -5782,7 +5816,7 @@ module Aws::MediaLive
|
|
5782
5816
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
5783
5817
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
5784
5818
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
5785
|
-
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
5819
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
5786
5820
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
5787
5821
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
5788
5822
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -6033,6 +6067,8 @@ module Aws::MediaLive
|
|
6033
6067
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
6034
6068
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
6035
6069
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
6070
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
6071
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
6036
6072
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
6037
6073
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
6038
6074
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -6049,7 +6085,7 @@ module Aws::MediaLive
|
|
6049
6085
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
6050
6086
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
6051
6087
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
6052
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
6088
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
6053
6089
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
6054
6090
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
6055
6091
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -6398,6 +6434,11 @@ module Aws::MediaLive
|
|
6398
6434
|
# x_position: 1,
|
6399
6435
|
# y_position: 1,
|
6400
6436
|
# },
|
6437
|
+
# ebu_tt_d_destination_settings: {
|
6438
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
6439
|
+
# font_family: "__string",
|
6440
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
6441
|
+
# },
|
6401
6442
|
# embedded_destination_settings: {
|
6402
6443
|
# },
|
6403
6444
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -6539,7 +6580,7 @@ module Aws::MediaLive
|
|
6539
6580
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
6540
6581
|
# min_segment_length: 1,
|
6541
6582
|
# mode: "LIVE", # accepts LIVE, VOD
|
6542
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
6583
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
6543
6584
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
6544
6585
|
# program_date_time_period: 1,
|
6545
6586
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -6898,6 +6939,12 @@ module Aws::MediaLive
|
|
6898
6939
|
# rec_709_settings: {
|
6899
6940
|
# },
|
6900
6941
|
# },
|
6942
|
+
# filter_settings: {
|
6943
|
+
# temporal_filter_settings: {
|
6944
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6945
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
6946
|
+
# },
|
6947
|
+
# },
|
6901
6948
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
6902
6949
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
6903
6950
|
# framerate_denominator: 1, # required
|
@@ -6914,7 +6961,7 @@ module Aws::MediaLive
|
|
6914
6961
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
6915
6962
|
# qvbr_quality_level: 1,
|
6916
6963
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
6917
|
-
# scan_type: "
|
6964
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
6918
6965
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
6919
6966
|
# slices: 1,
|
6920
6967
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -7162,6 +7209,9 @@ module Aws::MediaLive
|
|
7162
7209
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
7163
7210
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
7164
7211
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
7212
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
7213
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
7214
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
7165
7215
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
7166
7216
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
7167
7217
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -7241,7 +7291,7 @@ module Aws::MediaLive
|
|
7241
7291
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
7242
7292
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
7243
7293
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
7244
|
-
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
7294
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
7245
7295
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
7246
7296
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
7247
7297
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -7492,6 +7542,8 @@ module Aws::MediaLive
|
|
7492
7542
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
7493
7543
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
7494
7544
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
7545
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
7546
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
7495
7547
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
7496
7548
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
7497
7549
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -7508,7 +7560,7 @@ module Aws::MediaLive
|
|
7508
7560
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
7509
7561
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
7510
7562
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
7511
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
7563
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
7512
7564
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
7513
7565
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
7514
7566
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -7759,6 +7811,9 @@ module Aws::MediaLive
|
|
7759
7811
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
7760
7812
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
7761
7813
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
7814
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
7815
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
7816
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
7762
7817
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
|
7763
7818
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
7764
7819
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
@@ -7838,7 +7893,7 @@ module Aws::MediaLive
|
|
7838
7893
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.manifest_duration_format #=> String, one of "FLOATING_POINT", "INTEGER"
|
7839
7894
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.min_segment_length #=> Integer
|
7840
7895
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.mode #=> String, one of "LIVE", "VOD"
|
7841
|
-
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
|
7896
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY", "VARIANT_MANIFESTS_AND_SEGMENTS"
|
7842
7897
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
|
7843
7898
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
|
7844
7899
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
|
@@ -8089,6 +8144,8 @@ module Aws::MediaLive
|
|
8089
8144
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
8090
8145
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
8091
8146
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
8147
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
8148
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
8092
8149
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
8093
8150
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
8094
8151
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
@@ -8105,7 +8162,7 @@ module Aws::MediaLive
|
|
8105
8162
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
8106
8163
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
8107
8164
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR"
|
8108
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
8165
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
8109
8166
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
8110
8167
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
8111
8168
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
@@ -8582,7 +8639,7 @@ module Aws::MediaLive
|
|
8582
8639
|
params: params,
|
8583
8640
|
config: config)
|
8584
8641
|
context[:gem_name] = 'aws-sdk-medialive'
|
8585
|
-
context[:gem_version] = '1.
|
8642
|
+
context[:gem_version] = '1.51.0'
|
8586
8643
|
Seahorse::Client::Request.new(handlers, context)
|
8587
8644
|
end
|
8588
8645
|
|
@@ -176,6 +176,9 @@ module Aws::MediaLive
|
|
176
176
|
Eac3StereoDownmix = Shapes::StringShape.new(name: 'Eac3StereoDownmix')
|
177
177
|
Eac3SurroundExMode = Shapes::StringShape.new(name: 'Eac3SurroundExMode')
|
178
178
|
Eac3SurroundMode = Shapes::StringShape.new(name: 'Eac3SurroundMode')
|
179
|
+
EbuTtDDestinationSettings = Shapes::StructureShape.new(name: 'EbuTtDDestinationSettings')
|
180
|
+
EbuTtDDestinationStyleControl = Shapes::StringShape.new(name: 'EbuTtDDestinationStyleControl')
|
181
|
+
EbuTtDFillLineGapControl = Shapes::StringShape.new(name: 'EbuTtDFillLineGapControl')
|
179
182
|
EmbeddedConvert608To708 = Shapes::StringShape.new(name: 'EmbeddedConvert608To708')
|
180
183
|
EmbeddedDestinationSettings = Shapes::StructureShape.new(name: 'EmbeddedDestinationSettings')
|
181
184
|
EmbeddedPlusScte20DestinationSettings = Shapes::StructureShape.new(name: 'EmbeddedPlusScte20DestinationSettings')
|
@@ -233,6 +236,7 @@ module Aws::MediaLive
|
|
233
236
|
H265AlternativeTransferFunction = Shapes::StringShape.new(name: 'H265AlternativeTransferFunction')
|
234
237
|
H265ColorMetadata = Shapes::StringShape.new(name: 'H265ColorMetadata')
|
235
238
|
H265ColorSpaceSettings = Shapes::StructureShape.new(name: 'H265ColorSpaceSettings')
|
239
|
+
H265FilterSettings = Shapes::StructureShape.new(name: 'H265FilterSettings')
|
236
240
|
H265FlickerAq = Shapes::StringShape.new(name: 'H265FlickerAq')
|
237
241
|
H265GopSizeUnits = Shapes::StringShape.new(name: 'H265GopSizeUnits')
|
238
242
|
H265Level = Shapes::StringShape.new(name: 'H265Level')
|
@@ -872,6 +876,7 @@ module Aws::MediaLive
|
|
872
876
|
CaptionDestinationSettings.add_member(:arib_destination_settings, Shapes::ShapeRef.new(shape: AribDestinationSettings, location_name: "aribDestinationSettings"))
|
873
877
|
CaptionDestinationSettings.add_member(:burn_in_destination_settings, Shapes::ShapeRef.new(shape: BurnInDestinationSettings, location_name: "burnInDestinationSettings"))
|
874
878
|
CaptionDestinationSettings.add_member(:dvb_sub_destination_settings, Shapes::ShapeRef.new(shape: DvbSubDestinationSettings, location_name: "dvbSubDestinationSettings"))
|
879
|
+
CaptionDestinationSettings.add_member(:ebu_tt_d_destination_settings, Shapes::ShapeRef.new(shape: EbuTtDDestinationSettings, location_name: "ebuTtDDestinationSettings"))
|
875
880
|
CaptionDestinationSettings.add_member(:embedded_destination_settings, Shapes::ShapeRef.new(shape: EmbeddedDestinationSettings, location_name: "embeddedDestinationSettings"))
|
876
881
|
CaptionDestinationSettings.add_member(:embedded_plus_scte_20_destination_settings, Shapes::ShapeRef.new(shape: EmbeddedPlusScte20DestinationSettings, location_name: "embeddedPlusScte20DestinationSettings"))
|
877
882
|
CaptionDestinationSettings.add_member(:rtmp_caption_info_destination_settings, Shapes::ShapeRef.new(shape: RtmpCaptionInfoDestinationSettings, location_name: "rtmpCaptionInfoDestinationSettings"))
|
@@ -1357,6 +1362,11 @@ module Aws::MediaLive
|
|
1357
1362
|
Eac3Settings.add_member(:surround_mode, Shapes::ShapeRef.new(shape: Eac3SurroundMode, location_name: "surroundMode"))
|
1358
1363
|
Eac3Settings.struct_class = Types::Eac3Settings
|
1359
1364
|
|
1365
|
+
EbuTtDDestinationSettings.add_member(:fill_line_gap, Shapes::ShapeRef.new(shape: EbuTtDFillLineGapControl, location_name: "fillLineGap"))
|
1366
|
+
EbuTtDDestinationSettings.add_member(:font_family, Shapes::ShapeRef.new(shape: __string, location_name: "fontFamily"))
|
1367
|
+
EbuTtDDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: EbuTtDDestinationStyleControl, location_name: "styleControl"))
|
1368
|
+
EbuTtDDestinationSettings.struct_class = Types::EbuTtDDestinationSettings
|
1369
|
+
|
1360
1370
|
EmbeddedDestinationSettings.struct_class = Types::EmbeddedDestinationSettings
|
1361
1371
|
|
1362
1372
|
EmbeddedPlusScte20DestinationSettings.struct_class = Types::EmbeddedPlusScte20DestinationSettings
|
@@ -1483,6 +1493,9 @@ module Aws::MediaLive
|
|
1483
1493
|
H265ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
|
1484
1494
|
H265ColorSpaceSettings.struct_class = Types::H265ColorSpaceSettings
|
1485
1495
|
|
1496
|
+
H265FilterSettings.add_member(:temporal_filter_settings, Shapes::ShapeRef.new(shape: TemporalFilterSettings, location_name: "temporalFilterSettings"))
|
1497
|
+
H265FilterSettings.struct_class = Types::H265FilterSettings
|
1498
|
+
|
1486
1499
|
H265Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H265AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
1487
1500
|
H265Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
|
1488
1501
|
H265Settings.add_member(:alternative_transfer_function, Shapes::ShapeRef.new(shape: H265AlternativeTransferFunction, location_name: "alternativeTransferFunction"))
|
@@ -1490,6 +1503,7 @@ module Aws::MediaLive
|
|
1490
1503
|
H265Settings.add_member(:buf_size, Shapes::ShapeRef.new(shape: __integerMin100000Max80000000, location_name: "bufSize"))
|
1491
1504
|
H265Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: H265ColorMetadata, location_name: "colorMetadata"))
|
1492
1505
|
H265Settings.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: H265ColorSpaceSettings, location_name: "colorSpaceSettings"))
|
1506
|
+
H265Settings.add_member(:filter_settings, Shapes::ShapeRef.new(shape: H265FilterSettings, location_name: "filterSettings"))
|
1493
1507
|
H265Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
|
1494
1508
|
H265Settings.add_member(:flicker_aq, Shapes::ShapeRef.new(shape: H265FlickerAq, location_name: "flickerAq"))
|
1495
1509
|
H265Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max3003, required: true, location_name: "framerateDenominator"))
|
@@ -1769,6 +1769,11 @@ module Aws::MediaLive
|
|
1769
1769
|
# x_position: 1,
|
1770
1770
|
# y_position: 1,
|
1771
1771
|
# },
|
1772
|
+
# ebu_tt_d_destination_settings: {
|
1773
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
1774
|
+
# font_family: "__string",
|
1775
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
1776
|
+
# },
|
1772
1777
|
# embedded_destination_settings: {
|
1773
1778
|
# },
|
1774
1779
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -1885,6 +1890,11 @@ module Aws::MediaLive
|
|
1885
1890
|
# x_position: 1,
|
1886
1891
|
# y_position: 1,
|
1887
1892
|
# },
|
1893
|
+
# ebu_tt_d_destination_settings: {
|
1894
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
1895
|
+
# font_family: "__string",
|
1896
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
1897
|
+
# },
|
1888
1898
|
# embedded_destination_settings: {
|
1889
1899
|
# },
|
1890
1900
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -1918,6 +1928,10 @@ module Aws::MediaLive
|
|
1918
1928
|
# Dvb Sub Destination Settings
|
1919
1929
|
# @return [Types::DvbSubDestinationSettings]
|
1920
1930
|
#
|
1931
|
+
# @!attribute [rw] ebu_tt_d_destination_settings
|
1932
|
+
# Ebu Tt DDestination Settings
|
1933
|
+
# @return [Types::EbuTtDDestinationSettings]
|
1934
|
+
#
|
1921
1935
|
# @!attribute [rw] embedded_destination_settings
|
1922
1936
|
# Embedded Destination Settings
|
1923
1937
|
# @return [Types::EmbeddedDestinationSettings]
|
@@ -1960,6 +1974,7 @@ module Aws::MediaLive
|
|
1960
1974
|
:arib_destination_settings,
|
1961
1975
|
:burn_in_destination_settings,
|
1962
1976
|
:dvb_sub_destination_settings,
|
1977
|
+
:ebu_tt_d_destination_settings,
|
1963
1978
|
:embedded_destination_settings,
|
1964
1979
|
:embedded_plus_scte_20_destination_settings,
|
1965
1980
|
:rtmp_caption_info_destination_settings,
|
@@ -2604,6 +2619,11 @@ module Aws::MediaLive
|
|
2604
2619
|
# x_position: 1,
|
2605
2620
|
# y_position: 1,
|
2606
2621
|
# },
|
2622
|
+
# ebu_tt_d_destination_settings: {
|
2623
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
2624
|
+
# font_family: "__string",
|
2625
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2626
|
+
# },
|
2607
2627
|
# embedded_destination_settings: {
|
2608
2628
|
# },
|
2609
2629
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -2745,7 +2765,7 @@ module Aws::MediaLive
|
|
2745
2765
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
2746
2766
|
# min_segment_length: 1,
|
2747
2767
|
# mode: "LIVE", # accepts LIVE, VOD
|
2748
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
2768
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
2749
2769
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2750
2770
|
# program_date_time_period: 1,
|
2751
2771
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3104,6 +3124,12 @@ module Aws::MediaLive
|
|
3104
3124
|
# rec_709_settings: {
|
3105
3125
|
# },
|
3106
3126
|
# },
|
3127
|
+
# filter_settings: {
|
3128
|
+
# temporal_filter_settings: {
|
3129
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
3130
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
3131
|
+
# },
|
3132
|
+
# },
|
3107
3133
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
3108
3134
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
3109
3135
|
# framerate_denominator: 1, # required
|
@@ -3120,7 +3146,7 @@ module Aws::MediaLive
|
|
3120
3146
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
3121
3147
|
# qvbr_quality_level: 1,
|
3122
3148
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
3123
|
-
# scan_type: "
|
3149
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
3124
3150
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
3125
3151
|
# slices: 1,
|
3126
3152
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -5339,6 +5365,62 @@ module Aws::MediaLive
|
|
5339
5365
|
include Aws::Structure
|
5340
5366
|
end
|
5341
5367
|
|
5368
|
+
# Ebu Tt DDestination Settings
|
5369
|
+
#
|
5370
|
+
# @note When making an API call, you may pass EbuTtDDestinationSettings
|
5371
|
+
# data as a hash:
|
5372
|
+
#
|
5373
|
+
# {
|
5374
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
5375
|
+
# font_family: "__string",
|
5376
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
5377
|
+
# }
|
5378
|
+
#
|
5379
|
+
# @!attribute [rw] fill_line_gap
|
5380
|
+
# Specifies how to handle the gap between the lines (in multi-line
|
5381
|
+
# captions). - enabled: Fill with the captions background color (as
|
5382
|
+
# specified in the input captions). - disabled: Leave the gap
|
5383
|
+
# unfilled.
|
5384
|
+
# @return [String]
|
5385
|
+
#
|
5386
|
+
# @!attribute [rw] font_family
|
5387
|
+
# Specifies the font family to include in the font data attached to
|
5388
|
+
# the EBU-TT captions. Valid only if styleControl is set to include.
|
5389
|
+
# If you leave this field empty, the font family is set to
|
5390
|
+
# "monospaced". (If styleControl is set to exclude, the font family
|
5391
|
+
# is always set to "monospaced".) You specify only the font family.
|
5392
|
+
# All other style information (color, bold, position and so on) is
|
5393
|
+
# copied from the input captions. The size is always set to 100% to
|
5394
|
+
# allow the downstream player to choose the size. - Enter a list of
|
5395
|
+
# font families, as a comma-separated list of font names, in order of
|
5396
|
+
# preference. The name can be a font family (such as “Arial”), or a
|
5397
|
+
# generic font family (such as “serif”), or “default” (to let the
|
5398
|
+
# downstream player choose the font). - Leave blank to set the family
|
5399
|
+
# to “monospace”.
|
5400
|
+
# @return [String]
|
5401
|
+
#
|
5402
|
+
# @!attribute [rw] style_control
|
5403
|
+
# Specifies the style information (font color, font position, and so
|
5404
|
+
# on) to include in the font data that is attached to the EBU-TT
|
5405
|
+
# captions. - include: Take the style information (font color, font
|
5406
|
+
# position, and so on) from the source captions and include that
|
5407
|
+
# information in the font data attached to the EBU-TT captions. This
|
5408
|
+
# option is valid only if the source captions are Embedded or
|
5409
|
+
# Teletext. - exclude: In the font data attached to the EBU-TT
|
5410
|
+
# captions, set the font family to "monospaced". Do not include any
|
5411
|
+
# other style information.
|
5412
|
+
# @return [String]
|
5413
|
+
#
|
5414
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EbuTtDDestinationSettings AWS API Documentation
|
5415
|
+
#
|
5416
|
+
class EbuTtDDestinationSettings < Struct.new(
|
5417
|
+
:fill_line_gap,
|
5418
|
+
:font_family,
|
5419
|
+
:style_control)
|
5420
|
+
SENSITIVE = []
|
5421
|
+
include Aws::Structure
|
5422
|
+
end
|
5423
|
+
|
5342
5424
|
# Embedded Destination Settings
|
5343
5425
|
#
|
5344
5426
|
# @api private
|
@@ -5580,6 +5662,11 @@ module Aws::MediaLive
|
|
5580
5662
|
# x_position: 1,
|
5581
5663
|
# y_position: 1,
|
5582
5664
|
# },
|
5665
|
+
# ebu_tt_d_destination_settings: {
|
5666
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
5667
|
+
# font_family: "__string",
|
5668
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
5669
|
+
# },
|
5583
5670
|
# embedded_destination_settings: {
|
5584
5671
|
# },
|
5585
5672
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -5721,7 +5808,7 @@ module Aws::MediaLive
|
|
5721
5808
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
5722
5809
|
# min_segment_length: 1,
|
5723
5810
|
# mode: "LIVE", # accepts LIVE, VOD
|
5724
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
5811
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
5725
5812
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
5726
5813
|
# program_date_time_period: 1,
|
5727
5814
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -6080,6 +6167,12 @@ module Aws::MediaLive
|
|
6080
6167
|
# rec_709_settings: {
|
6081
6168
|
# },
|
6082
6169
|
# },
|
6170
|
+
# filter_settings: {
|
6171
|
+
# temporal_filter_settings: {
|
6172
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6173
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
6174
|
+
# },
|
6175
|
+
# },
|
6083
6176
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
6084
6177
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
6085
6178
|
# framerate_denominator: 1, # required
|
@@ -6096,7 +6189,7 @@ module Aws::MediaLive
|
|
6096
6189
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
6097
6190
|
# qvbr_quality_level: 1,
|
6098
6191
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
6099
|
-
# scan_type: "
|
6192
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
6100
6193
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
6101
6194
|
# slices: 1,
|
6102
6195
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -6975,6 +7068,30 @@ module Aws::MediaLive
|
|
6975
7068
|
include Aws::Structure
|
6976
7069
|
end
|
6977
7070
|
|
7071
|
+
# H265 Filter Settings
|
7072
|
+
#
|
7073
|
+
# @note When making an API call, you may pass H265FilterSettings
|
7074
|
+
# data as a hash:
|
7075
|
+
#
|
7076
|
+
# {
|
7077
|
+
# temporal_filter_settings: {
|
7078
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
7079
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
7080
|
+
# },
|
7081
|
+
# }
|
7082
|
+
#
|
7083
|
+
# @!attribute [rw] temporal_filter_settings
|
7084
|
+
# Temporal Filter Settings
|
7085
|
+
# @return [Types::TemporalFilterSettings]
|
7086
|
+
#
|
7087
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265FilterSettings AWS API Documentation
|
7088
|
+
#
|
7089
|
+
class H265FilterSettings < Struct.new(
|
7090
|
+
:temporal_filter_settings)
|
7091
|
+
SENSITIVE = []
|
7092
|
+
include Aws::Structure
|
7093
|
+
end
|
7094
|
+
|
6978
7095
|
# H265 Settings
|
6979
7096
|
#
|
6980
7097
|
# @note When making an API call, you may pass H265Settings
|
@@ -6999,6 +7116,12 @@ module Aws::MediaLive
|
|
6999
7116
|
# rec_709_settings: {
|
7000
7117
|
# },
|
7001
7118
|
# },
|
7119
|
+
# filter_settings: {
|
7120
|
+
# temporal_filter_settings: {
|
7121
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
7122
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
7123
|
+
# },
|
7124
|
+
# },
|
7002
7125
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
7003
7126
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
7004
7127
|
# framerate_denominator: 1, # required
|
@@ -7015,7 +7138,7 @@ module Aws::MediaLive
|
|
7015
7138
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
7016
7139
|
# qvbr_quality_level: 1,
|
7017
7140
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
7018
|
-
# scan_type: "
|
7141
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
7019
7142
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
7020
7143
|
# slices: 1,
|
7021
7144
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -7060,6 +7183,10 @@ module Aws::MediaLive
|
|
7060
7183
|
# Color Space settings
|
7061
7184
|
# @return [Types::H265ColorSpaceSettings]
|
7062
7185
|
#
|
7186
|
+
# @!attribute [rw] filter_settings
|
7187
|
+
# Optional filters that you can apply to an encode.
|
7188
|
+
# @return [Types::H265FilterSettings]
|
7189
|
+
#
|
7063
7190
|
# @!attribute [rw] fixed_afd
|
7064
7191
|
# Four bit AFD value to write on all frames of video in the output
|
7065
7192
|
# stream. Only valid when afdSignaling is set to 'Fixed'.
|
@@ -7195,6 +7322,7 @@ module Aws::MediaLive
|
|
7195
7322
|
:buf_size,
|
7196
7323
|
:color_metadata,
|
7197
7324
|
:color_space_settings,
|
7325
|
+
:filter_settings,
|
7198
7326
|
:fixed_afd,
|
7199
7327
|
:flicker_aq,
|
7200
7328
|
:framerate_denominator,
|
@@ -7500,7 +7628,7 @@ module Aws::MediaLive
|
|
7500
7628
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
7501
7629
|
# min_segment_length: 1,
|
7502
7630
|
# mode: "LIVE", # accepts LIVE, VOD
|
7503
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
7631
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
7504
7632
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
7505
7633
|
# program_date_time_period: 1,
|
7506
7634
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -11999,7 +12127,7 @@ module Aws::MediaLive
|
|
11999
12127
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
12000
12128
|
# min_segment_length: 1,
|
12001
12129
|
# mode: "LIVE", # accepts LIVE, VOD
|
12002
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
12130
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
12003
12131
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
12004
12132
|
# program_date_time_period: 1,
|
12005
12133
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12389,7 +12517,7 @@ module Aws::MediaLive
|
|
12389
12517
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
12390
12518
|
# min_segment_length: 1,
|
12391
12519
|
# mode: "LIVE", # accepts LIVE, VOD
|
12392
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
12520
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
12393
12521
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
12394
12522
|
# program_date_time_period: 1,
|
12395
12523
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15469,6 +15597,11 @@ module Aws::MediaLive
|
|
15469
15597
|
# x_position: 1,
|
15470
15598
|
# y_position: 1,
|
15471
15599
|
# },
|
15600
|
+
# ebu_tt_d_destination_settings: {
|
15601
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
15602
|
+
# font_family: "__string",
|
15603
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
15604
|
+
# },
|
15472
15605
|
# embedded_destination_settings: {
|
15473
15606
|
# },
|
15474
15607
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -15610,7 +15743,7 @@ module Aws::MediaLive
|
|
15610
15743
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
15611
15744
|
# min_segment_length: 1,
|
15612
15745
|
# mode: "LIVE", # accepts LIVE, VOD
|
15613
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
15746
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
15614
15747
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
15615
15748
|
# program_date_time_period: 1,
|
15616
15749
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15969,6 +16102,12 @@ module Aws::MediaLive
|
|
15969
16102
|
# rec_709_settings: {
|
15970
16103
|
# },
|
15971
16104
|
# },
|
16105
|
+
# filter_settings: {
|
16106
|
+
# temporal_filter_settings: {
|
16107
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
16108
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
16109
|
+
# },
|
16110
|
+
# },
|
15972
16111
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
15973
16112
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
15974
16113
|
# framerate_denominator: 1, # required
|
@@ -15985,7 +16124,7 @@ module Aws::MediaLive
|
|
15985
16124
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
15986
16125
|
# qvbr_quality_level: 1,
|
15987
16126
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
15988
|
-
# scan_type: "
|
16127
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
15989
16128
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
15990
16129
|
# slices: 1,
|
15991
16130
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -16793,6 +16932,12 @@ module Aws::MediaLive
|
|
16793
16932
|
# rec_709_settings: {
|
16794
16933
|
# },
|
16795
16934
|
# },
|
16935
|
+
# filter_settings: {
|
16936
|
+
# temporal_filter_settings: {
|
16937
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
16938
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
16939
|
+
# },
|
16940
|
+
# },
|
16796
16941
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
16797
16942
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
16798
16943
|
# framerate_denominator: 1, # required
|
@@ -16809,7 +16954,7 @@ module Aws::MediaLive
|
|
16809
16954
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
16810
16955
|
# qvbr_quality_level: 1,
|
16811
16956
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
16812
|
-
# scan_type: "
|
16957
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16813
16958
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
16814
16959
|
# slices: 1,
|
16815
16960
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -16924,6 +17069,12 @@ module Aws::MediaLive
|
|
16924
17069
|
# rec_709_settings: {
|
16925
17070
|
# },
|
16926
17071
|
# },
|
17072
|
+
# filter_settings: {
|
17073
|
+
# temporal_filter_settings: {
|
17074
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
17075
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
17076
|
+
# },
|
17077
|
+
# },
|
16927
17078
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
16928
17079
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
16929
17080
|
# framerate_denominator: 1, # required
|
@@ -16940,7 +17091,7 @@ module Aws::MediaLive
|
|
16940
17091
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
16941
17092
|
# qvbr_quality_level: 1,
|
16942
17093
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
16943
|
-
# scan_type: "
|
17094
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16944
17095
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
16945
17096
|
# slices: 1,
|
16946
17097
|
# tier: "HIGH", # accepts HIGH, MAIN
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-medialive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.51.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: 2020-07-
|
11
|
+
date: 2020-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|