aws-sdk-elastictranscoder 1.64.0 → 1.66.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +1 -9
- data/lib/aws-sdk-elastictranscoder/types.rb +63 -78
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- 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: d81620293d995588a7c3712ee8547145918dcb159b4b31ef0f3bf14c1e388dca
|
4
|
+
data.tar.gz: ecb973723e42fcaa457038c8e8c7f65a67bab27d2cb21de355a6a5193168c813
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc5a075602cc8a5b42fd3c0a1851e438d8947d1ca0788ffe2fa3968aabf8b69d8bb3342f9b35829ea6bfa65f40ff7932ec5fe8d187308ab198d41cd601089485
|
7
|
+
data.tar.gz: bc3b0196d77d6ea026e1e5a563ca8d6699e7fd2eef1443d52eac9fcaa8217b9c960aeb828976210c31e40eabd14eb868599c7dfed042f0929b63d174b7e4c130
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.66.0 (2024-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.65.0 (2024-11-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.64.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -1177,7 +1177,6 @@ module Aws::ElasticTranscoder
|
|
1177
1177
|
# * **Group**: The value in the `Grantee` object is one of the
|
1178
1178
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1179
1179
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1180
|
-
#
|
1181
1180
|
# * **Grantee**: The AWS user or group that you want to have access to
|
1182
1181
|
# transcoded files and playlists. To identify the user or group, you
|
1183
1182
|
# can specify the canonical user ID for an AWS account, an origin
|
@@ -1201,7 +1200,6 @@ module Aws::ElasticTranscoder
|
|
1201
1200
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1202
1201
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
1203
1202
|
# adds to the Amazon S3 bucket.
|
1204
|
-
#
|
1205
1203
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1206
1204
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1207
1205
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -1245,7 +1243,6 @@ module Aws::ElasticTranscoder
|
|
1245
1243
|
# * **Group**: The value in the `Grantee` object is one of the
|
1246
1244
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1247
1245
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1248
|
-
#
|
1249
1246
|
# * **Grantee**: The AWS user or group that you want to have access to
|
1250
1247
|
# thumbnail files. To identify the user or group, you can specify the
|
1251
1248
|
# canonical user ID for an AWS account, an origin access identity for
|
@@ -1269,7 +1266,6 @@ module Aws::ElasticTranscoder
|
|
1269
1266
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1270
1267
|
# `WRITE_ACP` permissions for the thumbnails that Elastic Transcoder
|
1271
1268
|
# adds to the Amazon S3 bucket.
|
1272
|
-
#
|
1273
1269
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1274
1270
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1275
1271
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -2766,7 +2762,6 @@ module Aws::ElasticTranscoder
|
|
2766
2762
|
# * **Group**: The value in the `Grantee` object is one of the
|
2767
2763
|
# following predefined Amazon S3 groups: `AllUsers`,
|
2768
2764
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
2769
|
-
#
|
2770
2765
|
# * **Grantee**: The AWS user or group that you want to have access to
|
2771
2766
|
# transcoded files and playlists. To identify the user or group, you
|
2772
2767
|
# can specify the canonical user ID for an AWS account, an origin
|
@@ -2790,7 +2785,6 @@ module Aws::ElasticTranscoder
|
|
2790
2785
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
2791
2786
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
2792
2787
|
# adds to the Amazon S3 bucket.
|
2793
|
-
#
|
2794
2788
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
2795
2789
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
2796
2790
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -2834,7 +2828,6 @@ module Aws::ElasticTranscoder
|
|
2834
2828
|
# * **Group**: The value in the `Grantee` object is one of the
|
2835
2829
|
# following predefined Amazon S3 groups: `AllUsers`,
|
2836
2830
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
2837
|
-
#
|
2838
2831
|
# * **Grantee**: The AWS user or group that you want to have access to
|
2839
2832
|
# thumbnail files. To identify the user or group, you can specify the
|
2840
2833
|
# canonical user ID for an AWS account, an origin access identity for
|
@@ -2858,7 +2851,6 @@ module Aws::ElasticTranscoder
|
|
2858
2851
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
2859
2852
|
# `WRITE_ACP` permissions for the thumbnails that Elastic Transcoder
|
2860
2853
|
# adds to the Amazon S3 bucket.
|
2861
|
-
#
|
2862
2854
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
2863
2855
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
2864
2856
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -3116,7 +3108,7 @@ module Aws::ElasticTranscoder
|
|
3116
3108
|
tracer: tracer
|
3117
3109
|
)
|
3118
3110
|
context[:gem_name] = 'aws-sdk-elastictranscoder'
|
3119
|
-
context[:gem_version] = '1.
|
3111
|
+
context[:gem_version] = '1.66.0'
|
3120
3112
|
Seahorse::Client::Request.new(handlers, context)
|
3121
3113
|
end
|
3122
3114
|
|
@@ -417,7 +417,6 @@ module Aws::ElasticTranscoder
|
|
417
417
|
# * **For ogg**: None
|
418
418
|
#
|
419
419
|
# * **For webm**: None
|
420
|
-
#
|
421
420
|
# * **Valid Sidecar Caption Formats:** Elastic Transcoder supports
|
422
421
|
# dfxp (first div element only), scc, srt, and webvtt. If you want
|
423
422
|
# ttml or smpte-tt compatible captions, specify dfxp as your output
|
@@ -426,28 +425,26 @@ module Aws::ElasticTranscoder
|
|
426
425
|
# * **For FMP4**: dfxp
|
427
426
|
#
|
428
427
|
# * **Non-FMP4 outputs**: All sidecar types
|
429
|
-
#
|
430
428
|
# `fmp4` captions have an extension of `.ismt`
|
431
429
|
# @return [String]
|
432
430
|
#
|
433
431
|
# @!attribute [rw] pattern
|
434
432
|
# The prefix for caption filenames, in the form
|
435
|
-
# *description
|
433
|
+
# *description*-`{language}`, where:
|
436
434
|
#
|
437
435
|
# * *description* is a description of the video.
|
438
436
|
#
|
439
|
-
# *
|
437
|
+
# * `{language}` is a literal value that Elastic Transcoder replaces
|
440
438
|
# with the two- or three-letter code for the language of the caption
|
441
439
|
# in the output file names.
|
442
440
|
#
|
443
|
-
# If you don't include
|
444
|
-
#
|
445
|
-
#
|
446
|
-
#
|
447
|
-
# files.
|
441
|
+
# If you don't include `{language}` in the file name pattern, Elastic
|
442
|
+
# Transcoder automatically appends "`{language}`" to the value that
|
443
|
+
# you specify for the description. In addition, Elastic Transcoder
|
444
|
+
# automatically appends the count to the end of the segment files.
|
448
445
|
#
|
449
446
|
# For example, suppose you're transcoding into srt format. When you
|
450
|
-
# enter "Sydney
|
447
|
+
# enter "Sydney-\{language}-sunrise", and the language of the
|
451
448
|
# captions is English (en), the name of the first caption file is be
|
452
449
|
# Sydney-en-sunrise00000.srt.
|
453
450
|
# @return [String]
|
@@ -598,25 +595,25 @@ module Aws::ElasticTranscoder
|
|
598
595
|
# information that you want to include in the file name for each
|
599
596
|
# thumbnail. You can specify the following values in any sequence:
|
600
597
|
#
|
601
|
-
# * <b> <code
|
602
|
-
# thumbnails, you must include
|
603
|
-
# object. Wherever you specify
|
604
|
-
#
|
605
|
-
#
|
606
|
-
#
|
598
|
+
# * <b> <code>{count}</code> (Required)</b>: If you want to create
|
599
|
+
# thumbnails, you must include `{count}` in the `ThumbnailPattern`
|
600
|
+
# object. Wherever you specify `{count}`, Elastic Transcoder adds a
|
601
|
+
# five-digit sequence number (beginning with **00001**) to thumbnail
|
602
|
+
# file names. The number indicates where a given thumbnail appears
|
603
|
+
# in the sequence of thumbnails for a transcoded file.
|
607
604
|
#
|
608
|
-
# If you specify a literal value and/or
|
609
|
-
#
|
610
|
-
#
|
605
|
+
# If you specify a literal value and/or `{resolution}` but you omit
|
606
|
+
# `{count}`, Elastic Transcoder returns a validation error and does
|
607
|
+
# not create the job.
|
611
608
|
#
|
612
609
|
# * **Literal values (Optional)**: You can specify literal values
|
613
610
|
# anywhere in the `ThumbnailPattern` object. For example, you can
|
614
611
|
# include them as a file name prefix or as a delimiter between
|
615
|
-
#
|
612
|
+
# `{resolution}` and `{count}`.
|
616
613
|
#
|
617
|
-
# * <b> <code
|
618
|
-
#
|
619
|
-
#
|
614
|
+
# * <b> <code>{resolution}</code> (Optional)</b>: If you want Elastic
|
615
|
+
# Transcoder to include the resolution in the file name, include
|
616
|
+
# `{resolution}` in the `ThumbnailPattern` object.
|
620
617
|
#
|
621
618
|
# When creating thumbnails, Elastic Transcoder automatically saves the
|
622
619
|
# files in the format (.jpg or .png) that appears in the preset that
|
@@ -1066,7 +1063,6 @@ module Aws::ElasticTranscoder
|
|
1066
1063
|
# * **Group**: The value in the `Grantee` object is one of the
|
1067
1064
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1068
1065
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1069
|
-
#
|
1070
1066
|
# * **Grantee**: The AWS user or group that you want to have access to
|
1071
1067
|
# transcoded files and playlists. To identify the user or group, you
|
1072
1068
|
# can specify the canonical user ID for an AWS account, an origin
|
@@ -1090,7 +1086,6 @@ module Aws::ElasticTranscoder
|
|
1090
1086
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1091
1087
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
1092
1088
|
# adds to the Amazon S3 bucket.
|
1093
|
-
#
|
1094
1089
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1095
1090
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1096
1091
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -1135,7 +1130,6 @@ module Aws::ElasticTranscoder
|
|
1135
1130
|
# * **Group**: The value in the `Grantee` object is one of the
|
1136
1131
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1137
1132
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1138
|
-
#
|
1139
1133
|
# * **Grantee**: The AWS user or group that you want to have access to
|
1140
1134
|
# thumbnail files. To identify the user or group, you can specify
|
1141
1135
|
# the canonical user ID for an AWS account, an origin access
|
@@ -1159,7 +1153,6 @@ module Aws::ElasticTranscoder
|
|
1159
1153
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1160
1154
|
# `WRITE_ACP` permissions for the thumbnails that Elastic
|
1161
1155
|
# Transcoder adds to the Amazon S3 bucket.
|
1162
|
-
#
|
1163
1156
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1164
1157
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1165
1158
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -1863,25 +1856,25 @@ module Aws::ElasticTranscoder
|
|
1863
1856
|
# information that you want to include in the file name for each
|
1864
1857
|
# thumbnail. You can specify the following values in any sequence:
|
1865
1858
|
#
|
1866
|
-
# * <b> <code
|
1867
|
-
# thumbnails, you must include
|
1868
|
-
# object. Wherever you specify
|
1869
|
-
#
|
1870
|
-
#
|
1871
|
-
#
|
1859
|
+
# * <b> <code>{count}</code> (Required)</b>: If you want to create
|
1860
|
+
# thumbnails, you must include `{count}` in the `ThumbnailPattern`
|
1861
|
+
# object. Wherever you specify `{count}`, Elastic Transcoder adds a
|
1862
|
+
# five-digit sequence number (beginning with **00001**) to thumbnail
|
1863
|
+
# file names. The number indicates where a given thumbnail appears
|
1864
|
+
# in the sequence of thumbnails for a transcoded file.
|
1872
1865
|
#
|
1873
|
-
# If you specify a literal value and/or
|
1874
|
-
#
|
1875
|
-
#
|
1866
|
+
# If you specify a literal value and/or `{resolution}` but you omit
|
1867
|
+
# `{count}`, Elastic Transcoder returns a validation error and does
|
1868
|
+
# not create the job.
|
1876
1869
|
#
|
1877
1870
|
# * **Literal values (Optional)**: You can specify literal values
|
1878
1871
|
# anywhere in the `ThumbnailPattern` object. For example, you can
|
1879
1872
|
# include them as a file name prefix or as a delimiter between
|
1880
|
-
#
|
1873
|
+
# `{resolution}` and `{count}`.
|
1881
1874
|
#
|
1882
|
-
# * <b> <code
|
1883
|
-
#
|
1884
|
-
#
|
1875
|
+
# * <b> <code>{resolution}</code> (Optional)</b>: If you want Elastic
|
1876
|
+
# Transcoder to include the resolution in the file name, include
|
1877
|
+
# `{resolution}` in the `ThumbnailPattern` object.
|
1885
1878
|
#
|
1886
1879
|
# When creating thumbnails, Elastic Transcoder automatically saves the
|
1887
1880
|
# files in the format (.jpg or .png) that appears in the preset that
|
@@ -2524,7 +2517,6 @@ module Aws::ElasticTranscoder
|
|
2524
2517
|
#
|
2525
2518
|
# * `Group`: One of the following predefined Amazon S3 groups:
|
2526
2519
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
2527
|
-
#
|
2528
2520
|
# * `Grantee`: The AWS user or group that you want to have access to
|
2529
2521
|
# transcoded files and playlists.
|
2530
2522
|
#
|
@@ -2543,7 +2535,6 @@ module Aws::ElasticTranscoder
|
|
2543
2535
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
2544
2536
|
# `WRITE_ACP` permissions for the objects that Elastic
|
2545
2537
|
# Transcoder adds to the Amazon S3 bucket.
|
2546
|
-
#
|
2547
2538
|
# * **StorageClass**: The Amazon S3 storage class, Standard or
|
2548
2539
|
# ReducedRedundancy, that you want Elastic Transcoder to assign to
|
2549
2540
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -2576,7 +2567,6 @@ module Aws::ElasticTranscoder
|
|
2576
2567
|
#
|
2577
2568
|
# * `Group`: One of the following predefined Amazon S3 groups:
|
2578
2569
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
2579
|
-
#
|
2580
2570
|
# * `Grantee`: The AWS user or group that you want to have access to
|
2581
2571
|
# thumbnail files.
|
2582
2572
|
#
|
@@ -2596,7 +2586,6 @@ module Aws::ElasticTranscoder
|
|
2596
2586
|
# * `FULL_CONTROL`: The grantee has READ, READ\_ACP, and
|
2597
2587
|
# WRITE\_ACP permissions for the thumbnails that Elastic
|
2598
2588
|
# Transcoder adds to the Amazon S3 bucket.
|
2599
|
-
#
|
2600
2589
|
# * `StorageClass`: The Amazon S3 storage class, `Standard` or
|
2601
2590
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
2602
2591
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -3589,7 +3578,6 @@ module Aws::ElasticTranscoder
|
|
3589
3578
|
# * **Group**: The value in the `Grantee` object is one of the
|
3590
3579
|
# following predefined Amazon S3 groups: `AllUsers`,
|
3591
3580
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
3592
|
-
#
|
3593
3581
|
# * **Grantee**: The AWS user or group that you want to have access to
|
3594
3582
|
# transcoded files and playlists. To identify the user or group, you
|
3595
3583
|
# can specify the canonical user ID for an AWS account, an origin
|
@@ -3613,7 +3601,6 @@ module Aws::ElasticTranscoder
|
|
3613
3601
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
3614
3602
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
3615
3603
|
# adds to the Amazon S3 bucket.
|
3616
|
-
#
|
3617
3604
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
3618
3605
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
3619
3606
|
# the video files and playlists that it stores in your Amazon S3
|
@@ -3658,7 +3645,6 @@ module Aws::ElasticTranscoder
|
|
3658
3645
|
# * **Group**: The value in the `Grantee` object is one of the
|
3659
3646
|
# following predefined Amazon S3 groups: `AllUsers`,
|
3660
3647
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
3661
|
-
#
|
3662
3648
|
# * **Grantee**: The AWS user or group that you want to have access to
|
3663
3649
|
# thumbnail files. To identify the user or group, you can specify
|
3664
3650
|
# the canonical user ID for an AWS account, an origin access
|
@@ -3682,7 +3668,6 @@ module Aws::ElasticTranscoder
|
|
3682
3668
|
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
3683
3669
|
# `WRITE_ACP` permissions for the thumbnails that Elastic
|
3684
3670
|
# Transcoder adds to the Amazon S3 bucket.
|
3685
|
-
#
|
3686
3671
|
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
3687
3672
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
3688
3673
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
@@ -3816,27 +3801,27 @@ module Aws::ElasticTranscoder
|
|
3816
3801
|
#
|
3817
3802
|
# * 1b - 396
|
3818
3803
|
#
|
3819
|
-
# * 1
|
3804
|
+
# * 1.1 - 900
|
3820
3805
|
#
|
3821
|
-
# * 1
|
3806
|
+
# * 1.2 - 2376
|
3822
3807
|
#
|
3823
|
-
# * 1
|
3808
|
+
# * 1.3 - 2376
|
3824
3809
|
#
|
3825
3810
|
# * 2 - 2376
|
3826
3811
|
#
|
3827
|
-
# * 2
|
3812
|
+
# * 2.1 - 4752
|
3828
3813
|
#
|
3829
|
-
# * 2
|
3814
|
+
# * 2.2 - 8100
|
3830
3815
|
#
|
3831
3816
|
# * 3 - 8100
|
3832
3817
|
#
|
3833
|
-
# * 3
|
3818
|
+
# * 3.1 - 18000
|
3834
3819
|
#
|
3835
|
-
# * 3
|
3820
|
+
# * 3.2 - 20480
|
3836
3821
|
#
|
3837
3822
|
# * 4 - 32768
|
3838
3823
|
#
|
3839
|
-
# * 4
|
3824
|
+
# * 4.1 - 32768
|
3840
3825
|
#
|
3841
3826
|
# **MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)**
|
3842
3827
|
#
|
@@ -3990,23 +3975,23 @@ module Aws::ElasticTranscoder
|
|
3990
3975
|
#
|
3991
3976
|
# * 1b - 128 : 160
|
3992
3977
|
#
|
3993
|
-
# * 1
|
3978
|
+
# * 1.1 - 192 : 240
|
3994
3979
|
#
|
3995
|
-
# * 1
|
3980
|
+
# * 1.2 - 384 : 480
|
3996
3981
|
#
|
3997
|
-
# * 1
|
3982
|
+
# * 1.3 - 768 : 960
|
3998
3983
|
#
|
3999
3984
|
# * 2 - 2000 : 2500
|
4000
3985
|
#
|
4001
3986
|
# * 3 - 10000 : 12500
|
4002
3987
|
#
|
4003
|
-
# * 3
|
3988
|
+
# * 3.1 - 14000 : 17500
|
4004
3989
|
#
|
4005
|
-
# * 3
|
3990
|
+
# * 3.2 - 20000 : 25000
|
4006
3991
|
#
|
4007
3992
|
# * 4 - 20000 : 25000
|
4008
3993
|
#
|
4009
|
-
# * 4
|
3994
|
+
# * 4.1 - 50000 : 62500
|
4010
3995
|
# @return [String]
|
4011
3996
|
#
|
4012
3997
|
# @!attribute [rw] frame_rate
|
@@ -4039,27 +4024,27 @@ module Aws::ElasticTranscoder
|
|
4039
4024
|
#
|
4040
4025
|
# * 1b - 380160
|
4041
4026
|
#
|
4042
|
-
# * 1
|
4027
|
+
# * 1.1 - 76800
|
4043
4028
|
#
|
4044
|
-
# * 1
|
4029
|
+
# * 1.2 - 1536000
|
4045
4030
|
#
|
4046
|
-
# * 1
|
4031
|
+
# * 1.3 - 3041280
|
4047
4032
|
#
|
4048
4033
|
# * 2 - 3041280
|
4049
4034
|
#
|
4050
|
-
# * 2
|
4035
|
+
# * 2.1 - 5068800
|
4051
4036
|
#
|
4052
|
-
# * 2
|
4037
|
+
# * 2.2 - 5184000
|
4053
4038
|
#
|
4054
4039
|
# * 3 - 10368000
|
4055
4040
|
#
|
4056
|
-
# * 3
|
4041
|
+
# * 3.1 - 27648000
|
4057
4042
|
#
|
4058
|
-
# * 3
|
4043
|
+
# * 3.2 - 55296000
|
4059
4044
|
#
|
4060
4045
|
# * 4 - 62914560
|
4061
4046
|
#
|
4062
|
-
# * 4
|
4047
|
+
# * 4.1 - 62914560
|
4063
4048
|
# @return [String]
|
4064
4049
|
#
|
4065
4050
|
# @!attribute [rw] max_frame_rate
|
@@ -4110,27 +4095,27 @@ module Aws::ElasticTranscoder
|
|
4110
4095
|
#
|
4111
4096
|
# * 1b - 25344
|
4112
4097
|
#
|
4113
|
-
# * 1
|
4098
|
+
# * 1.1 - 101376
|
4114
4099
|
#
|
4115
|
-
# * 1
|
4100
|
+
# * 1.2 - 101376
|
4116
4101
|
#
|
4117
|
-
# * 1
|
4102
|
+
# * 1.3 - 101376
|
4118
4103
|
#
|
4119
4104
|
# * 2 - 101376
|
4120
4105
|
#
|
4121
|
-
# * 2
|
4106
|
+
# * 2.1 - 202752
|
4122
4107
|
#
|
4123
|
-
# * 2
|
4108
|
+
# * 2.2 - 404720
|
4124
4109
|
#
|
4125
4110
|
# * 3 - 404720
|
4126
4111
|
#
|
4127
|
-
# * 3
|
4112
|
+
# * 3.1 - 921600
|
4128
4113
|
#
|
4129
|
-
# * 3
|
4114
|
+
# * 3.2 - 1310720
|
4130
4115
|
#
|
4131
4116
|
# * 4 - 2097152
|
4132
4117
|
#
|
4133
|
-
# * 4
|
4118
|
+
# * 4.1 - 2097152
|
4134
4119
|
# @return [String]
|
4135
4120
|
#
|
4136
4121
|
# @!attribute [rw] aspect_ratio
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elastictranscoder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.66.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: 2024-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|