aws-sdk-mediaconvert 1.156.0 → 1.157.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9f11df506f54270f966c8dbb5f94ceaf6da2a2eaba0fb3dd452f635026c0926
4
- data.tar.gz: 7ff1d1fb3724e49171585e1ba8b6afc47a39062e69739302b4c0afcf9c26ba06
3
+ metadata.gz: bd7bd6cbf3233fdafe48c296f6c89b8bc60e2a7012d1c79afb50ba7515c30a50
4
+ data.tar.gz: d6c78a46975b0ab704f23f3e8f970d8a918ed5e9a5e3ff60145477b5be3da5e7
5
5
  SHA512:
6
- metadata.gz: e74adad312e6c937a58ffda3e99e78b94dcbc57e118dc9222d25db31442d645b8436359d3bd92fda082c24f99fa27e58d207eead88f2ad4160cee14a3a5c5919
7
- data.tar.gz: 52eb7a1e8d8747973971a2007a7001f7661a247a18714d5887b98fc1f03561f146604d73c4d8bbe51c3ee10b20d378e188e44b0a9a7fd916ac11423192cb50c5
6
+ metadata.gz: 317eebae8a9bcc2a05dc129032e39f7cf6d05c0338bf624c5466264f6b4eb1dcb33f44160ec3d78a806da1a9f03babcc5d6a390fafd61edc466e36f013ce4448
7
+ data.tar.gz: 065c27bb41151ea286dab4ae7699d93187a2e021c9bb997abfcf1359428307af4b80554b051dd1379a42337942c48ad5139b4a205b41ff6c018727bc4bcb0267
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.157.0 (2025-05-05)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.156.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.156.0
1
+ 1.157.0
@@ -528,12 +528,10 @@ module Aws::MediaConvert
528
528
  # AWS Elemental MediaConvert User Guide.
529
529
  #
530
530
  # @option params [String] :billing_tags_source
531
- # Optional. Choose a tag type that AWS Billing and Cost Management will
532
- # use to sort your AWS Elemental MediaConvert costs on any billing
533
- # report that you set up. Any transcoding outputs that don't have an
534
- # associated tag will appear in your billing report unsorted. If you
535
- # don't choose a valid value for this field, your job outputs will
536
- # appear on the billing report unsorted.
531
+ # Optionally choose a Billing tags source that AWS Billing and Cost
532
+ # Management will use to display tags for individual output costs on any
533
+ # billing report that you set up. Leave blank to use the default value,
534
+ # Job.
537
535
  #
538
536
  # @option params [String] :client_request_token
539
537
  # 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 +1107,7 @@ module Aws::MediaConvert
1109
1107
  # gop_size: 1.0,
1110
1108
  # max_bitrate: 1,
1111
1109
  # number_b_frames_between_reference_frames: 1,
1110
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
1112
1111
  # qvbr_settings: {
1113
1112
  # qvbr_quality_level: 1,
1114
1113
  # qvbr_quality_level_fine_tune: 1.0,
@@ -1127,6 +1126,7 @@ module Aws::MediaConvert
1127
1126
  # framerate_denominator: 1,
1128
1127
  # framerate_numerator: 1,
1129
1128
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
1129
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
1130
1130
  # scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
1131
1131
  # slow_pal: "DISABLED", # accepts DISABLED, ENABLED
1132
1132
  # telecine: "NONE", # accepts NONE, HARD
@@ -1177,6 +1177,7 @@ module Aws::MediaConvert
1177
1177
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
1178
1178
  # par_denominator: 1,
1179
1179
  # par_numerator: 1,
1180
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
1180
1181
  # quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
1181
1182
  # qvbr_settings: {
1182
1183
  # max_average_bitrate: 1,
@@ -1231,6 +1232,7 @@ module Aws::MediaConvert
1231
1232
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
1232
1233
  # par_denominator: 1,
1233
1234
  # par_numerator: 1,
1235
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
1234
1236
  # quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
1235
1237
  # qvbr_settings: {
1236
1238
  # max_average_bitrate: 1,
