aws-sdk-mediaconvert 1.122.0 → 1.123.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -149,6 +149,8 @@ module Aws::MediaConvert
149
149
  CmfcSettings = Shapes::StructureShape.new(name: 'CmfcSettings')
150
150
  CmfcTimedMetadata = Shapes::StringShape.new(name: 'CmfcTimedMetadata')
151
151
  CmfcTimedMetadataBoxVersion = Shapes::StringShape.new(name: 'CmfcTimedMetadataBoxVersion')
152
+ ColorConversion3DLUTSetting = Shapes::StructureShape.new(name: 'ColorConversion3DLUTSetting')
153
+ ColorConversion3DLUTSettings = Shapes::ListShape.new(name: 'ColorConversion3DLUTSettings')
152
154
  ColorCorrector = Shapes::StructureShape.new(name: 'ColorCorrector')
153
155
  ColorMetadata = Shapes::StringShape.new(name: 'ColorMetadata')
154
156
  ColorSpace = Shapes::StringShape.new(name: 'ColorSpace')
@@ -594,6 +596,14 @@ module Aws::MediaConvert
594
596
  TtmlDestinationSettings = Shapes::StructureShape.new(name: 'TtmlDestinationSettings')
595
597
  TtmlStylePassthrough = Shapes::StringShape.new(name: 'TtmlStylePassthrough')
596
598
  Type = Shapes::StringShape.new(name: 'Type')
599
+ UncompressedFourcc = Shapes::StringShape.new(name: 'UncompressedFourcc')
600
+ UncompressedFramerateControl = Shapes::StringShape.new(name: 'UncompressedFramerateControl')
601
+ UncompressedFramerateConversionAlgorithm = Shapes::StringShape.new(name: 'UncompressedFramerateConversionAlgorithm')
602
+ UncompressedInterlaceMode = Shapes::StringShape.new(name: 'UncompressedInterlaceMode')
603
+ UncompressedScanTypeConversionMode = Shapes::StringShape.new(name: 'UncompressedScanTypeConversionMode')
604
+ UncompressedSettings = Shapes::StructureShape.new(name: 'UncompressedSettings')
605
+ UncompressedSlowPal = Shapes::StringShape.new(name: 'UncompressedSlowPal')
606
+ UncompressedTelecine = Shapes::StringShape.new(name: 'UncompressedTelecine')
597
607
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
598
608
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
599
609
  UpdateJobTemplateRequest = Shapes::StructureShape.new(name: 'UpdateJobTemplateRequest')
@@ -834,6 +844,7 @@ module Aws::MediaConvert
834
844
  __stringMin11Max11Pattern01D20305D205D = Shapes::StringShape.new(name: '__stringMin11Max11Pattern01D20305D205D')
835
845
  __stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG')
836
846
  __stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA')
847
+ __stringMin14PatternS3CubeCUBEHttpsCubeCUBE = Shapes::StringShape.new(name: '__stringMin14PatternS3CubeCUBEHttpsCubeCUBE')
837
848
  __stringMin14PatternS3Mov09PngHttpsMov09Png = Shapes::StringShape.new(name: '__stringMin14PatternS3Mov09PngHttpsMov09Png')
838
849
  __stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT = Shapes::StringShape.new(name: '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT')
839
850
  __stringMin14PatternS3XmlXMLHttpsXmlXML = Shapes::StringShape.new(name: '__stringMin14PatternS3XmlXMLHttpsXmlXML')
@@ -1191,6 +1202,15 @@ module Aws::MediaConvert
1191
1202
  CmfcSettings.add_member(:timed_metadata_value, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "timedMetadataValue"))
1192
1203
  CmfcSettings.struct_class = Types::CmfcSettings
1193
1204
 
1205
+ ColorConversion3DLUTSetting.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringMin14PatternS3CubeCUBEHttpsCubeCUBE, location_name: "fileInput"))
1206
+ ColorConversion3DLUTSetting.add_member(:input_color_space, Shapes::ShapeRef.new(shape: ColorSpace, location_name: "inputColorSpace"))
1207
+ ColorConversion3DLUTSetting.add_member(:input_mastering_luminance, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "inputMasteringLuminance"))
1208
+ ColorConversion3DLUTSetting.add_member(:output_color_space, Shapes::ShapeRef.new(shape: ColorSpace, location_name: "outputColorSpace"))
1209
+ ColorConversion3DLUTSetting.add_member(:output_mastering_luminance, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "outputMasteringLuminance"))
1210
+ ColorConversion3DLUTSetting.struct_class = Types::ColorConversion3DLUTSetting
1211
+
1212
+ ColorConversion3DLUTSettings.member = Shapes::ShapeRef.new(shape: ColorConversion3DLUTSetting)
1213
+
1194
1214
  ColorCorrector.add_member(:brightness, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "brightness"))
