aws-sdk-mediaconvert 1.156.0 → 1.158.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +76 -9
- data/lib/aws-sdk-mediaconvert/client_api.rb +14 -2
- data/lib/aws-sdk-mediaconvert/types.rb +202 -12
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +41 -3
- data/sig/types.rbs +9 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afb286234766049cc788ca878324709e63141a9fc2951723c4da57c8b0f9001d
|
4
|
+
data.tar.gz: 05fb69b26bb07b481ce4f1a57facf9850182667ceebeda34db2f874b7d256a09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c080a110f28d429c06d4d5974bed3b8f390c35a297ab92b6102d1baebd109d758c7a1dc8bee296c4f99f132fd2a4fb12f2a81d89503cea529e89c8cc971a962d
|
7
|
+
data.tar.gz: 4263c021cee310536bcd4bd5fc5acca7f48eb8d5ebc2fe962fe30857cb8dc76043e3766103147ccabef1793283d329fdfedf9fab83fff662e4165adf5f421239
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.158.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.157.0 (2025-05-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds an optional sidecar per-frame video quality metrics report and an ALL_PCM option for audio selectors. It also changes the data type for Probe API response fields related to video and audio bitrate from integer to double.
|
13
|
+
|
4
14
|
1.156.0 (2025-05-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.158.0
|
@@ -200,8 +200,7 @@ module Aws::MediaConvert
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -528,12 +527,10 @@ module Aws::MediaConvert
|
|
528
527
|
# AWS Elemental MediaConvert User Guide.
|
529
528
|
#
|
530
529
|
# @option params [String] :billing_tags_source
|
531
|
-
#
|
532
|
-
# use to
|
533
|
-
# report that you set up.
|
534
|
-
#
|
535
|
-
# don't choose a valid value for this field, your job outputs will
|
536
|
-
# appear on the billing report unsorted.
|
530
|
+
# Optionally choose a Billing tags source that AWS Billing and Cost
|
531
|
+
# Management will use to display tags for individual output costs on any
|
532
|
+
# billing report that you set up. Leave blank to use the default value,
|
533
|
+
# Job.
|
537
534
|
#
|
538
535
|
# @option params [String] :client_request_token
|
539
536
|
# Prevent duplicate jobs from being created and ensure idempotency for your requests. A client request token can be any string that includes up to 64 ASCII characters. If you reuse a client request token within one minute of a successful request, the API returns the job details of the original request instead. For more information see https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html.**A suitable default value is auto-generated.** You should normally
|
@@ -1109,6 +1106,7 @@ module Aws::MediaConvert
|
|
1109
1106
|
# gop_size: 1.0,
|
1110
1107
|
# max_bitrate: 1,
|
1111
1108
|
# number_b_frames_between_reference_frames: 1,
|
1109
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
1112
1110
|
# qvbr_settings: {
|
1113
1111
|
# qvbr_quality_level: 1,
|
1114
1112
|
# qvbr_quality_level_fine_tune: 1.0,
|
@@ -1127,6 +1125,7 @@ module Aws::MediaConvert
|
|
1127
1125
|
# framerate_denominator: 1,
|
1128
1126
|
# framerate_numerator: 1,
|
1129
1127
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
1128
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
1130
1129
|
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
1131
1130
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
1132
1131
|
# telecine: "NONE", # accepts NONE, HARD
|
@@ -1177,6 +1176,7 @@ module Aws::MediaConvert
|
|
1177
1176
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
1178
1177
|
# par_denominator: 1,
|
1179
1178
|
# par_numerator: 1,
|
1179
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
1180
1180
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
1181
1181
|
# qvbr_settings: {
|
1182
1182
|
# max_average_bitrate: 1,
|
@@ -1231,6 +1231,7 @@ module Aws::MediaConvert
|
|
1231
1231
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
1232
1232
|
# par_denominator: 1,
|
1233
1233
|
# par_numerator: 1,
|
1234
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
1234
1235
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
1235
1236
|
# qvbr_settings: {
|
1236
1237
|
# max_average_bitrate: 1,
|
@@ -1275,6 +1276,7 @@ module Aws::MediaConvert
|
|
1275
1276
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
1276
1277
|
# par_denominator: 1,
|
1277
1278
|
# par_numerator: 1,
|
1279
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
1278
1280
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
1279
1281
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
1280
1282
|
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
@@ -1297,6 +1299,7 @@ module Aws::MediaConvert
|
|
1297
1299
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
1298
1300
|
# par_denominator: 1,
|
1299
1301
|
# par_numerator: 1,
|
1302
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
1300
1303
|
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
1301
1304
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
1302
1305
|
# telecine: "NONE", # accepts NONE, HARD
|
@@ -1360,6 +1363,7 @@ module Aws::MediaConvert
|
|
1360
1363
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER, MAINTAIN_FRAME_COUNT
|
1361
1364
|
# framerate_denominator: 1,
|
1362
1365
|
# framerate_numerator: 1,
|
1366
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
1363
1367
|
# profile: "XAVC_HD_INTRA_CBG", # accepts XAVC_HD_INTRA_CBG, XAVC_4K_INTRA_CBG, XAVC_4K_INTRA_VBR, XAVC_HD, XAVC_4K
|
1364
1368
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
1365
1369
|
# softness: 1,
|
@@ -1845,6 +1849,8 @@ module Aws::MediaConvert
|
|
1845
1849
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
|
1846
1850
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
1847
1851
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
1852
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
|
1853
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
1848
1854
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
1849
1855
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
1850
1856
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
@@ -1857,6 +1863,8 @@ module Aws::MediaConvert
|
|
1857
1863
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_denominator #=> Integer
|
1858
1864
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
|
1859
1865
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
|
1866
|
+
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
|
1867
|
+
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
1860
1868
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
1861
1869
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
1862
1870
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
|
@@ -1899,6 +1907,8 @@ module Aws::MediaConvert
|
|
1899
1907
|
# resp.preset.settings.video_description.codec_settings.h264_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
1900
1908
|
# resp.preset.settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
|
1901
1909
|
# resp.preset.settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
|
1910
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
|
1911
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
1902
1912
|
# resp.preset.settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
|
1903
1913
|
# resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
|
1904
1914
|
# resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
@@ -1947,6 +1957,8 @@ module Aws::MediaConvert
|
|
1947
1957
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
1948
1958
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
|
1949
1959
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
|
1960
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
|
1961
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
1950
1962
|
# resp.preset.settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
|
1951
1963
|
# resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
|
1952
1964
|
# resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
@@ -1987,6 +1999,8 @@ module Aws::MediaConvert
|
|
1987
1999
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
1988
2000
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
|
1989
2001
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
|
2002
|
+
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
|
2003
|
+
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
1990
2004
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
|
1991
2005
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
|
1992
2006
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
@@ -2007,6 +2021,8 @@ module Aws::MediaConvert
|
|
2007
2021
|
# resp.preset.settings.video_description.codec_settings.prores_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
2008
2022
|
# resp.preset.settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
|
2009
2023
|
# resp.preset.settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
|
2024
|
+
# resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
|
2025
|
+
# resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
2010
2026
|
# resp.preset.settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
2011
2027
|
# resp.preset.settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
2012
2028
|
# resp.preset.settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
|
@@ -2060,6 +2076,8 @@ module Aws::MediaConvert
|
|
2060
2076
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT"
|
2061
2077
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
|
2062
2078
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
|
2079
|
+
# resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
|
2080
|
+
# resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
2063
2081
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.profile #=> String, one of "XAVC_HD_INTRA_CBG", "XAVC_4K_INTRA_CBG", "XAVC_4K_INTRA_VBR", "XAVC_HD", "XAVC_4K"
|
2064
2082
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
2065
2083
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.softness #=> Integer
|
@@ -2830,6 +2848,8 @@ module Aws::MediaConvert
|
|
2830
2848
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
|
2831
2849
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
2832
2850
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
2851
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
|
2852
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
2833
2853
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
2834
2854
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
2835
2855
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
@@ -2842,6 +2862,8 @@ module Aws::MediaConvert
|
|
2842
2862
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_denominator #=> Integer
|
2843
2863
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
|
2844
2864
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
|
2865
|
+
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
|
2866
|
+
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
2845
2867
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
2846
2868
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
2847
2869
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
|
@@ -2884,6 +2906,8 @@ module Aws::MediaConvert
|
|
2884
2906
|
# resp.preset.settings.video_description.codec_settings.h264_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
2885
2907
|
# resp.preset.settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
|
2886
2908
|
# resp.preset.settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
|
2909
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
|
2910
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
2887
2911
|
# resp.preset.settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
|
2888
2912
|
# resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
|
2889
2913
|
# resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
@@ -2932,6 +2956,8 @@ module Aws::MediaConvert
|
|
2932
2956
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
2933
2957
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
|
2934
2958
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
|
2959
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
|
2960
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
2935
2961
|
# resp.preset.settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
|
2936
2962
|
# resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
|
2937
2963
|
# resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
@@ -2972,6 +2998,8 @@ module Aws::MediaConvert
|
|
2972
2998
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
2973
2999
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
|
2974
3000
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
|
3001
|
+
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
|
3002
|
+
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
2975
3003
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
|
2976
3004
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
|
2977
3005
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
@@ -2992,6 +3020,8 @@ module Aws::MediaConvert
|
|
2992
3020
|
# resp.preset.settings.video_description.codec_settings.prores_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
2993
3021
|
# resp.preset.settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
|
2994
3022
|
# resp.preset.settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
|
3023
|
+
# resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
|
3024
|
+
# resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
2995
3025
|
# resp.preset.settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
2996
3026
|
# resp.preset.settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
2997
3027
|
# resp.preset.settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
|
@@ -3045,6 +3075,8 @@ module Aws::MediaConvert
|
|
3045
3075
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT"
|
3046
3076
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
|
3047
3077
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
|
3078
|
+
# resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
|
3079
|
+
# resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
3048
3080
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.profile #=> String, one of "XAVC_HD_INTRA_CBG", "XAVC_4K_INTRA_CBG", "XAVC_4K_INTRA_VBR", "XAVC_HD", "XAVC_4K"
|
3049
3081
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
3050
3082
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.softness #=> Integer
|
@@ -3683,6 +3715,8 @@ module Aws::MediaConvert
|
|
3683
3715
|
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
|
3684
3716
|
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
3685
3717
|
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
3718
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
|
3719
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
3686
3720
|
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
3687
3721
|
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
3688
3722
|
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
@@ -3695,6 +3729,8 @@ module Aws::MediaConvert
|
|
3695
3729
|
# resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.framerate_denominator #=> Integer
|
3696
3730
|
# resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
|
3697
3731
|
# resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
|
3732
|
+
# resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
|
3733
|
+
# resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
3698
3734
|
# resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
3699
3735
|
# resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
3700
3736
|
# resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
|
@@ -3737,6 +3773,8 @@ module Aws::MediaConvert
|
|
3737
3773
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
3738
3774
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
|
3739
3775
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
|
3776
|
+
# resp.presets[0].settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
|
3777
|
+
# resp.presets[0].settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
3740
3778
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
|
3741
3779
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
|
3742
3780
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
@@ -3785,6 +3823,8 @@ module Aws::MediaConvert
|
|
3785
3823
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
3786
3824
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
|
3787
3825
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
|
3826
|
+
# resp.presets[0].settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
|
3827
|
+
# resp.presets[0].settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
3788
3828
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
|
3789
3829
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
|
3790
3830
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
@@ -3825,6 +3865,8 @@ module Aws::MediaConvert
|
|
3825
3865
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
3826
3866
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
|
3827
3867
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
|
3868
|
+
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
|
3869
|
+
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
3828
3870
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
|
3829
3871
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
|
3830
3872
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
@@ -3845,6 +3887,8 @@ module Aws::MediaConvert
|
|
3845
3887
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
3846
3888
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
|
3847
3889
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
|
3890
|
+
# resp.presets[0].settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
|
3891
|
+
# resp.presets[0].settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
3848
3892
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
3849
3893
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
3850
3894
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
|
@@ -3898,6 +3942,8 @@ module Aws::MediaConvert
|
|
3898
3942
|
# resp.presets[0].settings.video_description.codec_settings.xavc_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT"
|
3899
3943
|
# resp.presets[0].settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
|
3900
3944
|
# resp.presets[0].settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
|
3945
|
+
# resp.presets[0].settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
|
3946
|
+
# resp.presets[0].settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
3901
3947
|
# resp.presets[0].settings.video_description.codec_settings.xavc_settings.profile #=> String, one of "XAVC_HD_INTRA_CBG", "XAVC_4K_INTRA_CBG", "XAVC_4K_INTRA_VBR", "XAVC_HD", "XAVC_4K"
|
3902
3948
|
# resp.presets[0].settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
3903
3949
|
# resp.presets[0].settings.video_description.codec_settings.xavc_settings.softness #=> Integer
|
@@ -4870,6 +4916,7 @@ module Aws::MediaConvert
|
|
4870
4916
|
# gop_size: 1.0,
|
4871
4917
|
# max_bitrate: 1,
|
4872
4918
|
# number_b_frames_between_reference_frames: 1,
|
4919
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
4873
4920
|
# qvbr_settings: {
|
4874
4921
|
# qvbr_quality_level: 1,
|
4875
4922
|
# qvbr_quality_level_fine_tune: 1.0,
|
@@ -4888,6 +4935,7 @@ module Aws::MediaConvert
|
|
4888
4935
|
# framerate_denominator: 1,
|
4889
4936
|
# framerate_numerator: 1,
|
4890
4937
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
4938
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
4891
4939
|
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
4892
4940
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4893
4941
|
# telecine: "NONE", # accepts NONE, HARD
|
@@ -4938,6 +4986,7 @@ module Aws::MediaConvert
|
|
4938
4986
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4939
4987
|
# par_denominator: 1,
|
4940
4988
|
# par_numerator: 1,
|
4989
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
4941
4990
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
4942
4991
|
# qvbr_settings: {
|
4943
4992
|
# max_average_bitrate: 1,
|
@@ -4992,6 +5041,7 @@ module Aws::MediaConvert
|
|
4992
5041
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4993
5042
|
# par_denominator: 1,
|
4994
5043
|
# par_numerator: 1,
|
5044
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
4995
5045
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
|
4996
5046
|
# qvbr_settings: {
|
4997
5047
|
# max_average_bitrate: 1,
|
@@ -5036,6 +5086,7 @@ module Aws::MediaConvert
|
|
5036
5086
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5037
5087
|
# par_denominator: 1,
|
5038
5088
|
# par_numerator: 1,
|
5089
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
5039
5090
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
5040
5091
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
5041
5092
|
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
@@ -5058,6 +5109,7 @@ module Aws::MediaConvert
|
|
5058
5109
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5059
5110
|
# par_denominator: 1,
|
5060
5111
|
# par_numerator: 1,
|
5112
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
5061
5113
|
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
5062
5114
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5063
5115
|
# telecine: "NONE", # accepts NONE, HARD
|
@@ -5121,6 +5173,7 @@ module Aws::MediaConvert
|
|
5121
5173
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER, MAINTAIN_FRAME_COUNT
|
5122
5174
|
# framerate_denominator: 1,
|
5123
5175
|
# framerate_numerator: 1,
|
5176
|
+
# per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
|
5124
5177
|
# profile: "XAVC_HD_INTRA_CBG", # accepts XAVC_HD_INTRA_CBG, XAVC_4K_INTRA_CBG, XAVC_4K_INTRA_VBR, XAVC_HD, XAVC_4K
|
5125
5178
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5126
5179
|
# softness: 1,
|
@@ -5603,6 +5656,8 @@ module Aws::MediaConvert
|
|
5603
5656
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
|
5604
5657
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
5605
5658
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
5659
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
|
5660
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
5606
5661
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
5607
5662
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
5608
5663
|
# resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
@@ -5615,6 +5670,8 @@ module Aws::MediaConvert
|
|
5615
5670
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_denominator #=> Integer
|
5616
5671
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
|
5617
5672
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
|
5673
|
+
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
|
5674
|
+
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
5618
5675
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
5619
5676
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
5620
5677
|
# resp.preset.settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
|
@@ -5657,6 +5714,8 @@ module Aws::MediaConvert
|
|
5657
5714
|
# resp.preset.settings.video_description.codec_settings.h264_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
5658
5715
|
# resp.preset.settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
|
5659
5716
|
# resp.preset.settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
|
5717
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
|
5718
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
5660
5719
|
# resp.preset.settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
|
5661
5720
|
# resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
|
5662
5721
|
# resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
@@ -5705,6 +5764,8 @@ module Aws::MediaConvert
|
|
5705
5764
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
5706
5765
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
|
5707
5766
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
|
5767
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
|
5768
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
5708
5769
|
# resp.preset.settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
|
5709
5770
|
# resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
|
5710
5771
|
# resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
@@ -5745,6 +5806,8 @@ module Aws::MediaConvert
|
|
5745
5806
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
5746
5807
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
|
5747
5808
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
|
5809
|
+
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
|
5810
|
+
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
5748
5811
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
|
5749
5812
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
|
5750
5813
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
@@ -5765,6 +5828,8 @@ module Aws::MediaConvert
|
|
5765
5828
|
# resp.preset.settings.video_description.codec_settings.prores_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
5766
5829
|
# resp.preset.settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
|
5767
5830
|
# resp.preset.settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
|
5831
|
+
# resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
|
5832
|
+
# resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
5768
5833
|
# resp.preset.settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
|
5769
5834
|
# resp.preset.settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
5770
5835
|
# resp.preset.settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
|
@@ -5818,6 +5883,8 @@ module Aws::MediaConvert
|
|
5818
5883
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT"
|
5819
5884
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
|
5820
5885
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
|
5886
|
+
# resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
|
5887
|
+
# resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics[0] #=> String, one of "PSNR", "SSIM", "MS_SSIM", "PSNR_HVS", "VMAF", "QVBR"
|
5821
5888
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.profile #=> String, one of "XAVC_HD_INTRA_CBG", "XAVC_4K_INTRA_CBG", "XAVC_4K_INTRA_VBR", "XAVC_HD", "XAVC_4K"
|
5822
5889
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
|
5823
5890
|
# resp.preset.settings.video_description.codec_settings.xavc_settings.softness #=> Integer
|
@@ -6037,7 +6104,7 @@ module Aws::MediaConvert
|
|
6037
6104
|
tracer: tracer
|
6038
6105
|
)
|
6039
6106
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
6040
|
-
context[:gem_version] = '1.
|
6107
|
+
context[:gem_version] = '1.158.0'
|
6041
6108
|
Seahorse::Client::Request.new(handlers, context)
|
6042
6109
|
end
|
6043
6110
|
|
@@ -286,6 +286,7 @@ module Aws::MediaConvert
|
|
286
286
|
ForceIncludeRenditionSize = Shapes::StructureShape.new(name: 'ForceIncludeRenditionSize')
|
287
287
|
Format = Shapes::StringShape.new(name: 'Format')
|
288
288
|
FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
|
289
|
+
FrameMetricType = Shapes::StringShape.new(name: 'FrameMetricType')
|
289
290
|
FrameRate = Shapes::StructureShape.new(name: 'FrameRate')
|
290
291
|
GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
|
291
292
|
GetJobResponse = Shapes::StructureShape.new(name: 'GetJobResponse')
|
@@ -848,6 +849,7 @@ module Aws::MediaConvert
|
|
848
849
|
__listOfDashAdditionalManifest = Shapes::ListShape.new(name: '__listOfDashAdditionalManifest')
|
849
850
|
__listOfEndpoint = Shapes::ListShape.new(name: '__listOfEndpoint')
|
850
851
|
__listOfForceIncludeRenditionSize = Shapes::ListShape.new(name: '__listOfForceIncludeRenditionSize')
|
852
|
+
__listOfFrameMetricType = Shapes::ListShape.new(name: '__listOfFrameMetricType')
|
851
853
|
__listOfHlsAdMarkers = Shapes::ListShape.new(name: '__listOfHlsAdMarkers')
|
852
854
|
__listOfHlsAdditionalManifest = Shapes::ListShape.new(name: '__listOfHlsAdditionalManifest')
|
853
855
|
__listOfHlsCaptionLanguageMapping = Shapes::ListShape.new(name: '__listOfHlsCaptionLanguageMapping')
|
@@ -1043,7 +1045,7 @@ module Aws::MediaConvert
|
|
1043
1045
|
AudioNormalizationSettings.struct_class = Types::AudioNormalizationSettings
|
1044
1046
|
|
1045
1047
|
AudioProperties.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integer, location_name: "bitDepth"))
|
1046
|
-
AudioProperties.add_member(:bit_rate, Shapes::ShapeRef.new(shape:
|
1048
|
+
AudioProperties.add_member(:bit_rate, Shapes::ShapeRef.new(shape: __long, location_name: "bitRate"))
|
1047
1049
|
AudioProperties.add_member(:channels, Shapes::ShapeRef.new(shape: __integer, location_name: "channels"))
|
1048
1050
|
AudioProperties.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "frameRate"))
|
1049
1051
|
AudioProperties.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
|
@@ -1098,6 +1100,7 @@ module Aws::MediaConvert
|
|
1098
1100
|
Av1Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
|
1099
1101
|
Av1Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "maxBitrate"))
|
1100
1102
|
Av1Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin0Max15, location_name: "numberBFramesBetweenReferenceFrames"))
|
1103
|
+
Av1Settings.add_member(:per_frame_metrics, Shapes::ShapeRef.new(shape: __listOfFrameMetricType, location_name: "perFrameMetrics"))
|
1101
1104
|
Av1Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: Av1QvbrSettings, location_name: "qvbrSettings"))
|
1102
1105
|
Av1Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Av1RateControlMode, location_name: "rateControlMode"))
|
1103
1106
|
Av1Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
|
@@ -1114,6 +1117,7 @@ module Aws::MediaConvert
|
|
1114
1117
|
AvcIntraSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
1115
1118
|
AvcIntraSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin24Max60000, location_name: "framerateNumerator"))
|
1116
1119
|
AvcIntraSettings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: AvcIntraInterlaceMode, location_name: "interlaceMode"))
|
1120
|
+
AvcIntraSettings.add_member(:per_frame_metrics, Shapes::ShapeRef.new(shape: __listOfFrameMetricType, location_name: "perFrameMetrics"))
|
1117
1121
|
AvcIntraSettings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: AvcIntraScanTypeConversionMode, location_name: "scanTypeConversionMode"))
|
1118
1122
|
AvcIntraSettings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: AvcIntraSlowPal, location_name: "slowPal"))
|
1119
1123
|
AvcIntraSettings.add_member(:telecine, Shapes::ShapeRef.new(shape: AvcIntraTelecine, location_name: "telecine"))
|
@@ -1711,6 +1715,7 @@ module Aws::MediaConvert
|
|
1711
1715
|
H264Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H264ParControl, location_name: "parControl"))
|
1712
1716
|
H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
|
1713
1717
|
H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
1718
|
+
H264Settings.add_member(:per_frame_metrics, Shapes::ShapeRef.new(shape: __listOfFrameMetricType, location_name: "perFrameMetrics"))
|
1714
1719
|
H264Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: H264QualityTuningLevel, location_name: "qualityTuningLevel"))
|
1715
1720
|
H264Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: H264QvbrSettings, location_name: "qvbrSettings"))
|
1716
1721
|
H264Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H264RateControlMode, location_name: "rateControlMode"))
|
@@ -1763,6 +1768,7 @@ module Aws::MediaConvert
|
|
1763
1768
|
H265Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H265ParControl, location_name: "parControl"))
|
1764
1769
|
H265Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
|
1765
1770
|
H265Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
1771
|
+
H265Settings.add_member(:per_frame_metrics, Shapes::ShapeRef.new(shape: __listOfFrameMetricType, location_name: "perFrameMetrics"))
|
1766
1772
|
H265Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: H265QualityTuningLevel, location_name: "qualityTuningLevel"))
|
1767
1773
|
H265Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: H265QvbrSettings, location_name: "qvbrSettings"))
|
1768
1774
|
H265Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H265RateControlMode, location_name: "rateControlMode"))
|
@@ -2300,6 +2306,7 @@ module Aws::MediaConvert
|
|
2300
2306
|
Mpeg2Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: Mpeg2ParControl, location_name: "parControl"))
|
2301
2307
|
Mpeg2Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
|
2302
2308
|
Mpeg2Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
2309
|
+
Mpeg2Settings.add_member(:per_frame_metrics, Shapes::ShapeRef.new(shape: __listOfFrameMetricType, location_name: "perFrameMetrics"))
|
2303
2310
|
Mpeg2Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: Mpeg2QualityTuningLevel, location_name: "qualityTuningLevel"))
|
2304
2311
|
Mpeg2Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Mpeg2RateControlMode, location_name: "rateControlMode"))
|
2305
2312
|
Mpeg2Settings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: Mpeg2ScanTypeConversionMode, location_name: "scanTypeConversionMode"))
|
@@ -2423,6 +2430,7 @@ module Aws::MediaConvert
|
|
2423
2430
|
OutputGroupSettings.add_member(:file_group_settings, Shapes::ShapeRef.new(shape: FileGroupSettings, location_name: "fileGroupSettings"))
|
2424
2431
|
OutputGroupSettings.add_member(:hls_group_settings, Shapes::ShapeRef.new(shape: HlsGroupSettings, location_name: "hlsGroupSettings"))
|
2425
2432
|
OutputGroupSettings.add_member(:ms_smooth_group_settings, Shapes::ShapeRef.new(shape: MsSmoothGroupSettings, location_name: "msSmoothGroupSettings"))
|
2433
|
+
OutputGroupSettings.add_member(:per_frame_metrics, Shapes::ShapeRef.new(shape: __listOfFrameMetricType, location_name: "perFrameMetrics"))
|
2426
2434
|
OutputGroupSettings.add_member(:type, Shapes::ShapeRef.new(shape: OutputGroupType, location_name: "type"))
|
2427
2435
|
OutputGroupSettings.struct_class = Types::OutputGroupSettings
|
2428
2436
|
|
@@ -2477,6 +2485,7 @@ module Aws::MediaConvert
|
|
2477
2485
|
ProresSettings.add_member(:par_control, Shapes::ShapeRef.new(shape: ProresParControl, location_name: "parControl"))
|
2478
2486
|
ProresSettings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
|
2479
2487
|
ProresSettings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
2488
|
+
ProresSettings.add_member(:per_frame_metrics, Shapes::ShapeRef.new(shape: __listOfFrameMetricType, location_name: "perFrameMetrics"))
|
2480
2489
|
ProresSettings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: ProresScanTypeConversionMode, location_name: "scanTypeConversionMode"))
|
2481
2490
|
ProresSettings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: ProresSlowPal, location_name: "slowPal"))
|
2482
2491
|
ProresSettings.add_member(:telecine, Shapes::ShapeRef.new(shape: ProresTelecine, location_name: "telecine"))
|
@@ -2792,7 +2801,7 @@ module Aws::MediaConvert
|
|
2792
2801
|
VideoPreprocessor.struct_class = Types::VideoPreprocessor
|
2793
2802
|
|
2794
2803
|
VideoProperties.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integer, location_name: "bitDepth"))
|
2795
|
-
VideoProperties.add_member(:bit_rate, Shapes::ShapeRef.new(shape:
|
2804
|
+
VideoProperties.add_member(:bit_rate, Shapes::ShapeRef.new(shape: __long, location_name: "bitRate"))
|
2796
2805
|
VideoProperties.add_member(:color_primaries, Shapes::ShapeRef.new(shape: ColorPrimaries, location_name: "colorPrimaries"))
|
2797
2806
|
VideoProperties.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "frameRate"))
|
2798
2807
|
VideoProperties.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
|
@@ -2904,6 +2913,7 @@ module Aws::MediaConvert
|
|
2904
2913
|
XavcSettings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: XavcFramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
2905
2914
|
XavcSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
2906
2915
|
XavcSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin24Max60000, location_name: "framerateNumerator"))
|
2916
|
+
XavcSettings.add_member(:per_frame_metrics, Shapes::ShapeRef.new(shape: __listOfFrameMetricType, location_name: "perFrameMetrics"))
|
2907
2917
|
XavcSettings.add_member(:profile, Shapes::ShapeRef.new(shape: XavcProfile, location_name: "profile"))
|
2908
2918
|
XavcSettings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: XavcSlowPal, location_name: "slowPal"))
|
2909
2919
|
XavcSettings.add_member(:softness, Shapes::ShapeRef.new(shape: __integerMin0Max128, location_name: "softness"))
|
@@ -2938,6 +2948,8 @@ module Aws::MediaConvert
|
|
2938
2948
|
|
2939
2949
|
__listOfForceIncludeRenditionSize.member = Shapes::ShapeRef.new(shape: ForceIncludeRenditionSize)
|
2940
2950
|
|
2951
|
+
__listOfFrameMetricType.member = Shapes::ShapeRef.new(shape: FrameMetricType)
|
2952
|
+
|
2941
2953
|
__listOfHlsAdMarkers.member = Shapes::ShapeRef.new(shape: HlsAdMarkers)
|
2942
2954
|
|
2943
2955
|
__listOfHlsAdditionalManifest.member = Shapes::ShapeRef.new(shape: HlsAdditionalManifest)
|