aws-sdk-mediaconvert 1.39.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1116a794fb7422c23fc0452ec443aab33935a5e
|
|
4
|
+
data.tar.gz: 5991813dd9cfd5243122398b15920de3d3ab3391
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32cbf27c875fb7424c431576ba726d54bf1d0c4010b5df153481f30fac3ca2be574e295a0beda6c14b3ed398c3dd1861679e182b9915ada7e681a05e8099a7f8
|
|
7
|
+
data.tar.gz: cce63184838368a50c9c46884e96de55c387828096a0dd723fee0842d3a603c832119500e25c25981a5d027126043d727cdafe58e613e1d3ee7be6c179e0ba39
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
|
@@ -517,6 +517,7 @@ module Aws::MediaConvert
|
|
|
517
517
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
518
518
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
519
519
|
# video_selector: {
|
|
520
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
520
521
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
521
522
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
522
523
|
# hdr_10_metadata: {
|
|
@@ -918,6 +919,7 @@ module Aws::MediaConvert
|
|
|
918
919
|
# shadow_opacity: 1,
|
|
919
920
|
# shadow_x_offset: 1,
|
|
920
921
|
# shadow_y_offset: 1,
|
|
922
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
921
923
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
922
924
|
# x_position: 1,
|
|
923
925
|
# y_position: 1,
|
|
@@ -1428,6 +1430,7 @@ module Aws::MediaConvert
|
|
|
1428
1430
|
# resp.job.settings.inputs[0].supplemental_imps[0] #=> String
|
|
1429
1431
|
# resp.job.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
|
1430
1432
|
# resp.job.settings.inputs[0].timecode_start #=> String
|
|
1433
|
+
# resp.job.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
|
1431
1434
|
# resp.job.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
|
|
1432
1435
|
# resp.job.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
|
1433
1436
|
# resp.job.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
|
@@ -1705,6 +1708,7 @@ module Aws::MediaConvert
|
|
|
1705
1708
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
1706
1709
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
1707
1710
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
1711
|
+
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
1708
1712
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
1709
1713
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
1710
1714
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -2202,6 +2206,7 @@ module Aws::MediaConvert
|
|
|
2202
2206
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
2203
2207
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
2204
2208
|
# video_selector: {
|
|
2209
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
2205
2210
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
2206
2211
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
2207
2212
|
# hdr_10_metadata: {
|
|
@@ -2603,6 +2608,7 @@ module Aws::MediaConvert
|
|
|
2603
2608
|
# shadow_opacity: 1,
|
|
2604
2609
|
# shadow_x_offset: 1,
|
|
2605
2610
|
# shadow_y_offset: 1,
|
|
2611
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
2606
2612
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
2607
2613
|
# x_position: 1,
|
|
2608
2614
|
# y_position: 1,
|
|
@@ -3087,6 +3093,7 @@ module Aws::MediaConvert
|
|
|
3087
3093
|
# resp.job_template.settings.inputs[0].psi_control #=> String, one of "IGNORE_PSI", "USE_PSI"
|
|
3088
3094
|
# resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
|
3089
3095
|
# resp.job_template.settings.inputs[0].timecode_start #=> String
|
|
3096
|
+
# resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
|
3090
3097
|
# resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
|
|
3091
3098
|
# resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
|
3092
3099
|
# resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
|
@@ -3364,6 +3371,7 @@ module Aws::MediaConvert
|
|
|
3364
3371
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
3365
3372
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
3366
3373
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
3374
|
+
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
3367
3375
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
3368
3376
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
3369
3377
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -3852,6 +3860,7 @@ module Aws::MediaConvert
|
|
|
3852
3860
|
# shadow_opacity: 1,
|
|
3853
3861
|
# shadow_x_offset: 1,
|
|
3854
3862
|
# shadow_y_offset: 1,
|
|
3863
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
3855
3864
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
3856
3865
|
# x_position: 1,
|
|
3857
3866
|
# y_position: 1,
|
|
@@ -4344,6 +4353,7 @@ module Aws::MediaConvert
|
|
|
4344
4353
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
4345
4354
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
4346
4355
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
4356
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
4347
4357
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
4348
4358
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
4349
4359
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -4973,6 +4983,7 @@ module Aws::MediaConvert
|
|
|
4973
4983
|
# resp.job.settings.inputs[0].supplemental_imps[0] #=> String
|
|
4974
4984
|
# resp.job.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
|
4975
4985
|
# resp.job.settings.inputs[0].timecode_start #=> String
|
|
4986
|
+
# resp.job.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
|
4976
4987
|
# resp.job.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
|
|
4977
4988
|
# resp.job.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
|
4978
4989
|
# resp.job.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
|
@@ -5250,6 +5261,7 @@ module Aws::MediaConvert
|
|
|
5250
5261
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
5251
5262
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
5252
5263
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
5264
|
+
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
5253
5265
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
5254
5266
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
5255
5267
|
# resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -5664,6 +5676,7 @@ module Aws::MediaConvert
|
|
|
5664
5676
|
# resp.job_template.settings.inputs[0].psi_control #=> String, one of "IGNORE_PSI", "USE_PSI"
|
|
5665
5677
|
# resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
|
5666
5678
|
# resp.job_template.settings.inputs[0].timecode_start #=> String
|
|
5679
|
+
# resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
|
5667
5680
|
# resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
|
|
5668
5681
|
# resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
|
5669
5682
|
# resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
|
@@ -5941,6 +5954,7 @@ module Aws::MediaConvert
|
|
|
5941
5954
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
5942
5955
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
5943
5956
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
5957
|
+
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
5944
5958
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
5945
5959
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
5946
5960
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -6389,6 +6403,7 @@ module Aws::MediaConvert
|
|
|
6389
6403
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
6390
6404
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
6391
6405
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
6406
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
6392
6407
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
6393
6408
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
6394
6409
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -6851,6 +6866,7 @@ module Aws::MediaConvert
|
|
|
6851
6866
|
# resp.job_templates[0].settings.inputs[0].psi_control #=> String, one of "IGNORE_PSI", "USE_PSI"
|
|
6852
6867
|
# resp.job_templates[0].settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
|
6853
6868
|
# resp.job_templates[0].settings.inputs[0].timecode_start #=> String
|
|
6869
|
+
# resp.job_templates[0].settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
|
6854
6870
|
# resp.job_templates[0].settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
|
|
6855
6871
|
# resp.job_templates[0].settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
|
6856
6872
|
# resp.job_templates[0].settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
|
@@ -7128,6 +7144,7 @@ module Aws::MediaConvert
|
|
|
7128
7144
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
7129
7145
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
7130
7146
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
7147
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
7131
7148
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
7132
7149
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
7133
7150
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -7586,6 +7603,7 @@ module Aws::MediaConvert
|
|
|
7586
7603
|
# resp.jobs[0].settings.inputs[0].supplemental_imps[0] #=> String
|
|
7587
7604
|
# resp.jobs[0].settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
|
7588
7605
|
# resp.jobs[0].settings.inputs[0].timecode_start #=> String
|
|
7606
|
+
# resp.jobs[0].settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
|
7589
7607
|
# resp.jobs[0].settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
|
|
7590
7608
|
# resp.jobs[0].settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
|
7591
7609
|
# resp.jobs[0].settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
|
@@ -7863,6 +7881,7 @@ module Aws::MediaConvert
|
|
|
7863
7881
|
# resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
7864
7882
|
# resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
7865
7883
|
# resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
7884
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
7866
7885
|
# resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
7867
7886
|
# resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
7868
7887
|
# resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -8347,6 +8366,7 @@ module Aws::MediaConvert
|
|
|
8347
8366
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
8348
8367
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
8349
8368
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
8369
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
8350
8370
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
8351
8371
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
8352
8372
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -8972,6 +8992,7 @@ module Aws::MediaConvert
|
|
|
8972
8992
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
8973
8993
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
8974
8994
|
# video_selector: {
|
|
8995
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
8975
8996
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
8976
8997
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
8977
8998
|
# hdr_10_metadata: {
|
|
@@ -9373,6 +9394,7 @@ module Aws::MediaConvert
|
|
|
9373
9394
|
# shadow_opacity: 1,
|
|
9374
9395
|
# shadow_x_offset: 1,
|
|
9375
9396
|
# shadow_y_offset: 1,
|
|
9397
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
9376
9398
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
9377
9399
|
# x_position: 1,
|
|
9378
9400
|
# y_position: 1,
|
|
@@ -9854,6 +9876,7 @@ module Aws::MediaConvert
|
|
|
9854
9876
|
# resp.job_template.settings.inputs[0].psi_control #=> String, one of "IGNORE_PSI", "USE_PSI"
|
|
9855
9877
|
# resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
|
9856
9878
|
# resp.job_template.settings.inputs[0].timecode_start #=> String
|
|
9879
|
+
# resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
|
9857
9880
|
# resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
|
|
9858
9881
|
# resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
|
9859
9882
|
# resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
|
@@ -10131,6 +10154,7 @@ module Aws::MediaConvert
|
|
|
10131
10154
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
10132
10155
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
10133
10156
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
10157
|
+
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
10134
10158
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
10135
10159
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
10136
10160
|
# resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -10613,6 +10637,7 @@ module Aws::MediaConvert
|
|
|
10613
10637
|
# shadow_opacity: 1,
|
|
10614
10638
|
# shadow_x_offset: 1,
|
|
10615
10639
|
# shadow_y_offset: 1,
|
|
10640
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
10616
10641
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
10617
10642
|
# x_position: 1,
|
|
10618
10643
|
# y_position: 1,
|
|
@@ -11102,6 +11127,7 @@ module Aws::MediaConvert
|
|
|
11102
11127
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_opacity #=> Integer
|
|
11103
11128
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_x_offset #=> Integer
|
|
11104
11129
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.shadow_y_offset #=> Integer
|
|
11130
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.subtitling_type #=> String, one of "HEARING_IMPAIRED", "STANDARD"
|
|
11105
11131
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_spacing #=> String, one of "FIXED_GRID", "PROPORTIONAL"
|
|
11106
11132
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
|
11107
11133
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
|
@@ -11473,7 +11499,7 @@ module Aws::MediaConvert
|
|
|
11473
11499
|
params: params,
|
|
11474
11500
|
config: config)
|
|
11475
11501
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
|
11476
|
-
context[:gem_version] = '1.
|
|
11502
|
+
context[:gem_version] = '1.40.0'
|
|
11477
11503
|
Seahorse::Client::Request.new(handlers, context)
|
|
11478
11504
|
end
|
|
11479
11505
|
|
|
@@ -30,6 +30,7 @@ module Aws::MediaConvert
|
|
|
30
30
|
AccelerationStatus = Shapes::StringShape.new(name: 'AccelerationStatus')
|
|
31
31
|
AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
|
|
32
32
|
AiffSettings = Shapes::StructureShape.new(name: 'AiffSettings')
|
|
33
|
+
AlphaBehavior = Shapes::StringShape.new(name: 'AlphaBehavior')
|
|
33
34
|
AncillaryConvert608To708 = Shapes::StringShape.new(name: 'AncillaryConvert608To708')
|
|
34
35
|
AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
|
|
35
36
|
AncillaryTerminateCaptions = Shapes::StringShape.new(name: 'AncillaryTerminateCaptions')
|
|
@@ -142,6 +143,7 @@ module Aws::MediaConvert
|
|
|
142
143
|
DvbSubtitleOutlineColor = Shapes::StringShape.new(name: 'DvbSubtitleOutlineColor')
|
|
143
144
|
DvbSubtitleShadowColor = Shapes::StringShape.new(name: 'DvbSubtitleShadowColor')
|
|
144
145
|
DvbSubtitleTeletextSpacing = Shapes::StringShape.new(name: 'DvbSubtitleTeletextSpacing')
|
|
146
|
+
DvbSubtitlingType = Shapes::StringShape.new(name: 'DvbSubtitlingType')
|
|
145
147
|
DvbTdtSettings = Shapes::StructureShape.new(name: 'DvbTdtSettings')
|
|
146
148
|
Eac3AtmosBitstreamMode = Shapes::StringShape.new(name: 'Eac3AtmosBitstreamMode')
|
|
147
149
|
Eac3AtmosCodingMode = Shapes::StringShape.new(name: 'Eac3AtmosCodingMode')
|
|
@@ -514,8 +516,8 @@ module Aws::MediaConvert
|
|
|
514
516
|
__integerMin2Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin2Max2147483647')
|
|
515
517
|
__integerMin32000Max384000 = Shapes::IntegerShape.new(name: '__integerMin32000Max384000')
|
|
516
518
|
__integerMin32000Max48000 = Shapes::IntegerShape.new(name: '__integerMin32000Max48000')
|
|
517
|
-
__integerMin32Max4096 = Shapes::IntegerShape.new(name: '__integerMin32Max4096')
|
|
518
519
|
__integerMin32Max8182 = Shapes::IntegerShape.new(name: '__integerMin32Max8182')
|
|
520
|
+
__integerMin32Max8192 = Shapes::IntegerShape.new(name: '__integerMin32Max8192')
|
|
519
521
|
__integerMin384000Max768000 = Shapes::IntegerShape.new(name: '__integerMin384000Max768000')
|
|
520
522
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
|
521
523
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
|
@@ -960,6 +962,7 @@ module Aws::MediaConvert
|
|
|
960
962
|
DvbSubDestinationSettings.add_member(:shadow_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "shadowOpacity"))
|
|
961
963
|
DvbSubDestinationSettings.add_member(:shadow_x_offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "shadowXOffset"))
|
|
962
964
|
DvbSubDestinationSettings.add_member(:shadow_y_offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "shadowYOffset"))
|
|
965
|
+
DvbSubDestinationSettings.add_member(:subtitling_type, Shapes::ShapeRef.new(shape: DvbSubtitlingType, location_name: "subtitlingType"))
|
|
963
966
|
DvbSubDestinationSettings.add_member(:teletext_spacing, Shapes::ShapeRef.new(shape: DvbSubtitleTeletextSpacing, location_name: "teletextSpacing"))
|
|
964
967
|
DvbSubDestinationSettings.add_member(:x_position, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "xPosition"))
|
|
965
968
|
DvbSubDestinationSettings.add_member(:y_position, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "yPosition"))
|
|
@@ -1836,14 +1839,14 @@ module Aws::MediaConvert
|
|
|
1836
1839
|
VideoDescription.add_member(:crop, Shapes::ShapeRef.new(shape: Rectangle, location_name: "crop"))
|
|
1837
1840
|
VideoDescription.add_member(:drop_frame_timecode, Shapes::ShapeRef.new(shape: DropFrameTimecode, location_name: "dropFrameTimecode"))
|
|
1838
1841
|
VideoDescription.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: __integerMin0Max15, location_name: "fixedAfd"))
|
|
1839
|
-
VideoDescription.add_member(:height, Shapes::ShapeRef.new(shape:
|
|
1842
|
+
VideoDescription.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
|
|
1840
1843
|
VideoDescription.add_member(:position, Shapes::ShapeRef.new(shape: Rectangle, location_name: "position"))
|
|
1841
1844
|
VideoDescription.add_member(:respond_to_afd, Shapes::ShapeRef.new(shape: RespondToAfd, location_name: "respondToAfd"))
|
|
1842
1845
|
VideoDescription.add_member(:scaling_behavior, Shapes::ShapeRef.new(shape: ScalingBehavior, location_name: "scalingBehavior"))
|
|
1843
1846
|
VideoDescription.add_member(:sharpness, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "sharpness"))
|
|
1844
1847
|
VideoDescription.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: VideoTimecodeInsertion, location_name: "timecodeInsertion"))
|
|
1845
1848
|
VideoDescription.add_member(:video_preprocessors, Shapes::ShapeRef.new(shape: VideoPreprocessor, location_name: "videoPreprocessors"))
|
|
1846
|
-
VideoDescription.add_member(:width, Shapes::ShapeRef.new(shape:
|
|
1849
|
+
VideoDescription.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
|
|
1847
1850
|
VideoDescription.struct_class = Types::VideoDescription
|
|
1848
1851
|
|
|
1849
1852
|
VideoDetail.add_member(:height_in_px, Shapes::ShapeRef.new(shape: __integer, location_name: "heightInPx"))
|
|
@@ -1858,6 +1861,7 @@ module Aws::MediaConvert
|
|
|
1858
1861
|
VideoPreprocessor.add_member(:timecode_burnin, Shapes::ShapeRef.new(shape: TimecodeBurnin, location_name: "timecodeBurnin"))
|
|
1859
1862
|
VideoPreprocessor.struct_class = Types::VideoPreprocessor
|
|
1860
1863
|
|
|
1864
|
+
VideoSelector.add_member(:alpha_behavior, Shapes::ShapeRef.new(shape: AlphaBehavior, location_name: "alphaBehavior"))
|
|
1861
1865
|
VideoSelector.add_member(:color_space, Shapes::ShapeRef.new(shape: ColorSpace, location_name: "colorSpace"))
|
|
1862
1866
|
VideoSelector.add_member(:color_space_usage, Shapes::ShapeRef.new(shape: ColorSpaceUsage, location_name: "colorSpaceUsage"))
|
|
1863
1867
|
VideoSelector.add_member(:hdr_10_metadata, Shapes::ShapeRef.new(shape: Hdr10Metadata, location_name: "hdr10Metadata"))
|
|
@@ -1163,6 +1163,7 @@ module Aws::MediaConvert
|
|
|
1163
1163
|
# shadow_opacity: 1,
|
|
1164
1164
|
# shadow_x_offset: 1,
|
|
1165
1165
|
# shadow_y_offset: 1,
|
|
1166
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
1166
1167
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
1167
1168
|
# x_position: 1,
|
|
1168
1169
|
# y_position: 1,
|
|
@@ -1282,6 +1283,7 @@ module Aws::MediaConvert
|
|
|
1282
1283
|
# shadow_opacity: 1,
|
|
1283
1284
|
# shadow_x_offset: 1,
|
|
1284
1285
|
# shadow_y_offset: 1,
|
|
1286
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
1285
1287
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
1286
1288
|
# x_position: 1,
|
|
1287
1289
|
# y_position: 1,
|
|
@@ -1396,6 +1398,7 @@ module Aws::MediaConvert
|
|
|
1396
1398
|
# shadow_opacity: 1,
|
|
1397
1399
|
# shadow_x_offset: 1,
|
|
1398
1400
|
# shadow_y_offset: 1,
|
|
1401
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
1399
1402
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
1400
1403
|
# x_position: 1,
|
|
1401
1404
|
# y_position: 1,
|
|
@@ -2380,6 +2383,7 @@ module Aws::MediaConvert
|
|
|
2380
2383
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
2381
2384
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
2382
2385
|
# video_selector: {
|
|
2386
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
2383
2387
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
2384
2388
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
2385
2389
|
# hdr_10_metadata: {
|
|
@@ -2781,6 +2785,7 @@ module Aws::MediaConvert
|
|
|
2781
2785
|
# shadow_opacity: 1,
|
|
2782
2786
|
# shadow_x_offset: 1,
|
|
2783
2787
|
# shadow_y_offset: 1,
|
|
2788
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
2784
2789
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
2785
2790
|
# x_position: 1,
|
|
2786
2791
|
# y_position: 1,
|
|
@@ -3434,6 +3439,7 @@ module Aws::MediaConvert
|
|
|
3434
3439
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
3435
3440
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
3436
3441
|
# video_selector: {
|
|
3442
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
3437
3443
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
3438
3444
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
3439
3445
|
# hdr_10_metadata: {
|
|
@@ -3835,6 +3841,7 @@ module Aws::MediaConvert
|
|
|
3835
3841
|
# shadow_opacity: 1,
|
|
3836
3842
|
# shadow_x_offset: 1,
|
|
3837
3843
|
# shadow_y_offset: 1,
|
|
3844
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
3838
3845
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
3839
3846
|
# x_position: 1,
|
|
3840
3847
|
# y_position: 1,
|
|
@@ -4474,6 +4481,7 @@ module Aws::MediaConvert
|
|
|
4474
4481
|
# shadow_opacity: 1,
|
|
4475
4482
|
# shadow_x_offset: 1,
|
|
4476
4483
|
# shadow_y_offset: 1,
|
|
4484
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
4477
4485
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
4478
4486
|
# x_position: 1,
|
|
4479
4487
|
# y_position: 1,
|
|
@@ -5621,6 +5629,7 @@ module Aws::MediaConvert
|
|
|
5621
5629
|
# shadow_opacity: 1,
|
|
5622
5630
|
# shadow_x_offset: 1,
|
|
5623
5631
|
# shadow_y_offset: 1,
|
|
5632
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
5624
5633
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
5625
5634
|
# x_position: 1,
|
|
5626
5635
|
# y_position: 1,
|
|
@@ -5721,6 +5730,13 @@ module Aws::MediaConvert
|
|
|
5721
5730
|
# above the text. All burn-in and DVB-Sub font settings must match.
|
|
5722
5731
|
# @return [Integer]
|
|
5723
5732
|
#
|
|
5733
|
+
# @!attribute [rw] subtitling_type
|
|
5734
|
+
# Specify whether your DVB subtitles are standard or for hearing
|
|
5735
|
+
# impaired. Choose hearing impaired if your subtitles include audio
|
|
5736
|
+
# descriptions and dialogue. Choose standard if your subtitles include
|
|
5737
|
+
# only dialogue.
|
|
5738
|
+
# @return [String]
|
|
5739
|
+
#
|
|
5724
5740
|
# @!attribute [rw] teletext_spacing
|
|
5725
5741
|
# Only applies to jobs with input captions in Teletext or STL formats.
|
|
5726
5742
|
# Specify whether the spacing between letters in your captions is set
|
|
@@ -5769,6 +5785,7 @@ module Aws::MediaConvert
|
|
|
5769
5785
|
:shadow_opacity,
|
|
5770
5786
|
:shadow_x_offset,
|
|
5771
5787
|
:shadow_y_offset,
|
|
5788
|
+
:subtitling_type,
|
|
5772
5789
|
:teletext_spacing,
|
|
5773
5790
|
:x_position,
|
|
5774
5791
|
:y_position)
|
|
@@ -8279,6 +8296,7 @@ module Aws::MediaConvert
|
|
|
8279
8296
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
8280
8297
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
8281
8298
|
# video_selector: {
|
|
8299
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
8282
8300
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
8283
8301
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
8284
8302
|
# hdr_10_metadata: {
|
|
@@ -8690,6 +8708,7 @@ module Aws::MediaConvert
|
|
|
8690
8708
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
8691
8709
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
8692
8710
|
# video_selector: {
|
|
8711
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
8693
8712
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
8694
8713
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
8695
8714
|
# hdr_10_metadata: {
|
|
@@ -9306,6 +9325,7 @@ module Aws::MediaConvert
|
|
|
9306
9325
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
9307
9326
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
9308
9327
|
# video_selector: {
|
|
9328
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
9309
9329
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
9310
9330
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
9311
9331
|
# hdr_10_metadata: {
|
|
@@ -9707,6 +9727,7 @@ module Aws::MediaConvert
|
|
|
9707
9727
|
# shadow_opacity: 1,
|
|
9708
9728
|
# shadow_x_offset: 1,
|
|
9709
9729
|
# shadow_y_offset: 1,
|
|
9730
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
9710
9731
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
9711
9732
|
# x_position: 1,
|
|
9712
9733
|
# y_position: 1,
|
|
@@ -10388,6 +10409,7 @@ module Aws::MediaConvert
|
|
|
10388
10409
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
10389
10410
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
10390
10411
|
# video_selector: {
|
|
10412
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
10391
10413
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
10392
10414
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
10393
10415
|
# hdr_10_metadata: {
|
|
@@ -10789,6 +10811,7 @@ module Aws::MediaConvert
|
|
|
10789
10811
|
# shadow_opacity: 1,
|
|
10790
10812
|
# shadow_x_offset: 1,
|
|
10791
10813
|
# shadow_y_offset: 1,
|
|
10814
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
10792
10815
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
10793
10816
|
# x_position: 1,
|
|
10794
10817
|
# y_position: 1,
|
|
@@ -13210,6 +13233,7 @@ module Aws::MediaConvert
|
|
|
13210
13233
|
# shadow_opacity: 1,
|
|
13211
13234
|
# shadow_x_offset: 1,
|
|
13212
13235
|
# shadow_y_offset: 1,
|
|
13236
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
13213
13237
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
13214
13238
|
# x_position: 1,
|
|
13215
13239
|
# y_position: 1,
|
|
@@ -14059,6 +14083,7 @@ module Aws::MediaConvert
|
|
|
14059
14083
|
# shadow_opacity: 1,
|
|
14060
14084
|
# shadow_x_offset: 1,
|
|
14061
14085
|
# shadow_y_offset: 1,
|
|
14086
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
14062
14087
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
14063
14088
|
# x_position: 1,
|
|
14064
14089
|
# y_position: 1,
|
|
@@ -14971,6 +14996,7 @@ module Aws::MediaConvert
|
|
|
14971
14996
|
# shadow_opacity: 1,
|
|
14972
14997
|
# shadow_x_offset: 1,
|
|
14973
14998
|
# shadow_y_offset: 1,
|
|
14999
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
14974
15000
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
14975
15001
|
# x_position: 1,
|
|
14976
15002
|
# y_position: 1,
|
|
@@ -16553,6 +16579,7 @@ module Aws::MediaConvert
|
|
|
16553
16579
|
# timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
|
|
16554
16580
|
# timecode_start: "__stringMin11Max11Pattern01D20305D205D",
|
|
16555
16581
|
# video_selector: {
|
|
16582
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
16556
16583
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
16557
16584
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
16558
16585
|
# hdr_10_metadata: {
|
|
@@ -16954,6 +16981,7 @@ module Aws::MediaConvert
|
|
|
16954
16981
|
# shadow_opacity: 1,
|
|
16955
16982
|
# shadow_x_offset: 1,
|
|
16956
16983
|
# shadow_y_offset: 1,
|
|
16984
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
16957
16985
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
16958
16986
|
# x_position: 1,
|
|
16959
16987
|
# y_position: 1,
|
|
@@ -17584,6 +17612,7 @@ module Aws::MediaConvert
|
|
|
17584
17612
|
# shadow_opacity: 1,
|
|
17585
17613
|
# shadow_x_offset: 1,
|
|
17586
17614
|
# shadow_y_offset: 1,
|
|
17615
|
+
# subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
|
|
17587
17616
|
# teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
|
|
17588
17617
|
# x_position: 1,
|
|
17589
17618
|
# y_position: 1,
|
|
@@ -18800,6 +18829,7 @@ module Aws::MediaConvert
|
|
|
18800
18829
|
# data as a hash:
|
|
18801
18830
|
#
|
|
18802
18831
|
# {
|
|
18832
|
+
# alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
|
|
18803
18833
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
|
|
18804
18834
|
# color_space_usage: "FORCE", # accepts FORCE, FALLBACK
|
|
18805
18835
|
# hdr_10_metadata: {
|
|
@@ -18821,6 +18851,15 @@ module Aws::MediaConvert
|
|
|
18821
18851
|
# rotate: "DEGREE_0", # accepts DEGREE_0, DEGREES_90, DEGREES_180, DEGREES_270, AUTO
|
|
18822
18852
|
# }
|
|
18823
18853
|
#
|
|
18854
|
+
# @!attribute [rw] alpha_behavior
|
|
18855
|
+
# Ignore this setting unless this input is a QuickTime animation.
|
|
18856
|
+
# Specify which part of this input MediaConvert uses for your outputs.
|
|
18857
|
+
# Leave this setting set to DISCARD in order to delete the alpha
|
|
18858
|
+
# channel and preserve the video. Use REMAP\_TO\_LUMA for this setting
|
|
18859
|
+
# to delete the video and map the alpha channel to the luma channel of
|
|
18860
|
+
# your outputs.
|
|
18861
|
+
# @return [String]
|
|
18862
|
+
#
|
|
18824
18863
|
# @!attribute [rw] color_space
|
|
18825
18864
|
# If your input video has accurate color space metadata, or if you
|
|
18826
18865
|
# don't know about color space, leave this set to the default value
|
|
@@ -18896,6 +18935,7 @@ module Aws::MediaConvert
|
|
|
18896
18935
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoSelector AWS API Documentation
|
|
18897
18936
|
#
|
|
18898
18937
|
class VideoSelector < Struct.new(
|
|
18938
|
+
:alpha_behavior,
|
|
18899
18939
|
:color_space,
|
|
18900
18940
|
:color_space_usage,
|
|
18901
18941
|
:hdr_10_metadata,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mediaconvert
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.40.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: 2019-11-
|
|
11
|
+
date: 2019-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|