1195
1215
  ColorCorrector.add_member(:clip_limits, Shapes::ShapeRef.new(shape: ClipLimits, location_name: "clipLimits"))
1196
1216
  ColorCorrector.add_member(:color_space_conversion, Shapes::ShapeRef.new(shape: ColorSpaceConversion, location_name: "colorSpaceConversion"))
@@ -1198,6 +1218,7 @@ module Aws::MediaConvert
1198
1218
  ColorCorrector.add_member(:hdr_10_metadata, Shapes::ShapeRef.new(shape: Hdr10Metadata, location_name: "hdr10Metadata"))
1199
1219
  ColorCorrector.add_member(:hdr_to_sdr_tone_mapper, Shapes::ShapeRef.new(shape: HDRToSDRToneMapper, location_name: "hdrToSdrToneMapper"))
1200
1220
  ColorCorrector.add_member(:hue, Shapes::ShapeRef.new(shape: __integerMinNegative180Max180, location_name: "hue"))
1221
+ ColorCorrector.add_member(:max_luminance, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "maxLuminance"))
1201
1222
  ColorCorrector.add_member(:sample_range_conversion, Shapes::ShapeRef.new(shape: SampleRangeConversion, location_name: "sampleRangeConversion"))
1202
1223
  ColorCorrector.add_member(:saturation, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "saturation"))
1203
1224
  ColorCorrector.add_member(:sdr_reference_white_level, Shapes::ShapeRef.new(shape: __integerMin100Max1000, location_name: "sdrReferenceWhiteLevel"))
@@ -1866,6 +1887,7 @@ module Aws::MediaConvert
1866
1887
 
1867
1888
  JobSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
1868
1889
  JobSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
1890
+ JobSettings.add_member(:color_conversion_3_dlut_settings, Shapes::ShapeRef.new(shape: ColorConversion3DLUTSettings, location_name: "colorConversion3DLUTSettings"))
1869
1891
  JobSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
1870
1892
  JobSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
1871
1893
  JobSettings.add_member(:follow_source, Shapes::ShapeRef.new(shape: __integerMin1Max150, location_name: "followSource"))
@@ -1896,6 +1918,7 @@ module Aws::MediaConvert
1896
1918
 
1897
1919
  JobTemplateSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
1898
1920
  JobTemplateSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
1921
+ JobTemplateSettings.add_member(:color_conversion_3_dlut_settings, Shapes::ShapeRef.new(shape: ColorConversion3DLUTSettings, location_name: "colorConversion3DLUTSettings"))
1899
1922
  JobTemplateSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
1900
1923
  JobTemplateSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
1901
1924
  JobTemplateSettings.add_member(:follow_source, Shapes::ShapeRef.new(shape: __integerMin1Max150, location_name: "followSource"))
@@ -2428,6 +2451,17 @@ module Aws::MediaConvert
2428
2451
  TtmlDestinationSettings.add_member(:style_passthrough, Shapes::ShapeRef.new(shape: TtmlStylePassthrough, location_name: "stylePassthrough"))
2429
2452
  TtmlDestinationSettings.struct_class = Types::TtmlDestinationSettings
2430
2453
 
2454
+ UncompressedSettings.add_member(:fourcc, Shapes::ShapeRef.new(shape: UncompressedFourcc, location_name: "fourcc"))
2455
+ UncompressedSettings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: UncompressedFramerateControl, location_name: "framerateControl"))
2456
+ UncompressedSettings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: UncompressedFramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
2457
+ UncompressedSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
2458
+ UncompressedSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
2459
+ UncompressedSettings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: UncompressedInterlaceMode, location_name: "interlaceMode"))
2460
+ UncompressedSettings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: UncompressedScanTypeConversionMode, location_name: "scanTypeConversionMode"))
2461
+ UncompressedSettings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: UncompressedSlowPal, location_name: "slowPal"))
2462
+ UncompressedSettings.add_member(:telecine, Shapes::ShapeRef.new(shape: UncompressedTelecine, location_name: "telecine"))
2463
+ UncompressedSettings.struct_class = Types::UncompressedSettings
2464
+
2431
2465
  UntagResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "arn"))
