aws-sdk-mediaconvert 1.79.0 → 1.80.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c6e8aec13a265efa76ea540b05eec471b0098d249f9a2d7b0de4a03cb37622e
4
- data.tar.gz: 8d07d1f7ddd89d2a389438e5f71d5522da80346665d262dd7ab9b1f11991a011
3
+ metadata.gz: a6cf19ca9b1be51129ffd2763f007be9c210e5a82aa505d7e7e5ecf9033d747c
4
+ data.tar.gz: 6063c41e9d183d2fd4d5ab898748dc283dbee86f2bc3840ccfbc76911198b3d3
5
5
  SHA512:
6
- metadata.gz: f52e32fd59194258828e4c463d254f163f610779758d07a391b69e20b81ed029af5cb3a3f166ae3985ced1b9f7581db0133a76e5747353e9a11a78bcacba6893
7
- data.tar.gz: 178e9238b954d034759641008ef1c5f299cc1275b73e158d376c40ba15ed11dcf3e2c260c3dd98a1355d8c87037977e6dc4b0f150f6236e436411c1a621c526a
6
+ metadata.gz: 36e2d3f609fdba34d2c9bf7f9d9873531913d02f398fedd3f25b76d4ac02f9fb9631affb7549c07e0d428b19259ed03d0937b72bf24deefc2a255cf02ab5dd2d
7
+ data.tar.gz: c4e4cacb8d49a0400b9600d040ea54d89044617ad81bd098dd7a5c4abf54486b05a8215e75665b1cf8ea0aa688883ec699f5f971263e14787b8eb8c781148f18
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2021-11-12)
5
+ ------------------
6
+
7
+ * Feature - AWS Elemental MediaConvert SDK has added automatic modes for GOP configuration and added the ability to ingest screen recordings generated by Safari on MacOS 12 Monterey.
8
+
4
9
  1.79.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -1383,7 +1383,7 @@ module Aws::MediaConvert
1383
1383
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
1384
1384
  # gop_closed_cadence: 1,
1385
1385
  # gop_size: 1.0,
1386
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
1386
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
1387
1387
  # hrd_buffer_initial_fill_percentage: 1,
1388
1388
  # hrd_buffer_size: 1,
1389
1389
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -1428,7 +1428,7 @@ module Aws::MediaConvert
1428
1428
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
1429
1429
  # gop_closed_cadence: 1,
1430
1430
  # gop_size: 1.0,
1431
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
1431
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
1432
1432
  # hrd_buffer_initial_fill_percentage: 1,
1433
1433
  # hrd_buffer_size: 1,
1434
1434
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -2402,7 +2402,7 @@ module Aws::MediaConvert
2402
2402
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
2403
2403
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
2404
2404
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size #=> Float
2405
- # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
2405
+ # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
2406
2406
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
2407
2407
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
2408
2408
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -2443,7 +2443,7 @@ module Aws::MediaConvert
2443
2443
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
2444
2444
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
2445
2445
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size #=> Float
2446
- # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
2446
+ # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
2447
2447
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
2448
2448
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
2449
2449
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -3642,7 +3642,7 @@ module Aws::MediaConvert
3642
3642
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
3643
3643
  # gop_closed_cadence: 1,
3644
3644
  # gop_size: 1.0,
3645
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
3645
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
3646
3646
  # hrd_buffer_initial_fill_percentage: 1,
3647
3647
  # hrd_buffer_size: 1,
3648
3648
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -3687,7 +3687,7 @@ module Aws::MediaConvert
3687
3687
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
3688
3688
  # gop_closed_cadence: 1,
3689
3689
  # gop_size: 1.0,
3690
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
3690
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
3691
3691
  # hrd_buffer_initial_fill_percentage: 1,
3692
3692
  # hrd_buffer_size: 1,
3693
3693
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -4631,7 +4631,7 @@ module Aws::MediaConvert
4631
4631
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
4632
4632
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
4633
4633
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size #=> Float
4634
- # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
4634
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
4635
4635
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
4636
4636
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
4637
4637
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -4672,7 +4672,7 @@ module Aws::MediaConvert
4672
4672
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
4673
4673
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
4674
4674
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size #=> Float
4675
- # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
4675
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
4676
4676
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
4677
4677
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
4678
4678
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -5331,7 +5331,7 @@ module Aws::MediaConvert
5331
5331
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
5332
5332
  # gop_closed_cadence: 1,
5333
5333
  # gop_size: 1.0,
5334
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
5334
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
5335
5335
  # hrd_buffer_initial_fill_percentage: 1,
5336
5336
  # hrd_buffer_size: 1,
5337
5337
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -5376,7 +5376,7 @@ module Aws::MediaConvert
5376
5376
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
5377
5377
  # gop_closed_cadence: 1,
5378
5378
  # gop_size: 1.0,
5379
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
5379
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
5380
5380
  # hrd_buffer_initial_fill_percentage: 1,
5381
5381
  # hrd_buffer_size: 1,
