aws-sdk-mediaconvert 1.40.0 → 1.41.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,6 +86,10 @@ module Aws::MediaConvert
86
86
  CmafStreamInfResolution = Shapes::StringShape.new(name: 'CmafStreamInfResolution')
87
87
  CmafWriteDASHManifest = Shapes::StringShape.new(name: 'CmafWriteDASHManifest')
88
88
  CmafWriteHLSManifest = Shapes::StringShape.new(name: 'CmafWriteHLSManifest')
89
+ CmafWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'CmafWriteSegmentTimelineInRepresentation')
90
+ CmfcScte35Esam = Shapes::StringShape.new(name: 'CmfcScte35Esam')
91
+ CmfcScte35Source = Shapes::StringShape.new(name: 'CmfcScte35Source')
92
+ CmfcSettings = Shapes::StructureShape.new(name: 'CmfcSettings')
89
93
  ColorCorrector = Shapes::StructureShape.new(name: 'ColorCorrector')
90
94
  ColorMetadata = Shapes::StringShape.new(name: 'ColorMetadata')
91
95
  ColorSpace = Shapes::StringShape.new(name: 'ColorSpace')
@@ -335,6 +339,8 @@ module Aws::MediaConvert
335
339
  MovReference = Shapes::StringShape.new(name: 'MovReference')
336
340
  MovSettings = Shapes::StructureShape.new(name: 'MovSettings')
337
341
  Mp2Settings = Shapes::StructureShape.new(name: 'Mp2Settings')
342
+ Mp3RateControlMode = Shapes::StringShape.new(name: 'Mp3RateControlMode')
343
+ Mp3Settings = Shapes::StructureShape.new(name: 'Mp3Settings')
338
344
  Mp4CslgAtom = Shapes::StringShape.new(name: 'Mp4CslgAtom')
339
345
  Mp4FreeSpaceBox = Shapes::StringShape.new(name: 'Mp4FreeSpaceBox')
340
346
  Mp4MoovPlacement = Shapes::StringShape.new(name: 'Mp4MoovPlacement')
@@ -464,6 +470,7 @@ module Aws::MediaConvert
464
470
  __doubleMinNegative6Max3 = Shapes::FloatShape.new(name: '__doubleMinNegative6Max3')
465
471
  __integer = Shapes::IntegerShape.new(name: '__integer')
466
472
  __integerMin0Max0 = Shapes::IntegerShape.new(name: '__integerMin0Max0')
473
+ __integerMin0Max1 = Shapes::IntegerShape.new(name: '__integerMin0Max1')
467
474
  __integerMin0Max10 = Shapes::IntegerShape.new(name: '__integerMin0Max10')
468
475
  __integerMin0Max100 = Shapes::IntegerShape.new(name: '__integerMin0Max100')
469
476
  __integerMin0Max1000 = Shapes::IntegerShape.new(name: '__integerMin0Max1000')
@@ -486,6 +493,7 @@ module Aws::MediaConvert
486
493
  __integerMin0Max65535 = Shapes::IntegerShape.new(name: '__integerMin0Max65535')
487
494
  __integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
488
495
  __integerMin0Max8 = Shapes::IntegerShape.new(name: '__integerMin0Max8')
496
+ __integerMin0Max9 = Shapes::IntegerShape.new(name: '__integerMin0Max9')
489
497
  __integerMin0Max96 = Shapes::IntegerShape.new(name: '__integerMin0Max96')
490
498
  __integerMin0Max99 = Shapes::IntegerShape.new(name: '__integerMin0Max99')
491
499
  __integerMin1000Max1152000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1152000000')
@@ -494,6 +502,7 @@ module Aws::MediaConvert
494
502
  __integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
495
503
  __integerMin1000Max300000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max300000000')
496
504
  __integerMin10Max48 = Shapes::IntegerShape.new(name: '__integerMin10Max48')
505
+ __integerMin16000Max320000 = Shapes::IntegerShape.new(name: '__integerMin16000Max320000')
497
506
  __integerMin16Max24 = Shapes::IntegerShape.new(name: '__integerMin16Max24')
498
507
  __integerMin1Max1 = Shapes::IntegerShape.new(name: '__integerMin1Max1')
499
508
  __integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
@@ -510,6 +519,7 @@ module Aws::MediaConvert
510
519
  __integerMin1Max4 = Shapes::IntegerShape.new(name: '__integerMin1Max4')
511
520
  __integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
512
521
  __integerMin1Max64 = Shapes::IntegerShape.new(name: '__integerMin1Max64')
522
+ __integerMin22050Max48000 = Shapes::IntegerShape.new(name: '__integerMin22050Max48000')
513
523
  __integerMin24Max60000 = Shapes::IntegerShape.new(name: '__integerMin24Max60000')
514
524
  __integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
515
525
  __integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
@@ -657,6 +667,7 @@ module Aws::MediaConvert
657
667
  AudioCodecSettings.add_member(:eac_3_atmos_settings, Shapes::ShapeRef.new(shape: Eac3AtmosSettings, location_name: "eac3AtmosSettings"))
658
668
  AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
659
669
  AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
670
+ AudioCodecSettings.add_member(:mp_3_settings, Shapes::ShapeRef.new(shape: Mp3Settings, location_name: "mp3Settings"))
660
671
  AudioCodecSettings.add_member(:wav_settings, Shapes::ShapeRef.new(shape: WavSettings, location_name: "wavSettings"))