2432
2466
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "tagKeys"))
2433
2467
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -2485,6 +2519,7 @@ module Aws::MediaConvert
2485
2519
  VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
2486
2520
  VideoCodecSettings.add_member(:mpeg_2_settings, Shapes::ShapeRef.new(shape: Mpeg2Settings, location_name: "mpeg2Settings"))
2487
2521
  VideoCodecSettings.add_member(:prores_settings, Shapes::ShapeRef.new(shape: ProresSettings, location_name: "proresSettings"))
2522
+ VideoCodecSettings.add_member(:uncompressed_settings, Shapes::ShapeRef.new(shape: UncompressedSettings, location_name: "uncompressedSettings"))
2488
2523
  VideoCodecSettings.add_member(:vc_3_settings, Shapes::ShapeRef.new(shape: Vc3Settings, location_name: "vc3Settings"))
2489
2524
  VideoCodecSettings.add_member(:vp_8_settings, Shapes::ShapeRef.new(shape: Vp8Settings, location_name: "vp8Settings"))
2490
2525
  VideoCodecSettings.add_member(:vp_9_settings, Shapes::ShapeRef.new(shape: Vp9Settings, location_name: "vp9Settings"))
@@ -2542,6 +2577,7 @@ module Aws::MediaConvert
2542
2577
  VideoSelector.add_member(:color_space_usage, Shapes::ShapeRef.new(shape: ColorSpaceUsage, location_name: "colorSpaceUsage"))
2543
2578
  VideoSelector.add_member(:embedded_timecode_override, Shapes::ShapeRef.new(shape: EmbeddedTimecodeOverride, location_name: "embeddedTimecodeOverride"))
2544
2579
  VideoSelector.add_member(:hdr_10_metadata, Shapes::ShapeRef.new(shape: Hdr10Metadata, location_name: "hdr10Metadata"))
2580
+ VideoSelector.add_member(:max_luminance, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "maxLuminance"))
2545
2581
  VideoSelector.add_member(:pad_video, Shapes::ShapeRef.new(shape: PadVideo, location_name: "padVideo"))
2546
2582
  VideoSelector.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "pid"))
2547
2583
  VideoSelector.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "programNumber"))
@@ -43,7 +43,13 @@ module Aws::MediaConvert
43
43
  # @return [Integer]
44
44
  #
45
45
  # @!attribute [rw] codec_profile
46
- # AAC Profile.
46
+ # Specify the AAC profile. For the widest player compatibility and
47
+ # where higher bitrates are acceptable: Keep the default profile, LC
48
+ # (AAC-LC) For improved audio performance at lower bitrates: Choose
49
+ # HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to
50
+ # improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds
51
+ # parametric stereo, which optimizes for encoding stereo audio at very
52
+ # low bitrates.
47
53
  # @return [String]
48
54
  #
49
55
  # @!attribute [rw] coding_mode
@@ -59,7 +65,11 @@ module Aws::MediaConvert
59
65
  # @return [String]
60
66
  #
61
67
  # @!attribute [rw] rate_control_mode
62
- # Rate Control Mode.
68
+ # Specify the AAC rate control mode. For a constant bitrate: Choose
69
+ # CBR. Your AAC output bitrate will be equal to the value that you
70
+ # choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC
71
+ # output bitrate will vary according to your audio content and the
72
+ # value that you choose for Bitrate quality.
63
73
  # @return [String]
64
74
  #
65
75
  # @!attribute [rw] raw_format
@@ -69,15 +79,10 @@ module Aws::MediaConvert
69
79
  # @return [String]
70
80
  #
71
81
  # @!attribute [rw] sample_rate