5382
5382
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -5969,7 +5969,7 @@ module Aws::MediaConvert
5969
5969
  # resp.preset.settings.video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
5970
5970
  # resp.preset.settings.video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
5971
5971
  # resp.preset.settings.video_description.codec_settings.h264_settings.gop_size #=> Float
5972
- # resp.preset.settings.video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
5972
+ # resp.preset.settings.video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
5973
5973
  # resp.preset.settings.video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
5974
5974
  # resp.preset.settings.video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
5975
5975
  # resp.preset.settings.video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -6010,7 +6010,7 @@ module Aws::MediaConvert
6010
6010
  # resp.preset.settings.video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
6011
6011
  # resp.preset.settings.video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
6012
6012
  # resp.preset.settings.video_description.codec_settings.h265_settings.gop_size #=> Float
6013
- # resp.preset.settings.video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
6013
+ # resp.preset.settings.video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
6014
6014
  # resp.preset.settings.video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
6015
6015
  # resp.preset.settings.video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
6016
6016
  # resp.preset.settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -7148,7 +7148,7 @@ module Aws::MediaConvert
7148
7148
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
7149
7149
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
7150
7150
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size #=> Float
7151
- # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
7151
+ # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
7152
7152
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
7153
7153
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
7154
7154
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -7189,7 +7189,7 @@ module Aws::MediaConvert
7189
7189
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
7190
7190
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
7191
7191
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size #=> Float
7192
- # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
7192
+ # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
7193
7193
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
7194
7194
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
7195
7195
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -8084,7 +8084,7 @@ module Aws::MediaConvert
8084
8084
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
8085
8085
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
8086
8086
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size #=> Float
8087
- # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
8087
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
8088
8088
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
8089
8089
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
8090
8090
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -8125,7 +8125,7 @@ module Aws::MediaConvert
8125
8125
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
8126
8126
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
8127
8127
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size #=> Float
8128
- # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
8128
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
8129
8129
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
8130
8130
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
8131
8131
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -8703,7 +8703,7 @@ module Aws::MediaConvert
8703
8703
  # resp.preset.settings.video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
8704
8704
  # resp.preset.settings.video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
8705
8705
  # resp.preset.settings.video_description.codec_settings.h264_settings.gop_size #=> Float
8706
- # resp.preset.settings.video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
8706
+ # resp.preset.settings.video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
8707
8707
  # resp.preset.settings.video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
8708
8708
  # resp.preset.settings.video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
8709
8709
  # resp.preset.settings.video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -8744,7 +8744,7 @@ module Aws::MediaConvert
8744
8744
  # resp.preset.settings.video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
8745
8745
  # resp.preset.settings.video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
8746
8746
  # resp.preset.settings.video_description.codec_settings.h265_settings.gop_size #=> Float
8747
- # resp.preset.settings.video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
8747
+ # resp.preset.settings.video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
8748
8748
  # resp.preset.settings.video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
8749
8749
  # resp.preset.settings.video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
8750
8750
  # resp.preset.settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -9698,7 +9698,7 @@ module Aws::MediaConvert
9698
9698
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
9699
9699
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
9700
9700
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size #=> Float
9701
- # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
9701
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
9702
9702
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
9703
9703
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
9704
9704
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -9739,7 +9739,7 @@ module Aws::MediaConvert
9739
9739
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
9740
9740
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
9741
9741
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size #=> Float
9742
- # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
9742
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
9743
9743
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
9744
9744
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
9745
9745
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -10684,7 +10684,7 @@ module Aws::MediaConvert
10684
10684
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
10685
10685
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
10686
10686
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size #=> Float
10687
- # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
10687
+ # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
10688
10688
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
10689
10689
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
10690
10690
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -10725,7 +10725,7 @@ module Aws::MediaConvert
10725
10725
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
10726
10726
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
10727
10727
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size #=> Float
10728
- # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
10728
+ # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
10729
10729
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
10730
10730
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
10731
10731
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -11320,7 +11320,7 @@ module Aws::MediaConvert
11320
11320
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
11321
11321
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
11322
11322
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.gop_size #=> Float
11323
- # resp.presets[0].settings.video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
11323
+ # resp.presets[0].settings.video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
11324
11324
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
11325
11325
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
11326
11326
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -11361,7 +11361,7 @@ module Aws::MediaConvert
11361
11361
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
11362
11362
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
11363
11363
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.gop_size #=> Float
11364
- # resp.presets[0].settings.video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
11364
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
11365
11365
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
11366
11366
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
11367
11367
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -12734,7 +12734,7 @@ module Aws::MediaConvert
12734
12734
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
12735
12735
  # gop_closed_cadence: 1,
12736
12736
  # gop_size: 1.0,
12737
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
12737
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
12738
12738
  # hrd_buffer_initial_fill_percentage: 1,
12739
12739
  # hrd_buffer_size: 1,
12740
12740
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -12779,7 +12779,7 @@ module Aws::MediaConvert
12779
12779
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
12780
12780
  # gop_closed_cadence: 1,