@@ -1275,6 +1277,7 @@ module Aws::MediaConvert
1275
1277
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
1276
1278
  # par_denominator: 1,
1277
1279
  # par_numerator: 1,
1280
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
1278
1281
  # quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
1279
1282
  # rate_control_mode: "VBR", # accepts VBR, CBR
1280
1283
  # scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
@@ -1297,6 +1300,7 @@ module Aws::MediaConvert
1297
1300
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
1298
1301
  # par_denominator: 1,
1299
1302
  # par_numerator: 1,
1303
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
1300
1304
  # scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
1301
1305
  # slow_pal: "DISABLED", # accepts DISABLED, ENABLED
1302
1306
  # telecine: "NONE", # accepts NONE, HARD
@@ -1360,6 +1364,7 @@ module Aws::MediaConvert
1360
1364
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER, MAINTAIN_FRAME_COUNT
1361
1365
  # framerate_denominator: 1,
1362
1366
  # framerate_numerator: 1,
1367
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
1363
1368
  # profile: "XAVC_HD_INTRA_CBG", # accepts XAVC_HD_INTRA_CBG, XAVC_4K_INTRA_CBG, XAVC_4K_INTRA_VBR, XAVC_HD, XAVC_4K
1364
1369
  # slow_pal: "DISABLED", # accepts DISABLED, ENABLED
1365
1370
  # softness: 1,
@@ -1845,6 +1850,8 @@ module Aws::MediaConvert
1845
1850
  # resp.preset.settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
1846
1851
  # resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
1847
1852
  # resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
1853
+ # resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
1854
+ # 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
1855
  # resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
1849
1856
  # resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
1850
1857
  # resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
@@ -1857,6 +1864,8 @@ module Aws::MediaConvert
1857
1864
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_denominator #=> Integer
1858
1865
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
1859
1866
  # 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"
1867
+ # resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
1868
+ # 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
1869
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
1861
1870
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
1862
1871
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
@@ -1899,6 +1908,8 @@ module Aws::MediaConvert
1899
1908
  # resp.preset.settings.video_description.codec_settings.h264_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
1900
1909
  # resp.preset.settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
1901
1910
  # resp.preset.settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
1911
+ # resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
1912
+ # 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
1913
  # resp.preset.settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
1903
1914
  # resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
1904
1915
  # resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
@@ -1947,6 +1958,8 @@ module Aws::MediaConvert
1947
1958
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
1948
1959
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
1949
1960
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
1961
+ # resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
1962
+ # 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
1963
  # resp.preset.settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
1951
1964
  # resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
1952
1965
  # resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
@@ -1987,6 +2000,8 @@ module Aws::MediaConvert
1987
2000
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
1988
2001
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
1989
2002
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
2003
+ # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
2004
+ # 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
2005
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
1991
2006
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
1992
2007
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
@@ -2007,6 +2022,8 @@ module Aws::MediaConvert
2007
2022
  # resp.preset.settings.video_description.codec_settings.prores_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
2008
2023
  # resp.preset.settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
2009
2024
  # resp.preset.settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
2025
+ # resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
2026
+ # 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
2027
  # resp.preset.settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
2011
2028
  # resp.preset.settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
2012
2029
  # resp.preset.settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
@@ -2060,6 +2077,8 @@ module Aws::MediaConvert
2060
2077
  # resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT"
2061
2078
  # resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
2062
2079
  # resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
2080
+ # resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
2081
+ # 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
2082
  # 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
2083
  # resp.preset.settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
2065
2084
  # resp.preset.settings.video_description.codec_settings.xavc_settings.softness #=> Integer
@@ -2830,6 +2849,8 @@ module Aws::MediaConvert
2830
2849
  # resp.preset.settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
2831
2850
  # resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
2832
2851
  # resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
2852
+ # resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
2853
+ # 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
2854
  # resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
2834
2855
  # resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
2835
2856
  # resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
@@ -2842,6 +2863,8 @@ module Aws::MediaConvert
2842
2863
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_denominator #=> Integer
2843
2864
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
2844
2865
  # 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"
