aws-sdk-mediaconvert 1.45.0 → 1.46.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 102e79bc0eb910eeaf46316777b27ae090d0c00e74e13a65228d053657b65631
|
4
|
+
data.tar.gz: 03cddc29a7ba2f17446428175af727aeb3c253e37928cc3745c514958ea6945c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea69abf29250f9b30d0d22ffeec1521ee2ba06b3aefc3e215f1cfb6e507beb45893fc39dcb9f35f2d6ae18f1f1a75452c3f3796f2a30d8b350f53759b06e0ff5
|
7
|
+
data.tar.gz: 7f903689170112ff16261fad134a7d7a355945b22dc63dbb323cf5fab9b481dfb17cb057f093a89d07622f57b4224c4335052a189527b1037e02cf2c757e8f56
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
@@ -520,6 +520,10 @@ module Aws::MediaConvert
|
|
520
520
|
# },
|
521
521
|
# file_source_settings: {
|
522
522
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
523
|
+
# framerate: {
|
524
|
+
# framerate_denominator: 1,
|
525
|
+
# framerate_numerator: 1,
|
526
|
+
# },
|
523
527
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
524
528
|
# time_delta: 1,
|
525
529
|
# },
|
@@ -1495,6 +1499,8 @@ module Aws::MediaConvert
|
|
1495
1499
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.source_608_track_number #=> Integer
|
1496
1500
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.terminate_captions #=> String, one of "END_OF_INPUT", "DISABLED"
|
1497
1501
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.convert_608_to_708 #=> String, one of "UPCONVERT", "DISABLED"
|
1502
|
+
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_denominator #=> Integer
|
1503
|
+
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_numerator #=> Integer
|
1498
1504
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.source_file #=> String
|
1499
1505
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.time_delta #=> Integer
|
1500
1506
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.source_type #=> String, one of "ANCILLARY", "DVB_SUB", "EMBEDDED", "SCTE20", "SCC", "TTML", "STL", "SRT", "SMI", "TELETEXT", "NULL_SOURCE", "IMSC"
|
@@ -2295,6 +2301,10 @@ module Aws::MediaConvert
|
|
2295
2301
|
# },
|
2296
2302
|
# file_source_settings: {
|
2297
2303
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
2304
|
+
# framerate: {
|
2305
|
+
# framerate_denominator: 1,
|
2306
|
+
# framerate_numerator: 1,
|
2307
|
+
# },
|
2298
2308
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
2299
2309
|
# time_delta: 1,
|
2300
2310
|
# },
|
@@ -3239,6 +3249,8 @@ module Aws::MediaConvert
|
|
3239
3249
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.source_608_track_number #=> Integer
|
3240
3250
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.terminate_captions #=> String, one of "END_OF_INPUT", "DISABLED"
|
3241
3251
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.convert_608_to_708 #=> String, one of "UPCONVERT", "DISABLED"
|
3252
|
+
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_denominator #=> Integer
|
3253
|
+
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_numerator #=> Integer
|
3242
3254
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.source_file #=> String
|
3243
3255
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.time_delta #=> Integer
|
3244
3256
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.source_type #=> String, one of "ANCILLARY", "DVB_SUB", "EMBEDDED", "SCTE20", "SCC", "TTML", "STL", "SRT", "SMI", "TELETEXT", "NULL_SOURCE", "IMSC"
|
@@ -5210,6 +5222,8 @@ module Aws::MediaConvert
|
|
5210
5222
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.source_608_track_number #=> Integer
|
5211
5223
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.terminate_captions #=> String, one of "END_OF_INPUT", "DISABLED"
|
5212
5224
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.convert_608_to_708 #=> String, one of "UPCONVERT", "DISABLED"
|
5225
|
+
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_denominator #=> Integer
|
5226
|
+
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_numerator #=> Integer
|
5213
5227
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.source_file #=> String
|
5214
5228
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.time_delta #=> Integer
|
5215
5229
|
# resp.job.settings.inputs[0].caption_selectors["__string"].source_settings.source_type #=> String, one of "ANCILLARY", "DVB_SUB", "EMBEDDED", "SCTE20", "SCC", "TTML", "STL", "SRT", "SMI", "TELETEXT", "NULL_SOURCE", "IMSC"
|
@@ -5938,6 +5952,8 @@ module Aws::MediaConvert
|
|
5938
5952
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.source_608_track_number #=> Integer
|
5939
5953
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.terminate_captions #=> String, one of "END_OF_INPUT", "DISABLED"
|
5940
5954
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.convert_608_to_708 #=> String, one of "UPCONVERT", "DISABLED"
|
5955
|
+
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_denominator #=> Integer
|
5956
|
+
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_numerator #=> Integer
|
5941
5957
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.source_file #=> String
|
5942
5958
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.time_delta #=> Integer
|
5943
5959
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.source_type #=> String, one of "ANCILLARY", "DVB_SUB", "EMBEDDED", "SCTE20", "SCC", "TTML", "STL", "SRT", "SMI", "TELETEXT", "NULL_SOURCE", "IMSC"
|
@@ -7181,6 +7197,8 @@ module Aws::MediaConvert
|
|
7181
7197
|
# resp.job_templates[0].settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.source_608_track_number #=> Integer
|
7182
7198
|
# resp.job_templates[0].settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.terminate_captions #=> String, one of "END_OF_INPUT", "DISABLED"
|
7183
7199
|
# resp.job_templates[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.convert_608_to_708 #=> String, one of "UPCONVERT", "DISABLED"
|
7200
|
+
# resp.job_templates[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_denominator #=> Integer
|
7201
|
+
# resp.job_templates[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_numerator #=> Integer
|
7184
7202
|
# resp.job_templates[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.source_file #=> String
|
7185
7203
|
# resp.job_templates[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.time_delta #=> Integer
|
7186
7204
|
# resp.job_templates[0].settings.inputs[0].caption_selectors["__string"].source_settings.source_type #=> String, one of "ANCILLARY", "DVB_SUB", "EMBEDDED", "SCTE20", "SCC", "TTML", "STL", "SRT", "SMI", "TELETEXT", "NULL_SOURCE", "IMSC"
|
@@ -7945,6 +7963,8 @@ module Aws::MediaConvert
|
|
7945
7963
|
# resp.jobs[0].settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.source_608_track_number #=> Integer
|
7946
7964
|
# resp.jobs[0].settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.terminate_captions #=> String, one of "END_OF_INPUT", "DISABLED"
|
7947
7965
|
# resp.jobs[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.convert_608_to_708 #=> String, one of "UPCONVERT", "DISABLED"
|
7966
|
+
# resp.jobs[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_denominator #=> Integer
|
7967
|
+
# resp.jobs[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_numerator #=> Integer
|
7948
7968
|
# resp.jobs[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.source_file #=> String
|
7949
7969
|
# resp.jobs[0].settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.time_delta #=> Integer
|
7950
7970
|
# resp.jobs[0].settings.inputs[0].caption_selectors["__string"].source_settings.source_type #=> String, one of "ANCILLARY", "DVB_SUB", "EMBEDDED", "SCTE20", "SCC", "TTML", "STL", "SRT", "SMI", "TELETEXT", "NULL_SOURCE", "IMSC"
|
@@ -9381,6 +9401,10 @@ module Aws::MediaConvert
|
|
9381
9401
|
# },
|
9382
9402
|
# file_source_settings: {
|
9383
9403
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
9404
|
+
# framerate: {
|
9405
|
+
# framerate_denominator: 1,
|
9406
|
+
# framerate_numerator: 1,
|
9407
|
+
# },
|
9384
9408
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
9385
9409
|
# time_delta: 1,
|
9386
9410
|
# },
|
@@ -10322,6 +10346,8 @@ module Aws::MediaConvert
|
|
10322
10346
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.source_608_track_number #=> Integer
|
10323
10347
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.embedded_source_settings.terminate_captions #=> String, one of "END_OF_INPUT", "DISABLED"
|
10324
10348
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.convert_608_to_708 #=> String, one of "UPCONVERT", "DISABLED"
|
10349
|
+
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_denominator #=> Integer
|
10350
|
+
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.framerate.framerate_numerator #=> Integer
|
10325
10351
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.source_file #=> String
|
10326
10352
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.file_source_settings.time_delta #=> Integer
|
10327
10353
|
# resp.job_template.settings.inputs[0].caption_selectors["__string"].source_settings.source_type #=> String, one of "ANCILLARY", "DVB_SUB", "EMBEDDED", "SCTE20", "SCC", "TTML", "STL", "SRT", "SMI", "TELETEXT", "NULL_SOURCE", "IMSC"
|
@@ -12059,7 +12085,7 @@ module Aws::MediaConvert
|
|
12059
12085
|
params: params,
|
12060
12086
|
config: config)
|
12061
12087
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
12062
|
-
context[:gem_version] = '1.
|
12088
|
+
context[:gem_version] = '1.46.0'
|
12063
12089
|
Seahorse::Client::Request.new(handlers, context)
|
12064
12090
|
end
|
12065
12091
|
|
@@ -75,6 +75,7 @@ module Aws::MediaConvert
|
|
75
75
|
CaptionDestinationSettings = Shapes::StructureShape.new(name: 'CaptionDestinationSettings')
|
76
76
|
CaptionDestinationType = Shapes::StringShape.new(name: 'CaptionDestinationType')
|
77
77
|
CaptionSelector = Shapes::StructureShape.new(name: 'CaptionSelector')
|
78
|
+
CaptionSourceFramerate = Shapes::StructureShape.new(name: 'CaptionSourceFramerate')
|
78
79
|
CaptionSourceSettings = Shapes::StructureShape.new(name: 'CaptionSourceSettings')
|
79
80
|
CaptionSourceType = Shapes::StringShape.new(name: 'CaptionSourceType')
|
80
81
|
ChannelMapping = Shapes::StructureShape.new(name: 'ChannelMapping')
|
@@ -528,6 +529,7 @@ module Aws::MediaConvert
|
|
528
529
|
__integerMin1Max32 = Shapes::IntegerShape.new(name: '__integerMin1Max32')
|
529
530
|
__integerMin1Max4 = Shapes::IntegerShape.new(name: '__integerMin1Max4')
|
530
531
|
__integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
|
532
|
+
__integerMin1Max60000 = Shapes::IntegerShape.new(name: '__integerMin1Max60000')
|
531
533
|
__integerMin1Max64 = Shapes::IntegerShape.new(name: '__integerMin1Max64')
|
532
534
|
__integerMin22050Max48000 = Shapes::IntegerShape.new(name: '__integerMin22050Max48000')
|
533
535
|
__integerMin24Max60000 = Shapes::IntegerShape.new(name: '__integerMin24Max60000')
|
@@ -795,6 +797,10 @@ module Aws::MediaConvert
|
|
795
797
|
CaptionSelector.add_member(:source_settings, Shapes::ShapeRef.new(shape: CaptionSourceSettings, location_name: "sourceSettings"))
|
796
798
|
CaptionSelector.struct_class = Types::CaptionSelector
|
797
799
|
|
800
|
+
CaptionSourceFramerate.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
801
|
+
CaptionSourceFramerate.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max60000, location_name: "framerateNumerator"))
|
802
|
+
CaptionSourceFramerate.struct_class = Types::CaptionSourceFramerate
|
803
|
+
|
798
804
|
CaptionSourceSettings.add_member(:ancillary_source_settings, Shapes::ShapeRef.new(shape: AncillarySourceSettings, location_name: "ancillarySourceSettings"))
|
799
805
|
CaptionSourceSettings.add_member(:dvb_sub_source_settings, Shapes::ShapeRef.new(shape: DvbSubSourceSettings, location_name: "dvbSubSourceSettings"))
|
800
806
|
CaptionSourceSettings.add_member(:embedded_source_settings, Shapes::ShapeRef.new(shape: EmbeddedSourceSettings, location_name: "embeddedSourceSettings"))
|
@@ -1099,6 +1105,7 @@ module Aws::MediaConvert
|
|
1099
1105
|
FileGroupSettings.struct_class = Types::FileGroupSettings
|
1100
1106
|
|
1101
1107
|
FileSourceSettings.add_member(:convert_608_to_708, Shapes::ShapeRef.new(shape: FileSourceConvert608To708, location_name: "convert608To708"))
|
1108
|
+
FileSourceSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: CaptionSourceFramerate, location_name: "framerate"))
|
1102
1109
|
FileSourceSettings.add_member(:source_file, Shapes::ShapeRef.new(shape: __stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI, location_name: "sourceFile"))
|
1103
1110
|
FileSourceSettings.add_member(:time_delta, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "timeDelta"))
|
1104
1111
|
FileSourceSettings.struct_class = Types::FileSourceSettings
|
@@ -1696,6 +1696,10 @@ module Aws::MediaConvert
|
|
1696
1696
|
# },
|
1697
1697
|
# file_source_settings: {
|
1698
1698
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
1699
|
+
# framerate: {
|
1700
|
+
# framerate_denominator: 1,
|
1701
|
+
# framerate_numerator: 1,
|
1702
|
+
# },
|
1699
1703
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
1700
1704
|
# time_delta: 1,
|
1701
1705
|
# },
|
@@ -1746,6 +1750,45 @@ module Aws::MediaConvert
|
|
1746
1750
|
include Aws::Structure
|
1747
1751
|
end
|
1748
1752
|
|
1753
|
+
# Ignore this setting unless your input captions format is SCC. To have
|
1754
|
+
# the service compensate for differing framerates between your input
|
1755
|
+
# captions and input video, specify the framerate of the captions file.
|
1756
|
+
# Specify this value as a fraction, using the settings Framerate
|
1757
|
+
# numerator (framerateNumerator) and Framerate denominator
|
1758
|
+
# (framerateDenominator). For example, you might specify 24 / 1 for 24
|
1759
|
+
# fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001
|
1760
|
+
# for 29.97 fps.
|
1761
|
+
#
|
1762
|
+
# @note When making an API call, you may pass CaptionSourceFramerate
|
1763
|
+
# data as a hash:
|
1764
|
+
#
|
1765
|
+
# {
|
1766
|
+
# framerate_denominator: 1,
|
1767
|
+
# framerate_numerator: 1,
|
1768
|
+
# }
|
1769
|
+
#
|
1770
|
+
# @!attribute [rw] framerate_denominator
|
1771
|
+
# Specify the denominator of the fraction that represents the
|
1772
|
+
# framerate for the setting Caption source framerate
|
1773
|
+
# (CaptionSourceFramerate). Use this setting along with the setting
|
1774
|
+
# Framerate numerator (framerateNumerator).
|
1775
|
+
# @return [Integer]
|
1776
|
+
#
|
1777
|
+
# @!attribute [rw] framerate_numerator
|
1778
|
+
# Specify the numerator of the fraction that represents the framerate
|
1779
|
+
# for the setting Caption source framerate (CaptionSourceFramerate).
|
1780
|
+
# Use this setting along with the setting Framerate denominator
|
1781
|
+
# (framerateDenominator).
|
1782
|
+
# @return [Integer]
|
1783
|
+
#
|
1784
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CaptionSourceFramerate AWS API Documentation
|
1785
|
+
#
|
1786
|
+
class CaptionSourceFramerate < Struct.new(
|
1787
|
+
:framerate_denominator,
|
1788
|
+
:framerate_numerator)
|
1789
|
+
include Aws::Structure
|
1790
|
+
end
|
1791
|
+
|
1749
1792
|
# If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml
|
1750
1793
|
# file, specify the URI of the input captions source file. If your input
|
1751
1794
|
# captions are IMSC in an IMF package, use TrackSourceSettings instead
|
@@ -1771,6 +1814,10 @@ module Aws::MediaConvert
|
|
1771
1814
|
# },
|
1772
1815
|
# file_source_settings: {
|
1773
1816
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
1817
|
+
# framerate: {
|
1818
|
+
# framerate_denominator: 1,
|
1819
|
+
# framerate_numerator: 1,
|
1820
|
+
# },
|
1774
1821
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
1775
1822
|
# time_delta: 1,
|
1776
1823
|
# },
|
@@ -2575,6 +2622,10 @@ module Aws::MediaConvert
|
|
2575
2622
|
# },
|
2576
2623
|
# file_source_settings: {
|
2577
2624
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
2625
|
+
# framerate: {
|
2626
|
+
# framerate_denominator: 1,
|
2627
|
+
# framerate_numerator: 1,
|
2628
|
+
# },
|
2578
2629
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
2579
2630
|
# time_delta: 1,
|
2580
2631
|
# },
|
@@ -3687,6 +3738,10 @@ module Aws::MediaConvert
|
|
3687
3738
|
# },
|
3688
3739
|
# file_source_settings: {
|
3689
3740
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
3741
|
+
# framerate: {
|
3742
|
+
# framerate_denominator: 1,
|
3743
|
+
# framerate_numerator: 1,
|
3744
|
+
# },
|
3690
3745
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
3691
3746
|
# time_delta: 1,
|
3692
3747
|
# },
|
@@ -6832,6 +6887,10 @@ module Aws::MediaConvert
|
|
6832
6887
|
#
|
6833
6888
|
# {
|
6834
6889
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
6890
|
+
# framerate: {
|
6891
|
+
# framerate_denominator: 1,
|
6892
|
+
# framerate_numerator: 1,
|
6893
|
+
# },
|
6835
6894
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
6836
6895
|
# time_delta: 1,
|
6837
6896
|
# }
|
@@ -6844,6 +6903,17 @@ module Aws::MediaConvert
|
|
6844
6903
|
# wrapper, and it also translates the 608 data into 708.
|
6845
6904
|
# @return [String]
|
6846
6905
|
#
|
6906
|
+
# @!attribute [rw] framerate
|
6907
|
+
# Ignore this setting unless your input captions format is SCC. To
|
6908
|
+
# have the service compensate for differing framerates between your
|
6909
|
+
# input captions and input video, specify the framerate of the
|
6910
|
+
# captions file. Specify this value as a fraction, using the settings
|
6911
|
+
# Framerate numerator (framerateNumerator) and Framerate denominator
|
6912
|
+
# (framerateDenominator). For example, you might specify 24 / 1 for 24
|
6913
|
+
# fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001
|
6914
|
+
# for 29.97 fps.
|
6915
|
+
# @return [Types::CaptionSourceFramerate]
|
6916
|
+
#
|
6847
6917
|
# @!attribute [rw] source_file
|
6848
6918
|
# External caption file used for loading captions. Accepted file
|
6849
6919
|
# extensions are 'scc', 'ttml', 'dfxp', 'stl', 'srt',
|
@@ -6859,6 +6929,7 @@ module Aws::MediaConvert
|
|
6859
6929
|
#
|
6860
6930
|
class FileSourceSettings < Struct.new(
|
6861
6931
|
:convert_608_to_708,
|
6932
|
+
:framerate,
|
6862
6933
|
:source_file,
|
6863
6934
|
:time_delta)
|
6864
6935
|
include Aws::Structure
|
@@ -8688,6 +8759,10 @@ module Aws::MediaConvert
|
|
8688
8759
|
# },
|
8689
8760
|
# file_source_settings: {
|
8690
8761
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
8762
|
+
# framerate: {
|
8763
|
+
# framerate_denominator: 1,
|
8764
|
+
# framerate_numerator: 1,
|
8765
|
+
# },
|
8691
8766
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
8692
8767
|
# time_delta: 1,
|
8693
8768
|
# },
|
@@ -9108,6 +9183,10 @@ module Aws::MediaConvert
|
|
9108
9183
|
# },
|
9109
9184
|
# file_source_settings: {
|
9110
9185
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
9186
|
+
# framerate: {
|
9187
|
+
# framerate_denominator: 1,
|
9188
|
+
# framerate_numerator: 1,
|
9189
|
+
# },
|
9111
9190
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
9112
9191
|
# time_delta: 1,
|
9113
9192
|
# },
|
@@ -9724,6 +9803,10 @@ module Aws::MediaConvert
|
|
9724
9803
|
# },
|
9725
9804
|
# file_source_settings: {
|
9726
9805
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
9806
|
+
# framerate: {
|
9807
|
+
# framerate_denominator: 1,
|
9808
|
+
# framerate_numerator: 1,
|
9809
|
+
# },
|
9727
9810
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
9728
9811
|
# time_delta: 1,
|
9729
9812
|
# },
|
@@ -10853,6 +10936,10 @@ module Aws::MediaConvert
|
|
10853
10936
|
# },
|
10854
10937
|
# file_source_settings: {
|
10855
10938
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
10939
|
+
# framerate: {
|
10940
|
+
# framerate_denominator: 1,
|
10941
|
+
# framerate_numerator: 1,
|
10942
|
+
# },
|
10856
10943
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
10857
10944
|
# time_delta: 1,
|
10858
10945
|
# },
|
@@ -17245,6 +17332,10 @@ module Aws::MediaConvert
|
|
17245
17332
|
# },
|
17246
17333
|
# file_source_settings: {
|
17247
17334
|
# convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
|
17335
|
+
# framerate: {
|
17336
|
+
# framerate_denominator: 1,
|
17337
|
+
# framerate_numerator: 1,
|
17338
|
+
# },
|
17248
17339
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
17249
17340
|
# time_delta: 1,
|
17250
17341
|
# },
|
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.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|