12781
12781
  # gop_size: 1.0,
12782
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
12782
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
12783
12783
  # hrd_buffer_initial_fill_percentage: 1,
12784
12784
  # hrd_buffer_size: 1,
12785
12785
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -13720,7 +13720,7 @@ module Aws::MediaConvert
13720
13720
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
13721
13721
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
13722
13722
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size #=> Float
13723
- # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
13723
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
13724
13724
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
13725
13725
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
13726
13726
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -13761,7 +13761,7 @@ module Aws::MediaConvert
13761
13761
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
13762
13762
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
13763
13763
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size #=> Float
13764
- # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
13764
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
13765
13765
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
13766
13766
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
13767
13767
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -14414,7 +14414,7 @@ module Aws::MediaConvert
14414
14414
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
14415
14415
  # gop_closed_cadence: 1,
14416
14416
  # gop_size: 1.0,
14417
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
14417
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
14418
14418
  # hrd_buffer_initial_fill_percentage: 1,
14419
14419
  # hrd_buffer_size: 1,
14420
14420
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -14459,7 +14459,7 @@ module Aws::MediaConvert
14459
14459
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
14460
14460
  # gop_closed_cadence: 1,
14461
14461
  # gop_size: 1.0,
14462
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
14462
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
14463
14463
  # hrd_buffer_initial_fill_percentage: 1,
14464
14464
  # hrd_buffer_size: 1,
14465
14465
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -15049,7 +15049,7 @@ module Aws::MediaConvert
15049
15049
  # resp.preset.settings.video_description.codec_settings.h264_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
15050
15050
  # resp.preset.settings.video_description.codec_settings.h264_settings.gop_closed_cadence #=> Integer
15051
15051
  # resp.preset.settings.video_description.codec_settings.h264_settings.gop_size #=> Float
15052
- # resp.preset.settings.video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
15052
+ # resp.preset.settings.video_description.codec_settings.h264_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
15053
15053
  # resp.preset.settings.video_description.codec_settings.h264_settings.hrd_buffer_initial_fill_percentage #=> Integer
15054
15054
  # resp.preset.settings.video_description.codec_settings.h264_settings.hrd_buffer_size #=> Integer
15055
15055
  # resp.preset.settings.video_description.codec_settings.h264_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -15090,7 +15090,7 @@ module Aws::MediaConvert
15090
15090
  # resp.preset.settings.video_description.codec_settings.h265_settings.gop_b_reference #=> String, one of "DISABLED", "ENABLED"
15091
15091
  # resp.preset.settings.video_description.codec_settings.h265_settings.gop_closed_cadence #=> Integer
15092
15092
  # resp.preset.settings.video_description.codec_settings.h265_settings.gop_size #=> Float
15093
- # resp.preset.settings.video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
15093
+ # resp.preset.settings.video_description.codec_settings.h265_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS", "AUTO"
15094
15094
  # resp.preset.settings.video_description.codec_settings.h265_settings.hrd_buffer_initial_fill_percentage #=> Integer
15095
15095
  # resp.preset.settings.video_description.codec_settings.h265_settings.hrd_buffer_size #=> Integer
15096
15096
  # resp.preset.settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
@@ -15392,7 +15392,7 @@ module Aws::MediaConvert
15392
15392
  params: params,
15393
15393
  config: config)
15394
15394
  context[:gem_name] = 'aws-sdk-mediaconvert'
15395
- context[:gem_version] = '1.79.0'
15395
+ context[:gem_version] = '1.80.0'
15396
15396
  Seahorse::Client::Request.new(handlers, context)
15397
15397
  end
15398
15398
 
@@ -1651,8 +1651,7 @@ module Aws::MediaConvert
1651
1651
  # Specify the color of the rectangle behind the captions. Leave
1652
1652
  # background color (BackgroundColor) blank and set Style passthrough
1653
1653
  # (StylePassthrough) to enabled to use the background color data from
1654
- # your input captions, if present. Within your job settings, all of
1655
- # your DVB-Sub settings must be identical.
1654
+ # your input captions, if present.
1656
1655
  # @return [String]
1657
1656
  #
1658
1657
  # @!attribute [rw] background_opacity
@@ -3166,7 +3165,7 @@ module Aws::MediaConvert
3166
3165
  # video rendition. Use a comma-separated list. For example, say you
3167
3166
  # want to include the audio rendition groups that have the audio group
3168
3167
  # IDs "audio\_aac\_1" and "audio\_dolby". Then you would specify
3169
- # this value: "audio\_aac\_1, audio\_dolby". Related setting: The
3168
+ # this value: "audio\_aac\_1,audio\_dolby". Related setting: The
3170
3169
  # rendition groups that you include in your comma-separated list
3171
3170
  # should all match values that you specify in the setting Audio group
3172
3171
  # ID (AudioGroupId) for audio renditions in the same output group as
@@ -4482,7 +4481,7 @@ module Aws::MediaConvert
4482
4481
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
4483
4482
  # gop_closed_cadence: 1,