2866
+ # resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
2867
+ # 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
2868
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
2846
2869
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
2847
2870
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
@@ -2884,6 +2907,8 @@ module Aws::MediaConvert
2884
2907
  # resp.preset.settings.video_description.codec_settings.h264_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
2885
2908
  # resp.preset.settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
2886
2909
  # resp.preset.settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
2910
+ # resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
2911
+ # 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
2912
  # resp.preset.settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
2888
2913
  # resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
2889
2914
  # resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
@@ -2932,6 +2957,8 @@ module Aws::MediaConvert
2932
2957
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
2933
2958
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
2934
2959
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
2960
+ # resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
2961
+ # 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
2962
  # resp.preset.settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
2936
2963
  # resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
2937
2964
  # resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
@@ -2972,6 +2999,8 @@ module Aws::MediaConvert
2972
2999
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
2973
3000
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
2974
3001
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
3002
+ # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
3003
+ # 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
3004
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
2976
3005
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
2977
3006
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
@@ -2992,6 +3021,8 @@ module Aws::MediaConvert
2992
3021
  # resp.preset.settings.video_description.codec_settings.prores_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
2993
3022
  # resp.preset.settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
2994
3023
  # resp.preset.settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
3024
+ # resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
3025
+ # 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
3026
  # resp.preset.settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
2996
3027
  # resp.preset.settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
2997
3028
  # resp.preset.settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
@@ -3045,6 +3076,8 @@ module Aws::MediaConvert
3045
3076
  # resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT"
3046
3077
  # resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
3047
3078
  # resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
3079
+ # resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
3080
+ # 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
3081
  # 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
3082
  # resp.preset.settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
3050
3083
  # resp.preset.settings.video_description.codec_settings.xavc_settings.softness #=> Integer
@@ -3683,6 +3716,8 @@ module Aws::MediaConvert
3683
3716
  # resp.presets[0].settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
3684
3717
  # resp.presets[0].settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
3685
3718
  # resp.presets[0].settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
3719
+ # resp.presets[0].settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
3720
+ # 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
3721
  # resp.presets[0].settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
3687
3722
  # resp.presets[0].settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
3688
3723
  # resp.presets[0].settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
@@ -3695,6 +3730,8 @@ module Aws::MediaConvert
3695
3730
  # resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.framerate_denominator #=> Integer
3696
3731
  # resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
3697
3732
  # 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"
3733
+ # resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
3734
+ # 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
3735
  # resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
3699
3736
  # resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
3700
3737
  # resp.presets[0].settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
@@ -3737,6 +3774,8 @@ module Aws::MediaConvert
3737
3774
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
3738
3775
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
3739
3776
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
3777
+ # resp.presets[0].settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
3778
+ # 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
3779
  # 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
3780
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
3742
3781
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
@@ -3785,6 +3824,8 @@ module Aws::MediaConvert
3785
3824
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
3786
3825
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
3787
3826
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
3827
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
3828
+ # 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
3829
  # 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
3830
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
3790
3831
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
@@ -3825,6 +3866,8 @@ module Aws::MediaConvert
3825
3866
  # resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
3826
3867
  # resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
3827
3868
  # resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
3869
+ # resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
3870
+ # 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
3871
  # resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
3829
3872
  # resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
3830
3873
  # resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
@@ -3845,6 +3888,8 @@ module Aws::MediaConvert
3845
3888
  # resp.presets[0].settings.video_description.codec_settings.prores_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
3846
3889
  # resp.presets[0].settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
3847
3890
  # resp.presets[0].settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
3891
+ # resp.presets[0].settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
3892
+ # 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
3893
  # resp.presets[0].settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
3849
3894
  # resp.presets[0].settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
3850
3895
  # resp.presets[0].settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
@@ -3898,6 +3943,8 @@ module Aws::MediaConvert
3898
3943
  # resp.presets[0].settings.video_description.codec_settings.xavc_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT"
3899
3944
  # resp.presets[0].settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
