aws-sdk-mediaconvert 1.153.0 → 1.154.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +25 -13
- data/lib/aws-sdk-mediaconvert/client_api.rb +3 -0
- data/lib/aws-sdk-mediaconvert/types.rb +82 -23
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +29 -19
- data/sig/types.rbs +7 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20b27dc172fd3bdeb8377dd9490bd5cf5b600f34f9d3b187f68000a69eef06ad
|
4
|
+
data.tar.gz: c6ed7dd483bf2ece854e7560700c1186e53900493c1abeaddc59546d4bd3e01a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e556e8601e1c49aa26124f9641259ade4e66dad692bdd4463f8409f230b18d06027012e7627b014c0d3f9cea8d76b630c29dc3f0175b34a8d757e7bb5dcab05
|
7
|
+
data.tar.gz: a5251a6dc068ddfa42a401c727075fccf380ebd614fac4c508822f78d4c9f4365c1b9db033ef939c6c13931a647c078b1977c8ca14e9b522fb9041bfc2988f0a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.154.0 (2025-03-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for AVC passthrough, the ability to specify PTS offset without padding, and an A/V segment matching feature.
|
8
|
+
|
4
9
|
1.153.0 (2025-02-28)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.154.0
|
@@ -979,6 +979,7 @@ module Aws::MediaConvert
|
|
979
979
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
980
980
|
# audio_frames_per_pes: 1,
|
981
981
|
# audio_pids: [1],
|
982
|
+
# audio_pts_offset_delta: 1,
|
982
983
|
# bitrate: 1,
|
983
984
|
# buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
|
984
985
|
# data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
|
@@ -1017,7 +1018,7 @@ module Aws::MediaConvert
|
|
1017
1018
|
# private_metadata_pid: 1,
|
1018
1019
|
# program_number: 1,
|
1019
1020
|
# pts_offset: 1,
|
1020
|
-
# pts_offset_mode: "AUTO", # accepts AUTO, SECONDS
|
1021
|
+
# pts_offset_mode: "AUTO", # accepts AUTO, SECONDS, MILLISECONDS
|
1021
1022
|
# rate_mode: "VBR", # accepts VBR, CBR
|
1022
1023
|
# scte_35_esam: {
|
1023
1024
|
# scte_35_esam_pid: 1,
|
@@ -1035,6 +1036,7 @@ module Aws::MediaConvert
|
|
1035
1036
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
1036
1037
|
# audio_frames_per_pes: 1,
|
1037
1038
|
# audio_pids: [1],
|
1039
|
+
# audio_pts_offset_delta: 1,
|
1038
1040
|
# data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
|
1039
1041
|
# max_pcr_interval: 1,
|
1040
1042
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -1046,7 +1048,7 @@ module Aws::MediaConvert
|
|
1046
1048
|
# private_metadata_pid: 1,
|
1047
1049
|
# program_number: 1,
|
1048
1050
|
# pts_offset: 1,
|
1049
|
-
# pts_offset_mode: "AUTO", # accepts AUTO, SECONDS
|
1051
|
+
# pts_offset_mode: "AUTO", # accepts AUTO, SECONDS, MILLISECONDS
|
1050
1052
|
# scte_35_pid: 1,
|
1051
1053
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
1052
1054
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -1736,6 +1738,7 @@ module Aws::MediaConvert
|
|
1736
1738
|
# resp.preset.settings.container_settings.m2ts_settings.audio_frames_per_pes #=> Integer
|
1737
1739
|
# resp.preset.settings.container_settings.m2ts_settings.audio_pids #=> Array
|
1738
1740
|
# resp.preset.settings.container_settings.m2ts_settings.audio_pids[0] #=> Integer
|
1741
|
+
# resp.preset.settings.container_settings.m2ts_settings.audio_pts_offset_delta #=> Integer
|
1739
1742
|
# resp.preset.settings.container_settings.m2ts_settings.bitrate #=> Integer
|
1740
1743
|
# resp.preset.settings.container_settings.m2ts_settings.buffer_model #=> String, one of "MULTIPLEX", "NONE"
|
1741
1744
|
# resp.preset.settings.container_settings.m2ts_settings.data_pts_control #=> String, one of "AUTO", "ALIGN_TO_VIDEO"
|
@@ -1769,7 +1772,7 @@ module Aws::MediaConvert
|
|
1769
1772
|
# resp.preset.settings.container_settings.m2ts_settings.private_metadata_pid #=> Integer
|
1770
1773
|
# resp.preset.settings.container_settings.m2ts_settings.program_number #=> Integer
|
1771
1774
|
# resp.preset.settings.container_settings.m2ts_settings.pts_offset #=> Integer
|
1772
|
-
# resp.preset.settings.container_settings.m2ts_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS"
|
1775
|
+
# resp.preset.settings.container_settings.m2ts_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS", "MILLISECONDS"
|
1773
1776
|
# resp.preset.settings.container_settings.m2ts_settings.rate_mode #=> String, one of "VBR", "CBR"
|
1774
1777
|
# resp.preset.settings.container_settings.m2ts_settings.scte_35_esam.scte_35_esam_pid #=> Integer
|
1775
1778
|
# resp.preset.settings.container_settings.m2ts_settings.scte_35_pid #=> Integer
|
@@ -1784,6 +1787,7 @@ module Aws::MediaConvert
|
|
1784
1787
|
# resp.preset.settings.container_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
|
1785
1788
|
# resp.preset.settings.container_settings.m3u_8_settings.audio_pids #=> Array
|
1786
1789
|
# resp.preset.settings.container_settings.m3u_8_settings.audio_pids[0] #=> Integer
|
1790
|
+
# resp.preset.settings.container_settings.m3u_8_settings.audio_pts_offset_delta #=> Integer
|
1787
1791
|
# resp.preset.settings.container_settings.m3u_8_settings.data_pts_control #=> String, one of "AUTO", "ALIGN_TO_VIDEO"
|
1788
1792
|
# resp.preset.settings.container_settings.m3u_8_settings.max_pcr_interval #=> Integer
|
1789
1793
|
# resp.preset.settings.container_settings.m3u_8_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
|
@@ -1795,7 +1799,7 @@ module Aws::MediaConvert
|
|
1795
1799
|
# resp.preset.settings.container_settings.m3u_8_settings.private_metadata_pid #=> Integer
|
1796
1800
|
# resp.preset.settings.container_settings.m3u_8_settings.program_number #=> Integer
|
1797
1801
|
# resp.preset.settings.container_settings.m3u_8_settings.pts_offset #=> Integer
|
1798
|
-
# resp.preset.settings.container_settings.m3u_8_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS"
|
1802
|
+
# resp.preset.settings.container_settings.m3u_8_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS", "MILLISECONDS"
|
1799
1803
|
# resp.preset.settings.container_settings.m3u_8_settings.scte_35_pid #=> Integer
|
1800
1804
|
# resp.preset.settings.container_settings.m3u_8_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
1801
1805
|
# resp.preset.settings.container_settings.m3u_8_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
@@ -2719,6 +2723,7 @@ module Aws::MediaConvert
|
|
2719
2723
|
# resp.preset.settings.container_settings.m2ts_settings.audio_frames_per_pes #=> Integer
|
2720
2724
|
# resp.preset.settings.container_settings.m2ts_settings.audio_pids #=> Array
|
2721
2725
|
# resp.preset.settings.container_settings.m2ts_settings.audio_pids[0] #=> Integer
|
2726
|
+
# resp.preset.settings.container_settings.m2ts_settings.audio_pts_offset_delta #=> Integer
|
2722
2727
|
# resp.preset.settings.container_settings.m2ts_settings.bitrate #=> Integer
|
2723
2728
|
# resp.preset.settings.container_settings.m2ts_settings.buffer_model #=> String, one of "MULTIPLEX", "NONE"
|
2724
2729
|
# resp.preset.settings.container_settings.m2ts_settings.data_pts_control #=> String, one of "AUTO", "ALIGN_TO_VIDEO"
|
@@ -2752,7 +2757,7 @@ module Aws::MediaConvert
|
|
2752
2757
|
# resp.preset.settings.container_settings.m2ts_settings.private_metadata_pid #=> Integer
|
2753
2758
|
# resp.preset.settings.container_settings.m2ts_settings.program_number #=> Integer
|
2754
2759
|
# resp.preset.settings.container_settings.m2ts_settings.pts_offset #=> Integer
|
2755
|
-
# resp.preset.settings.container_settings.m2ts_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS"
|
2760
|
+
# resp.preset.settings.container_settings.m2ts_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS", "MILLISECONDS"
|
2756
2761
|
# resp.preset.settings.container_settings.m2ts_settings.rate_mode #=> String, one of "VBR", "CBR"
|
2757
2762
|
# resp.preset.settings.container_settings.m2ts_settings.scte_35_esam.scte_35_esam_pid #=> Integer
|
2758
2763
|
# resp.preset.settings.container_settings.m2ts_settings.scte_35_pid #=> Integer
|
@@ -2767,6 +2772,7 @@ module Aws::MediaConvert
|
|
2767
2772
|
# resp.preset.settings.container_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
|
2768
2773
|
# resp.preset.settings.container_settings.m3u_8_settings.audio_pids #=> Array
|
2769
2774
|
# resp.preset.settings.container_settings.m3u_8_settings.audio_pids[0] #=> Integer
|
2775
|
+
# resp.preset.settings.container_settings.m3u_8_settings.audio_pts_offset_delta #=> Integer
|
2770
2776
|
# resp.preset.settings.container_settings.m3u_8_settings.data_pts_control #=> String, one of "AUTO", "ALIGN_TO_VIDEO"
|
2771
2777
|
# resp.preset.settings.container_settings.m3u_8_settings.max_pcr_interval #=> Integer
|
2772
2778
|
# resp.preset.settings.container_settings.m3u_8_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
|
@@ -2778,7 +2784,7 @@ module Aws::MediaConvert
|
|
2778
2784
|
# resp.preset.settings.container_settings.m3u_8_settings.private_metadata_pid #=> Integer
|
2779
2785
|
# resp.preset.settings.container_settings.m3u_8_settings.program_number #=> Integer
|
2780
2786
|
# resp.preset.settings.container_settings.m3u_8_settings.pts_offset #=> Integer
|
2781
|
-
# resp.preset.settings.container_settings.m3u_8_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS"
|
2787
|
+
# resp.preset.settings.container_settings.m3u_8_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS", "MILLISECONDS"
|
2782
2788
|
# resp.preset.settings.container_settings.m3u_8_settings.scte_35_pid #=> Integer
|
2783
2789
|
# resp.preset.settings.container_settings.m3u_8_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
2784
2790
|
# resp.preset.settings.container_settings.m3u_8_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
@@ -3570,6 +3576,7 @@ module Aws::MediaConvert
|
|
3570
3576
|
# resp.presets[0].settings.container_settings.m2ts_settings.audio_frames_per_pes #=> Integer
|
3571
3577
|
# resp.presets[0].settings.container_settings.m2ts_settings.audio_pids #=> Array
|
3572
3578
|
# resp.presets[0].settings.container_settings.m2ts_settings.audio_pids[0] #=> Integer
|
3579
|
+
# resp.presets[0].settings.container_settings.m2ts_settings.audio_pts_offset_delta #=> Integer
|
3573
3580
|
# resp.presets[0].settings.container_settings.m2ts_settings.bitrate #=> Integer
|
3574
3581
|
# resp.presets[0].settings.container_settings.m2ts_settings.buffer_model #=> String, one of "MULTIPLEX", "NONE"
|
3575
3582
|
# resp.presets[0].settings.container_settings.m2ts_settings.data_pts_control #=> String, one of "AUTO", "ALIGN_TO_VIDEO"
|
@@ -3603,7 +3610,7 @@ module Aws::MediaConvert
|
|
3603
3610
|
# resp.presets[0].settings.container_settings.m2ts_settings.private_metadata_pid #=> Integer
|
3604
3611
|
# resp.presets[0].settings.container_settings.m2ts_settings.program_number #=> Integer
|
3605
3612
|
# resp.presets[0].settings.container_settings.m2ts_settings.pts_offset #=> Integer
|
3606
|
-
# resp.presets[0].settings.container_settings.m2ts_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS"
|
3613
|
+
# resp.presets[0].settings.container_settings.m2ts_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS", "MILLISECONDS"
|
3607
3614
|
# resp.presets[0].settings.container_settings.m2ts_settings.rate_mode #=> String, one of "VBR", "CBR"
|
3608
3615
|
# resp.presets[0].settings.container_settings.m2ts_settings.scte_35_esam.scte_35_esam_pid #=> Integer
|
3609
3616
|
# resp.presets[0].settings.container_settings.m2ts_settings.scte_35_pid #=> Integer
|
@@ -3618,6 +3625,7 @@ module Aws::MediaConvert
|
|
3618
3625
|
# resp.presets[0].settings.container_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
|
3619
3626
|
# resp.presets[0].settings.container_settings.m3u_8_settings.audio_pids #=> Array
|
3620
3627
|
# resp.presets[0].settings.container_settings.m3u_8_settings.audio_pids[0] #=> Integer
|
3628
|
+
# resp.presets[0].settings.container_settings.m3u_8_settings.audio_pts_offset_delta #=> Integer
|
3621
3629
|
# resp.presets[0].settings.container_settings.m3u_8_settings.data_pts_control #=> String, one of "AUTO", "ALIGN_TO_VIDEO"
|
3622
3630
|
# resp.presets[0].settings.container_settings.m3u_8_settings.max_pcr_interval #=> Integer
|
3623
3631
|
# resp.presets[0].settings.container_settings.m3u_8_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
|
@@ -3629,7 +3637,7 @@ module Aws::MediaConvert
|
|
3629
3637
|
# resp.presets[0].settings.container_settings.m3u_8_settings.private_metadata_pid #=> Integer
|
3630
3638
|
# resp.presets[0].settings.container_settings.m3u_8_settings.program_number #=> Integer
|
3631
3639
|
# resp.presets[0].settings.container_settings.m3u_8_settings.pts_offset #=> Integer
|
3632
|
-
# resp.presets[0].settings.container_settings.m3u_8_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS"
|
3640
|
+
# resp.presets[0].settings.container_settings.m3u_8_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS", "MILLISECONDS"
|
3633
3641
|
# resp.presets[0].settings.container_settings.m3u_8_settings.scte_35_pid #=> Integer
|
3634
3642
|
# resp.presets[0].settings.container_settings.m3u_8_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
3635
3643
|
# resp.presets[0].settings.container_settings.m3u_8_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
@@ -4730,6 +4738,7 @@ module Aws::MediaConvert
|
|
4730
4738
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4731
4739
|
# audio_frames_per_pes: 1,
|
4732
4740
|
# audio_pids: [1],
|
4741
|
+
# audio_pts_offset_delta: 1,
|
4733
4742
|
# bitrate: 1,
|
4734
4743
|
# buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
|
4735
4744
|
# data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
|
@@ -4768,7 +4777,7 @@ module Aws::MediaConvert
|
|
4768
4777
|
# private_metadata_pid: 1,
|
4769
4778
|
# program_number: 1,
|
4770
4779
|
# pts_offset: 1,
|
4771
|
-
# pts_offset_mode: "AUTO", # accepts AUTO, SECONDS
|
4780
|
+
# pts_offset_mode: "AUTO", # accepts AUTO, SECONDS, MILLISECONDS
|
4772
4781
|
# rate_mode: "VBR", # accepts VBR, CBR
|
4773
4782
|
# scte_35_esam: {
|
4774
4783
|
# scte_35_esam_pid: 1,
|
@@ -4786,6 +4795,7 @@ module Aws::MediaConvert
|
|
4786
4795
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4787
4796
|
# audio_frames_per_pes: 1,
|
4788
4797
|
# audio_pids: [1],
|
4798
|
+
# audio_pts_offset_delta: 1,
|
4789
4799
|
# data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
|
4790
4800
|
# max_pcr_interval: 1,
|
4791
4801
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -4797,7 +4807,7 @@ module Aws::MediaConvert
|
|
4797
4807
|
# private_metadata_pid: 1,
|
4798
4808
|
# program_number: 1,
|
4799
4809
|
# pts_offset: 1,
|
4800
|
-
# pts_offset_mode: "AUTO", # accepts AUTO, SECONDS
|
4810
|
+
# pts_offset_mode: "AUTO", # accepts AUTO, SECONDS, MILLISECONDS
|
4801
4811
|
# scte_35_pid: 1,
|
4802
4812
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
4803
4813
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -5484,6 +5494,7 @@ module Aws::MediaConvert
|
|
5484
5494
|
# resp.preset.settings.container_settings.m2ts_settings.audio_frames_per_pes #=> Integer
|
5485
5495
|
# resp.preset.settings.container_settings.m2ts_settings.audio_pids #=> Array
|
5486
5496
|
# resp.preset.settings.container_settings.m2ts_settings.audio_pids[0] #=> Integer
|
5497
|
+
# resp.preset.settings.container_settings.m2ts_settings.audio_pts_offset_delta #=> Integer
|
5487
5498
|
# resp.preset.settings.container_settings.m2ts_settings.bitrate #=> Integer
|
5488
5499
|
# resp.preset.settings.container_settings.m2ts_settings.buffer_model #=> String, one of "MULTIPLEX", "NONE"
|
5489
5500
|
# resp.preset.settings.container_settings.m2ts_settings.data_pts_control #=> String, one of "AUTO", "ALIGN_TO_VIDEO"
|
@@ -5517,7 +5528,7 @@ module Aws::MediaConvert
|
|
5517
5528
|
# resp.preset.settings.container_settings.m2ts_settings.private_metadata_pid #=> Integer
|
5518
5529
|
# resp.preset.settings.container_settings.m2ts_settings.program_number #=> Integer
|
5519
5530
|
# resp.preset.settings.container_settings.m2ts_settings.pts_offset #=> Integer
|
5520
|
-
# resp.preset.settings.container_settings.m2ts_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS"
|
5531
|
+
# resp.preset.settings.container_settings.m2ts_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS", "MILLISECONDS"
|
5521
5532
|
# resp.preset.settings.container_settings.m2ts_settings.rate_mode #=> String, one of "VBR", "CBR"
|
5522
5533
|
# resp.preset.settings.container_settings.m2ts_settings.scte_35_esam.scte_35_esam_pid #=> Integer
|
5523
5534
|
# resp.preset.settings.container_settings.m2ts_settings.scte_35_pid #=> Integer
|
@@ -5532,6 +5543,7 @@ module Aws::MediaConvert
|
|
5532
5543
|
# resp.preset.settings.container_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
|
5533
5544
|
# resp.preset.settings.container_settings.m3u_8_settings.audio_pids #=> Array
|
5534
5545
|
# resp.preset.settings.container_settings.m3u_8_settings.audio_pids[0] #=> Integer
|
5546
|
+
# resp.preset.settings.container_settings.m3u_8_settings.audio_pts_offset_delta #=> Integer
|
5535
5547
|
# resp.preset.settings.container_settings.m3u_8_settings.data_pts_control #=> String, one of "AUTO", "ALIGN_TO_VIDEO"
|
5536
5548
|
# resp.preset.settings.container_settings.m3u_8_settings.max_pcr_interval #=> Integer
|
5537
5549
|
# resp.preset.settings.container_settings.m3u_8_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
|
@@ -5543,7 +5555,7 @@ module Aws::MediaConvert
|
|
5543
5555
|
# resp.preset.settings.container_settings.m3u_8_settings.private_metadata_pid #=> Integer
|
5544
5556
|
# resp.preset.settings.container_settings.m3u_8_settings.program_number #=> Integer
|
5545
5557
|
# resp.preset.settings.container_settings.m3u_8_settings.pts_offset #=> Integer
|
5546
|
-
# resp.preset.settings.container_settings.m3u_8_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS"
|
5558
|
+
# resp.preset.settings.container_settings.m3u_8_settings.pts_offset_mode #=> String, one of "AUTO", "SECONDS", "MILLISECONDS"
|
5547
5559
|
# resp.preset.settings.container_settings.m3u_8_settings.scte_35_pid #=> Integer
|
5548
5560
|
# resp.preset.settings.container_settings.m3u_8_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
5549
5561
|
# resp.preset.settings.container_settings.m3u_8_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
@@ -6023,7 +6035,7 @@ module Aws::MediaConvert
|
|
6023
6035
|
tracer: tracer
|
6024
6036
|
)
|
6025
6037
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
6026
|
-
context[:gem_version] = '1.
|
6038
|
+
context[:gem_version] = '1.154.0'
|
6027
6039
|
Seahorse::Client::Request.new(handlers, context)
|
6028
6040
|
end
|
6029
6041
|
|
@@ -824,6 +824,7 @@ module Aws::MediaConvert
|
|
824
824
|
__integerMin90Max105 = Shapes::IntegerShape.new(name: '__integerMin90Max105')
|
825
825
|
__integerMin920Max1023 = Shapes::IntegerShape.new(name: '__integerMin920Max1023')
|
826
826
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
827
|
+
__integerMinNegative10000Max10000 = Shapes::IntegerShape.new(name: '__integerMinNegative10000Max10000')
|
827
828
|
__integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
|
828
829
|
__integerMinNegative180Max180 = Shapes::IntegerShape.new(name: '__integerMinNegative180Max180')
|
829
830
|
__integerMinNegative1Max10 = Shapes::IntegerShape.new(name: '__integerMinNegative1Max10')
|
@@ -2139,6 +2140,7 @@ module Aws::MediaConvert
|
|
2139
2140
|
M2tsSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: M2tsAudioDuration, location_name: "audioDuration"))
|
2140
2141
|
M2tsSettings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "audioFramesPerPes"))
|
2141
2142
|
M2tsSettings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __listOf__integerMin32Max8182, location_name: "audioPids"))
|
2143
|
+
M2tsSettings.add_member(:audio_pts_offset_delta, Shapes::ShapeRef.new(shape: __integerMinNegative10000Max10000, location_name: "audioPtsOffsetDelta"))
|
2142
2144
|
M2tsSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "bitrate"))
|
2143
2145
|
M2tsSettings.add_member(:buffer_model, Shapes::ShapeRef.new(shape: M2tsBufferModel, location_name: "bufferModel"))
|
2144
2146
|
M2tsSettings.add_member(:data_pts_control, Shapes::ShapeRef.new(shape: M2tsDataPtsControl, location_name: "dataPTSControl"))
|
@@ -2182,6 +2184,7 @@ module Aws::MediaConvert
|
|
2182
2184
|
M3u8Settings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: M3u8AudioDuration, location_name: "audioDuration"))
|
2183
2185
|
M3u8Settings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "audioFramesPerPes"))
|
2184
2186
|
M3u8Settings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __listOf__integerMin32Max8182, location_name: "audioPids"))
|
2187
|
+
M3u8Settings.add_member(:audio_pts_offset_delta, Shapes::ShapeRef.new(shape: __integerMinNegative10000Max10000, location_name: "audioPtsOffsetDelta"))
|
2185
2188
|
M3u8Settings.add_member(:data_pts_control, Shapes::ShapeRef.new(shape: M3u8DataPtsControl, location_name: "dataPTSControl"))
|
2186
2189
|
M3u8Settings.add_member(:max_pcr_interval, Shapes::ShapeRef.new(shape: __integerMin0Max500, location_name: "maxPcrInterval"))
|
2187
2190
|
M3u8Settings.add_member(:nielsen_id_3, Shapes::ShapeRef.new(shape: M3u8NielsenId3, location_name: "nielsenId3"))
|
@@ -2398,11 +2398,25 @@ module Aws::MediaConvert
|
|
2398
2398
|
# @return [Integer]
|
2399
2399
|
#
|
2400
2400
|
# @!attribute [rw] segment_length_control
|
2401
|
-
# Specify how you want MediaConvert to determine
|
2402
|
-
#
|
2403
|
-
#
|
2404
|
-
# I-frames
|
2405
|
-
#
|
2401
|
+
# Specify how you want MediaConvert to determine segment lengths in
|
2402
|
+
# this output group. To use the exact value that you specify under
|
2403
|
+
# Segment length: Choose Exact. Note that this might result in
|
2404
|
+
# additional I-frames in the output GOP. To create segment lengths
|
2405
|
+
# that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert
|
2406
|
+
# will round up the segment lengths to match the next GOP boundary. To
|
2407
|
+
# have MediaConvert automatically determine a segment duration that is
|
2408
|
+
# a multiple of both the audio packets and the frame rates: Choose
|
2409
|
+
# Match. When you do, also specify a target segment duration under
|
2410
|
+
# Segment length. This is useful for some ad-insertion or segment
|
2411
|
+
# replacement workflows. Note that Match has the following
|
2412
|
+
# requirements: - Output containers: Include at least one video output
|
2413
|
+
# and at least one audio output. Audio-only outputs are not supported.
|
2414
|
+
# - Output frame rate: Follow source is not supported. - Multiple
|
2415
|
+
# output frame rates: When you specify multiple outputs, we recommend
|
2416
|
+
# they share a similar frame rate (as in X/3, X/2, X, or 2X). For
|
2417
|
+
# example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an
|
2418
|
+
# integer multiple.) - Output audio codec: Specify Advanced Audio
|
2419
|
+
# Coding (AAC). - Output sample rate: Choose 48kHz.
|
2406
2420
|
# @return [String]
|
2407
2421
|
#
|
2408
2422
|
# @!attribute [rw] stream_inf_resolution
|
@@ -3609,11 +3623,25 @@ module Aws::MediaConvert
|
|
3609
3623
|
# @return [Integer]
|
3610
3624
|
#
|
3611
3625
|
# @!attribute [rw] segment_length_control
|
3612
|
-
# Specify how you want MediaConvert to determine
|
3613
|
-
#
|
3614
|
-
#
|
3615
|
-
# I-frames
|
3616
|
-
#
|
3626
|
+
# Specify how you want MediaConvert to determine segment lengths in
|
3627
|
+
# this output group. To use the exact value that you specify under
|
3628
|
+
# Segment length: Choose Exact. Note that this might result in
|
3629
|
+
# additional I-frames in the output GOP. To create segment lengths
|
3630
|
+
# that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert
|
3631
|
+
# will round up the segment lengths to match the next GOP boundary. To
|
3632
|
+
# have MediaConvert automatically determine a segment duration that is
|
3633
|
+
# a multiple of both the audio packets and the frame rates: Choose
|
3634
|
+
# Match. When you do, also specify a target segment duration under
|
3635
|
+
# Segment length. This is useful for some ad-insertion or segment
|
3636
|
+
# replacement workflows. Note that Match has the following
|
3637
|
+
# requirements: - Output containers: Include at least one video output
|
3638
|
+
# and at least one audio output. Audio-only outputs are not supported.
|
3639
|
+
# - Output frame rate: Follow source is not supported. - Multiple
|
3640
|
+
# output frame rates: When you specify multiple outputs, we recommend
|
3641
|
+
# they share a similar frame rate (as in X/3, X/2, X, or 2X). For
|
3642
|
+
# example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an
|
3643
|
+
# integer multiple.) - Output audio codec: Specify Advanced Audio
|
3644
|
+
# Coding (AAC). - Output sample rate: Choose 48kHz.
|
3617
3645
|
# @return [String]
|
3618
3646
|
#
|
3619
3647
|
# @!attribute [rw] video_composition_offsets
|
@@ -7120,11 +7148,25 @@ module Aws::MediaConvert
|
|
7120
7148
|
# @return [Integer]
|
7121
7149
|
#
|
7122
7150
|
# @!attribute [rw] segment_length_control
|
7123
|
-
# Specify how you want MediaConvert to determine
|
7124
|
-
#
|
7125
|
-
#
|
7126
|
-
# I-frames
|
7127
|
-
#
|
7151
|
+
# Specify how you want MediaConvert to determine segment lengths in
|
7152
|
+
# this output group. To use the exact value that you specify under
|
7153
|
+
# Segment length: Choose Exact. Note that this might result in
|
7154
|
+
# additional I-frames in the output GOP. To create segment lengths
|
7155
|
+
# that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert
|
7156
|
+
# will round up the segment lengths to match the next GOP boundary. To
|
7157
|
+
# have MediaConvert automatically determine a segment duration that is
|
7158
|
+
# a multiple of both the audio packets and the frame rates: Choose
|
7159
|
+
# Match. When you do, also specify a target segment duration under
|
7160
|
+
# Segment length. This is useful for some ad-insertion or segment
|
7161
|
+
# replacement workflows. Note that Match has the following
|
7162
|
+
# requirements: - Output containers: Include at least one video output
|
7163
|
+
# and at least one audio output. Audio-only outputs are not supported.
|
7164
|
+
# - Output frame rate: Follow source is not supported. - Multiple
|
7165
|
+
# output frame rates: When you specify multiple outputs, we recommend
|
7166
|
+
# they share a similar frame rate (as in X/3, X/2, X, or 2X). For
|
7167
|
+
# example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an
|
7168
|
+
# integer multiple.) - Output audio codec: Specify Advanced Audio
|
7169
|
+
# Coding (AAC). - Output sample rate: Choose 48kHz.
|
7128
7170
|
# @return [String]
|
7129
7171
|
#
|
7130
7172
|
# @!attribute [rw] segments_per_subdirectory
|
@@ -9357,6 +9399,13 @@ module Aws::MediaConvert
|
|
9357
9399
|
# array. Default is the range 482-492.
|
9358
9400
|
# @return [Array<Integer>]
|
9359
9401
|
#
|
9402
|
+
# @!attribute [rw] audio_pts_offset_delta
|
9403
|
+
# Manually specify the difference in PTS offset that will be applied
|
9404
|
+
# to the audio track, in seconds or milliseconds, when you set PTS
|
9405
|
+
# offset to Seconds or Milliseconds. Enter an integer from -10000 to
|
9406
|
+
# 10000. Leave blank to keep the default value 0.
|
9407
|
+
# @return [Integer]
|
9408
|
+
#
|
9360
9409
|
# @!attribute [rw] bitrate
|
9361
9410
|
# Specify the output bitrate of the transport stream in bits per
|
9362
9411
|
# second. Setting to 0 lets the muxer automatically determine the
|
@@ -9537,7 +9586,8 @@ module Aws::MediaConvert
|
|
9537
9586
|
# initial PTS will be at least two seconds and vary depending on your
|
9538
9587
|
# output's bitrate, HRD buffer size and HRD buffer initial fill
|
9539
9588
|
# percentage. To manually specify an initial PTS offset: Choose
|
9540
|
-
# Seconds. Then specify the number of seconds
|
9589
|
+
# Seconds or Milliseconds. Then specify the number of seconds or
|
9590
|
+
# milliseconds with PTS offset.
|
9541
9591
|
# @return [String]
|
9542
9592
|
#
|
9543
9593
|
# @!attribute [rw] rate_mode
|
@@ -9626,6 +9676,7 @@ module Aws::MediaConvert
|
|
9626
9676
|
:audio_duration,
|
9627
9677
|
:audio_frames_per_pes,
|
9628
9678
|
:audio_pids,
|
9679
|
+
:audio_pts_offset_delta,
|
9629
9680
|
:bitrate,
|
9630
9681
|
:buffer_model,
|
9631
9682
|
:data_pts_control,
|
@@ -9699,6 +9750,13 @@ module Aws::MediaConvert
|
|
9699
9750
|
# in ranges and/or by comma separation.
|
9700
9751
|
# @return [Array<Integer>]
|
9701
9752
|
#
|
9753
|
+
# @!attribute [rw] audio_pts_offset_delta
|
9754
|
+
# Manually specify the difference in PTS offset that will be applied
|
9755
|
+
# to the audio track, in seconds or milliseconds, when you set PTS
|
9756
|
+
# offset to Seconds or Milliseconds. Enter an integer from -10000 to
|
9757
|
+
# 10000. Leave blank to keep the default value 0.
|
9758
|
+
# @return [Integer]
|
9759
|
+
#
|
9702
9760
|
# @!attribute [rw] data_pts_control
|
9703
9761
|
# If you select ALIGN\_TO\_VIDEO, MediaConvert writes captions and
|
9704
9762
|
# data packets with Presentation Timestamp (PTS) values greater than
|
@@ -9769,7 +9827,8 @@ module Aws::MediaConvert
|
|
9769
9827
|
# initial PTS will be at least two seconds and vary depending on your
|
9770
9828
|
# output's bitrate, HRD buffer size and HRD buffer initial fill
|
9771
9829
|
# percentage. To manually specify an initial PTS offset: Choose
|
9772
|
-
# Seconds. Then specify the number of seconds
|
9830
|
+
# Seconds or Milliseconds. Then specify the number of seconds or
|
9831
|
+
# milliseconds with PTS offset.
|
9773
9832
|
# @return [String]
|
9774
9833
|
#
|
9775
9834
|
# @!attribute [rw] scte_35_pid
|
@@ -9816,6 +9875,7 @@ module Aws::MediaConvert
|
|
9816
9875
|
:audio_duration,
|
9817
9876
|
:audio_frames_per_pes,
|
9818
9877
|
:audio_pids,
|
9878
|
+
:audio_pts_offset_delta,
|
9819
9879
|
:data_pts_control,
|
9820
9880
|
:max_pcr_interval,
|
9821
9881
|
:nielsen_id_3,
|
@@ -12477,8 +12537,8 @@ module Aws::MediaConvert
|
|
12477
12537
|
#
|
12478
12538
|
# @!attribute [rw] system_ids
|
12479
12539
|
# Relates to SPEKE implementation. DRM system identifiers. DASH output
|
12480
|
-
# groups support a max of two system ids.
|
12481
|
-
# one system id. See
|
12540
|
+
# groups support a max of two system ids. HLS output groups support a
|
12541
|
+
# max of 3 system ids. Other group types support one system id. See
|
12482
12542
|
# https://dashif.org/identifiers/content\_protection/ for more
|
12483
12543
|
# details.
|
12484
12544
|
# @return [Array<String>]
|
@@ -12529,10 +12589,9 @@ module Aws::MediaConvert
|
|
12529
12589
|
# @return [Types::EncryptionContractConfiguration]
|
12530
12590
|
#
|
12531
12591
|
# @!attribute [rw] hls_signaled_system_ids
|
12532
|
-
# Specify
|
12533
|
-
# that MediaConvert creates as part of this CMAF package.
|
12534
|
-
#
|
12535
|
-
# information, see
|
12592
|
+
# Specify up to 3 DRM system IDs that you want signaled in the HLS
|
12593
|
+
# manifest that MediaConvert creates as part of this CMAF package. For
|
12594
|
+
# more information, see
|
12536
12595
|
# https://dashif.org/identifiers/content\_protection/.
|
12537
12596
|
# @return [Array<String>]
|
12538
12597
|
#
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -517,7 +517,7 @@ module Aws
|
|
517
517
|
pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
|
518
518
|
segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
|
519
519
|
segment_length: ::Integer?,
|
520
|
-
segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
|
520
|
+
segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
|
521
521
|
stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
|
522
522
|
target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
|
523
523
|
video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
|
@@ -581,7 +581,7 @@ module Aws
|
|
581
581
|
pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
|
582
582
|
segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
|
583
583
|
segment_length: ::Integer?,
|
584
|
-
segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
|
584
|
+
segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
|
585
585
|
video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
|
586
586
|
write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")?
|
587
587
|
}?,
|
@@ -680,7 +680,7 @@ module Aws
|
|
680
680
|
progressive_write_hls_manifest: ("ENABLED" | "DISABLED")?,
|
681
681
|
segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
|
682
682
|
segment_length: ::Integer?,
|
683
|
-
segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
|
683
|
+
segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
|
684
684
|
segments_per_subdirectory: ::Integer?,
|
685
685
|
stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
|
686
686
|
target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
|
@@ -997,6 +997,7 @@ module Aws
|
|
997
997
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
998
998
|
audio_frames_per_pes: ::Integer?,
|
999
999
|
audio_pids: Array[::Integer]?,
|
1000
|
+
audio_pts_offset_delta: ::Integer?,
|
1000
1001
|
bitrate: ::Integer?,
|
1001
1002
|
buffer_model: ("MULTIPLEX" | "NONE")?,
|
1002
1003
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
@@ -1035,7 +1036,7 @@ module Aws
|
|
1035
1036
|
private_metadata_pid: ::Integer?,
|
1036
1037
|
program_number: ::Integer?,
|
1037
1038
|
pts_offset: ::Integer?,
|
1038
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
1039
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
1039
1040
|
rate_mode: ("VBR" | "CBR")?,
|
1040
1041
|
scte_35_esam: {
|
1041
1042
|
scte_35_esam_pid: ::Integer?
|
@@ -1053,6 +1054,7 @@ module Aws
|
|
1053
1054
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
1054
1055
|
audio_frames_per_pes: ::Integer?,
|
1055
1056
|
audio_pids: Array[::Integer]?,
|
1057
|
+
audio_pts_offset_delta: ::Integer?,
|
1056
1058
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
1057
1059
|
max_pcr_interval: ::Integer?,
|
1058
1060
|
nielsen_id_3: ("INSERT" | "NONE")?,
|
@@ -1064,7 +1066,7 @@ module Aws
|
|
1064
1066
|
private_metadata_pid: ::Integer?,
|
1065
1067
|
program_number: ::Integer?,
|
1066
1068
|
pts_offset: ::Integer?,
|
1067
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
1069
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
1068
1070
|
scte_35_pid: ::Integer?,
|
1069
1071
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
1070
1072
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
@@ -1981,7 +1983,7 @@ module Aws
|
|
1981
1983
|
pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
|
1982
1984
|
segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
|
1983
1985
|
segment_length: ::Integer?,
|
1984
|
-
segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
|
1986
|
+
segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
|
1985
1987
|
stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
|
1986
1988
|
target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
|
1987
1989
|
video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
|
@@ -2045,7 +2047,7 @@ module Aws
|
|
2045
2047
|
pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
|
2046
2048
|
segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
|
2047
2049
|
segment_length: ::Integer?,
|
2048
|
-
segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
|
2050
|
+
segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
|
2049
2051
|
video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
|
2050
2052
|
write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")?
|
2051
2053
|
}?,
|
@@ -2144,7 +2146,7 @@ module Aws
|
|
2144
2146
|
progressive_write_hls_manifest: ("ENABLED" | "DISABLED")?,
|
2145
2147
|
segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
|
2146
2148
|
segment_length: ::Integer?,
|
2147
|
-
segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
|
2149
|
+
segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
|
2148
2150
|
segments_per_subdirectory: ::Integer?,
|
2149
2151
|
stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
|
2150
2152
|
target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
|
@@ -2461,6 +2463,7 @@ module Aws
|
|
2461
2463
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
2462
2464
|
audio_frames_per_pes: ::Integer?,
|
2463
2465
|
audio_pids: Array[::Integer]?,
|
2466
|
+
audio_pts_offset_delta: ::Integer?,
|
2464
2467
|
bitrate: ::Integer?,
|
2465
2468
|
buffer_model: ("MULTIPLEX" | "NONE")?,
|
2466
2469
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
@@ -2499,7 +2502,7 @@ module Aws
|
|
2499
2502
|
private_metadata_pid: ::Integer?,
|
2500
2503
|
program_number: ::Integer?,
|
2501
2504
|
pts_offset: ::Integer?,
|
2502
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
2505
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
2503
2506
|
rate_mode: ("VBR" | "CBR")?,
|
2504
2507
|
scte_35_esam: {
|
2505
2508
|
scte_35_esam_pid: ::Integer?
|
@@ -2517,6 +2520,7 @@ module Aws
|
|
2517
2520
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
2518
2521
|
audio_frames_per_pes: ::Integer?,
|
2519
2522
|
audio_pids: Array[::Integer]?,
|
2523
|
+
audio_pts_offset_delta: ::Integer?,
|
2520
2524
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
2521
2525
|
max_pcr_interval: ::Integer?,
|
2522
2526
|
nielsen_id_3: ("INSERT" | "NONE")?,
|
@@ -2528,7 +2532,7 @@ module Aws
|
|
2528
2532
|
private_metadata_pid: ::Integer?,
|
2529
2533
|
program_number: ::Integer?,
|
2530
2534
|
pts_offset: ::Integer?,
|
2531
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
2535
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
2532
2536
|
scte_35_pid: ::Integer?,
|
2533
2537
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
2534
2538
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
@@ -3314,6 +3318,7 @@ module Aws
|
|
3314
3318
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
3315
3319
|
audio_frames_per_pes: ::Integer?,
|
3316
3320
|
audio_pids: Array[::Integer]?,
|
3321
|
+
audio_pts_offset_delta: ::Integer?,
|
3317
3322
|
bitrate: ::Integer?,
|
3318
3323
|
buffer_model: ("MULTIPLEX" | "NONE")?,
|
3319
3324
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
@@ -3352,7 +3357,7 @@ module Aws
|
|
3352
3357
|
private_metadata_pid: ::Integer?,
|
3353
3358
|
program_number: ::Integer?,
|
3354
3359
|
pts_offset: ::Integer?,
|
3355
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
3360
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
3356
3361
|
rate_mode: ("VBR" | "CBR")?,
|
3357
3362
|
scte_35_esam: {
|
3358
3363
|
scte_35_esam_pid: ::Integer?
|
@@ -3370,6 +3375,7 @@ module Aws
|
|
3370
3375
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
3371
3376
|
audio_frames_per_pes: ::Integer?,
|
3372
3377
|
audio_pids: Array[::Integer]?,
|
3378
|
+
audio_pts_offset_delta: ::Integer?,
|
3373
3379
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
3374
3380
|
max_pcr_interval: ::Integer?,
|
3375
3381
|
nielsen_id_3: ("INSERT" | "NONE")?,
|
@@ -3381,7 +3387,7 @@ module Aws
|
|
3381
3387
|
private_metadata_pid: ::Integer?,
|
3382
3388
|
program_number: ::Integer?,
|
3383
3389
|
pts_offset: ::Integer?,
|
3384
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
3390
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
3385
3391
|
scte_35_pid: ::Integer?,
|
3386
3392
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
3387
3393
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
@@ -4536,7 +4542,7 @@ module Aws
|
|
4536
4542
|
pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
|
4537
4543
|
segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
|
4538
4544
|
segment_length: ::Integer?,
|
4539
|
-
segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
|
4545
|
+
segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
|
4540
4546
|
stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
|
4541
4547
|
target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
|
4542
4548
|
video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
|
@@ -4600,7 +4606,7 @@ module Aws
|
|
4600
4606
|
pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")?,
|
4601
4607
|
segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
|
4602
4608
|
segment_length: ::Integer?,
|
4603
|
-
segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
|
4609
|
+
segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
|
4604
4610
|
video_composition_offsets: ("SIGNED" | "UNSIGNED")?,
|
4605
4611
|
write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")?
|
4606
4612
|
}?,
|
@@ -4699,7 +4705,7 @@ module Aws
|
|
4699
4705
|
progressive_write_hls_manifest: ("ENABLED" | "DISABLED")?,
|
4700
4706
|
segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")?,
|
4701
4707
|
segment_length: ::Integer?,
|
4702
|
-
segment_length_control: ("EXACT" | "GOP_MULTIPLE")?,
|
4708
|
+
segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")?,
|
4703
4709
|
segments_per_subdirectory: ::Integer?,
|
4704
4710
|
stream_inf_resolution: ("INCLUDE" | "EXCLUDE")?,
|
4705
4711
|
target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")?,
|
@@ -5016,6 +5022,7 @@ module Aws
|
|
5016
5022
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
5017
5023
|
audio_frames_per_pes: ::Integer?,
|
5018
5024
|
audio_pids: Array[::Integer]?,
|
5025
|
+
audio_pts_offset_delta: ::Integer?,
|
5019
5026
|
bitrate: ::Integer?,
|
5020
5027
|
buffer_model: ("MULTIPLEX" | "NONE")?,
|
5021
5028
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
@@ -5054,7 +5061,7 @@ module Aws
|
|
5054
5061
|
private_metadata_pid: ::Integer?,
|
5055
5062
|
program_number: ::Integer?,
|
5056
5063
|
pts_offset: ::Integer?,
|
5057
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
5064
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
5058
5065
|
rate_mode: ("VBR" | "CBR")?,
|
5059
5066
|
scte_35_esam: {
|
5060
5067
|
scte_35_esam_pid: ::Integer?
|
@@ -5072,6 +5079,7 @@ module Aws
|
|
5072
5079
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
5073
5080
|
audio_frames_per_pes: ::Integer?,
|
5074
5081
|
audio_pids: Array[::Integer]?,
|
5082
|
+
audio_pts_offset_delta: ::Integer?,
|
5075
5083
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
5076
5084
|
max_pcr_interval: ::Integer?,
|
5077
5085
|
nielsen_id_3: ("INSERT" | "NONE")?,
|
@@ -5083,7 +5091,7 @@ module Aws
|
|
5083
5091
|
private_metadata_pid: ::Integer?,
|
5084
5092
|
program_number: ::Integer?,
|
5085
5093
|
pts_offset: ::Integer?,
|
5086
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
5094
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
5087
5095
|
scte_35_pid: ::Integer?,
|
5088
5096
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
5089
5097
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
@@ -5868,6 +5876,7 @@ module Aws
|
|
5868
5876
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
5869
5877
|
audio_frames_per_pes: ::Integer?,
|
5870
5878
|
audio_pids: Array[::Integer]?,
|
5879
|
+
audio_pts_offset_delta: ::Integer?,
|
5871
5880
|
bitrate: ::Integer?,
|
5872
5881
|
buffer_model: ("MULTIPLEX" | "NONE")?,
|
5873
5882
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
@@ -5906,7 +5915,7 @@ module Aws
|
|
5906
5915
|
private_metadata_pid: ::Integer?,
|
5907
5916
|
program_number: ::Integer?,
|
5908
5917
|
pts_offset: ::Integer?,
|
5909
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
5918
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
5910
5919
|
rate_mode: ("VBR" | "CBR")?,
|
5911
5920
|
scte_35_esam: {
|
5912
5921
|
scte_35_esam_pid: ::Integer?
|
@@ -5924,6 +5933,7 @@ module Aws
|
|
5924
5933
|
audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")?,
|
5925
5934
|
audio_frames_per_pes: ::Integer?,
|
5926
5935
|
audio_pids: Array[::Integer]?,
|
5936
|
+
audio_pts_offset_delta: ::Integer?,
|
5927
5937
|
data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")?,
|
5928
5938
|
max_pcr_interval: ::Integer?,
|
5929
5939
|
nielsen_id_3: ("INSERT" | "NONE")?,
|
@@ -5935,7 +5945,7 @@ module Aws
|
|
5935
5945
|
private_metadata_pid: ::Integer?,
|
5936
5946
|
program_number: ::Integer?,
|
5937
5947
|
pts_offset: ::Integer?,
|
5938
|
-
pts_offset_mode: ("AUTO" | "SECONDS")?,
|
5948
|
+
pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")?,
|
5939
5949
|
scte_35_pid: ::Integer?,
|
5940
5950
|
scte_35_source: ("PASSTHROUGH" | "NONE")?,
|
5941
5951
|
timed_metadata: ("PASSTHROUGH" | "NONE")?,
|
data/sig/types.rbs
CHANGED
@@ -380,7 +380,7 @@ module Aws::MediaConvert
|
|
380
380
|
attr_accessor pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")
|
381
381
|
attr_accessor segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")
|
382
382
|
attr_accessor segment_length: ::Integer
|
383
|
-
attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE")
|
383
|
+
attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")
|
384
384
|
attr_accessor stream_inf_resolution: ("INCLUDE" | "EXCLUDE")
|
385
385
|
attr_accessor target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")
|
386
386
|
attr_accessor video_composition_offsets: ("SIGNED" | "UNSIGNED")
|
@@ -571,7 +571,7 @@ module Aws::MediaConvert
|
|
571
571
|
attr_accessor pts_offset_handling_for_b_frames: ("ZERO_BASED" | "MATCH_INITIAL_PTS")
|
572
572
|
attr_accessor segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")
|
573
573
|
attr_accessor segment_length: ::Integer
|
574
|
-
attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE")
|
574
|
+
attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")
|
575
575
|
attr_accessor video_composition_offsets: ("SIGNED" | "UNSIGNED")
|
576
576
|
attr_accessor write_segment_timeline_in_representation: ("ENABLED" | "DISABLED")
|
577
577
|
SENSITIVE: []
|
@@ -1131,7 +1131,7 @@ module Aws::MediaConvert
|
|
1131
1131
|
attr_accessor progressive_write_hls_manifest: ("ENABLED" | "DISABLED")
|
1132
1132
|
attr_accessor segment_control: ("SINGLE_FILE" | "SEGMENTED_FILES")
|
1133
1133
|
attr_accessor segment_length: ::Integer
|
1134
|
-
attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE")
|
1134
|
+
attr_accessor segment_length_control: ("EXACT" | "GOP_MULTIPLE" | "MATCH")
|
1135
1135
|
attr_accessor segments_per_subdirectory: ::Integer
|
1136
1136
|
attr_accessor stream_inf_resolution: ("INCLUDE" | "EXCLUDE")
|
1137
1137
|
attr_accessor target_duration_compatibility_mode: ("LEGACY" | "SPEC_COMPLIANT")
|
@@ -1501,6 +1501,7 @@ module Aws::MediaConvert
|
|
1501
1501
|
attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
|
1502
1502
|
attr_accessor audio_frames_per_pes: ::Integer
|
1503
1503
|
attr_accessor audio_pids: ::Array[::Integer]
|
1504
|
+
attr_accessor audio_pts_offset_delta: ::Integer
|
1504
1505
|
attr_accessor bitrate: ::Integer
|
1505
1506
|
attr_accessor buffer_model: ("MULTIPLEX" | "NONE")
|
1506
1507
|
attr_accessor data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")
|
@@ -1528,7 +1529,7 @@ module Aws::MediaConvert
|
|
1528
1529
|
attr_accessor private_metadata_pid: ::Integer
|
1529
1530
|
attr_accessor program_number: ::Integer
|
1530
1531
|
attr_accessor pts_offset: ::Integer
|
1531
|
-
attr_accessor pts_offset_mode: ("AUTO" | "SECONDS")
|
1532
|
+
attr_accessor pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")
|
1532
1533
|
attr_accessor rate_mode: ("VBR" | "CBR")
|
1533
1534
|
attr_accessor scte_35_esam: Types::M2tsScte35Esam
|
1534
1535
|
attr_accessor scte_35_pid: ::Integer
|
@@ -1546,6 +1547,7 @@ module Aws::MediaConvert
|
|
1546
1547
|
attr_accessor audio_duration: ("DEFAULT_CODEC_DURATION" | "MATCH_VIDEO_DURATION")
|
1547
1548
|
attr_accessor audio_frames_per_pes: ::Integer
|
1548
1549
|
attr_accessor audio_pids: ::Array[::Integer]
|
1550
|
+
attr_accessor audio_pts_offset_delta: ::Integer
|
1549
1551
|
attr_accessor data_pts_control: ("AUTO" | "ALIGN_TO_VIDEO")
|
1550
1552
|
attr_accessor max_pcr_interval: ::Integer
|
1551
1553
|
attr_accessor nielsen_id_3: ("INSERT" | "NONE")
|
@@ -1557,7 +1559,7 @@ module Aws::MediaConvert
|
|
1557
1559
|
attr_accessor private_metadata_pid: ::Integer
|
1558
1560
|
attr_accessor program_number: ::Integer
|
1559
1561
|
attr_accessor pts_offset: ::Integer
|
1560
|
-
attr_accessor pts_offset_mode: ("AUTO" | "SECONDS")
|
1562
|
+
attr_accessor pts_offset_mode: ("AUTO" | "SECONDS" | "MILLISECONDS")
|
1561
1563
|
attr_accessor scte_35_pid: ::Integer
|
1562
1564
|
attr_accessor scte_35_source: ("PASSTHROUGH" | "NONE")
|
1563
1565
|
attr_accessor timed_metadata: ("PASSTHROUGH" | "NONE")
|
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.154.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: 2025-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|