4484
4483
  # gop_size: 1.0,
4485
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
4484
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
4486
4485
  # hrd_buffer_initial_fill_percentage: 1,
4487
4486
  # hrd_buffer_size: 1,
4488
4487
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -4527,7 +4526,7 @@ module Aws::MediaConvert
4527
4526
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
4528
4527
  # gop_closed_cadence: 1,
4529
4528
  # gop_size: 1.0,
4530
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
4529
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
4531
4530
  # hrd_buffer_initial_fill_percentage: 1,
4532
4531
  # hrd_buffer_size: 1,
4533
4532
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -5869,7 +5868,7 @@ module Aws::MediaConvert
5869
5868
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
5870
5869
  # gop_closed_cadence: 1,
5871
5870
  # gop_size: 1.0,
5872
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
5871
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
5873
5872
  # hrd_buffer_initial_fill_percentage: 1,
5874
5873
  # hrd_buffer_size: 1,
5875
5874
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -5914,7 +5913,7 @@ module Aws::MediaConvert
5914
5913
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
5915
5914
  # gop_closed_cadence: 1,
5916
5915
  # gop_size: 1.0,
5917
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
5916
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
5918
5917
  # hrd_buffer_initial_fill_percentage: 1,
5919
5918
  # hrd_buffer_size: 1,
5920
5919
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -6714,7 +6713,7 @@ module Aws::MediaConvert
6714
6713
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
6715
6714
  # gop_closed_cadence: 1,
6716
6715
  # gop_size: 1.0,
6717
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
6716
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
6718
6717
  # hrd_buffer_initial_fill_percentage: 1,
6719
6718
  # hrd_buffer_size: 1,
6720
6719
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -6759,7 +6758,7 @@ module Aws::MediaConvert
6759
6758
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
6760
6759
  # gop_closed_cadence: 1,
6761
6760
  # gop_size: 1.0,
6762
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
6761
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
6763
6762
  # hrd_buffer_initial_fill_percentage: 1,
6764
6763
  # hrd_buffer_size: 1,
6765
6764
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -8268,8 +8267,8 @@ module Aws::MediaConvert
8268
8267
  # @return [String]
8269
8268
  #
8270
8269
  # @!attribute [rw] teletext_spacing
8271
- # Specify whether the Text spacing (TextSpacing) in your captions is
8272
- # set by the captions grid, or varies depending on letter width.
8270
+ # Specify whether the Text spacing (TeletextSpacing) in your captions
8271
+ # is set by the captions grid, or varies depending on letter width.
8273
8272
  # Choose fixed grid (FIXED\_GRID) to conform to the spacing specified
8274
8273
  # in the captions file more accurately. Choose proportional
8275
8274
  # (PROPORTIONAL) to make the text easier to read for closed captions.
@@ -9551,7 +9550,7 @@ module Aws::MediaConvert
9551
9550
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
9552
9551
  # gop_closed_cadence: 1,
9553
9552
  # gop_size: 1.0,
9554
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
9553
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
9555
9554
  # hrd_buffer_initial_fill_percentage: 1,
9556
9555
  # hrd_buffer_size: 1,
9557
9556
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -9713,21 +9712,42 @@ module Aws::MediaConvert
9713
9712
  # @return [String]
9714
9713
  #
9715
9714
  # @!attribute [rw] gop_closed_cadence
9716
- # Frequency of closed GOPs. In streaming applications, it is
9717
- # recommended that this be set to 1 so a decoder joining mid-stream
9718
- # will receive an IDR frame as quickly as possible. Setting this value
9719
- # to 0 will break output segmenting.
9715
+ # Specify the relative frequency of open to closed GOPs in this
9716
+ # output. For example, if you want to allow four open GOPs and then
9717
+ # require a closed GOP, set this value to 5. We recommend that you
9718
+ # have the transcoder automatically choose this value for you based on
9719
+ # characteristics of your input video. To enable this automatic
9720
+ # behavior, keep the default value by leaving this setting out of your
9721
+ # JSON job specification. In the console, do this by keeping the
9722
+ # default empty value. If you do explicitly specify a value, for
9723
+ # segmented outputs, don't set this value to 0.
9720
9724
  # @return [Integer]
9721
9725
  #
9722
9726
  # @!attribute [rw] gop_size
9723
- # GOP Length (keyframe interval) in frames or seconds. Must be greater
9724
- # than zero.
9727
+ # Use this setting only when you set GOP mode control (GopSizeUnits)
9728
+ # to Specified, frames (FRAMES) or Specified, seconds (SECONDS).
9729
+ # Specify the GOP length using a whole number of frames or a decimal
9730
+ # value of seconds. MediaConvert will interpret this value as frames
9731
+ # or seconds depending on the value you choose for GOP mode control
9732
+ # (GopSizeUnits). If you want to allow MediaConvert to automatically
9733
+ # determine GOP size, leave GOP size blank and set GOP mode control to
9734
+ # Auto (AUTO). If your output group specifies HLS, DASH, or CMAF,
9735
+ # leave GOP size blank and set GOP mode control to Auto in each output
9736
+ # in your output group.
9725
9737
  # @return [Float]