72
- # Specify the Sample rate in Hz. Valid sample rates depend on the
73
- # Profile and Coding mode that you select. The following list shows
74
- # valid sample rates for each Profile and Coding mode. * LC Profile,
75
- # Coding mode 1.0, 2.0, and Receiver Mix: 8000, 12000, 16000, 22050,
76
- # 24000, 32000, 44100, 48000, 88200, 96000. * LC Profile, Coding mode
77
- # 5.1: 32000, 44100, 48000, 96000. * HEV1 Profile, Coding mode 1.0
78
- # and Receiver Mix: 22050, 24000, 32000, 44100, 48000. * HEV1
79
- # Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. *
80
- # HEV2 Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000.
82
+ # Specify the AAC sample rate in samples per second (Hz). Valid sample
83
+ # rates depend on the AAC profile and Coding mode that you select. For
84
+ # a list of supported sample rates, see:
85
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html
81
86
  # @return [Integer]
82
87
  #
83
88
  # @!attribute [rw] specification
@@ -86,7 +91,9 @@ module Aws::MediaConvert
86
91
  # @return [String]
87
92
  #
88
93
  # @!attribute [rw] vbr_quality
89
- # VBR Quality Level - Only used if rate\_control\_mode is VBR.
94
+ # Specify the quality of your variable bitrate (VBR) AAC audio. For a
95
+ # list of approximate VBR bitrates, see:
96
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac\_vbr
90
97
  # @return [String]
91
98
  #
92
99
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AacSettings AWS API Documentation
@@ -2610,6 +2617,52 @@ module Aws::MediaConvert
2610
2617
  include Aws::Structure
2611
2618
  end
2612
2619
 
2620
+ # Custom 3D lut settings
2621
+ #
2622
+ # @!attribute [rw] file_input
2623
+ # Specify the input file S3, HTTP, or HTTPS URL for your 3D LUT .cube
2624
+ # file. Note that MediaConvert accepts 3D LUT files up to 8MB in size.
2625
+ # @return [String]
2626
+ #
2627
+ # @!attribute [rw] input_color_space
2628
+ # Specify which inputs use this 3D LUT, according to their color
2629
+ # space.
2630
+ # @return [String]
2631
+ #
2632
+ # @!attribute [rw] input_mastering_luminance
2633
+ # Specify which inputs use this 3D LUT, according to their luminance.
2634
+ # To apply this 3D LUT to HDR10 or P3D65 (HDR) inputs with a specific
2635
+ # mastering luminance: Enter an integer from 0 to 2147483647,
2636
+ # corresponding to the input's Maximum luminance value. To apply this
2637
+ # 3D LUT to any input regardless of its luminance: Leave blank, or
2638
+ # enter 0.
2639
+ # @return [Integer]
2640
+ #
2641
+ # @!attribute [rw] output_color_space
2642
+ # Specify which outputs use this 3D LUT, according to their color
2643
+ # space.
2644
+ # @return [String]
2645
+ #
2646
+ # @!attribute [rw] output_mastering_luminance
2647
+ # Specify which outputs use this 3D LUT, according to their luminance.
2648
+ # To apply this 3D LUT to HDR10 or P3D65 (HDR) outputs with a specific
2649
+ # luminance: Enter an integer from 0 to 2147483647, corresponding to
2650
+ # the output's luminance. To apply this 3D LUT to any output
2651
+ # regardless of its luminance: Leave blank, or enter 0.
2652
+ # @return [Integer]
2653
+ #
2654
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ColorConversion3DLUTSetting AWS API Documentation
2655
+ #
2656
+ class ColorConversion3DLUTSetting < Struct.new(
2657
+ :file_input,
2658
+ :input_color_space,
2659
+ :input_mastering_luminance,
2660
+ :output_color_space,
2661
+ :output_mastering_luminance)
2662
+ SENSITIVE = []
2663
+ include Aws::Structure
2664
+ end
2665
+
2613
2666
  # Settings for color correction.
2614
2667
  #
2615
2668
  # @!attribute [rw] brightness
@@ -2677,6 +2730,12 @@ module Aws::MediaConvert
2677
2730
  # Hue in degrees.
2678
2731
  # @return [Integer]
2679
2732
  #
2733
+ # @!attribute [rw] max_luminance
2734
+ # Specify the maximum mastering display luminance. Enter an integer
2735
+ # from 0 to 2147483647, in units of 0.0001 nits. For example, enter
2736
+ # 10000000 for 1000 nits.
2737
+ # @return [Integer]
2738
+ #
2680
2739
  # @!attribute [rw] sample_range_conversion