661
672
  AudioCodecSettings.struct_class = Types::AudioCodecSettings
662
673
 
@@ -795,8 +806,13 @@ module Aws::MediaConvert
795
806
  CmafGroupSettings.add_member(:stream_inf_resolution, Shapes::ShapeRef.new(shape: CmafStreamInfResolution, location_name: "streamInfResolution"))
796
807
  CmafGroupSettings.add_member(:write_dash_manifest, Shapes::ShapeRef.new(shape: CmafWriteDASHManifest, location_name: "writeDashManifest"))
797
808
  CmafGroupSettings.add_member(:write_hls_manifest, Shapes::ShapeRef.new(shape: CmafWriteHLSManifest, location_name: "writeHlsManifest"))
809
+ CmafGroupSettings.add_member(:write_segment_timeline_in_representation, Shapes::ShapeRef.new(shape: CmafWriteSegmentTimelineInRepresentation, location_name: "writeSegmentTimelineInRepresentation"))
798
810
  CmafGroupSettings.struct_class = Types::CmafGroupSettings
799
811
 
812
+ CmfcSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: CmfcScte35Esam, location_name: "scte35Esam"))
813
+ CmfcSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: CmfcScte35Source, location_name: "scte35Source"))
814
+ CmfcSettings.struct_class = Types::CmfcSettings
815
+
800
816
  ColorCorrector.add_member(:brightness, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "brightness"))
801
817
  ColorCorrector.add_member(:color_space_conversion, Shapes::ShapeRef.new(shape: ColorSpaceConversion, location_name: "colorSpaceConversion"))
802
818
  ColorCorrector.add_member(:contrast, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "contrast"))
@@ -808,6 +824,7 @@ module Aws::MediaConvert
808
824
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
809
825
  ConflictException.struct_class = Types::ConflictException
810
826
 
827
+ ContainerSettings.add_member(:cmfc_settings, Shapes::ShapeRef.new(shape: CmfcSettings, location_name: "cmfcSettings"))
811
828
  ContainerSettings.add_member(:container, Shapes::ShapeRef.new(shape: ContainerType, location_name: "container"))
812
829
  ContainerSettings.add_member(:f4v_settings, Shapes::ShapeRef.new(shape: F4vSettings, location_name: "f4vSettings"))
813
830
  ContainerSettings.add_member(:m2ts_settings, Shapes::ShapeRef.new(shape: M2tsSettings, location_name: "m2tsSettings"))
@@ -1520,7 +1537,15 @@ module Aws::MediaConvert
1520
1537
  Mp2Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin32000Max48000, location_name: "sampleRate"))
1521
1538
  Mp2Settings.struct_class = Types::Mp2Settings
1522
1539
 
1540
+ Mp3Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin16000Max320000, location_name: "bitrate"))
1541
+ Mp3Settings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max2, location_name: "channels"))
1542
+ Mp3Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Mp3RateControlMode, location_name: "rateControlMode"))
1543
+ Mp3Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin22050Max48000, location_name: "sampleRate"))
1544
+ Mp3Settings.add_member(:vbr_quality, Shapes::ShapeRef.new(shape: __integerMin0Max9, location_name: "vbrQuality"))
1545
+ Mp3Settings.struct_class = Types::Mp3Settings
1546
+
1523
1547
  Mp4Settings.add_member(:cslg_atom, Shapes::ShapeRef.new(shape: Mp4CslgAtom, location_name: "cslgAtom"))
1548
+ Mp4Settings.add_member(:ctts_version, Shapes::ShapeRef.new(shape: __integerMin0Max1, location_name: "cttsVersion"))
1524
1549
  Mp4Settings.add_member(:free_space_box, Shapes::ShapeRef.new(shape: Mp4FreeSpaceBox, location_name: "freeSpaceBox"))
1525
1550
  Mp4Settings.add_member(:moov_placement, Shapes::ShapeRef.new(shape: Mp4MoovPlacement, location_name: "moovPlacement"))
1526
1551
  Mp4Settings.add_member(:mp_4_major_brand, Shapes::ShapeRef.new(shape: __string, location_name: "mp4MajorBrand"))
@@ -316,9 +316,9 @@ module Aws::MediaConvert
316
316
  # in this group vary depending on the value that you choose for Audio
317
317
  # codec (Codec). For each codec enum that you choose, define the
318
318
  # corresponding settings object. The following lists the codec enum,
319
- # settings object pairs. * AAC, AacSettings * MP2, Mp2Settings * WAV,
320
- # WavSettings * AIFF, AiffSettings * AC3, Ac3Settings * EAC3,
321
- # Eac3Settings * EAC3\_ATMOS, Eac3AtmosSettings
319
+ # settings object pairs. * AAC, AacSettings * MP2, Mp2Settings * MP3,
320
+ # Mp3Settings * WAV, WavSettings * AIFF, AiffSettings * AC3,
321
+ # Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS, Eac3AtmosSettings
322
322
  #
323
323
  # @note When making an API call, you may pass AudioCodecSettings
324
324
  # data as a hash:
@@ -350,7 +350,7 @@ module Aws::MediaConvert
350
350
  # channels: 1,
351
351
  # sample_rate: 1,
352
352
  # },
353
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
353
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
354
354
  # eac_3_atmos_settings: {
355
355
  # bitrate: 1,
356
356
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -396,6 +396,13 @@ module Aws::MediaConvert
396
396
  # channels: 1,
397
397
  # sample_rate: 1,
398
398
  # },