9726
9738
  #
9727
9739
  # @!attribute [rw] gop_size_units
9728
- # Indicates if the GOP Size in H264 is specified in frames or seconds.
9729
- # If seconds the system will convert the GOP Size into a frame count
9730
- # at run time.
9740
+ # Specify how the transcoder determines GOP size for this output. We
9741
+ # recommend that you have the transcoder automatically choose this
9742
+ # value for you based on characteristics of your input video. To
9743
+ # enable this automatic behavior, choose Auto (AUTO) and and leave GOP
9744
+ # size (GopSize) blank. By default, if you don't specify GOP mode
9745
+ # control (GopSizeUnits), MediaConvert will use automatic behavior. If
9746
+ # your output group specifies HLS, DASH, or CMAF, set GOP mode control
9747
+ # to Auto and leave GOP size blank in each output in your output
9748
+ # group. To explicitly specify the GOP length, choose Specified,
9749
+ # frames (FRAMES) or Specified, seconds (SECONDS) and then provide the
9750
+ # GOP length in the related setting GOP size (GopSize).
9731
9751
  # @return [String]
9732
9752
  #
9733
9753
  # @!attribute [rw] hrd_buffer_initial_fill_percentage
@@ -9763,21 +9783,36 @@ module Aws::MediaConvert
9763
9783
  # @return [Integer]
9764
9784
  #
9765
9785
  # @!attribute [rw] min_i_interval
9766
- # Enforces separation between repeated (cadence) I-frames and I-frames
9767
- # inserted by Scene Change Detection. If a scene change I-frame is
9768
- # within I-interval frames of a cadence I-frame, the GOP is shrunk
9769
- # and/or stretched to the scene change I-frame. GOP stretch requires
9770
- # enabling lookahead as well as setting I-interval. The normal cadence
9771
- # resumes for the next GOP. This setting is only used when Scene
9772
- # Change Detect is enabled. Note: Maximum GOP stretch = GOP size +
9773
- # Min-I-interval - 1
9786
+ # Use this setting only when you also enable Scene change detection
9787
+ # (SceneChangeDetect). This setting determines how the encoder manages
9788
+ # the spacing between I-frames that it inserts as part of the I-frame
9789
+ # cadence and the I-frames that it inserts for Scene change detection.
9790
+ # We recommend that you have the transcoder automatically choose this
9791
+ # value for you based on characteristics of your input video. To
9792
+ # enable this automatic behavior, keep the default value by leaving
9793
+ # this setting out of your JSON job specification. In the console, do
9794
+ # this by keeping the default empty value. When you explicitly specify
9795
+ # a value for this setting, the encoder determines whether to skip a
9796
+ # cadence-driven I-frame by the value you set. For example, if you set
9797
+ # Min I interval (minIInterval) to 5 and a cadence-driven I-frame
9798
+ # would fall within 5 frames of a scene-change I-frame, then the
9799
+ # encoder skips the cadence-driven I-frame. In this way, one GOP is
9800
+ # shrunk slightly and one GOP is stretched slightly. When the
9801
+ # cadence-driven I-frames are farther from the scene-change I-frame
9802
+ # than the value you set, then the encoder leaves all I-frames in
9803
+ # place and the GOPs surrounding the scene change are smaller than the
9804
+ # usual cadence GOPs.
9774
9805
  # @return [Integer]
9775
9806
  #
9776
9807
  # @!attribute [rw] number_b_frames_between_reference_frames
9777
- # Specify the number of B-frames that MediaConvert puts between
9778
- # reference frames in this output. Valid values are whole numbers from
9779
- # 0 through 7. When you don't specify a value, MediaConvert defaults
9780
- # to 2.
9808
+ # This setting to determines the number of B-frames that MediaConvert
9809
+ # puts between reference frames in this output. We recommend that you
9810
+ # use automatic behavior to allow the transcoder to choose the best
9811
+ # value based on characteristics of your input video. In the console,
9812
+ # choose AUTO to select this automatic behavior. When you manually
9813
+ # edit your JSON job specification, leave this setting out to choose
9814
+ # automatic behavior. When you want to specify this number explicitly,
9815
+ # choose a whole number from 0 through 7.
9781
9816
  # @return [Integer]
9782
9817
  #
9783
9818
  # @!attribute [rw] number_reference_frames
@@ -10103,7 +10138,7 @@ module Aws::MediaConvert
10103
10138
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
10104
10139
  # gop_closed_cadence: 1,
10105
10140
  # gop_size: 1.0,
10106
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
10141
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
10107
10142
  # hrd_buffer_initial_fill_percentage: 1,
10108
10143
  # hrd_buffer_size: 1,
10109
10144
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -10244,21 +10279,42 @@ module Aws::MediaConvert
10244
10279
  # @return [String]
10245
10280
  #
10246
10281
  # @!attribute [rw] gop_closed_cadence