3900
3945
  # resp.presets[0].settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
3946
+ # resp.presets[0].settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
3947
+ # 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
3948
  # 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
3949
  # resp.presets[0].settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
3903
3950
  # resp.presets[0].settings.video_description.codec_settings.xavc_settings.softness #=> Integer
@@ -4870,6 +4917,7 @@ module Aws::MediaConvert
4870
4917
  # gop_size: 1.0,
4871
4918
  # max_bitrate: 1,
4872
4919
  # number_b_frames_between_reference_frames: 1,
4920
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
4873
4921
  # qvbr_settings: {
4874
4922
  # qvbr_quality_level: 1,
4875
4923
  # qvbr_quality_level_fine_tune: 1.0,
@@ -4888,6 +4936,7 @@ module Aws::MediaConvert
4888
4936
  # framerate_denominator: 1,
4889
4937
  # framerate_numerator: 1,
4890
4938
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
4939
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
4891
4940
  # scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
4892
4941
  # slow_pal: "DISABLED", # accepts DISABLED, ENABLED
4893
4942
  # telecine: "NONE", # accepts NONE, HARD
@@ -4938,6 +4987,7 @@ module Aws::MediaConvert
4938
4987
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
4939
4988
  # par_denominator: 1,
4940
4989
  # par_numerator: 1,
4990
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
4941
4991
  # quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
4942
4992
  # qvbr_settings: {
4943
4993
  # max_average_bitrate: 1,
@@ -4992,6 +5042,7 @@ module Aws::MediaConvert
4992
5042
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
4993
5043
  # par_denominator: 1,
4994
5044
  # par_numerator: 1,
5045
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
4995
5046
  # quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, SINGLE_PASS_HQ, MULTI_PASS_HQ
4996
5047
  # qvbr_settings: {
4997
5048
  # max_average_bitrate: 1,
@@ -5036,6 +5087,7 @@ module Aws::MediaConvert
5036
5087
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
5037
5088
  # par_denominator: 1,
5038
5089
  # par_numerator: 1,
5090
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
5039
5091
  # quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
5040
5092
  # rate_control_mode: "VBR", # accepts VBR, CBR
5041
5093
  # scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
@@ -5058,6 +5110,7 @@ module Aws::MediaConvert
5058
5110
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
5059
5111
  # par_denominator: 1,
5060
5112
  # par_numerator: 1,
5113
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
5061
5114
  # scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
5062
5115
  # slow_pal: "DISABLED", # accepts DISABLED, ENABLED
5063
5116
  # telecine: "NONE", # accepts NONE, HARD
@@ -5121,6 +5174,7 @@ module Aws::MediaConvert
5121
5174
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER, MAINTAIN_FRAME_COUNT
5122
5175
  # framerate_denominator: 1,
5123
5176
  # framerate_numerator: 1,
5177
+ # per_frame_metrics: ["PSNR"], # accepts PSNR, SSIM, MS_SSIM, PSNR_HVS, VMAF, QVBR
5124
5178
  # profile: "XAVC_HD_INTRA_CBG", # accepts XAVC_HD_INTRA_CBG, XAVC_4K_INTRA_CBG, XAVC_4K_INTRA_VBR, XAVC_HD, XAVC_4K
5125
5179
  # slow_pal: "DISABLED", # accepts DISABLED, ENABLED
5126
5180
  # softness: 1,
@@ -5603,6 +5657,8 @@ module Aws::MediaConvert
5603
5657
  # resp.preset.settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
5604
5658
  # resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
5605
5659
  # resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
5660
+ # resp.preset.settings.video_description.codec_settings.av_1_settings.per_frame_metrics #=> Array
5661
+ # 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
5662
  # resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
5607
5663
  # resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
5608
5664
  # resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
@@ -5615,6 +5671,8 @@ module Aws::MediaConvert
5615
5671
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_denominator #=> Integer
5616
5672
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.framerate_numerator #=> Integer
5617
5673
  # 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"