2681
2740
  # Specify how MediaConvert limits the color sample range for this
2682
2741
  # output. To create a limited range output from a full range input:
@@ -2724,6 +2783,7 @@ module Aws::MediaConvert
2724
2783
  :hdr_10_metadata,
2725
2784
  :hdr_to_sdr_tone_mapper,
2726
2785
  :hue,
2786
+ :max_luminance,
2727
2787
  :sample_range_conversion,
2728
2788
  :saturation,
2729
2789
  :sdr_reference_white_level)
@@ -7868,6 +7928,12 @@ module Aws::MediaConvert
7868
7928
  # with an image, and audio muted during SCTE-35 triggered ad avails.
7869
7929
  # @return [Types::AvailBlanking]
7870
7930
  #
7931
+ # @!attribute [rw] color_conversion_3_dlut_settings
7932
+ # Use 3D LUTs to specify custom color mapping behavior when you
7933
+ # convert from one color space into another. You can include up to 8
7934
+ # different 3D LUTs.
7935
+ # @return [Array<Types::ColorConversion3DLUTSetting>]
7936
+ #
7871
7937
  # @!attribute [rw] esam
7872
7938
  # Settings for Event Signaling And Messaging (ESAM). If you don't do
7873
7939
  # ad insertion, you can ignore these settings.