399
+ # mp_3_settings: {
400
+ # bitrate: 1,
401
+ # channels: 1,
402
+ # rate_control_mode: "CBR", # accepts CBR, VBR
403
+ # sample_rate: 1,
404
+ # vbr_quality: 1,
405
+ # },
399
406
  # wav_settings: {
400
407
  # bit_depth: 1,
401
408
  # channels: 1,
@@ -444,6 +451,11 @@ module Aws::MediaConvert
444
451
  # (AudioDescriptions)>(CodecSettings) to the value MP2.
445
452
  # @return [Types::Mp2Settings]
446
453
  #
454
+ # @!attribute [rw] mp_3_settings
455
+ # Required when you set Codec, under AudioDescriptions>CodecSettings,
456
+ # to the value MP3.
457
+ # @return [Types::Mp3Settings]
458
+ #
447
459
  # @!attribute [rw] wav_settings
448
460
  # Required when you set (Codec) under
449
461
  # (AudioDescriptions)>(CodecSettings) to the value WAV.
@@ -459,6 +471,7 @@ module Aws::MediaConvert
459
471
  :eac_3_atmos_settings,
460
472
  :eac_3_settings,
461
473
  :mp_2_settings,
474
+ :mp_3_settings,
462
475
  :wav_settings)
463
476
  include Aws::Structure
464
477
  end
@@ -507,7 +520,7 @@ module Aws::MediaConvert
507
520
  # channels: 1,
508
521
  # sample_rate: 1,
509
522
  # },
510
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
523
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
511
524
  # eac_3_atmos_settings: {
512
525
  # bitrate: 1,
513
526
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -553,6 +566,13 @@ module Aws::MediaConvert
553
566
  # channels: 1,
554
567
  # sample_rate: 1,
555
568
  # },
569
+ # mp_3_settings: {
570
+ # bitrate: 1,
571
+ # channels: 1,
572
+ # rate_control_mode: "CBR", # accepts CBR, VBR
573
+ # sample_rate: 1,
574
+ # vbr_quality: 1,
575
+ # },
556
576
  # wav_settings: {
557
577
  # bit_depth: 1,
558
578
  # channels: 1,
@@ -621,8 +641,9 @@ module Aws::MediaConvert
621
641
  # for Audio codec (Codec). For each codec enum that you choose, define
622
642
  # the corresponding settings object. The following lists the codec
623
643
  # enum, settings object pairs. * AAC, AacSettings * MP2, Mp2Settings
624
- # * WAV, WavSettings * AIFF, AiffSettings * AC3, Ac3Settings *
625
- # EAC3, Eac3Settings * EAC3\_ATMOS, Eac3AtmosSettings
644
+ # * MP3, Mp3Settings * WAV, WavSettings * AIFF, AiffSettings *
645
+ # AC3, Ac3Settings * EAC3, Eac3Settings * EAC3\_ATMOS,
646
+ # Eac3AtmosSettings
626
647
  # @return [Types::AudioCodecSettings]
627
648
  #
628
649
  # @!attribute [rw] custom_language_code
@@ -1839,6 +1860,7 @@ module Aws::MediaConvert
1839
1860
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
1840
1861
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
1841
1862
  # write_hls_manifest: "DISABLED", # accepts DISABLED, ENABLED
1863
+ # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
1842
1864
  # }
1843
1865
  #
1844
1866
  # @!attribute [rw] additional_manifests
@@ -1968,6 +1990,17 @@ module Aws::MediaConvert
1968
1990
  # this output.
1969
1991
  # @return [String]
1970
1992
  #
1993
+ # @!attribute [rw] write_segment_timeline_in_representation
1994
+ # When you enable Precise segment duration in DASH manifests
1995
+ # (writeSegmentTimelineInRepresentation), your DASH manifest shows
1996
+ # precise segment durations. The segment duration information appears
1997
+ # inside the SegmentTimeline element, inside SegmentTemplate at the
1998
+ # Representation level. When this feature isn't enabled, the segment
1999
+ # durations in your DASH manifest are approximate. The segment
2000
+ # duration information appears in the duration attribute of the
2001
+ # SegmentTemplate element.
2002
+ # @return [String]
2003
+ #
1971
2004
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CmafGroupSettings AWS API Documentation
1972
2005
  #
1973
2006
  class CmafGroupSettings < Struct.new(
@@ -1988,7 +2021,41 @@ module Aws::MediaConvert
1988
2021
  :segment_length,
1989
2022
  :stream_inf_resolution,
1990
2023
  :write_dash_manifest,
1991
- :write_hls_manifest)
2024
+ :write_hls_manifest,
2025
+ :write_segment_timeline_in_representation)
2026
+ include Aws::Structure
2027
+ end
2028
+
2029
+ # Settings for MP4 segments in CMAF
2030
+ #
2031
+ # @note When making an API call, you may pass CmfcSettings
2032
+ # data as a hash:
2033
+ #
2034
+ # {
2035
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
2036
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
2037
+ # }
2038
+ #
2039
+ # @!attribute [rw] scte_35_esam
2040
+ # Use this setting only when you specify SCTE-35 markers from ESAM.
2041
+ # Choose INSERT to put SCTE-35 markers in this output at the insertion
2042
+ # points that you specify in an ESAM XML document. Provide the
2043
+ # document in the setting SCC XML (sccXml).
2044
+ # @return [String]
2045
+ #
2046
+ # @!attribute [rw] scte_35_source
2047
+ # Ignore this setting unless you have SCTE-35 markers in your input
2048
+ # video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35
2049
+ # markers that appear in your input to also appear in this output.
2050
+ # Choose None (NONE) if you don't want those SCTE-35 markers in this
2051
+ # output.
2052
+ # @return [String]
2053
+ #
2054
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CmfcSettings AWS API Documentation
2055
+ #
2056
+ class CmfcSettings < Struct.new(
2057
+ :scte_35_esam,
2058
+ :scte_35_source)
1992
2059
  include Aws::Structure