10247
- # Frequency of closed GOPs. In streaming applications, it is
10248
- # recommended that this be set to 1 so a decoder joining mid-stream
10249
- # will receive an IDR frame as quickly as possible. Setting this value
10250
- # to 0 will break output segmenting.
10282
+ # Specify the relative frequency of open to closed GOPs in this
10283
+ # output. For example, if you want to allow four open GOPs and then
10284
+ # require a closed GOP, set this value to 5. We recommend that you
10285
+ # have the transcoder automatically choose this value for you based on
10286
+ # characteristics of your input video. To enable this automatic
10287
+ # behavior, keep the default value by leaving this setting out of your
10288
+ # JSON job specification. In the console, do this by keeping the
10289
+ # default empty value. If you do explicitly specify a value, for
10290
+ # segmented outputs, don't set this value to 0.
10251
10291
  # @return [Integer]
10252
10292
  #
10253
10293
  # @!attribute [rw] gop_size
10254
- # GOP Length (keyframe interval) in frames or seconds. Must be greater
10255
- # than zero.
10294
+ # Use this setting only when you set GOP mode control (GopSizeUnits)
10295
+ # to Specified, frames (FRAMES) or Specified, seconds (SECONDS).
10296
+ # Specify the GOP length using a whole number of frames or a decimal
10297
+ # value of seconds. MediaConvert will interpret this value as frames
10298
+ # or seconds depending on the value you choose for GOP mode control
10299
+ # (GopSizeUnits). If you want to allow MediaConvert to automatically
10300
+ # determine GOP size, leave GOP size blank and set GOP mode control to
10301
+ # Auto (AUTO). If your output group specifies HLS, DASH, or CMAF,
10302
+ # leave GOP size blank and set GOP mode control to Auto in each output
10303
+ # in your output group.
10256
10304
  # @return [Float]
10257
10305
  #
10258
10306
  # @!attribute [rw] gop_size_units
10259
- # Indicates if the GOP Size in H265 is specified in frames or seconds.
10260
- # If seconds the system will convert the GOP Size into a frame count
10261
- # at run time.
10307
+ # Specify how the transcoder determines GOP size for this output. We
10308
+ # recommend that you have the transcoder automatically choose this
10309
+ # value for you based on characteristics of your input video. To
10310
+ # enable this automatic behavior, choose Auto (AUTO) and and leave GOP
10311
+ # size (GopSize) blank. By default, if you don't specify GOP mode
10312
+ # control (GopSizeUnits), MediaConvert will use automatic behavior. If
10313
+ # your output group specifies HLS, DASH, or CMAF, set GOP mode control
10314
+ # to Auto and leave GOP size blank in each output in your output
10315
+ # group. To explicitly specify the GOP length, choose Specified,
10316
+ # frames (FRAMES) or Specified, seconds (SECONDS) and then provide the
10317
+ # GOP length in the related setting GOP size (GopSize).
10262
10318
  # @return [String]
10263
10319
  #
10264
10320
  # @!attribute [rw] hrd_buffer_initial_fill_percentage
@@ -10294,14 +10350,25 @@ module Aws::MediaConvert
10294
10350
  # @return [Integer]
10295
10351
  #
10296
10352
  # @!attribute [rw] min_i_interval
10297
- # Enforces separation between repeated (cadence) I-frames and I-frames
10298
- # inserted by Scene Change Detection. If a scene change I-frame is
10299
- # within I-interval frames of a cadence I-frame, the GOP is shrunk
10300
- # and/or stretched to the scene change I-frame. GOP stretch requires
10301
- # enabling lookahead as well as setting I-interval. The normal cadence
10302
- # resumes for the next GOP. This setting is only used when Scene
10303
- # Change Detect is enabled. Note: Maximum GOP stretch = GOP size +
10304
- # Min-I-interval - 1
10353
+ # Use this setting only when you also enable Scene change detection
10354
+ # (SceneChangeDetect). This setting determines how the encoder manages
10355
+ # the spacing between I-frames that it inserts as part of the I-frame
10356
+ # cadence and the I-frames that it inserts for Scene change detection.
10357
+ # We recommend that you have the transcoder automatically choose this
10358
+ # value for you based on characteristics of your input video. To
10359
+ # enable this automatic behavior, keep the default value by leaving
10360
+ # this setting out of your JSON job specification. In the console, do
10361
+ # this by keeping the default empty value. When you explicitly specify
10362
+ # a value for this setting, the encoder determines whether to skip a
10363
+ # cadence-driven I-frame by the value you set. For example, if you set
10364
+ # Min I interval (minIInterval) to 5 and a cadence-driven I-frame
10365
+ # would fall within 5 frames of a scene-change I-frame, then the
10366
+ # encoder skips the cadence-driven I-frame. In this way, one GOP is
10367
+ # shrunk slightly and one GOP is stretched slightly. When the
10368
+ # cadence-driven I-frames are farther from the scene-change I-frame
10369
+ # than the value you set, then the encoder leaves all I-frames in
10370
+ # place and the GOPs surrounding the scene change are smaller than the
10371
+ # usual cadence GOPs.
10305
10372
  # @return [Integer]