5674
+ # resp.preset.settings.video_description.codec_settings.avc_intra_settings.per_frame_metrics #=> Array
5675
+ # 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
5676
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
5619
5677
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
5620
5678
  # resp.preset.settings.video_description.codec_settings.avc_intra_settings.telecine #=> String, one of "NONE", "HARD"
@@ -5657,6 +5715,8 @@ module Aws::MediaConvert
5657
5715
  # resp.preset.settings.video_description.codec_settings.h264_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
5658
5716
  # resp.preset.settings.video_description.codec_settings.h264_settings.par_denominator #=> Integer
5659
5717
  # resp.preset.settings.video_description.codec_settings.h264_settings.par_numerator #=> Integer
5718
+ # resp.preset.settings.video_description.codec_settings.h264_settings.per_frame_metrics #=> Array
5719
+ # 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
5720
  # resp.preset.settings.video_description.codec_settings.h264_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
5661
5721
  # resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.max_average_bitrate #=> Integer
5662
5722
  # resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level #=> Integer
@@ -5705,6 +5765,8 @@ module Aws::MediaConvert
5705
5765
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
5706
5766
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_denominator #=> Integer
5707
5767
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_numerator #=> Integer
5768
+ # resp.preset.settings.video_description.codec_settings.h265_settings.per_frame_metrics #=> Array
5769
+ # 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
5770
  # resp.preset.settings.video_description.codec_settings.h265_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ"
5709
5771
  # resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.max_average_bitrate #=> Integer
5710
5772
  # resp.preset.settings.video_description.codec_settings.h265_settings.qvbr_settings.qvbr_quality_level #=> Integer
@@ -5745,6 +5807,8 @@ module Aws::MediaConvert
5745
5807
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
5746
5808
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_denominator #=> Integer
5747
5809
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.par_numerator #=> Integer
5810
+ # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.per_frame_metrics #=> Array
5811
+ # 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
5812
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.quality_tuning_level #=> String, one of "SINGLE_PASS", "MULTI_PASS"
5749
5813
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.rate_control_mode #=> String, one of "VBR", "CBR"
5750
5814
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
@@ -5765,6 +5829,8 @@ module Aws::MediaConvert
5765
5829
  # resp.preset.settings.video_description.codec_settings.prores_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
5766
5830
  # resp.preset.settings.video_description.codec_settings.prores_settings.par_denominator #=> Integer
5767
5831
  # resp.preset.settings.video_description.codec_settings.prores_settings.par_numerator #=> Integer
5832
+ # resp.preset.settings.video_description.codec_settings.prores_settings.per_frame_metrics #=> Array
5833
+ # 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
5834
  # resp.preset.settings.video_description.codec_settings.prores_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
5769
5835
  # resp.preset.settings.video_description.codec_settings.prores_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
5770
5836
  # resp.preset.settings.video_description.codec_settings.prores_settings.telecine #=> String, one of "NONE", "HARD"
@@ -5818,6 +5884,8 @@ module Aws::MediaConvert
5818
5884
  # resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT"
5819
5885
  # resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_denominator #=> Integer
5820
5886
  # resp.preset.settings.video_description.codec_settings.xavc_settings.framerate_numerator #=> Integer
5887
+ # resp.preset.settings.video_description.codec_settings.xavc_settings.per_frame_metrics #=> Array
5888
+ # 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
5889
  # 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
5890
  # resp.preset.settings.video_description.codec_settings.xavc_settings.slow_pal #=> String, one of "DISABLED", "ENABLED"
5823
5891
  # resp.preset.settings.video_description.codec_settings.xavc_settings.softness #=> Integer
@@ -6037,7 +6105,7 @@ module Aws::MediaConvert
6037
6105
  tracer: tracer
6038
6106
  )
6039
6107
  context[:gem_name] = 'aws-sdk-mediaconvert'
6040
- context[:gem_version] = '1.156.0'
6108
+ context[:gem_version] = '1.157.0'
6041
6109
  Seahorse::Client::Request.new(handlers, context)
6042
6110
  end
6043
6111
 
@@ -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: __integer, location_name: "bitRate"))
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: __integer, location_name: "bitRate"))
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)