1993
2060
  end
1994
2061
 
@@ -2089,6 +2156,10 @@ module Aws::MediaConvert
2089
2156
  # data as a hash:
2090
2157
  #
2091
2158
  # {
2159
+ # cmfc_settings: {
2160
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
2161
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
2162
+ # },
2092
2163
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
2093
2164
  # f4v_settings: {
2094
2165
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -2171,6 +2242,7 @@ module Aws::MediaConvert
2171
2242
  # },
2172
2243
  # mp_4_settings: {
2173
2244
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
2245
+ # ctts_version: 1,
2174
2246
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
2175
2247
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
2176
2248
  # mp_4_major_brand: "__string",
@@ -2182,6 +2254,10 @@ module Aws::MediaConvert
2182
2254
  # },
2183
2255
  # }
2184
2256
  #
2257
+ # @!attribute [rw] cmfc_settings
2258
+ # Settings for MP4 segments in CMAF
2259
+ # @return [Types::CmfcSettings]
2260
+ #
2185
2261
  # @!attribute [rw] container
2186
2262
  # Container for this output. Some containers require a container
2187
2263
  # settings object. If not specified, the default object will be
@@ -2226,6 +2302,7 @@ module Aws::MediaConvert
2226
2302
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ContainerSettings AWS API Documentation
2227
2303
  #