10306
10373
  #
10307
10374
  # @!attribute [rw] number_b_frames_between_reference_frames
@@ -13548,7 +13615,7 @@ module Aws::MediaConvert
13548
13615
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
13549
13616
  # gop_closed_cadence: 1,
13550
13617
  # gop_size: 1.0,
13551
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
13618
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
13552
13619
  # hrd_buffer_initial_fill_percentage: 1,
13553
13620
  # hrd_buffer_size: 1,
13554
13621
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -13593,7 +13660,7 @@ module Aws::MediaConvert
13593
13660
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
13594
13661
  # gop_closed_cadence: 1,
13595
13662
  # gop_size: 1.0,
13596
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
13663
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
13597
13664
  # hrd_buffer_initial_fill_percentage: 1,
13598
13665
  # hrd_buffer_size: 1,
13599
13666
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -14985,7 +15052,7 @@ module Aws::MediaConvert
14985
15052
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
14986
15053
  # gop_closed_cadence: 1,
14987
15054
  # gop_size: 1.0,
14988
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
15055
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
14989
15056
  # hrd_buffer_initial_fill_percentage: 1,
14990
15057
  # hrd_buffer_size: 1,
14991
15058
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -15030,7 +15097,7 @@ module Aws::MediaConvert
15030
15097
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
15031
15098
  # gop_closed_cadence: 1,
15032
15099
  # gop_size: 1.0,
15033
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
15100
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
15034
15101
  # hrd_buffer_initial_fill_percentage: 1,
15035
15102
  # hrd_buffer_size: 1,
15036
15103
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -17073,10 +17140,13 @@ module Aws::MediaConvert
17073
17140
  # @return [Integer]
17074
17141
  #
17075
17142
  # @!attribute [rw] gop_closed_cadence
17076
- # Frequency of closed GOPs. In streaming applications, it is
17077
- # recommended that this be set to 1 so a decoder joining mid-stream
17078
- # will receive an IDR frame as quickly as possible. Setting this value
17079
- # to 0 will break output segmenting.
17143
+ # Specify the relative frequency of open to closed GOPs in this
17144
+ # output. For example, if you want to allow four open GOPs and then
17145
+ # require a closed GOP, set this value to 5. When you create a
17146
+ # streaming output, we recommend that you keep the default value, 1,
17147
+ # so that players starting mid-stream receive an IDR frame as quickly
17148
+ # as possible. Don't set this value to 0; that would break output
17149
+ # segmenting.
17080
17150
  # @return [Integer]
17081
17151
  #
17082
17152
  # @!attribute [rw] gop_size
@@ -17132,14 +17202,20 @@ module Aws::MediaConvert
17132
17202
  # @return [Integer]
17133
17203
  #
17134
17204
  # @!attribute [rw] min_i_interval
17135
- # Enforces separation between repeated (cadence) I-frames and I-frames
17136
- # inserted by Scene Change Detection. If a scene change I-frame is
17137
- # within I-interval frames of a cadence I-frame, the GOP is shrunk
17138
- # and/or stretched to the scene change I-frame. GOP stretch requires
17139
- # enabling lookahead as well as setting I-interval. The normal cadence
17140
- # resumes for the next GOP. This setting is only used when Scene
17141
- # Change Detect is enabled. Note: Maximum GOP stretch = GOP size +
17142
- # Min-I-interval - 1
17205
+ # Use this setting only when you also enable Scene change detection
17206
+ # (SceneChangeDetect). This setting determines how the encoder manages
17207
+ # the spacing between I-frames that it inserts as part of the I-frame
17208
+ # cadence and the I-frames that it inserts for Scene change detection.
17209
+ # When you specify a value for this setting, the encoder determines
17210
+ # whether to skip a cadence-driven I-frame by the value you set. For
17211
+ # example, if you set Min I interval (minIInterval) to 5 and a
17212
+ # cadence-driven I-frame would fall within 5 frames of a scene-change
17213
+ # I-frame, then the encoder skips the cadence-driven I-frame. In this
17214
+ # way, one GOP is shrunk slightly and one GOP is stretched slightly.
17215
+ # When the cadence-driven I-frames are farther from the scene-change
17216
+ # I-frame than the value you set, then the encoder leaves all I-frames
17217
+ # in place and the GOPs surrounding the scene change are smaller than
17218
+ # the usual cadence GOPs.
17143
17219
  # @return [Integer]
17144
17220
  #
17145
17221
  # @!attribute [rw] number_b_frames_between_reference_frames
@@ -18484,7 +18560,7 @@ module Aws::MediaConvert
18484
18560
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
18485
18561
  # gop_closed_cadence: 1,
18486
18562
  # gop_size: 1.0,
18487
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
18563
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
18488
18564
  # hrd_buffer_initial_fill_percentage: 1,
18489
18565
  # hrd_buffer_size: 1,