@@ -7965,6 +8031,7 @@ module Aws::MediaConvert
7965
8031
  class JobSettings < Struct.new(
7966
8032
  :ad_avail_offset,
7967
8033
  :avail_blanking,
8034
+ :color_conversion_3_dlut_settings,
7968
8035
  :esam,
7969
8036
  :extended_data_services,
7970
8037
  :follow_source,
@@ -8079,6 +8146,12 @@ module Aws::MediaConvert
8079
8146
  # with an image, and audio muted during SCTE-35 triggered ad avails.
8080
8147
  # @return [Types::AvailBlanking]
8081
8148
  #
8149
+ # @!attribute [rw] color_conversion_3_dlut_settings
8150
+ # Use 3D LUTs to specify custom color mapping behavior when you
8151
+ # convert from one color space into another. You can include up to 8
8152
+ # different 3D LUTs.
8153
+ # @return [Array<Types::ColorConversion3DLUTSetting>]
8154
+ #
8082
8155
  # @!attribute [rw] esam
8083
8156
  # Settings for Event Signaling And Messaging (ESAM). If you don't do
8084
8157
  # ad insertion, you can ignore these settings.
@@ -8176,6 +8249,7 @@ module Aws::MediaConvert
8176
8249
  class JobTemplateSettings < Struct.new(
8177
8250
  :ad_avail_offset,
8178
8251
  :avail_blanking,
8252
+ :color_conversion_3_dlut_settings,
8179
8253
  :esam,
8180
8254
  :extended_data_services,
8181
8255
  :follow_source,
@@ -11882,6 +11956,113 @@ module Aws::MediaConvert
11882
11956
  include Aws::Structure
11883
11957
  end
11884
11958
 
11959
+ # Required when you set Codec, under VideoDescription>CodecSettings to
11960
+ # the value UNCOMPRESSED.
11961
+ #
11962
+ # @!attribute [rw] fourcc
11963
+ # The four character code for the uncompressed video.
11964
+ # @return [String]
11965
+ #
11966
+ # @!attribute [rw] framerate_control
11967
+ # Use the Framerate setting to specify the frame rate for this output.
11968
+ # If you want to keep the same frame rate as the input video, choose
11969
+ # Follow source. If you want to do frame rate conversion, choose a
11970
+ # frame rate from the dropdown list or choose Custom. The framerates
11971
+ # shown in the dropdown list are decimal approximations of fractions.
11972
+ # If you choose Custom, specify your frame rate as a fraction.
11973
+ # @return [String]
11974
+ #
11975
+ # @!attribute [rw] framerate_conversion_algorithm
11976
+ # Choose the method that you want MediaConvert to use when increasing
11977
+ # or decreasing the frame rate. For numerically simple conversions,
11978
+ # such as 60 fps to 30 fps: We recommend that you keep the default
11979
+ # value, Drop duplicate. For numerically complex conversions, to avoid
11980
+ # stutter: Choose Interpolate. This results in a smooth picture, but
11981
+ # might introduce undesirable video artifacts. For complex frame rate
11982
+ # conversions, especially if your source video has already been
11983
+ # converted from its original cadence: Choose FrameFormer to do
11984
+ # motion-compensated interpolation. FrameFormer uses the best
11985
+ # conversion method frame by frame. Note that using FrameFormer
11986
+ # increases the transcoding time and incurs a significant add-on cost.
11987
+ # When you choose FrameFormer, your input video resolution must be at
11988
+ # least 128x96.
11989
+ # @return [String]
11990
+ #
11991
+ # @!attribute [rw] framerate_denominator
11992
+ # When you use the API for transcode jobs that use frame rate
11993
+ # conversion, specify the frame rate as a fraction. For example, 24000
11994
+ # / 1001 = 23.976 fps. Use FramerateDenominator to specify the
11995
+ # denominator of this fraction. In this example, use 1001 for the
11996
+ # value of FramerateDenominator. When you use the console for
11997
+ # transcode jobs that use frame rate conversion, provide the value as
11998
+ # a decimal number for Framerate. In this example, specify 23.976.
11999
+ # @return [Integer]
12000
+ #
12001
+ # @!attribute [rw] framerate_numerator
12002
+ # When you use the API for transcode jobs that use frame rate
12003
+ # conversion, specify the frame rate as a fraction. For example, 24000
12004
+ # / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
12005
+ # of this fraction. In this example, use 24000 for the value of
12006
+ # FramerateNumerator. When you use the console for transcode jobs that
12007
+ # use frame rate conversion, provide the value as a decimal number for
12008
+ # Framerate. In this example, specify 23.976.
12009
+ # @return [Integer]
12010
+ #
12011
+ # @!attribute [rw] interlace_mode
12012
+ # Optional. Choose the scan line type for this output. If you don't
12013
+ # specify a value, MediaConvert will create a progressive output.
12014
+ # @return [String]
12015
+ #
12016
+ # @!attribute [rw] scan_type_conversion_mode
12017
+ # Use this setting for interlaced outputs, when your output frame rate
12018
+ # is half of your input frame rate. In this situation, choose
12019
+ # Optimized interlacing to create a better quality interlaced output.
12020
+ # In this case, each progressive frame from the input corresponds to
12021
+ # an interlaced field in the output. Keep the default value, Basic
12022
+ # interlacing, for all other output frame rates. With basic
12023
+ # interlacing, MediaConvert performs any frame rate conversion first
12024
+ # and then interlaces the frames. When you choose Optimized
12025
+ # interlacing and you set your output frame rate to a value that
12026
+ # isn't suitable for optimized interlacing, MediaConvert
12027
+ # automatically falls back to basic interlacing. Required settings: To
12028
+ # use optimized interlacing, you must set Telecine to None or Soft.
12029
+ # You can't use optimized interlacing for hard telecine outputs. You
12030
+ # must also set Interlace mode to a value other than Progressive.
12031
+ # @return [String]
12032
+ #
12033
+ # @!attribute [rw] slow_pal
12034
+ # Ignore this setting unless your input frame rate is 23.976 or 24
12035
+ # frames per second (fps). Enable slow PAL to create a 25 fps output
12036
+ # by relabeling the video frames and resampling your audio. Note that
12037
+ # enabling this setting will slightly reduce the duration of your
12038
+ # video. Related settings: You must also set Framerate to 25.
12039
+ # @return [String]
12040
+ #
12041
+ # @!attribute [rw] telecine
12042
+ # When you do frame rate conversion from 23.976 frames per second
12043
+ # (fps) to 29.97 fps, and your output scan type is interlaced, you can
12044
+ # optionally enable hard telecine to create a smoother picture. When
12045
+ # you keep the default value, None, MediaConvert does a standard frame
12046
+ # rate conversion to 29.97 without doing anything with the field
12047
+ # polarity to create a smoother picture.
12048
+ # @return [String]
12049
+ #
12050
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UncompressedSettings AWS API Documentation
12051
+ #
12052
+ class UncompressedSettings < Struct.new(
12053
+ :fourcc,
12054
+ :framerate_control,
12055
+ :framerate_conversion_algorithm,
12056
+ :framerate_denominator,
12057
+ :framerate_numerator,
12058
+ :interlace_mode,
12059
+ :scan_type_conversion_mode,
12060
+ :slow_pal,
12061
+ :telecine)
12062
+ SENSITIVE = []
12063
+ include Aws::Structure
12064
+ end
12065
+
11885
12066
  # To remove tags from a resource, send a request with the Amazon
11886
12067
  # Resource Name (ARN) of the resource and the keys of the tags that you
11887
12068
  # want to remove.
@@ -12222,8 +12403,9 @@ module Aws::MediaConvert
12222
12403
  # codec enum, settings object pairs. * AV1, Av1Settings * AVC\_INTRA,
12223
12404
  # AvcIntraSettings * FRAME\_CAPTURE, FrameCaptureSettings * H\_264,
12224
12405
  # H264Settings * H\_265, H265Settings * MPEG2, Mpeg2Settings *
12225
- # PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9,
12226
- # Vp9Settings * XAVC, XavcSettings
12406
+ # PRORES, ProresSettings * UNCOMPRESSED, UncompressedSettings * VC3,
12407
+ # Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC,
12408
+ # XavcSettings
12227
12409
  #
12228
12410
  # @!attribute [rw] av_1_settings
12229
12411
  # Required when you set Codec, under VideoDescription>CodecSettings to
@@ -12269,6 +12451,11 @@ module Aws::MediaConvert
12269
12451
  # Required when you set Codec to the value PRORES.
12270
12452
  # @return [Types::ProresSettings]
12271
12453
  #
12454
+ # @!attribute [rw] uncompressed_settings
12455
+ # Required when you set Codec, under VideoDescription>CodecSettings to
12456
+ # the value UNCOMPRESSED.
12457
+ # @return [Types::UncompressedSettings]
12458
+ #
12272
12459
  # @!attribute [rw] vc_3_settings
12273
12460
  # Required when you set Codec to the value VC3
12274
12461
  # @return [Types::Vc3Settings]
@@ -12296,6 +12483,7 @@ module Aws::MediaConvert
12296
12483
  :h265_settings,
12297
12484
  :mpeg_2_settings,
12298
12485
  :prores_settings,
12486
+ :uncompressed_settings,
12299
12487
  :vc_3_settings,
12300
12488
  :vp_8_settings,
12301
12489
  :vp_9_settings,
@@ -12331,8 +12519,9 @@ module Aws::MediaConvert
12331
12519
  # lists the codec enum, settings object pairs. * AV1, Av1Settings *
12332
12520
  # AVC\_INTRA, AvcIntraSettings * FRAME\_CAPTURE, FrameCaptureSettings
12333
12521
  # * H\_264, H264Settings * H\_265, H265Settings * MPEG2,
12334
- # Mpeg2Settings * PRORES, ProresSettings * VC3, Vc3Settings * VP8,
12335
- # Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings
12522
+ # Mpeg2Settings * PRORES, ProresSettings * UNCOMPRESSED,
12523
+ # UncompressedSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9,
12524
+ # Vp9Settings * XAVC, XavcSettings
12336
12525
  # @return [Types::VideoCodecSettings]
12337
12526
  #
12338
12527
  # @!attribute [rw] color_metadata
@@ -12723,6 +12912,12 @@ module Aws::MediaConvert
12723
12912
  # https://docs.aws.amazon.com/console/mediaconvert/hdr.
12724
12913
  # @return [Types::Hdr10Metadata]
12725
12914
  #
12915
+ # @!attribute [rw] max_luminance
12916
+ # Specify the maximum mastering display luminance. Enter an integer
12917
+ # from 0 to 2147483647, in units of 0.0001 nits. For example, enter
12918
+ # 10000000 for 1000 nits.
12919
+ # @return [Integer]
12920
+ #
12726
12921
  # @!attribute [rw] pad_video
12727
12922
  # Use this setting if your input has video and audio durations that
12728
12923
  # don't align, and your output or player has strict alignment
@@ -12782,6 +12977,7 @@ module Aws::MediaConvert
12782
12977
  :color_space_usage,
12783
12978
  :embedded_timecode_override,
12784
12979
  :hdr_10_metadata,
12980
+ :max_luminance,
12785
12981
  :pad_video,
12786
12982
  :pid,
12787
12983
  :program_number,
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.122.0'
55
+ GEM_VERSION = '1.123.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.122.0
4
+ version: 1.123.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core