2228
2304
  class ContainerSettings < Struct.new(
2305
+ :cmfc_settings,
2229
2306
  :container,
2230
2307
  :f4v_settings,
2231
2308
  :m2ts_settings,
@@ -2481,6 +2558,7 @@ module Aws::MediaConvert
2481
2558
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
2482
2559
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
2483
2560
  # write_hls_manifest: "DISABLED", # accepts DISABLED, ENABLED
2561
+ # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
2484
2562
  # },
2485
2563
  # dash_iso_group_settings: {
2486
2564
  # additional_manifests: [
@@ -2675,7 +2753,7 @@ module Aws::MediaConvert
2675
2753
  # channels: 1,
2676
2754
  # sample_rate: 1,
2677
2755
  # },
2678
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
2756
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
2679
2757
  # eac_3_atmos_settings: {
2680
2758
  # bitrate: 1,
2681
2759
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -2721,6 +2799,13 @@ module Aws::MediaConvert
2721
2799
  # channels: 1,
2722
2800
  # sample_rate: 1,
2723
2801
  # },
2802
+ # mp_3_settings: {
2803
+ # bitrate: 1,
2804
+ # channels: 1,
2805
+ # rate_control_mode: "CBR", # accepts CBR, VBR
2806
+ # sample_rate: 1,
2807
+ # vbr_quality: 1,
2808
+ # },
2724
2809
  # wav_settings: {
2725
2810
  # bit_depth: 1,
2726
2811
  # channels: 1,
@@ -2813,6 +2898,10 @@ module Aws::MediaConvert
2813
2898
  # },
2814
2899
  # ],
2815
2900
  # container_settings: {
2901
+ # cmfc_settings: {
2902
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
2903
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
2904
+ # },
2816
2905
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
2817
2906
  # f4v_settings: {
2818
2907
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -2895,6 +2984,7 @@ module Aws::MediaConvert
2895
2984
  # },
2896
2985
  # mp_4_settings: {
2897
2986
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
2987
+ # ctts_version: 1,
2898
2988
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
2899
2989
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
2900
2990
  # mp_4_major_brand: "__string",
@@ -3537,6 +3627,7 @@ module Aws::MediaConvert
3537
3627
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
3538
3628
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
3539
3629
  # write_hls_manifest: "DISABLED", # accepts DISABLED, ENABLED
3630
+ # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
3540
3631
  # },
3541
3632
  # dash_iso_group_settings: {
3542
3633
  # additional_manifests: [
@@ -3731,7 +3822,7 @@ module Aws::MediaConvert
3731
3822
  # channels: 1,
3732
3823
  # sample_rate: 1,
3733
3824
  # },
3734
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
3825
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
3735
3826
  # eac_3_atmos_settings: {
3736
3827
  # bitrate: 1,
3737
3828
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -3777,6 +3868,13 @@ module Aws::MediaConvert
3777
3868
  # channels: 1,
3778
3869
  # sample_rate: 1,
3779
3870
  # },
3871
+ # mp_3_settings: {
3872
+ # bitrate: 1,
3873
+ # channels: 1,
3874
+ # rate_control_mode: "CBR", # accepts CBR, VBR
3875
+ # sample_rate: 1,
3876
+ # vbr_quality: 1,
3877
+ # },
3780
3878
  # wav_settings: {
3781
3879
  # bit_depth: 1,
3782
3880
  # channels: 1,
@@ -3869,6 +3967,10 @@ module Aws::MediaConvert
3869
3967
  # },
3870
3968
  # ],
3871
3969
  # container_settings: {
3970
+ # cmfc_settings: {
3971
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
3972
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
3973
+ # },
3872
3974
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
3873
3975
  # f4v_settings: {
3874
3976
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -3951,6 +4053,7 @@ module Aws::MediaConvert
3951
4053
  # },
3952
4054
  # mp_4_settings: {
3953
4055
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
4056
+ # ctts_version: 1,
3954
4057
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
3955
4058
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
3956
4059
  # mp_4_major_brand: "__string",
@@ -4372,7 +4475,7 @@ module Aws::MediaConvert
4372
4475
  # channels: 1,
4373
4476
  # sample_rate: 1,
4374
4477
  # },
4375
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
4478
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
4376
4479
  # eac_3_atmos_settings: {
4377
4480
  # bitrate: 1,
4378
4481
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -4418,6 +4521,13 @@ module Aws::MediaConvert
4418
4521
  # channels: 1,
4419
4522
  # sample_rate: 1,
4420
4523
  # },
4524
+ # mp_3_settings: {
4525
+ # bitrate: 1,
4526
+ # channels: 1,
4527
+ # rate_control_mode: "CBR", # accepts CBR, VBR
4528
+ # sample_rate: 1,
4529
+ # vbr_quality: 1,
4530
+ # },
4421
4531
  # wav_settings: {
4422
4532
  # bit_depth: 1,
4423
4533
  # channels: 1,
@@ -4509,6 +4619,10 @@ module Aws::MediaConvert
4509
4619
  # },
4510
4620
  # ],
4511
4621
  # container_settings: {
4622
+ # cmfc_settings: {
4623
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
4624
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
4625
+ # },
4512
4626
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
4513
4627
  # f4v_settings: {
4514
4628
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -4591,6 +4705,7 @@ module Aws::MediaConvert
4591
4705
  # },
4592
4706
  # mp_4_settings: {
4593
4707
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
4708
+ # ctts_version: 1,
4594
4709
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
4595
4710
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
4596
4711
  # mp_4_major_brand: "__string",
@@ -9423,6 +9538,7 @@ module Aws::MediaConvert
9423
9538
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
9424
9539
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
9425
9540
  # write_hls_manifest: "DISABLED", # accepts DISABLED, ENABLED
9541
+ # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
9426
9542
  # },
9427
9543
  # dash_iso_group_settings: {
9428
9544
  # additional_manifests: [
@@ -9617,7 +9733,7 @@ module Aws::MediaConvert
9617
9733
  # channels: 1,
9618
9734
  # sample_rate: 1,
9619
9735
  # },
9620
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
9736
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
9621
9737
  # eac_3_atmos_settings: {
9622
9738
  # bitrate: 1,
9623
9739
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -9663,6 +9779,13 @@ module Aws::MediaConvert
9663
9779
  # channels: 1,
9664
9780
  # sample_rate: 1,
9665
9781
  # },
9782
+ # mp_3_settings: {
9783
+ # bitrate: 1,
9784
+ # channels: 1,
9785
+ # rate_control_mode: "CBR", # accepts CBR, VBR
9786
+ # sample_rate: 1,
9787
+ # vbr_quality: 1,
9788
+ # },
9666
9789
  # wav_settings: {
9667
9790
  # bit_depth: 1,
9668
9791
  # channels: 1,
@@ -9755,6 +9878,10 @@ module Aws::MediaConvert
9755
9878
  # },
9756
9879
  # ],
9757
9880
  # container_settings: {
9881
+ # cmfc_settings: {
9882
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
9883
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
9884
+ # },
9758
9885
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
9759
9886
  # f4v_settings: {
9760
9887
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -9837,6 +9964,7 @@ module Aws::MediaConvert
9837
9964
  # },
9838
9965
  # mp_4_settings: {
9839
9966
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
9967
+ # ctts_version: 1,
9840
9968
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
9841
9969
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
9842
9970
  # mp_4_major_brand: "__string",
@@ -10507,6 +10635,7 @@ module Aws::MediaConvert
10507
10635
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
10508
10636
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
10509
10637
  # write_hls_manifest: "DISABLED", # accepts DISABLED, ENABLED
10638
+ # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
10510
10639
  # },
10511
10640
  # dash_iso_group_settings: {
10512
10641
  # additional_manifests: [
@@ -10701,7 +10830,7 @@ module Aws::MediaConvert
10701
10830
  # channels: 1,
10702
10831
  # sample_rate: 1,
10703
10832
  # },
10704
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
10833
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
10705
10834
  # eac_3_atmos_settings: {
10706
10835
  # bitrate: 1,
10707
10836
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -10747,6 +10876,13 @@ module Aws::MediaConvert
10747
10876
  # channels: 1,
10748
10877
  # sample_rate: 1,
10749
10878
  # },
10879
+ # mp_3_settings: {
10880
+ # bitrate: 1,
10881
+ # channels: 1,
10882
+ # rate_control_mode: "CBR", # accepts CBR, VBR
10883
+ # sample_rate: 1,
10884
+ # vbr_quality: 1,
10885
+ # },
10750
10886
  # wav_settings: {
10751
10887
  # bit_depth: 1,
10752
10888
  # channels: 1,
@@ -10839,6 +10975,10 @@ module Aws::MediaConvert
10839
10975
  # },
10840
10976
  # ],
10841
10977
  # container_settings: {
10978
+ # cmfc_settings: {
10979
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
10980
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
10981
+ # },
10842
10982
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
10843
10983
  # f4v_settings: {
10844
10984
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -10921,6 +11061,7 @@ module Aws::MediaConvert
10921
11061
  # },
10922
11062
  # mp_4_settings: {
10923
11063
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
11064
+ # ctts_version: 1,
10924
11065
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
10925
11066
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
10926
11067
  # mp_4_major_brand: "__string",
@@ -12353,6 +12494,56 @@ module Aws::MediaConvert
12353
12494
  include Aws::Structure
12354
12495
  end
12355
12496
 
12497
+ # Required when you set Codec, under AudioDescriptions>CodecSettings, to
12498
+ # the value MP3.
12499
+ #
12500
+ # @note When making an API call, you may pass Mp3Settings
12501
+ # data as a hash:
12502
+ #
12503
+ # {
12504
+ # bitrate: 1,
12505
+ # channels: 1,
12506
+ # rate_control_mode: "CBR", # accepts CBR, VBR
12507
+ # sample_rate: 1,
12508
+ # vbr_quality: 1,
12509
+ # }
12510
+ #
12511
+ # @!attribute [rw] bitrate
12512
+ # Specify the average bitrate in bits per second.
12513
+ # @return [Integer]
12514
+ #
12515
+ # @!attribute [rw] channels
12516
+ # Specify the number of channels in this output audio track. Choosing
12517
+ # Mono on the console gives you 1 output channel; choosing Stereo
12518
+ # gives you 2. In the API, valid values are 1 and 2.
12519
+ # @return [Integer]
12520
+ #
12521
+ # @!attribute [rw] rate_control_mode
12522
+ # Specify whether the service encodes this MP3 audio output with a
12523
+ # constant bitrate (CBR) or a variable bitrate (VBR).
12524
+ # @return [String]
12525
+ #
12526
+ # @!attribute [rw] sample_rate
12527
+ # Sample rate in hz.
12528
+ # @return [Integer]
12529
+ #
12530
+ # @!attribute [rw] vbr_quality
12531
+ # Required when you set Bitrate control mode (rateControlMode) to VBR.
12532
+ # Specify the audio quality of this MP3 output from 0 (highest
12533
+ # quality) to 9 (lowest quality).
12534
+ # @return [Integer]
12535
+ #
12536
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Mp3Settings AWS API Documentation
12537
+ #
12538
+ class Mp3Settings < Struct.new(
12539
+ :bitrate,
12540
+ :channels,
12541
+ :rate_control_mode,
12542
+ :sample_rate,
12543
+ :vbr_quality)
12544
+ include Aws::Structure
12545
+ end
12546
+
12356
12547
  # Settings for MP4 container. You can create audio-only AAC outputs with
12357
12548
  # this container.
12358
12549
  #
@@ -12361,6 +12552,7 @@ module Aws::MediaConvert
12361
12552
  #
12362
12553
  # {
12363
12554
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
12555
+ # ctts_version: 1,
12364
12556
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
12365
12557
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
12366
12558
  # mp_4_major_brand: "__string",
@@ -12374,6 +12566,16 @@ module Aws::MediaConvert
12374
12566
  # compatibility with Apple players and tools.
12375
12567
  # @return [String]
12376
12568
  #
12569
+ # @!attribute [rw] ctts_version
12570
+ # Ignore this setting unless compliance to the CTTS box version
12571
+ # specification matters in your workflow. Specify a value of 1 to set
12572
+ # your CTTS box version to 1 and make your output compliant with the
12573
+ # specification. When you specify a value of 1, you must also set CSLG
12574
+ # atom (cslgAtom) to the value INCLUDE. Keep the default value 0 to
12575
+ # set your CTTS box version to 0. This can provide backward
12576
+ # compatibility for some players and packagers.
12577
+ # @return [Integer]
12578
+ #
12377
12579
  # @!attribute [rw] free_space_box
12378
12580
  # Inserts a free-space box immediately after the moov box.
12379
12581
  # @return [String]
@@ -12393,6 +12595,7 @@ module Aws::MediaConvert
12393
12595
  #
12394
12596
  class Mp4Settings < Struct.new(
12395
12597
  :cslg_atom,
12598
+ :ctts_version,
12396
12599
  :free_space_box,
12397
12600
  :moov_placement,
12398
12601
  :mp_4_major_brand)
@@ -13123,7 +13326,7 @@ module Aws::MediaConvert
13123
13326
  # channels: 1,
13124
13327
  # sample_rate: 1,
13125
13328
  # },
13126
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
13329
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
13127
13330
  # eac_3_atmos_settings: {
13128
13331
  # bitrate: 1,
13129
13332
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -13169,6 +13372,13 @@ module Aws::MediaConvert
13169
13372
  # channels: 1,
13170
13373
  # sample_rate: 1,
13171
13374
  # },
13375
+ # mp_3_settings: {
13376
+ # bitrate: 1,
13377
+ # channels: 1,
13378
+ # rate_control_mode: "CBR", # accepts CBR, VBR
13379
+ # sample_rate: 1,
13380
+ # vbr_quality: 1,
13381
+ # },
13172
13382
  # wav_settings: {
13173
13383
  # bit_depth: 1,
13174
13384
  # channels: 1,
@@ -13261,6 +13471,10 @@ module Aws::MediaConvert
13261
13471
  # },
13262
13472
  # ],
13263
13473
  # container_settings: {
13474
+ # cmfc_settings: {
13475
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
13476
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
13477
+ # },
13264
13478
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
13265
13479
  # f4v_settings: {
13266
13480
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -13343,6 +13557,7 @@ module Aws::MediaConvert
13343
13557
  # },
13344
13558
  # mp_4_settings: {
13345
13559
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
13560
+ # ctts_version: 1,
13346
13561
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
13347
13562
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
13348
13563
  # mp_4_major_brand: "__string",
@@ -13779,6 +13994,7 @@ module Aws::MediaConvert
13779
13994
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
13780
13995
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
13781
13996
  # write_hls_manifest: "DISABLED", # accepts DISABLED, ENABLED
13997
+ # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
13782
13998
  # },
13783
13999
  # dash_iso_group_settings: {
13784
14000
  # additional_manifests: [
@@ -13973,7 +14189,7 @@ module Aws::MediaConvert
13973
14189
  # channels: 1,
13974
14190
  # sample_rate: 1,
13975
14191
  # },
13976
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
14192
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
13977
14193
  # eac_3_atmos_settings: {
13978
14194
  # bitrate: 1,
13979
14195
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -14019,6 +14235,13 @@ module Aws::MediaConvert
14019
14235
  # channels: 1,
14020
14236
  # sample_rate: 1,
14021
14237
  # },
14238
+ # mp_3_settings: {
14239
+ # bitrate: 1,
14240
+ # channels: 1,
14241
+ # rate_control_mode: "CBR", # accepts CBR, VBR
14242
+ # sample_rate: 1,
14243
+ # vbr_quality: 1,
14244
+ # },
14022
14245
  # wav_settings: {
14023
14246
  # bit_depth: 1,
14024
14247
  # channels: 1,
@@ -14111,6 +14334,10 @@ module Aws::MediaConvert
14111
14334
  # },
14112
14335
  # ],
14113
14336
  # container_settings: {
14337
+ # cmfc_settings: {
14338
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
14339
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
14340
+ # },
14114
14341
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
14115
14342
  # f4v_settings: {
14116
14343
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -14193,6 +14420,7 @@ module Aws::MediaConvert
14193
14420
  # },
14194
14421
  # mp_4_settings: {
14195
14422
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
14423
+ # ctts_version: 1,
14196
14424
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
14197
14425
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
14198
14426
  # mp_4_major_brand: "__string",
@@ -14565,6 +14793,7 @@ module Aws::MediaConvert
14565
14793
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
14566
14794
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
14567
14795
  # write_hls_manifest: "DISABLED", # accepts DISABLED, ENABLED
14796
+ # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
14568
14797
  # },
14569
14798
  # dash_iso_group_settings: {
14570
14799
  # additional_manifests: [
@@ -14887,7 +15116,7 @@ module Aws::MediaConvert
14887
15116
  # channels: 1,
14888
15117
  # sample_rate: 1,
14889
15118
  # },
14890
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
15119
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
14891
15120
  # eac_3_atmos_settings: {
14892
15121
  # bitrate: 1,
14893
15122
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -14933,6 +15162,13 @@ module Aws::MediaConvert
14933
15162
  # channels: 1,
14934
15163
  # sample_rate: 1,
14935
15164
  # },
15165
+ # mp_3_settings: {
15166
+ # bitrate: 1,
15167
+ # channels: 1,
15168
+ # rate_control_mode: "CBR", # accepts CBR, VBR
15169
+ # sample_rate: 1,
15170
+ # vbr_quality: 1,
15171
+ # },
14936
15172
  # wav_settings: {
14937
15173
  # bit_depth: 1,
14938
15174
  # channels: 1,
@@ -15024,6 +15260,10 @@ module Aws::MediaConvert
15024
15260
  # },
15025
15261
  # ],
15026
15262
  # container_settings: {
15263
+ # cmfc_settings: {
15264
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
15265
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
15266
+ # },
15027
15267
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
15028
15268
  # f4v_settings: {
15029
15269
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -15106,6 +15346,7 @@ module Aws::MediaConvert
15106
15346
  # },
15107
15347
  # mp_4_settings: {
15108
15348
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
15349
+ # ctts_version: 1,
15109
15350
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
15110
15351
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
15111
15352
  # mp_4_major_brand: "__string",
@@ -16677,6 +16918,7 @@ module Aws::MediaConvert
16677
16918
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
16678
16919
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
16679
16920
  # write_hls_manifest: "DISABLED", # accepts DISABLED, ENABLED
16921
+ # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
16680
16922
  # },
16681
16923
  # dash_iso_group_settings: {
16682
16924
  # additional_manifests: [
@@ -16871,7 +17113,7 @@ module Aws::MediaConvert
16871
17113
  # channels: 1,
16872
17114
  # sample_rate: 1,
16873
17115
  # },
16874
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
17116
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
16875
17117
  # eac_3_atmos_settings: {
16876
17118
  # bitrate: 1,
16877
17119
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -16917,6 +17159,13 @@ module Aws::MediaConvert
16917
17159
  # channels: 1,
16918
17160
  # sample_rate: 1,
16919
17161
  # },
17162
+ # mp_3_settings: {
17163
+ # bitrate: 1,
17164
+ # channels: 1,
17165
+ # rate_control_mode: "CBR", # accepts CBR, VBR
17166
+ # sample_rate: 1,
17167
+ # vbr_quality: 1,
17168
+ # },
16920
17169
  # wav_settings: {
16921
17170
  # bit_depth: 1,
16922
17171
  # channels: 1,
@@ -17009,6 +17258,10 @@ module Aws::MediaConvert
17009
17258
  # },
17010
17259
  # ],
17011
17260
  # container_settings: {
17261
+ # cmfc_settings: {
17262
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
17263
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
17264
+ # },
17012
17265
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
17013
17266
  # f4v_settings: {
17014
17267
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -17091,6 +17344,7 @@ module Aws::MediaConvert
17091
17344
  # },
17092
17345
  # mp_4_settings: {
17093
17346
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
17347
+ # ctts_version: 1,
17094
17348
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
17095
17349
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
17096
17350
  # mp_4_major_brand: "__string",
@@ -17503,7 +17757,7 @@ module Aws::MediaConvert
17503
17757
  # channels: 1,
17504
17758
  # sample_rate: 1,
17505
17759
  # },
17506
- # codec: "AAC", # accepts AAC, MP2, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
17760
+ # codec: "AAC", # accepts AAC, MP2, MP3, WAV, AIFF, AC3, EAC3, EAC3_ATMOS, PASSTHROUGH
17507
17761
  # eac_3_atmos_settings: {
17508
17762
  # bitrate: 1,
17509
17763
  # bitstream_mode: "COMPLETE_MAIN", # accepts COMPLETE_MAIN
@@ -17549,6 +17803,13 @@ module Aws::MediaConvert
17549
17803
  # channels: 1,
17550
17804
  # sample_rate: 1,
17551
17805
  # },
17806
+ # mp_3_settings: {
17807
+ # bitrate: 1,
17808
+ # channels: 1,
17809
+ # rate_control_mode: "CBR", # accepts CBR, VBR
17810
+ # sample_rate: 1,
17811
+ # vbr_quality: 1,
17812
+ # },
17552
17813
  # wav_settings: {
17553
17814
  # bit_depth: 1,
17554
17815
  # channels: 1,
@@ -17640,6 +17901,10 @@ module Aws::MediaConvert
17640
17901
  # },
17641
17902
  # ],
17642
17903
  # container_settings: {
17904
+ # cmfc_settings: {
17905
+ # scte_35_esam: "INSERT", # accepts INSERT, NONE
17906
+ # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
17907
+ # },
17643
17908
  # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, RAW
17644
17909
  # f4v_settings: {
17645
17910
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
@@ -17722,6 +17987,7 @@ module Aws::MediaConvert
17722
17987
  # },
17723
17988
  # mp_4_settings: {
17724
17989
  # cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
17990
+ # ctts_version: 1,
17725
17991
  # free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
17726
17992
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
17727
17993
  # mp_4_major_brand: "__string",
@@ -18092,9 +18358,9 @@ module Aws::MediaConvert
18092
18358
  # in this group vary depending on the value that you choose for Video
18093
18359
  # codec (Codec). For each codec enum that you choose, define the
18094
18360
  # corresponding settings object. The following lists the codec enum,
18095
- # settings object pairs. * H\_264, H264Settings * H\_265, H265Settings
18096
- # * MPEG2, Mpeg2Settings * PRORES, ProresSettings * FRAME\_CAPTURE,
18097
- # FrameCaptureSettings
18361
+ # settings object pairs. * FRAME\_CAPTURE, FrameCaptureSettings *
18362
+ # H\_264, H264Settings * H\_265, H265Settings * MPEG2, Mpeg2Settings
18363
+ # * PRORES, ProresSettings
18098
18364
  #
18099
18365
  # @note When making an API call, you may pass VideoCodecSettings
18100
18366
  # data as a hash:
@@ -18554,9 +18820,9 @@ module Aws::MediaConvert
18554
18820
  # settings in this group vary depending on the value that you choose
18555
18821
  # for Video codec (Codec). For each codec enum that you choose, define
18556
18822
  # the corresponding settings object. The following lists the codec
18557
- # enum, settings object pairs. * H\_264, H264Settings * H\_265,
18558
- # H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings *
18559
- # FRAME\_CAPTURE, FrameCaptureSettings
18823
+ # enum, settings object pairs. * FRAME\_CAPTURE, FrameCaptureSettings
18824
+ # * H\_264, H264Settings * H\_265, H265Settings * MPEG2,
18825
+ # Mpeg2Settings * PRORES, ProresSettings
18560
18826
  # @return [Types::VideoCodecSettings]
18561
18827
  #
18562
18828
  # @!attribute [rw] color_metadata
@@ -18852,12 +19118,13 @@ module Aws::MediaConvert
18852
19118
  # }
18853
19119
  #
18854
19120
  # @!attribute [rw] alpha_behavior
18855
- # Ignore this setting unless this input is a QuickTime animation.
18856
- # Specify which part of this input MediaConvert uses for your outputs.
18857
- # Leave this setting set to DISCARD in order to delete the alpha
18858
- # channel and preserve the video. Use REMAP\_TO\_LUMA for this setting
18859
- # to delete the video and map the alpha channel to the luma channel of
18860
- # your outputs.
19121
+ # Ignore this setting unless this input is a QuickTime animation with
19122
+ # an alpha channel. Use this setting to create separate Key and Fill
19123
+ # outputs. In each output, specify which part of the input
19124
+ # MediaConvert uses. Leave this setting at the default value DISCARD
19125
+ # to delete the alpha channel and preserve the video. Set it to
19126
+ # REMAP\_TO\_LUMA to delete the video and map the alpha channel to the
19127
+ # luma channel of your outputs.
18861
19128
  # @return [String]
18862
19129
  #
18863
19130
  # @!attribute [rw] color_space