aws-sdk-medialive 1.36.0 → 1.37.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 +320 -10
- data/lib/aws-sdk-medialive/client_api.rb +79 -6
- data/lib/aws-sdk-medialive/types.rb +665 -34
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e125576640f3b38526e9db80d8a1338468af9b2c
|
4
|
+
data.tar.gz: b99770565ea578ed0718c0420e09afd33e106c29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97662096dc8b6df175b708354ca7d7694c6233e9d50bf43a3f7ccdb5434f6fef2c33f03e72a6ff25f4f474984511488a104102b24282466033fdb11479cb0774
|
7
|
+
data.tar.gz: 876c67e75796192e6ed2b3bb709177150741b43874abc3f535c28bc38331165c2649448be2247ed0678e6b74a9077acc6848b109929f3c57b1c8f1ac83b387e0
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -1008,6 +1008,7 @@ module Aws::MediaLive
|
|
1008
1008
|
# media_package_output_settings: {
|
1009
1009
|
# },
|
1010
1010
|
# ms_smooth_output_settings: {
|
1011
|
+
# h265_packaging_type: "HEV1", # accepts HEV1, HVC1
|
1011
1012
|
# name_modifier: "__string",
|
1012
1013
|
# },
|
1013
1014
|
# rtmp_output_settings: {
|
@@ -1113,6 +1114,14 @@ module Aws::MediaLive
|
|
1113
1114
|
# buf_fill_pct: 1,
|
1114
1115
|
# buf_size: 1,
|
1115
1116
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
1117
|
+
# color_space_settings: {
|
1118
|
+
# color_space_passthrough_settings: {
|
1119
|
+
# },
|
1120
|
+
# rec_601_settings: {
|
1121
|
+
# },
|
1122
|
+
# rec_709_settings: {
|
1123
|
+
# },
|
1124
|
+
# },
|
1116
1125
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
1117
1126
|
# 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
|
1118
1127
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -1134,7 +1143,7 @@ module Aws::MediaLive
|
|
1134
1143
|
# par_numerator: 1,
|
1135
1144
|
# profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
1136
1145
|
# qvbr_quality_level: 1,
|
1137
|
-
# rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
|
1146
|
+
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
|
1138
1147
|
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
1139
1148
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
1140
1149
|
# slices: 1,
|
@@ -1145,6 +1154,47 @@ module Aws::MediaLive
|
|
1145
1154
|
# temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
|
1146
1155
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
1147
1156
|
# },
|
1157
|
+
# h265_settings: {
|
1158
|
+
# adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
1159
|
+
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
1160
|
+
# alternative_transfer_function: "INSERT", # accepts INSERT, OMIT
|
1161
|
+
# bitrate: 1,
|
1162
|
+
# buf_size: 1,
|
1163
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
1164
|
+
# color_space_settings: {
|
1165
|
+
# color_space_passthrough_settings: {
|
1166
|
+
# },
|
1167
|
+
# hdr_10_settings: {
|
1168
|
+
# max_cll: 1,
|
1169
|
+
# max_fall: 1,
|
1170
|
+
# },
|
1171
|
+
# rec_601_settings: {
|
1172
|
+
# },
|
1173
|
+
# rec_709_settings: {
|
1174
|
+
# },
|
1175
|
+
# },
|
1176
|
+
# 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
|
1177
|
+
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
1178
|
+
# framerate_denominator: 1, # required
|
1179
|
+
# framerate_numerator: 1, # required
|
1180
|
+
# gop_closed_cadence: 1,
|
1181
|
+
# gop_size: 1.0,
|
1182
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
1183
|
+
# level: "H265_LEVEL_1", # accepts H265_LEVEL_1, H265_LEVEL_2, H265_LEVEL_2_1, H265_LEVEL_3, H265_LEVEL_3_1, H265_LEVEL_4, H265_LEVEL_4_1, H265_LEVEL_5, H265_LEVEL_5_1, H265_LEVEL_5_2, H265_LEVEL_6, H265_LEVEL_6_1, H265_LEVEL_6_2, H265_LEVEL_AUTO
|
1184
|
+
# look_ahead_rate_control: "HIGH", # accepts HIGH, LOW, MEDIUM
|
1185
|
+
# max_bitrate: 1,
|
1186
|
+
# min_i_interval: 1,
|
1187
|
+
# par_denominator: 1,
|
1188
|
+
# par_numerator: 1,
|
1189
|
+
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
1190
|
+
# qvbr_quality_level: 1,
|
1191
|
+
# rate_control_mode: "CBR", # accepts CBR, QVBR
|
1192
|
+
# scan_type: "PROGRESSIVE", # accepts PROGRESSIVE
|
1193
|
+
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
1194
|
+
# slices: 1,
|
1195
|
+
# tier: "HIGH", # accepts HIGH, MAIN
|
1196
|
+
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
1197
|
+
# },
|
1148
1198
|
# },
|
1149
1199
|
# height: 1,
|
1150
1200
|
# name: "__string", # required
|
@@ -1576,6 +1626,7 @@ module Aws::MediaLive
|
|
1576
1626
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
1577
1627
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
1578
1628
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
1629
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.h265_packaging_type #=> String, one of "HEV1", "HVC1"
|
1579
1630
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
1580
1631
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
1581
1632
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
@@ -1669,7 +1720,7 @@ module Aws::MediaLive
|
|
1669
1720
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
|
1670
1721
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
1671
1722
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
|
1672
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
|
1723
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
|
1673
1724
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
1674
1725
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
1675
1726
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
|
@@ -1679,6 +1730,35 @@ module Aws::MediaLive
|
|
1679
1730
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
1680
1731
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
1681
1732
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
1733
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
1734
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
1735
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
1736
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
1737
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.buf_size #=> Integer
|
1738
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
1739
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
1740
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
1741
|
+
# 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"
|
1742
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
1743
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
1744
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_numerator #=> Integer
|
1745
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_closed_cadence #=> Integer
|
1746
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size #=> Float
|
1747
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
|
1748
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.level #=> String, one of "H265_LEVEL_1", "H265_LEVEL_2", "H265_LEVEL_2_1", "H265_LEVEL_3", "H265_LEVEL_3_1", "H265_LEVEL_4", "H265_LEVEL_4_1", "H265_LEVEL_5", "H265_LEVEL_5_1", "H265_LEVEL_5_2", "H265_LEVEL_6", "H265_LEVEL_6_1", "H265_LEVEL_6_2", "H265_LEVEL_AUTO"
|
1749
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.look_ahead_rate_control #=> String, one of "HIGH", "LOW", "MEDIUM"
|
1750
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.max_bitrate #=> Integer
|
1751
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_i_interval #=> Integer
|
1752
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_denominator #=> Integer
|
1753
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_numerator #=> Integer
|
1754
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
1755
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
1756
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
|
1757
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
1758
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
1759
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
1760
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
1761
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
1682
1762
|
# resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
|
1683
1763
|
# resp.channel.encoder_settings.video_descriptions[0].name #=> String
|
1684
1764
|
# resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -2276,6 +2356,7 @@ module Aws::MediaLive
|
|
2276
2356
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
2277
2357
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
2278
2358
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
2359
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.h265_packaging_type #=> String, one of "HEV1", "HVC1"
|
2279
2360
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
2280
2361
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
2281
2362
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
@@ -2369,7 +2450,7 @@ module Aws::MediaLive
|
|
2369
2450
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
|
2370
2451
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
2371
2452
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
|
2372
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
|
2453
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
|
2373
2454
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
2374
2455
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
2375
2456
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
|
@@ -2379,6 +2460,35 @@ module Aws::MediaLive
|
|
2379
2460
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
2380
2461
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
2381
2462
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
2463
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
2464
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
2465
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
2466
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
2467
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.buf_size #=> Integer
|
2468
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
2469
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
2470
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
2471
|
+
# 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"
|
2472
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
2473
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
2474
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_numerator #=> Integer
|
2475
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_closed_cadence #=> Integer
|
2476
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size #=> Float
|
2477
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
|
2478
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.level #=> String, one of "H265_LEVEL_1", "H265_LEVEL_2", "H265_LEVEL_2_1", "H265_LEVEL_3", "H265_LEVEL_3_1", "H265_LEVEL_4", "H265_LEVEL_4_1", "H265_LEVEL_5", "H265_LEVEL_5_1", "H265_LEVEL_5_2", "H265_LEVEL_6", "H265_LEVEL_6_1", "H265_LEVEL_6_2", "H265_LEVEL_AUTO"
|
2479
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.look_ahead_rate_control #=> String, one of "HIGH", "LOW", "MEDIUM"
|
2480
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.max_bitrate #=> Integer
|
2481
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_i_interval #=> Integer
|
2482
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_denominator #=> Integer
|
2483
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_numerator #=> Integer
|
2484
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
2485
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
2486
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
|
2487
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
2488
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
2489
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
2490
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
2491
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
2382
2492
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
2383
2493
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
2384
2494
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -2957,6 +3067,7 @@ module Aws::MediaLive
|
|
2957
3067
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
2958
3068
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
2959
3069
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
3070
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.h265_packaging_type #=> String, one of "HEV1", "HVC1"
|
2960
3071
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
2961
3072
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
2962
3073
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
@@ -3050,7 +3161,7 @@ module Aws::MediaLive
|
|
3050
3161
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
|
3051
3162
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
3052
3163
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
|
3053
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
|
3164
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
|
3054
3165
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
3055
3166
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
3056
3167
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
|
@@ -3060,6 +3171,35 @@ module Aws::MediaLive
|
|
3060
3171
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
3061
3172
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
3062
3173
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
3174
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
3175
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
3176
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
3177
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
3178
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.buf_size #=> Integer
|
3179
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
3180
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
3181
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
3182
|
+
# 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"
|
3183
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
3184
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
3185
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_numerator #=> Integer
|
3186
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_closed_cadence #=> Integer
|
3187
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size #=> Float
|
3188
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
|
3189
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.level #=> String, one of "H265_LEVEL_1", "H265_LEVEL_2", "H265_LEVEL_2_1", "H265_LEVEL_3", "H265_LEVEL_3_1", "H265_LEVEL_4", "H265_LEVEL_4_1", "H265_LEVEL_5", "H265_LEVEL_5_1", "H265_LEVEL_5_2", "H265_LEVEL_6", "H265_LEVEL_6_1", "H265_LEVEL_6_2", "H265_LEVEL_AUTO"
|
3190
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.look_ahead_rate_control #=> String, one of "HIGH", "LOW", "MEDIUM"
|
3191
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.max_bitrate #=> Integer
|
3192
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_i_interval #=> Integer
|
3193
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_denominator #=> Integer
|
3194
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_numerator #=> Integer
|
3195
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
3196
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
3197
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
|
3198
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
3199
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
3200
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
3201
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
3202
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
3063
3203
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
3064
3204
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
3065
3205
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -4238,6 +4378,7 @@ module Aws::MediaLive
|
|
4238
4378
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
4239
4379
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
4240
4380
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
4381
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.h265_packaging_type #=> String, one of "HEV1", "HVC1"
|
4241
4382
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
4242
4383
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
4243
4384
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
@@ -4331,7 +4472,7 @@ module Aws::MediaLive
|
|
4331
4472
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
|
4332
4473
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
4333
4474
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
|
4334
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
|
4475
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
|
4335
4476
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
4336
4477
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
4337
4478
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
|
@@ -4341,6 +4482,35 @@ module Aws::MediaLive
|
|
4341
4482
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
4342
4483
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
4343
4484
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
4485
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
4486
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
4487
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
4488
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
4489
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.buf_size #=> Integer
|
4490
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
4491
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
4492
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
4493
|
+
# 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"
|
4494
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
4495
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
4496
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_numerator #=> Integer
|
4497
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_closed_cadence #=> Integer
|
4498
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size #=> Float
|
4499
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
|
4500
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.level #=> String, one of "H265_LEVEL_1", "H265_LEVEL_2", "H265_LEVEL_2_1", "H265_LEVEL_3", "H265_LEVEL_3_1", "H265_LEVEL_4", "H265_LEVEL_4_1", "H265_LEVEL_5", "H265_LEVEL_5_1", "H265_LEVEL_5_2", "H265_LEVEL_6", "H265_LEVEL_6_1", "H265_LEVEL_6_2", "H265_LEVEL_AUTO"
|
4501
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.look_ahead_rate_control #=> String, one of "HIGH", "LOW", "MEDIUM"
|
4502
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.max_bitrate #=> Integer
|
4503
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_i_interval #=> Integer
|
4504
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_denominator #=> Integer
|
4505
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_numerator #=> Integer
|
4506
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
4507
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
4508
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
|
4509
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
4510
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
4511
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
4512
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
4513
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
4344
4514
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
4345
4515
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
4346
4516
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -4763,6 +4933,7 @@ module Aws::MediaLive
|
|
4763
4933
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
4764
4934
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
4765
4935
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
4936
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.h265_packaging_type #=> String, one of "HEV1", "HVC1"
|
4766
4937
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
4767
4938
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
4768
4939
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
@@ -4856,7 +5027,7 @@ module Aws::MediaLive
|
|
4856
5027
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
|
4857
5028
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
4858
5029
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
|
4859
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
|
5030
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
|
4860
5031
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
4861
5032
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
4862
5033
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
|
@@ -4866,6 +5037,35 @@ module Aws::MediaLive
|
|
4866
5037
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
4867
5038
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
4868
5039
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
5040
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
5041
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
5042
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
5043
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
5044
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.buf_size #=> Integer
|
5045
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
5046
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
5047
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
5048
|
+
# 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"
|
5049
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
5050
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
5051
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_numerator #=> Integer
|
5052
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_closed_cadence #=> Integer
|
5053
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size #=> Float
|
5054
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
|
5055
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.level #=> String, one of "H265_LEVEL_1", "H265_LEVEL_2", "H265_LEVEL_2_1", "H265_LEVEL_3", "H265_LEVEL_3_1", "H265_LEVEL_4", "H265_LEVEL_4_1", "H265_LEVEL_5", "H265_LEVEL_5_1", "H265_LEVEL_5_2", "H265_LEVEL_6", "H265_LEVEL_6_1", "H265_LEVEL_6_2", "H265_LEVEL_AUTO"
|
5056
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.look_ahead_rate_control #=> String, one of "HIGH", "LOW", "MEDIUM"
|
5057
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.max_bitrate #=> Integer
|
5058
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_i_interval #=> Integer
|
5059
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_denominator #=> Integer
|
5060
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_numerator #=> Integer
|
5061
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
5062
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
5063
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
|
5064
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
5065
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
5066
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
5067
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
5068
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
4869
5069
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
4870
5070
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
4871
5071
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -5448,6 +5648,7 @@ module Aws::MediaLive
|
|
5448
5648
|
# media_package_output_settings: {
|
5449
5649
|
# },
|
5450
5650
|
# ms_smooth_output_settings: {
|
5651
|
+
# h265_packaging_type: "HEV1", # accepts HEV1, HVC1
|
5451
5652
|
# name_modifier: "__string",
|
5452
5653
|
# },
|
5453
5654
|
# rtmp_output_settings: {
|
@@ -5553,6 +5754,14 @@ module Aws::MediaLive
|
|
5553
5754
|
# buf_fill_pct: 1,
|
5554
5755
|
# buf_size: 1,
|
5555
5756
|
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
5757
|
+
# color_space_settings: {
|
5758
|
+
# color_space_passthrough_settings: {
|
5759
|
+
# },
|
5760
|
+
# rec_601_settings: {
|
5761
|
+
# },
|
5762
|
+
# rec_709_settings: {
|
5763
|
+
# },
|
5764
|
+
# },
|
5556
5765
|
# entropy_encoding: "CABAC", # accepts CABAC, CAVLC
|
5557
5766
|
# 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
|
5558
5767
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5574,7 +5783,7 @@ module Aws::MediaLive
|
|
5574
5783
|
# par_numerator: 1,
|
5575
5784
|
# profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
5576
5785
|
# qvbr_quality_level: 1,
|
5577
|
-
# rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
|
5786
|
+
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
|
5578
5787
|
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
5579
5788
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
5580
5789
|
# slices: 1,
|
@@ -5585,6 +5794,47 @@ module Aws::MediaLive
|
|
5585
5794
|
# temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
|
5586
5795
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
5587
5796
|
# },
|
5797
|
+
# h265_settings: {
|
5798
|
+
# adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
5799
|
+
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
5800
|
+
# alternative_transfer_function: "INSERT", # accepts INSERT, OMIT
|
5801
|
+
# bitrate: 1,
|
5802
|
+
# buf_size: 1,
|
5803
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
5804
|
+
# color_space_settings: {
|
5805
|
+
# color_space_passthrough_settings: {
|
5806
|
+
# },
|
5807
|
+
# hdr_10_settings: {
|
5808
|
+
# max_cll: 1,
|
5809
|
+
# max_fall: 1,
|
5810
|
+
# },
|
5811
|
+
# rec_601_settings: {
|
5812
|
+
# },
|
5813
|
+
# rec_709_settings: {
|
5814
|
+
# },
|
5815
|
+
# },
|
5816
|
+
# 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
|
5817
|
+
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
5818
|
+
# framerate_denominator: 1, # required
|
5819
|
+
# framerate_numerator: 1, # required
|
5820
|
+
# gop_closed_cadence: 1,
|
5821
|
+
# gop_size: 1.0,
|
5822
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
5823
|
+
# level: "H265_LEVEL_1", # accepts H265_LEVEL_1, H265_LEVEL_2, H265_LEVEL_2_1, H265_LEVEL_3, H265_LEVEL_3_1, H265_LEVEL_4, H265_LEVEL_4_1, H265_LEVEL_5, H265_LEVEL_5_1, H265_LEVEL_5_2, H265_LEVEL_6, H265_LEVEL_6_1, H265_LEVEL_6_2, H265_LEVEL_AUTO
|
5824
|
+
# look_ahead_rate_control: "HIGH", # accepts HIGH, LOW, MEDIUM
|
5825
|
+
# max_bitrate: 1,
|
5826
|
+
# min_i_interval: 1,
|
5827
|
+
# par_denominator: 1,
|
5828
|
+
# par_numerator: 1,
|
5829
|
+
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
5830
|
+
# qvbr_quality_level: 1,
|
5831
|
+
# rate_control_mode: "CBR", # accepts CBR, QVBR
|
5832
|
+
# scan_type: "PROGRESSIVE", # accepts PROGRESSIVE
|
5833
|
+
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
5834
|
+
# slices: 1,
|
5835
|
+
# tier: "HIGH", # accepts HIGH, MAIN
|
5836
|
+
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
5837
|
+
# },
|
5588
5838
|
# },
|
5589
5839
|
# height: 1,
|
5590
5840
|
# name: "__string", # required
|
@@ -6011,6 +6261,7 @@ module Aws::MediaLive
|
|
6011
6261
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
6012
6262
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
6013
6263
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
6264
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.h265_packaging_type #=> String, one of "HEV1", "HVC1"
|
6014
6265
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
6015
6266
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
6016
6267
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
@@ -6104,7 +6355,7 @@ module Aws::MediaLive
|
|
6104
6355
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
|
6105
6356
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
6106
6357
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
|
6107
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
|
6358
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
|
6108
6359
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
6109
6360
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
6110
6361
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
|
@@ -6114,6 +6365,35 @@ module Aws::MediaLive
|
|
6114
6365
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
6115
6366
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
6116
6367
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
6368
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6369
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
6370
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
6371
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
6372
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.buf_size #=> Integer
|
6373
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
6374
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
6375
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
6376
|
+
# 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"
|
6377
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
6378
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
6379
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_numerator #=> Integer
|
6380
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_closed_cadence #=> Integer
|
6381
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size #=> Float
|
6382
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
|
6383
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.level #=> String, one of "H265_LEVEL_1", "H265_LEVEL_2", "H265_LEVEL_2_1", "H265_LEVEL_3", "H265_LEVEL_3_1", "H265_LEVEL_4", "H265_LEVEL_4_1", "H265_LEVEL_5", "H265_LEVEL_5_1", "H265_LEVEL_5_2", "H265_LEVEL_6", "H265_LEVEL_6_1", "H265_LEVEL_6_2", "H265_LEVEL_AUTO"
|
6384
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.look_ahead_rate_control #=> String, one of "HIGH", "LOW", "MEDIUM"
|
6385
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.max_bitrate #=> Integer
|
6386
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_i_interval #=> Integer
|
6387
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_denominator #=> Integer
|
6388
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_numerator #=> Integer
|
6389
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
6390
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
6391
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
|
6392
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
6393
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
6394
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
6395
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
6396
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
6117
6397
|
# resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
|
6118
6398
|
# resp.channel.encoder_settings.video_descriptions[0].name #=> String
|
6119
6399
|
# resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -6547,6 +6827,7 @@ module Aws::MediaLive
|
|
6547
6827
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
6548
6828
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
6549
6829
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
6830
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.h265_packaging_type #=> String, one of "HEV1", "HVC1"
|
6550
6831
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
6551
6832
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
6552
6833
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
@@ -6640,7 +6921,7 @@ module Aws::MediaLive
|
|
6640
6921
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
|
6641
6922
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
6642
6923
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
|
6643
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
|
6924
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
|
6644
6925
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
6645
6926
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
6646
6927
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
|
@@ -6650,6 +6931,35 @@ module Aws::MediaLive
|
|
6650
6931
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
6651
6932
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
6652
6933
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
6934
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6935
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
6936
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
6937
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
6938
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.buf_size #=> Integer
|
6939
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
6940
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
6941
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
6942
|
+
# 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"
|
6943
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
6944
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_denominator #=> Integer
|
6945
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.framerate_numerator #=> Integer
|
6946
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_closed_cadence #=> Integer
|
6947
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size #=> Float
|
6948
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
|
6949
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.level #=> String, one of "H265_LEVEL_1", "H265_LEVEL_2", "H265_LEVEL_2_1", "H265_LEVEL_3", "H265_LEVEL_3_1", "H265_LEVEL_4", "H265_LEVEL_4_1", "H265_LEVEL_5", "H265_LEVEL_5_1", "H265_LEVEL_5_2", "H265_LEVEL_6", "H265_LEVEL_6_1", "H265_LEVEL_6_2", "H265_LEVEL_AUTO"
|
6950
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.look_ahead_rate_control #=> String, one of "HIGH", "LOW", "MEDIUM"
|
6951
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.max_bitrate #=> Integer
|
6952
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.min_i_interval #=> Integer
|
6953
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_denominator #=> Integer
|
6954
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.par_numerator #=> Integer
|
6955
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.profile #=> String, one of "MAIN", "MAIN_10BIT"
|
6956
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.qvbr_quality_level #=> Integer
|
6957
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.rate_control_mode #=> String, one of "CBR", "QVBR"
|
6958
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scan_type #=> String, one of "PROGRESSIVE"
|
6959
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
|
6960
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
|
6961
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
|
6962
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
6653
6963
|
# resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
|
6654
6964
|
# resp.channel.encoder_settings.video_descriptions[0].name #=> String
|
6655
6965
|
# resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
@@ -6914,7 +7224,7 @@ module Aws::MediaLive
|
|
6914
7224
|
params: params,
|
6915
7225
|
config: config)
|
6916
7226
|
context[:gem_name] = 'aws-sdk-medialive'
|
6917
|
-
context[:gem_version] = '1.
|
7227
|
+
context[:gem_version] = '1.37.0'
|
6918
7228
|
Seahorse::Client::Request.new(handlers, context)
|
6919
7229
|
end
|
6920
7230
|
|