18490
18566
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -18529,7 +18605,7 @@ module Aws::MediaConvert
18529
18605
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
18530
18606
  # gop_closed_cadence: 1,
18531
18607
  # gop_size: 1.0,
18532
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
18608
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
18533
18609
  # hrd_buffer_initial_fill_percentage: 1,
18534
18610
  # hrd_buffer_size: 1,
18535
18611
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -19605,7 +19681,7 @@ module Aws::MediaConvert
19605
19681
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
19606
19682
  # gop_closed_cadence: 1,
19607
19683
  # gop_size: 1.0,
19608
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
19684
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
19609
19685
  # hrd_buffer_initial_fill_percentage: 1,
19610
19686
  # hrd_buffer_size: 1,
19611
19687
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -19650,7 +19726,7 @@ module Aws::MediaConvert
19650
19726
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
19651
19727
  # gop_closed_cadence: 1,
19652
19728
  # gop_size: 1.0,
19653
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
19729
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
19654
19730
  # hrd_buffer_initial_fill_percentage: 1,
19655
19731
  # hrd_buffer_size: 1,
19656
19732
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -20851,7 +20927,7 @@ module Aws::MediaConvert
20851
20927
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
20852
20928
  # gop_closed_cadence: 1,
20853
20929
  # gop_size: 1.0,
20854
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
20930
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
20855
20931
  # hrd_buffer_initial_fill_percentage: 1,
20856
20932
  # hrd_buffer_size: 1,
20857
20933
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -20896,7 +20972,7 @@ module Aws::MediaConvert
20896
20972
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
20897
20973
  # gop_closed_cadence: 1,
20898
20974
  # gop_size: 1.0,
20899
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
20975
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
20900
20976
  # hrd_buffer_initial_fill_percentage: 1,
20901
20977
  # hrd_buffer_size: 1,
20902
20978
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -23423,7 +23499,7 @@ module Aws::MediaConvert
23423
23499
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
23424
23500
  # gop_closed_cadence: 1,
23425
23501
  # gop_size: 1.0,
23426
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
23502
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
23427
23503
  # hrd_buffer_initial_fill_percentage: 1,
23428
23504
  # hrd_buffer_size: 1,
23429
23505
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -23468,7 +23544,7 @@ module Aws::MediaConvert
23468
23544
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
23469
23545
  # gop_closed_cadence: 1,
23470
23546
  # gop_size: 1.0,
23471
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
23547
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
23472
23548
  # hrd_buffer_initial_fill_percentage: 1,
23473
23549
  # hrd_buffer_size: 1,
23474
23550
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -24255,7 +24331,7 @@ module Aws::MediaConvert
24255
24331
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
24256
24332
  # gop_closed_cadence: 1,
24257
24333
  # gop_size: 1.0,
24258
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
24334
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
24259
24335
  # hrd_buffer_initial_fill_percentage: 1,
24260
24336
  # hrd_buffer_size: 1,
24261
24337
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -24300,7 +24376,7 @@ module Aws::MediaConvert
24300
24376
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
24301
24377
  # gop_closed_cadence: 1,
24302
24378
  # gop_size: 1.0,
24303
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
24379
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
24304
24380
  # hrd_buffer_initial_fill_percentage: 1,
24305
24381
  # hrd_buffer_size: 1,
24306
24382
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -24900,7 +24976,7 @@ module Aws::MediaConvert
24900
24976
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
24901
24977
  # gop_closed_cadence: 1,
24902
24978
  # gop_size: 1.0,
24903
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
24979
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
24904
24980
  # hrd_buffer_initial_fill_percentage: 1,
24905
24981
  # hrd_buffer_size: 1,
24906
24982
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -24945,7 +25021,7 @@ module Aws::MediaConvert
24945
25021
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
24946
25022
  # gop_closed_cadence: 1,
24947
25023
  # gop_size: 1.0,
24948
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
25024
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
24949
25025
  # hrd_buffer_initial_fill_percentage: 1,
24950
25026
  # hrd_buffer_size: 1,
24951
25027
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -25259,7 +25335,7 @@ module Aws::MediaConvert
25259
25335
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
25260
25336
  # gop_closed_cadence: 1,
25261
25337
  # gop_size: 1.0,
25262
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
25338
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
25263
25339
  # hrd_buffer_initial_fill_percentage: 1,
25264
25340
  # hrd_buffer_size: 1,
25265
25341
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -25304,7 +25380,7 @@ module Aws::MediaConvert
25304
25380
  # gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
25305
25381
  # gop_closed_cadence: 1,
25306
25382
  # gop_size: 1.0,
25307
- # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
25383
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
25308
25384
  # hrd_buffer_initial_fill_percentage: 1,
25309
25385
  # hrd_buffer_size: 1,
25310
25386
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaConvert
50
50
 
51
- GEM_VERSION = '1.79.0'
51
+ GEM_VERSION = '1.80.0'
52
52
 
53
53
  end
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.79.0
4
+ version: 1.80.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core