aws-sdk-mediaconvert 1.58.0 → 1.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +386 -52
- data/lib/aws-sdk-mediaconvert/client_api.rb +56 -6
- data/lib/aws-sdk-mediaconvert/types.rb +831 -104
- metadata +4 -4
@@ -55,6 +55,8 @@ module Aws::MediaConvert
|
|
55
55
|
AudioSelectorGroup = Shapes::StructureShape.new(name: 'AudioSelectorGroup')
|
56
56
|
AudioSelectorType = Shapes::StringShape.new(name: 'AudioSelectorType')
|
57
57
|
AudioTypeControl = Shapes::StringShape.new(name: 'AudioTypeControl')
|
58
|
+
AutomatedAbrSettings = Shapes::StructureShape.new(name: 'AutomatedAbrSettings')
|
59
|
+
AutomatedEncodingSettings = Shapes::StructureShape.new(name: 'AutomatedEncodingSettings')
|
58
60
|
Av1AdaptiveQuantization = Shapes::StringShape.new(name: 'Av1AdaptiveQuantization')
|
59
61
|
Av1FramerateControl = Shapes::StringShape.new(name: 'Av1FramerateControl')
|
60
62
|
Av1FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Av1FramerateConversionAlgorithm')
|
@@ -67,9 +69,12 @@ module Aws::MediaConvert
|
|
67
69
|
AvcIntraFramerateControl = Shapes::StringShape.new(name: 'AvcIntraFramerateControl')
|
68
70
|
AvcIntraFramerateConversionAlgorithm = Shapes::StringShape.new(name: 'AvcIntraFramerateConversionAlgorithm')
|
69
71
|
AvcIntraInterlaceMode = Shapes::StringShape.new(name: 'AvcIntraInterlaceMode')
|
72
|
+
AvcIntraScanTypeConversionMode = Shapes::StringShape.new(name: 'AvcIntraScanTypeConversionMode')
|
70
73
|
AvcIntraSettings = Shapes::StructureShape.new(name: 'AvcIntraSettings')
|
71
74
|
AvcIntraSlowPal = Shapes::StringShape.new(name: 'AvcIntraSlowPal')
|
72
75
|
AvcIntraTelecine = Shapes::StringShape.new(name: 'AvcIntraTelecine')
|
76
|
+
AvcIntraUhdQualityTuningLevel = Shapes::StringShape.new(name: 'AvcIntraUhdQualityTuningLevel')
|
77
|
+
AvcIntraUhdSettings = Shapes::StructureShape.new(name: 'AvcIntraUhdSettings')
|
73
78
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
74
79
|
BillingTagsSource = Shapes::StringShape.new(name: 'BillingTagsSource')
|
75
80
|
BurninDestinationSettings = Shapes::StructureShape.new(name: 'BurninDestinationSettings')
|
@@ -106,6 +111,8 @@ module Aws::MediaConvert
|
|
106
111
|
CmafWriteDASHManifest = Shapes::StringShape.new(name: 'CmafWriteDASHManifest')
|
107
112
|
CmafWriteHLSManifest = Shapes::StringShape.new(name: 'CmafWriteHLSManifest')
|
108
113
|
CmafWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'CmafWriteSegmentTimelineInRepresentation')
|
114
|
+
CmfcAudioDuration = Shapes::StringShape.new(name: 'CmfcAudioDuration')
|
115
|
+
CmfcIFrameOnlyManifest = Shapes::StringShape.new(name: 'CmfcIFrameOnlyManifest')
|
109
116
|
CmfcScte35Esam = Shapes::StringShape.new(name: 'CmfcScte35Esam')
|
110
117
|
CmfcScte35Source = Shapes::StringShape.new(name: 'CmfcScte35Source')
|
111
118
|
CmfcSettings = Shapes::StructureShape.new(name: 'CmfcSettings')
|
@@ -234,6 +241,7 @@ module Aws::MediaConvert
|
|
234
241
|
H264QvbrSettings = Shapes::StructureShape.new(name: 'H264QvbrSettings')
|
235
242
|
H264RateControlMode = Shapes::StringShape.new(name: 'H264RateControlMode')
|
236
243
|
H264RepeatPps = Shapes::StringShape.new(name: 'H264RepeatPps')
|
244
|
+
H264ScanTypeConversionMode = Shapes::StringShape.new(name: 'H264ScanTypeConversionMode')
|
237
245
|
H264SceneChangeDetect = Shapes::StringShape.new(name: 'H264SceneChangeDetect')
|
238
246
|
H264Settings = Shapes::StructureShape.new(name: 'H264Settings')
|
239
247
|
H264SlowPal = Shapes::StringShape.new(name: 'H264SlowPal')
|
@@ -258,6 +266,7 @@ module Aws::MediaConvert
|
|
258
266
|
H265QvbrSettings = Shapes::StructureShape.new(name: 'H265QvbrSettings')
|
259
267
|
H265RateControlMode = Shapes::StringShape.new(name: 'H265RateControlMode')
|
260
268
|
H265SampleAdaptiveOffsetFilterMode = Shapes::StringShape.new(name: 'H265SampleAdaptiveOffsetFilterMode')
|
269
|
+
H265ScanTypeConversionMode = Shapes::StringShape.new(name: 'H265ScanTypeConversionMode')
|
261
270
|
H265SceneChangeDetect = Shapes::StringShape.new(name: 'H265SceneChangeDetect')
|
262
271
|
H265Settings = Shapes::StructureShape.new(name: 'H265Settings')
|
263
272
|
H265SlowPal = Shapes::StringShape.new(name: 'H265SlowPal')
|
@@ -332,6 +341,7 @@ module Aws::MediaConvert
|
|
332
341
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
333
342
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
334
343
|
M2tsAudioBufferModel = Shapes::StringShape.new(name: 'M2tsAudioBufferModel')
|
344
|
+
M2tsAudioDuration = Shapes::StringShape.new(name: 'M2tsAudioDuration')
|
335
345
|
M2tsBufferModel = Shapes::StringShape.new(name: 'M2tsBufferModel')
|
336
346
|
M2tsEbpAudioInterval = Shapes::StringShape.new(name: 'M2tsEbpAudioInterval')
|
337
347
|
M2tsEbpPlacement = Shapes::StringShape.new(name: 'M2tsEbpPlacement')
|
@@ -345,6 +355,7 @@ module Aws::MediaConvert
|
|
345
355
|
M2tsSegmentationMarkers = Shapes::StringShape.new(name: 'M2tsSegmentationMarkers')
|
346
356
|
M2tsSegmentationStyle = Shapes::StringShape.new(name: 'M2tsSegmentationStyle')
|
347
357
|
M2tsSettings = Shapes::StructureShape.new(name: 'M2tsSettings')
|
358
|
+
M3u8AudioDuration = Shapes::StringShape.new(name: 'M3u8AudioDuration')
|
348
359
|
M3u8NielsenId3 = Shapes::StringShape.new(name: 'M3u8NielsenId3')
|
349
360
|
M3u8PcrControl = Shapes::StringShape.new(name: 'M3u8PcrControl')
|
350
361
|
M3u8Scte35Source = Shapes::StringShape.new(name: 'M3u8Scte35Source')
|
@@ -367,6 +378,8 @@ module Aws::MediaConvert
|
|
367
378
|
Mp4FreeSpaceBox = Shapes::StringShape.new(name: 'Mp4FreeSpaceBox')
|
368
379
|
Mp4MoovPlacement = Shapes::StringShape.new(name: 'Mp4MoovPlacement')
|
369
380
|
Mp4Settings = Shapes::StructureShape.new(name: 'Mp4Settings')
|
381
|
+
MpdAccessibilityCaptionHints = Shapes::StringShape.new(name: 'MpdAccessibilityCaptionHints')
|
382
|
+
MpdAudioDuration = Shapes::StringShape.new(name: 'MpdAudioDuration')
|
370
383
|
MpdCaptionContainerType = Shapes::StringShape.new(name: 'MpdCaptionContainerType')
|
371
384
|
MpdScte35Esam = Shapes::StringShape.new(name: 'MpdScte35Esam')
|
372
385
|
MpdScte35Source = Shapes::StringShape.new(name: 'MpdScte35Source')
|
@@ -383,6 +396,7 @@ module Aws::MediaConvert
|
|
383
396
|
Mpeg2ParControl = Shapes::StringShape.new(name: 'Mpeg2ParControl')
|
384
397
|
Mpeg2QualityTuningLevel = Shapes::StringShape.new(name: 'Mpeg2QualityTuningLevel')
|
385
398
|
Mpeg2RateControlMode = Shapes::StringShape.new(name: 'Mpeg2RateControlMode')
|
399
|
+
Mpeg2ScanTypeConversionMode = Shapes::StringShape.new(name: 'Mpeg2ScanTypeConversionMode')
|
386
400
|
Mpeg2SceneChangeDetect = Shapes::StringShape.new(name: 'Mpeg2SceneChangeDetect')
|
387
401
|
Mpeg2Settings = Shapes::StructureShape.new(name: 'Mpeg2Settings')
|
388
402
|
Mpeg2SlowPal = Shapes::StringShape.new(name: 'Mpeg2SlowPal')
|
@@ -432,6 +446,7 @@ module Aws::MediaConvert
|
|
432
446
|
ProresFramerateConversionAlgorithm = Shapes::StringShape.new(name: 'ProresFramerateConversionAlgorithm')
|
433
447
|
ProresInterlaceMode = Shapes::StringShape.new(name: 'ProresInterlaceMode')
|
434
448
|
ProresParControl = Shapes::StringShape.new(name: 'ProresParControl')
|
449
|
+
ProresScanTypeConversionMode = Shapes::StringShape.new(name: 'ProresScanTypeConversionMode')
|
435
450
|
ProresSettings = Shapes::StructureShape.new(name: 'ProresSettings')
|
436
451
|
ProresSlowPal = Shapes::StringShape.new(name: 'ProresSlowPal')
|
437
452
|
ProresTelecine = Shapes::StringShape.new(name: 'ProresTelecine')
|
@@ -489,6 +504,7 @@ module Aws::MediaConvert
|
|
489
504
|
Vc3FramerateControl = Shapes::StringShape.new(name: 'Vc3FramerateControl')
|
490
505
|
Vc3FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Vc3FramerateConversionAlgorithm')
|
491
506
|
Vc3InterlaceMode = Shapes::StringShape.new(name: 'Vc3InterlaceMode')
|
507
|
+
Vc3ScanTypeConversionMode = Shapes::StringShape.new(name: 'Vc3ScanTypeConversionMode')
|
492
508
|
Vc3Settings = Shapes::StructureShape.new(name: 'Vc3Settings')
|
493
509
|
Vc3SlowPal = Shapes::StringShape.new(name: 'Vc3SlowPal')
|
494
510
|
Vc3Telecine = Shapes::StringShape.new(name: 'Vc3Telecine')
|
@@ -522,6 +538,7 @@ module Aws::MediaConvert
|
|
522
538
|
__doubleMin0Max2147483647 = Shapes::FloatShape.new(name: '__doubleMin0Max2147483647')
|
523
539
|
__doubleMinNegative59Max0 = Shapes::FloatShape.new(name: '__doubleMinNegative59Max0')
|
524
540
|
__doubleMinNegative60Max3 = Shapes::FloatShape.new(name: '__doubleMinNegative60Max3')
|
541
|
+
__doubleMinNegative60Max6 = Shapes::FloatShape.new(name: '__doubleMinNegative60Max6')
|
525
542
|
__doubleMinNegative60MaxNegative1 = Shapes::FloatShape.new(name: '__doubleMinNegative60MaxNegative1')
|
526
543
|
__doubleMinNegative6Max3 = Shapes::FloatShape.new(name: '__doubleMinNegative6Max3')
|
527
544
|
__integer = Shapes::IntegerShape.new(name: '__integer')
|
@@ -554,6 +571,7 @@ module Aws::MediaConvert
|
|
554
571
|
__integerMin0Max9 = Shapes::IntegerShape.new(name: '__integerMin0Max9')
|
555
572
|
__integerMin0Max96 = Shapes::IntegerShape.new(name: '__integerMin0Max96')
|
556
573
|
__integerMin0Max99 = Shapes::IntegerShape.new(name: '__integerMin0Max99')
|
574
|
+
__integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
|
557
575
|
__integerMin1000Max1152000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1152000000')
|
558
576
|
__integerMin1000Max1466400000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1466400000')
|
559
577
|
__integerMin1000Max288000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max288000000')
|
@@ -591,6 +609,7 @@ module Aws::MediaConvert
|
|
591
609
|
__integerMin32Max8182 = Shapes::IntegerShape.new(name: '__integerMin32Max8182')
|
592
610
|
__integerMin32Max8192 = Shapes::IntegerShape.new(name: '__integerMin32Max8192')
|
593
611
|
__integerMin384000Max768000 = Shapes::IntegerShape.new(name: '__integerMin384000Max768000')
|
612
|
+
__integerMin3Max15 = Shapes::IntegerShape.new(name: '__integerMin3Max15')
|
594
613
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
595
614
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
596
615
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
@@ -635,6 +654,7 @@ module Aws::MediaConvert
|
|
635
654
|
__listOfQueue = Shapes::ListShape.new(name: '__listOfQueue')
|
636
655
|
__listOfQueueTransition = Shapes::ListShape.new(name: '__listOfQueueTransition')
|
637
656
|
__listOfTeletextPageType = Shapes::ListShape.new(name: '__listOfTeletextPageType')
|
657
|
+
__listOf__doubleMinNegative60Max6 = Shapes::ListShape.new(name: '__listOf__doubleMinNegative60Max6')
|
638
658
|
__listOf__integerMin1Max2147483647 = Shapes::ListShape.new(name: '__listOf__integerMin1Max2147483647')
|
639
659
|
__listOf__integerMin32Max8182 = Shapes::ListShape.new(name: '__listOf__integerMin32Max8182')
|
640
660
|
__listOf__integerMinNegative60Max6 = Shapes::ListShape.new(name: '__listOf__integerMinNegative60Max6')
|
@@ -651,9 +671,9 @@ module Aws::MediaConvert
|
|
651
671
|
__stringMin0 = Shapes::StringShape.new(name: '__stringMin0')
|
652
672
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
653
673
|
__stringMin11Max11Pattern01D20305D205D = Shapes::StringShape.new(name: '__stringMin11Max11Pattern01D20305D205D')
|
654
|
-
__stringMin14Max1285PatternS3Mov09PngHttpsMov09Png = Shapes::StringShape.new(name: '__stringMin14Max1285PatternS3Mov09PngHttpsMov09Png')
|
655
674
|
__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG')
|
656
675
|
__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA')
|
676
|
+
__stringMin14PatternS3Mov09PngHttpsMov09Png = Shapes::StringShape.new(name: '__stringMin14PatternS3Mov09PngHttpsMov09Png')
|
657
677
|
__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI = Shapes::StringShape.new(name: '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI')
|
658
678
|
__stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
|
659
679
|
__stringMin1Max100000 = Shapes::StringShape.new(name: '__stringMin1Max100000')
|
@@ -682,8 +702,8 @@ module Aws::MediaConvert
|
|
682
702
|
__stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
|
683
703
|
__stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
|
684
704
|
__stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
|
685
|
-
|
686
|
-
|
705
|
+
__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA = Shapes::StringShape.new(name: '__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA')
|
706
|
+
__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE = Shapes::StringShape.new(name: '__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE')
|
687
707
|
__stringPatternSNManifestConfirmConditionNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNManifestConfirmConditionNotificationNS')
|
688
708
|
__stringPatternSNSignalProcessingNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNSignalProcessingNotificationNS')
|
689
709
|
__stringPatternW = Shapes::StringShape.new(name: '__stringPatternW')
|
@@ -769,7 +789,7 @@ module Aws::MediaConvert
|
|
769
789
|
|
770
790
|
AudioSelector.add_member(:custom_language_code, Shapes::ShapeRef.new(shape: __stringMin3Max3PatternAZaZ3, location_name: "customLanguageCode"))
|
771
791
|
AudioSelector.add_member(:default_selection, Shapes::ShapeRef.new(shape: AudioDefaultSelection, location_name: "defaultSelection"))
|
772
|
-
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape:
|
792
|
+
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE, location_name: "externalAudioFileInput"))
|
773
793
|
AudioSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
|
774
794
|
AudioSelector.add_member(:offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "offset"))
|
775
795
|
AudioSelector.add_member(:pids, Shapes::ShapeRef.new(shape: __listOf__integerMin1Max2147483647, location_name: "pids"))
|
@@ -782,6 +802,14 @@ module Aws::MediaConvert
|
|
782
802
|
AudioSelectorGroup.add_member(:audio_selector_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1, location_name: "audioSelectorNames"))
|
783
803
|
AudioSelectorGroup.struct_class = Types::AudioSelectorGroup
|
784
804
|
|
805
|
+
AutomatedAbrSettings.add_member(:max_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "maxAbrBitrate"))
|
806
|
+
AutomatedAbrSettings.add_member(:max_renditions, Shapes::ShapeRef.new(shape: __integerMin3Max15, location_name: "maxRenditions"))
|
807
|
+
AutomatedAbrSettings.add_member(:min_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "minAbrBitrate"))
|
808
|
+
AutomatedAbrSettings.struct_class = Types::AutomatedAbrSettings
|
809
|
+
|
810
|
+
AutomatedEncodingSettings.add_member(:abr_settings, Shapes::ShapeRef.new(shape: AutomatedAbrSettings, location_name: "abrSettings"))
|
811
|
+
AutomatedEncodingSettings.struct_class = Types::AutomatedEncodingSettings
|
812
|
+
|
785
813
|
Av1QvbrSettings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
786
814
|
Av1QvbrSettings.add_member(:qvbr_quality_level_fine_tune, Shapes::ShapeRef.new(shape: __doubleMin0Max1, location_name: "qvbrQualityLevelFineTune"))
|
787
815
|
Av1QvbrSettings.struct_class = Types::Av1QvbrSettings
|
@@ -804,15 +832,20 @@ module Aws::MediaConvert
|
|
804
832
|
AvailBlanking.struct_class = Types::AvailBlanking
|
805
833
|
|
806
834
|
AvcIntraSettings.add_member(:avc_intra_class, Shapes::ShapeRef.new(shape: AvcIntraClass, location_name: "avcIntraClass"))
|
835
|
+
AvcIntraSettings.add_member(:avc_intra_uhd_settings, Shapes::ShapeRef.new(shape: AvcIntraUhdSettings, location_name: "avcIntraUhdSettings"))
|
807
836
|
AvcIntraSettings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: AvcIntraFramerateControl, location_name: "framerateControl"))
|
808
837
|
AvcIntraSettings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: AvcIntraFramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
809
838
|
AvcIntraSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
810
839
|
AvcIntraSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin24Max60000, location_name: "framerateNumerator"))
|
811
840
|
AvcIntraSettings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: AvcIntraInterlaceMode, location_name: "interlaceMode"))
|
841
|
+
AvcIntraSettings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: AvcIntraScanTypeConversionMode, location_name: "scanTypeConversionMode"))
|
812
842
|
AvcIntraSettings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: AvcIntraSlowPal, location_name: "slowPal"))
|
813
843
|
AvcIntraSettings.add_member(:telecine, Shapes::ShapeRef.new(shape: AvcIntraTelecine, location_name: "telecine"))
|
814
844
|
AvcIntraSettings.struct_class = Types::AvcIntraSettings
|
815
845
|
|
846
|
+
AvcIntraUhdSettings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: AvcIntraUhdQualityTuningLevel, location_name: "qualityTuningLevel"))
|
847
|
+
AvcIntraUhdSettings.struct_class = Types::AvcIntraUhdSettings
|
848
|
+
|
816
849
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
817
850
|
BadRequestException.struct_class = Types::BadRequestException
|
818
851
|
|
@@ -917,6 +950,8 @@ module Aws::MediaConvert
|
|
917
950
|
CmafGroupSettings.add_member(:write_segment_timeline_in_representation, Shapes::ShapeRef.new(shape: CmafWriteSegmentTimelineInRepresentation, location_name: "writeSegmentTimelineInRepresentation"))
|
918
951
|
CmafGroupSettings.struct_class = Types::CmafGroupSettings
|
919
952
|
|
953
|
+
CmfcSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: CmfcAudioDuration, location_name: "audioDuration"))
|
954
|
+
CmfcSettings.add_member(:i_frame_only_manifest, Shapes::ShapeRef.new(shape: CmfcIFrameOnlyManifest, location_name: "iFrameOnlyManifest"))
|
920
955
|
CmfcSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: CmfcScte35Esam, location_name: "scte35Esam"))
|
921
956
|
CmfcSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: CmfcScte35Source, location_name: "scte35Source"))
|
922
957
|
CmfcSettings.struct_class = Types::CmfcSettings
|
@@ -1013,6 +1048,7 @@ module Aws::MediaConvert
|
|
1013
1048
|
DashIsoGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "fragmentLength"))
|
1014
1049
|
DashIsoGroupSettings.add_member(:hbbtv_compliance, Shapes::ShapeRef.new(shape: DashIsoHbbtvCompliance, location_name: "hbbtvCompliance"))
|
1015
1050
|
DashIsoGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minBufferTime"))
|
1051
|
+
DashIsoGroupSettings.add_member(:min_final_segment_length, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "minFinalSegmentLength"))
|
1016
1052
|
DashIsoGroupSettings.add_member(:mpd_profile, Shapes::ShapeRef.new(shape: DashIsoMpdProfile, location_name: "mpdProfile"))
|
1017
1053
|
DashIsoGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: DashIsoSegmentControl, location_name: "segmentControl"))
|
1018
1054
|
DashIsoGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "segmentLength"))
|
@@ -1250,6 +1286,7 @@ module Aws::MediaConvert
|
|
1250
1286
|
H264Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: H264QvbrSettings, location_name: "qvbrSettings"))
|
1251
1287
|
H264Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H264RateControlMode, location_name: "rateControlMode"))
|
1252
1288
|
H264Settings.add_member(:repeat_pps, Shapes::ShapeRef.new(shape: H264RepeatPps, location_name: "repeatPps"))
|
1289
|
+
H264Settings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: H264ScanTypeConversionMode, location_name: "scanTypeConversionMode"))
|
1253
1290
|
H264Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: H264SceneChangeDetect, location_name: "sceneChangeDetect"))
|
1254
1291
|
H264Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
|
1255
1292
|
H264Settings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: H264SlowPal, location_name: "slowPal"))
|
@@ -1295,6 +1332,7 @@ module Aws::MediaConvert
|
|
1295
1332
|
H265Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: H265QvbrSettings, location_name: "qvbrSettings"))
|
1296
1333
|
H265Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H265RateControlMode, location_name: "rateControlMode"))
|
1297
1334
|
H265Settings.add_member(:sample_adaptive_offset_filter_mode, Shapes::ShapeRef.new(shape: H265SampleAdaptiveOffsetFilterMode, location_name: "sampleAdaptiveOffsetFilterMode"))
|
1335
|
+
H265Settings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: H265ScanTypeConversionMode, location_name: "scanTypeConversionMode"))
|
1298
1336
|
H265Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: H265SceneChangeDetect, location_name: "sceneChangeDetect"))
|
1299
1337
|
H265Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
|
1300
1338
|
H265Settings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: H265SlowPal, location_name: "slowPal"))
|
@@ -1398,7 +1436,7 @@ module Aws::MediaConvert
|
|
1398
1436
|
Input.add_member(:deblock_filter, Shapes::ShapeRef.new(shape: InputDeblockFilter, location_name: "deblockFilter"))
|
1399
1437
|
Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
|
1400
1438
|
Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
|
1401
|
-
Input.add_member(:file_input, Shapes::ShapeRef.new(shape:
|
1439
|
+
Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA, location_name: "fileInput"))
|
1402
1440
|
Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
|
1403
1441
|
Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
|
1404
1442
|
Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
@@ -1581,6 +1619,7 @@ module Aws::MediaConvert
|
|
1581
1619
|
M2tsScte35Esam.struct_class = Types::M2tsScte35Esam
|
1582
1620
|
|
1583
1621
|
M2tsSettings.add_member(:audio_buffer_model, Shapes::ShapeRef.new(shape: M2tsAudioBufferModel, location_name: "audioBufferModel"))
|
1622
|
+
M2tsSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: M2tsAudioDuration, location_name: "audioDuration"))
|
1584
1623
|
M2tsSettings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "audioFramesPerPes"))
|
1585
1624
|
M2tsSettings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __listOf__integerMin32Max8182, location_name: "audioPids"))
|
1586
1625
|
M2tsSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "bitrate"))
|
@@ -1618,6 +1657,7 @@ module Aws::MediaConvert
|
|
1618
1657
|
M2tsSettings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "videoPid"))
|
1619
1658
|
M2tsSettings.struct_class = Types::M2tsSettings
|
1620
1659
|
|
1660
|
+
M3u8Settings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: M3u8AudioDuration, location_name: "audioDuration"))
|
1621
1661
|
M3u8Settings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "audioFramesPerPes"))
|
1622
1662
|
M3u8Settings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __listOf__integerMin32Max8182, location_name: "audioPids"))
|
1623
1663
|
M3u8Settings.add_member(:nielsen_id_3, Shapes::ShapeRef.new(shape: M3u8NielsenId3, location_name: "nielsenId3"))
|
@@ -1637,7 +1677,7 @@ module Aws::MediaConvert
|
|
1637
1677
|
M3u8Settings.struct_class = Types::M3u8Settings
|
1638
1678
|
|
1639
1679
|
MotionImageInserter.add_member(:framerate, Shapes::ShapeRef.new(shape: MotionImageInsertionFramerate, location_name: "framerate"))
|
1640
|
-
MotionImageInserter.add_member(:input, Shapes::ShapeRef.new(shape:
|
1680
|
+
MotionImageInserter.add_member(:input, Shapes::ShapeRef.new(shape: __stringMin14PatternS3Mov09PngHttpsMov09Png, location_name: "input"))
|
1641
1681
|
MotionImageInserter.add_member(:insertion_mode, Shapes::ShapeRef.new(shape: MotionImageInsertionMode, location_name: "insertionMode"))
|
1642
1682
|
MotionImageInserter.add_member(:offset, Shapes::ShapeRef.new(shape: MotionImageInsertionOffset, location_name: "offset"))
|
1643
1683
|
MotionImageInserter.add_member(:playback, Shapes::ShapeRef.new(shape: MotionImagePlayback, location_name: "playback"))
|
@@ -1671,6 +1711,7 @@ module Aws::MediaConvert
|
|
1671
1711
|
Mp3Settings.add_member(:vbr_quality, Shapes::ShapeRef.new(shape: __integerMin0Max9, location_name: "vbrQuality"))
|
1672
1712
|
Mp3Settings.struct_class = Types::Mp3Settings
|
1673
1713
|
|
1714
|
+
Mp4Settings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: CmfcAudioDuration, location_name: "audioDuration"))
|
1674
1715
|
Mp4Settings.add_member(:cslg_atom, Shapes::ShapeRef.new(shape: Mp4CslgAtom, location_name: "cslgAtom"))
|
1675
1716
|
Mp4Settings.add_member(:ctts_version, Shapes::ShapeRef.new(shape: __integerMin0Max1, location_name: "cttsVersion"))
|
1676
1717
|
Mp4Settings.add_member(:free_space_box, Shapes::ShapeRef.new(shape: Mp4FreeSpaceBox, location_name: "freeSpaceBox"))
|
@@ -1678,6 +1719,8 @@ module Aws::MediaConvert
|
|
1678
1719
|
Mp4Settings.add_member(:mp_4_major_brand, Shapes::ShapeRef.new(shape: __string, location_name: "mp4MajorBrand"))
|
1679
1720
|
Mp4Settings.struct_class = Types::Mp4Settings
|
1680
1721
|
|
1722
|
+
MpdSettings.add_member(:accessibility_caption_hints, Shapes::ShapeRef.new(shape: MpdAccessibilityCaptionHints, location_name: "accessibilityCaptionHints"))
|
1723
|
+
MpdSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: MpdAudioDuration, location_name: "audioDuration"))
|
1681
1724
|
MpdSettings.add_member(:caption_container_type, Shapes::ShapeRef.new(shape: MpdCaptionContainerType, location_name: "captionContainerType"))
|
1682
1725
|
MpdSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: MpdScte35Esam, location_name: "scte35Esam"))
|
1683
1726
|
MpdSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: MpdScte35Source, location_name: "scte35Source"))
|
@@ -1707,6 +1750,7 @@ module Aws::MediaConvert
|
|
1707
1750
|
Mpeg2Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
1708
1751
|
Mpeg2Settings.add_member(:quality_tuning_level, Shapes::ShapeRef.new(shape: Mpeg2QualityTuningLevel, location_name: "qualityTuningLevel"))
|
1709
1752
|
Mpeg2Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Mpeg2RateControlMode, location_name: "rateControlMode"))
|
1753
|
+
Mpeg2Settings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: Mpeg2ScanTypeConversionMode, location_name: "scanTypeConversionMode"))
|
1710
1754
|
Mpeg2Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: Mpeg2SceneChangeDetect, location_name: "sceneChangeDetect"))
|
1711
1755
|
Mpeg2Settings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: Mpeg2SlowPal, location_name: "slowPal"))
|
1712
1756
|
Mpeg2Settings.add_member(:softness, Shapes::ShapeRef.new(shape: __integerMin0Max128, location_name: "softness"))
|
@@ -1798,12 +1842,14 @@ module Aws::MediaConvert
|
|
1798
1842
|
Output.struct_class = Types::Output
|
1799
1843
|
|
1800
1844
|
OutputChannelMapping.add_member(:input_channels, Shapes::ShapeRef.new(shape: __listOf__integerMinNegative60Max6, location_name: "inputChannels"))
|
1845
|
+
OutputChannelMapping.add_member(:input_channels_fine_tune, Shapes::ShapeRef.new(shape: __listOf__doubleMinNegative60Max6, location_name: "inputChannelsFineTune"))
|
1801
1846
|
OutputChannelMapping.struct_class = Types::OutputChannelMapping
|
1802
1847
|
|
1803
1848
|
OutputDetail.add_member(:duration_in_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "durationInMs"))
|
1804
1849
|
OutputDetail.add_member(:video_details, Shapes::ShapeRef.new(shape: VideoDetail, location_name: "videoDetails"))
|
1805
1850
|
OutputDetail.struct_class = Types::OutputDetail
|
1806
1851
|
|
1852
|
+
OutputGroup.add_member(:automated_encoding_settings, Shapes::ShapeRef.new(shape: AutomatedEncodingSettings, location_name: "automatedEncodingSettings"))
|
1807
1853
|
OutputGroup.add_member(:custom_name, Shapes::ShapeRef.new(shape: __string, location_name: "customName"))
|
1808
1854
|
OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1809
1855
|
OutputGroup.add_member(:output_group_settings, Shapes::ShapeRef.new(shape: OutputGroupSettings, location_name: "outputGroupSettings"))
|
@@ -1852,6 +1898,7 @@ module Aws::MediaConvert
|
|
1852
1898
|
ProresSettings.add_member(:par_control, Shapes::ShapeRef.new(shape: ProresParControl, location_name: "parControl"))
|
1853
1899
|
ProresSettings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parDenominator"))
|
1854
1900
|
ProresSettings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "parNumerator"))
|
1901
|
+
ProresSettings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: ProresScanTypeConversionMode, location_name: "scanTypeConversionMode"))
|
1855
1902
|
ProresSettings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: ProresSlowPal, location_name: "slowPal"))
|
1856
1903
|
ProresSettings.add_member(:telecine, Shapes::ShapeRef.new(shape: ProresTelecine, location_name: "telecine"))
|
1857
1904
|
ProresSettings.struct_class = Types::ProresSettings
|
@@ -2019,6 +2066,7 @@ module Aws::MediaConvert
|
|
2019
2066
|
Vc3Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
2020
2067
|
Vc3Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin24Max60000, location_name: "framerateNumerator"))
|
2021
2068
|
Vc3Settings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: Vc3InterlaceMode, location_name: "interlaceMode"))
|
2069
|
+
Vc3Settings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: Vc3ScanTypeConversionMode, location_name: "scanTypeConversionMode"))
|
2022
2070
|
Vc3Settings.add_member(:slow_pal, Shapes::ShapeRef.new(shape: Vc3SlowPal, location_name: "slowPal"))
|
2023
2071
|
Vc3Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: Vc3Telecine, location_name: "telecine"))
|
2024
2072
|
Vc3Settings.add_member(:vc_3_class, Shapes::ShapeRef.new(shape: Vc3Class, location_name: "vc3Class"))
|
@@ -2171,6 +2219,8 @@ module Aws::MediaConvert
|
|
2171
2219
|
|
2172
2220
|
__listOfTeletextPageType.member = Shapes::ShapeRef.new(shape: TeletextPageType)
|
2173
2221
|
|
2222
|
+
__listOf__doubleMinNegative60Max6.member = Shapes::ShapeRef.new(shape: __doubleMinNegative60Max6)
|
2223
|
+
|
2174
2224
|
__listOf__integerMin1Max2147483647.member = Shapes::ShapeRef.new(shape: __integerMin1Max2147483647)
|
2175
2225
|
|
2176
2226
|
__listOf__integerMin32Max8182.member = Shapes::ShapeRef.new(shape: __integerMin32Max8182)
|
@@ -661,6 +661,7 @@ module Aws::MediaConvert
|
|
661
661
|
# output_channels: [
|
662
662
|
# {
|
663
663
|
# input_channels: [1],
|
664
|
+
# input_channels_fine_tune: [1.0],
|
664
665
|
# },
|
665
666
|
# ],
|
666
667
|
# },
|
@@ -873,7 +874,7 @@ module Aws::MediaConvert
|
|
873
874
|
# {
|
874
875
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
875
876
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
876
|
-
# external_audio_file_input: "
|
877
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
877
878
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
878
879
|
# offset: 1,
|
879
880
|
# pids: [1],
|
@@ -883,6 +884,7 @@ module Aws::MediaConvert
|
|
883
884
|
# output_channels: [
|
884
885
|
# {
|
885
886
|
# input_channels: [1],
|
887
|
+
# input_channels_fine_tune: [1.0],
|
886
888
|
# },
|
887
889
|
# ],
|
888
890
|
# },
|
@@ -998,6 +1000,84 @@ module Aws::MediaConvert
|
|
998
1000
|
include Aws::Structure
|
999
1001
|
end
|
1000
1002
|
|
1003
|
+
# Use automated ABR to have MediaConvert set up the renditions in your
|
1004
|
+
# ABR package for you automatically, based on characteristics of your
|
1005
|
+
# input video. This feature optimizes video quality while minimizing the
|
1006
|
+
# overall size of your ABR package.
|
1007
|
+
#
|
1008
|
+
# @note When making an API call, you may pass AutomatedAbrSettings
|
1009
|
+
# data as a hash:
|
1010
|
+
#
|
1011
|
+
# {
|
1012
|
+
# max_abr_bitrate: 1,
|
1013
|
+
# max_renditions: 1,
|
1014
|
+
# min_abr_bitrate: 1,
|
1015
|
+
# }
|
1016
|
+
#
|
1017
|
+
# @!attribute [rw] max_abr_bitrate
|
1018
|
+
# Optional. The maximum target bit rate used in your automated ABR
|
1019
|
+
# stack. Use this value to set an upper limit on the bandwidth
|
1020
|
+
# consumed by the highest-quality rendition. This is the rendition
|
1021
|
+
# that is delivered to viewers with the fastest internet connections.
|
1022
|
+
# If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s)
|
1023
|
+
# by default.
|
1024
|
+
# @return [Integer]
|
1025
|
+
#
|
1026
|
+
# @!attribute [rw] max_renditions
|
1027
|
+
# Optional. The maximum number of renditions that MediaConvert will
|
1028
|
+
# create in your automated ABR stack. The number of renditions is
|
1029
|
+
# determined automatically, based on analysis of each job, but will
|
1030
|
+
# never exceed this limit. When you set this to Auto in the console,
|
1031
|
+
# which is equivalent to excluding it from your JSON job
|
1032
|
+
# specification, MediaConvert defaults to a limit of 15.
|
1033
|
+
# @return [Integer]
|
1034
|
+
#
|
1035
|
+
# @!attribute [rw] min_abr_bitrate
|
1036
|
+
# Optional. The minimum target bitrate used in your automated ABR
|
1037
|
+
# stack. Use this value to set a lower limit on the bitrate of video
|
1038
|
+
# delivered to viewers with slow internet connections. If you don't
|
1039
|
+
# specify a value, MediaConvert uses 600,000 (600 kb/s) by default.
|
1040
|
+
# @return [Integer]
|
1041
|
+
#
|
1042
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AutomatedAbrSettings AWS API Documentation
|
1043
|
+
#
|
1044
|
+
class AutomatedAbrSettings < Struct.new(
|
1045
|
+
:max_abr_bitrate,
|
1046
|
+
:max_renditions,
|
1047
|
+
:min_abr_bitrate)
|
1048
|
+
SENSITIVE = []
|
1049
|
+
include Aws::Structure
|
1050
|
+
end
|
1051
|
+
|
1052
|
+
# Use automated encoding to have MediaConvert choose your encoding
|
1053
|
+
# settings for you, based on characteristics of your input video.
|
1054
|
+
#
|
1055
|
+
# @note When making an API call, you may pass AutomatedEncodingSettings
|
1056
|
+
# data as a hash:
|
1057
|
+
#
|
1058
|
+
# {
|
1059
|
+
# abr_settings: {
|
1060
|
+
# max_abr_bitrate: 1,
|
1061
|
+
# max_renditions: 1,
|
1062
|
+
# min_abr_bitrate: 1,
|
1063
|
+
# },
|
1064
|
+
# }
|
1065
|
+
#
|
1066
|
+
# @!attribute [rw] abr_settings
|
1067
|
+
# Use automated ABR to have MediaConvert set up the renditions in your
|
1068
|
+
# ABR package for you automatically, based on characteristics of your
|
1069
|
+
# input video. This feature optimizes video quality while minimizing
|
1070
|
+
# the overall size of your ABR package.
|
1071
|
+
# @return [Types::AutomatedAbrSettings]
|
1072
|
+
#
|
1073
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AutomatedEncodingSettings AWS API Documentation
|
1074
|
+
#
|
1075
|
+
class AutomatedEncodingSettings < Struct.new(
|
1076
|
+
:abr_settings)
|
1077
|
+
SENSITIVE = []
|
1078
|
+
include Aws::Structure
|
1079
|
+
end
|
1080
|
+
|
1001
1081
|
# Settings for quality-defined variable bitrate encoding with the AV1
|
1002
1082
|
# codec. Required when you set Rate control mode to QVBR. Not valid when
|
1003
1083
|
# you set Rate control mode to a value other than QVBR, or when you
|
@@ -1226,18 +1306,24 @@ module Aws::MediaConvert
|
|
1226
1306
|
# Required when you set your output video codec to AVC-Intra. For more
|
1227
1307
|
# information about the AVC-I settings, see the relevant specification.
|
1228
1308
|
# For detailed information about SD and HD in AVC-I, see
|
1229
|
-
# https://ieeexplore.ieee.org/document/7290936.
|
1309
|
+
# https://ieeexplore.ieee.org/document/7290936. For information about
|
1310
|
+
# 4K/2K in AVC-I, see
|
1311
|
+
# https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.
|
1230
1312
|
#
|
1231
1313
|
# @note When making an API call, you may pass AvcIntraSettings
|
1232
1314
|
# data as a hash:
|
1233
1315
|
#
|
1234
1316
|
# {
|
1235
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
1317
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
1318
|
+
# avc_intra_uhd_settings: {
|
1319
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
1320
|
+
# },
|
1236
1321
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
1237
1322
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
1238
1323
|
# framerate_denominator: 1,
|
1239
1324
|
# framerate_numerator: 1,
|
1240
1325
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
1326
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
1241
1327
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
1242
1328
|
# telecine: "NONE", # accepts NONE, HARD
|
1243
1329
|
# }
|
@@ -1246,9 +1332,16 @@ module Aws::MediaConvert
|
|
1246
1332
|
# Specify the AVC-Intra class of your output. The AVC-Intra class
|
1247
1333
|
# selection determines the output video bit rate depending on the
|
1248
1334
|
# frame rate of the output. Outputs with higher class values have
|
1249
|
-
# higher bitrates and improved image quality.
|
1335
|
+
# higher bitrates and improved image quality. Note that for Class
|
1336
|
+
# 4K/2K, MediaConvert supports only 4:2:2 chroma subsampling.
|
1250
1337
|
# @return [String]
|
1251
1338
|
#
|
1339
|
+
# @!attribute [rw] avc_intra_uhd_settings
|
1340
|
+
# Optional when you set AVC-Intra class (avcIntraClass) to Class 4K/2K
|
1341
|
+
# (CLASS\_4K\_2K). When you set AVC-Intra class to a different value,
|
1342
|
+
# this object isn't allowed.
|
1343
|
+
# @return [Types::AvcIntraUhdSettings]
|
1344
|
+
#
|
1252
1345
|
# @!attribute [rw] framerate_control
|
1253
1346
|
# If you are using the console, use the Framerate setting to specify
|
1254
1347
|
# the frame rate for this output. If you want to keep the same frame
|
@@ -1317,6 +1410,24 @@ module Aws::MediaConvert
|
|
1317
1410
|
# the Follow options you choose.
|
1318
1411
|
# @return [String]
|
1319
1412
|
#
|
1413
|
+
# @!attribute [rw] scan_type_conversion_mode
|
1414
|
+
# Use this setting for interlaced outputs, when your output frame rate
|
1415
|
+
# is half of your input frame rate. In this situation, choose
|
1416
|
+
# Optimized interlacing (INTERLACED\_OPTIMIZE) to create a better
|
1417
|
+
# quality interlaced output. In this case, each progressive frame from
|
1418
|
+
# the input corresponds to an interlaced field in the output. Keep the
|
1419
|
+
# default value, Basic interlacing (INTERLACED), for all other output
|
1420
|
+
# frame rates. With basic interlacing, MediaConvert performs any frame
|
1421
|
+
# rate conversion first and then interlaces the frames. When you
|
1422
|
+
# choose Optimized interlacing and you set your output frame rate to a
|
1423
|
+
# value that isn't suitable for optimized interlacing, MediaConvert
|
1424
|
+
# automatically falls back to basic interlacing. Required settings: To
|
1425
|
+
# use optimized interlacing, you must set Telecine (telecine) to None
|
1426
|
+
# (NONE) or Soft (SOFT). You can't use optimized interlacing for hard
|
1427
|
+
# telecine outputs. You must also set Interlace mode (interlaceMode)
|
1428
|
+
# to a value other than Progressive (PROGRESSIVE).
|
1429
|
+
# @return [String]
|
1430
|
+
#
|
1320
1431
|
# @!attribute [rw] slow_pal
|
1321
1432
|
# Ignore this setting unless your input frame rate is 23.976 or 24
|
1322
1433
|
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
@@ -1342,17 +1453,49 @@ module Aws::MediaConvert
|
|
1342
1453
|
#
|
1343
1454
|
class AvcIntraSettings < Struct.new(
|
1344
1455
|
:avc_intra_class,
|
1456
|
+
:avc_intra_uhd_settings,
|
1345
1457
|
:framerate_control,
|
1346
1458
|
:framerate_conversion_algorithm,
|
1347
1459
|
:framerate_denominator,
|
1348
1460
|
:framerate_numerator,
|
1349
1461
|
:interlace_mode,
|
1462
|
+
:scan_type_conversion_mode,
|
1350
1463
|
:slow_pal,
|
1351
1464
|
:telecine)
|
1352
1465
|
SENSITIVE = []
|
1353
1466
|
include Aws::Structure
|
1354
1467
|
end
|
1355
1468
|
|
1469
|
+
# Optional when you set AVC-Intra class (avcIntraClass) to Class 4K/2K
|
1470
|
+
# (CLASS\_4K\_2K). When you set AVC-Intra class to a different value,
|
1471
|
+
# this object isn't allowed.
|
1472
|
+
#
|
1473
|
+
# @note When making an API call, you may pass AvcIntraUhdSettings
|
1474
|
+
# data as a hash:
|
1475
|
+
#
|
1476
|
+
# {
|
1477
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
1478
|
+
# }
|
1479
|
+
#
|
1480
|
+
# @!attribute [rw] quality_tuning_level
|
1481
|
+
# Optional. Use Quality tuning level (qualityTuningLevel) to choose
|
1482
|
+
# how many transcoding passes MediaConvert does with your video. When
|
1483
|
+
# you choose Multi-pass (MULTI\_PASS), your video quality is better
|
1484
|
+
# and your output bitrate is more accurate. That is, the actual
|
1485
|
+
# bitrate of your output is closer to the target bitrate defined in
|
1486
|
+
# the specification. When you choose Single-pass (SINGLE\_PASS), your
|
1487
|
+
# encoding time is faster. The default behavior is Single-pass
|
1488
|
+
# (SINGLE\_PASS).
|
1489
|
+
# @return [String]
|
1490
|
+
#
|
1491
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AvcIntraUhdSettings AWS API Documentation
|
1492
|
+
#
|
1493
|
+
class AvcIntraUhdSettings < Struct.new(
|
1494
|
+
:quality_tuning_level)
|
1495
|
+
SENSITIVE = []
|
1496
|
+
include Aws::Structure
|
1497
|
+
end
|
1498
|
+
|
1356
1499
|
# @!attribute [rw] message
|
1357
1500
|
# @return [String]
|
1358
1501
|
#
|
@@ -1960,7 +2103,7 @@ module Aws::MediaConvert
|
|
1960
2103
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
1961
2104
|
# time_delta: 1,
|
1962
2105
|
# },
|
1963
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
2106
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC
|
1964
2107
|
# teletext_source_settings: {
|
1965
2108
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
1966
2109
|
# },
|
@@ -2080,7 +2223,7 @@ module Aws::MediaConvert
|
|
2080
2223
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
2081
2224
|
# time_delta: 1,
|
2082
2225
|
# },
|
2083
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
2226
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC
|
2084
2227
|
# teletext_source_settings: {
|
2085
2228
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
2086
2229
|
# },
|
@@ -2140,10 +2283,18 @@ module Aws::MediaConvert
|
|
2140
2283
|
end
|
2141
2284
|
|
2142
2285
|
# Channel mapping (ChannelMapping) contains the group of fields that
|
2143
|
-
# hold the remixing value for each channel
|
2144
|
-
#
|
2145
|
-
#
|
2146
|
-
#
|
2286
|
+
# hold the remixing value for each channel, in dB. Specify remix values
|
2287
|
+
# to indicate how much of the content from your input audio channel you
|
2288
|
+
# want in your output audio channels. Each instance of the InputChannels
|
2289
|
+
# or InputChannelsFineTune array specifies these values for one output
|
2290
|
+
# channel. Use one instance of this array for each output channel. In
|
2291
|
+
# the console, each array corresponds to a column in the graphical
|
2292
|
+
# depiction of the mapping matrix. The rows of the graphical matrix
|
2293
|
+
# correspond to input channels. Valid values are within the range from
|
2294
|
+
# -60 (mute) through 6. A setting of 0 passes the input channel
|
2295
|
+
# unchanged to the output channel (no attenuation or amplification). Use
|
2296
|
+
# InputChannels or InputChannelsFineTune to specify your remix values.
|
2297
|
+
# Don't use both.
|
2147
2298
|
#
|
2148
2299
|
# @note When making an API call, you may pass ChannelMapping
|
2149
2300
|
# data as a hash:
|
@@ -2152,12 +2303,16 @@ module Aws::MediaConvert
|
|
2152
2303
|
# output_channels: [
|
2153
2304
|
# {
|
2154
2305
|
# input_channels: [1],
|
2306
|
+
# input_channels_fine_tune: [1.0],
|
2155
2307
|
# },
|
2156
2308
|
# ],
|
2157
2309
|
# }
|
2158
2310
|
#
|
2159
2311
|
# @!attribute [rw] output_channels
|
2160
|
-
#
|
2312
|
+
# In your JSON job specification, include one child of OutputChannels
|
2313
|
+
# for each audio channel that you want in your output. Each child
|
2314
|
+
# should contain one instance of InputChannels or
|
2315
|
+
# InputChannelsFineTune.
|
2161
2316
|
# @return [Array<Types::OutputChannelMapping>]
|
2162
2317
|
#
|
2163
2318
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ChannelMapping AWS API Documentation
|
@@ -2362,8 +2517,10 @@ module Aws::MediaConvert
|
|
2362
2517
|
# @return [String]
|
2363
2518
|
#
|
2364
2519
|
# @!attribute [rw] client_cache
|
2365
|
-
#
|
2366
|
-
#
|
2520
|
+
# Disable this setting only when your workflow requires the
|
2521
|
+
# #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled
|
2522
|
+
# (ENABLED) and control caching in your video distribution set up. For
|
2523
|
+
# example, use the Cache-Control http header.
|
2367
2524
|
# @return [String]
|
2368
2525
|
#
|
2369
2526
|
# @!attribute [rw] codec_specification
|
@@ -2515,10 +2672,42 @@ module Aws::MediaConvert
|
|
2515
2672
|
# data as a hash:
|
2516
2673
|
#
|
2517
2674
|
# {
|
2675
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2676
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2518
2677
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2519
2678
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
2520
2679
|
# }
|
2521
2680
|
#
|
2681
|
+
# @!attribute [rw] audio_duration
|
2682
|
+
# Specify this setting only when your output will be consumed by a
|
2683
|
+
# downstream repackaging workflow that is sensitive to very small
|
2684
|
+
# duration differences between video and audio. For this situation,
|
2685
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
2686
|
+
# cases, keep the default value, Default codec duration
|
2687
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
2688
|
+
# MediaConvert pads the output audio streams with silence or trims
|
2689
|
+
# them to ensure that the total duration of each audio stream is at
|
2690
|
+
# least as long as the total duration of the video stream. After
|
2691
|
+
# padding or trimming, the audio stream duration is no more than one
|
2692
|
+
# frame longer than the video stream. MediaConvert applies audio
|
2693
|
+
# padding or trimming only to the end of the last segment of the
|
2694
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
2695
|
+
# the end of the file. When you keep the default value, any minor
|
2696
|
+
# discrepancies between audio and video duration will depend on your
|
2697
|
+
# output audio codec.
|
2698
|
+
# @return [String]
|
2699
|
+
#
|
2700
|
+
# @!attribute [rw] i_frame_only_manifest
|
2701
|
+
# Choose Include (INCLUDE) to have MediaConvert generate an HLS child
|
2702
|
+
# manifest that lists only the I-frames for this rendition, in
|
2703
|
+
# addition to your regular manifest for this rendition. You might use
|
2704
|
+
# this manifest as part of a workflow that creates preview functions
|
2705
|
+
# for your video. MediaConvert adds both the I-frame only child
|
2706
|
+
# manifest and the regular child manifest to the parent manifest. When
|
2707
|
+
# you don't need the I-frame only child manifest, keep the default
|
2708
|
+
# value Exclude (EXCLUDE).
|
2709
|
+
# @return [String]
|
2710
|
+
#
|
2522
2711
|
# @!attribute [rw] scte_35_esam
|
2523
2712
|
# Use this setting only when you specify SCTE-35 markers from ESAM.
|
2524
2713
|
# Choose INSERT to put SCTE-35 markers in this output at the insertion
|
@@ -2537,6 +2726,8 @@ module Aws::MediaConvert
|
|
2537
2726
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CmfcSettings AWS API Documentation
|
2538
2727
|
#
|
2539
2728
|
class CmfcSettings < Struct.new(
|
2729
|
+
:audio_duration,
|
2730
|
+
:i_frame_only_manifest,
|
2540
2731
|
:scte_35_esam,
|
2541
2732
|
:scte_35_source)
|
2542
2733
|
SENSITIVE = []
|
@@ -2644,6 +2835,8 @@ module Aws::MediaConvert
|
|
2644
2835
|
#
|
2645
2836
|
# {
|
2646
2837
|
# cmfc_settings: {
|
2838
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2839
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2647
2840
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2648
2841
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
2649
2842
|
# },
|
@@ -2653,6 +2846,7 @@ module Aws::MediaConvert
|
|
2653
2846
|
# },
|
2654
2847
|
# m2ts_settings: {
|
2655
2848
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
2849
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2656
2850
|
# audio_frames_per_pes: 1,
|
2657
2851
|
# audio_pids: [1],
|
2658
2852
|
# bitrate: 1,
|
@@ -2703,6 +2897,7 @@ module Aws::MediaConvert
|
|
2703
2897
|
# video_pid: 1,
|
2704
2898
|
# },
|
2705
2899
|
# m3u_8_settings: {
|
2900
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2706
2901
|
# audio_frames_per_pes: 1,
|
2707
2902
|
# audio_pids: [1],
|
2708
2903
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -2728,6 +2923,7 @@ module Aws::MediaConvert
|
|
2728
2923
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
2729
2924
|
# },
|
2730
2925
|
# mp_4_settings: {
|
2926
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2731
2927
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2732
2928
|
# ctts_version: 1,
|
2733
2929
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -2735,6 +2931,8 @@ module Aws::MediaConvert
|
|
2735
2931
|
# mp_4_major_brand: "__string",
|
2736
2932
|
# },
|
2737
2933
|
# mpd_settings: {
|
2934
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2935
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
2738
2936
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
2739
2937
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
2740
2938
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -2858,7 +3056,7 @@ module Aws::MediaConvert
|
|
2858
3056
|
# "__string" => {
|
2859
3057
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
2860
3058
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
2861
|
-
# external_audio_file_input: "
|
3059
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
2862
3060
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
2863
3061
|
# offset: 1,
|
2864
3062
|
# pids: [1],
|
@@ -2868,6 +3066,7 @@ module Aws::MediaConvert
|
|
2868
3066
|
# output_channels: [
|
2869
3067
|
# {
|
2870
3068
|
# input_channels: [1],
|
3069
|
+
# input_channels_fine_tune: [1.0],
|
2871
3070
|
# },
|
2872
3071
|
# ],
|
2873
3072
|
# },
|
@@ -2906,7 +3105,7 @@ module Aws::MediaConvert
|
|
2906
3105
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
2907
3106
|
# time_delta: 1,
|
2908
3107
|
# },
|
2909
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
3108
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC
|
2910
3109
|
# teletext_source_settings: {
|
2911
3110
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
2912
3111
|
# },
|
@@ -2930,7 +3129,7 @@ module Aws::MediaConvert
|
|
2930
3129
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
2931
3130
|
# },
|
2932
3131
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
2933
|
-
# file_input: "
|
3132
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA",
|
2934
3133
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
2935
3134
|
# filter_strength: 1,
|
2936
3135
|
# image_inserter: {
|
@@ -2997,7 +3196,7 @@ module Aws::MediaConvert
|
|
2997
3196
|
# framerate_denominator: 1,
|
2998
3197
|
# framerate_numerator: 1,
|
2999
3198
|
# },
|
3000
|
-
# input: "
|
3199
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
3001
3200
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
3002
3201
|
# offset: {
|
3003
3202
|
# image_x: 1,
|
@@ -3025,6 +3224,13 @@ module Aws::MediaConvert
|
|
3025
3224
|
# },
|
3026
3225
|
# output_groups: [
|
3027
3226
|
# {
|
3227
|
+
# automated_encoding_settings: {
|
3228
|
+
# abr_settings: {
|
3229
|
+
# max_abr_bitrate: 1,
|
3230
|
+
# max_renditions: 1,
|
3231
|
+
# min_abr_bitrate: 1,
|
3232
|
+
# },
|
3233
|
+
# },
|
3028
3234
|
# custom_name: "__string",
|
3029
3235
|
# name: "__string",
|
3030
3236
|
# output_group_settings: {
|
@@ -3114,6 +3320,7 @@ module Aws::MediaConvert
|
|
3114
3320
|
# fragment_length: 1,
|
3115
3321
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
3116
3322
|
# min_buffer_time: 1,
|
3323
|
+
# min_final_segment_length: 1.0,
|
3117
3324
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
3118
3325
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
3119
3326
|
# segment_length: 1,
|
@@ -3357,6 +3564,7 @@ module Aws::MediaConvert
|
|
3357
3564
|
# output_channels: [
|
3358
3565
|
# {
|
3359
3566
|
# input_channels: [1],
|
3567
|
+
# input_channels_fine_tune: [1.0],
|
3360
3568
|
# },
|
3361
3569
|
# ],
|
3362
3570
|
# },
|
@@ -3435,6 +3643,8 @@ module Aws::MediaConvert
|
|
3435
3643
|
# ],
|
3436
3644
|
# container_settings: {
|
3437
3645
|
# cmfc_settings: {
|
3646
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3647
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
3438
3648
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
3439
3649
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
3440
3650
|
# },
|
@@ -3444,6 +3654,7 @@ module Aws::MediaConvert
|
|
3444
3654
|
# },
|
3445
3655
|
# m2ts_settings: {
|
3446
3656
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
3657
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3447
3658
|
# audio_frames_per_pes: 1,
|
3448
3659
|
# audio_pids: [1],
|
3449
3660
|
# bitrate: 1,
|
@@ -3494,6 +3705,7 @@ module Aws::MediaConvert
|
|
3494
3705
|
# video_pid: 1,
|
3495
3706
|
# },
|
3496
3707
|
# m3u_8_settings: {
|
3708
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3497
3709
|
# audio_frames_per_pes: 1,
|
3498
3710
|
# audio_pids: [1],
|
3499
3711
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -3519,6 +3731,7 @@ module Aws::MediaConvert
|
|
3519
3731
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
3520
3732
|
# },
|
3521
3733
|
# mp_4_settings: {
|
3734
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3522
3735
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
3523
3736
|
# ctts_version: 1,
|
3524
3737
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -3526,6 +3739,8 @@ module Aws::MediaConvert
|
|
3526
3739
|
# mp_4_major_brand: "__string",
|
3527
3740
|
# },
|
3528
3741
|
# mpd_settings: {
|
3742
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
3743
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
3529
3744
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
3530
3745
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
3531
3746
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -3570,12 +3785,16 @@ module Aws::MediaConvert
|
|
3570
3785
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
3571
3786
|
# },
|
3572
3787
|
# avc_intra_settings: {
|
3573
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
3788
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
3789
|
+
# avc_intra_uhd_settings: {
|
3790
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
3791
|
+
# },
|
3574
3792
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3575
3793
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
3576
3794
|
# framerate_denominator: 1,
|
3577
3795
|
# framerate_numerator: 1,
|
3578
3796
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
3797
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
3579
3798
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3580
3799
|
# telecine: "NONE", # accepts NONE, HARD
|
3581
3800
|
# },
|
@@ -3587,7 +3806,7 @@ module Aws::MediaConvert
|
|
3587
3806
|
# quality: 1,
|
3588
3807
|
# },
|
3589
3808
|
# h264_settings: {
|
3590
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3809
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3591
3810
|
# bitrate: 1,
|
3592
3811
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
3593
3812
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -3621,6 +3840,7 @@ module Aws::MediaConvert
|
|
3621
3840
|
# },
|
3622
3841
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
3623
3842
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
3843
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
3624
3844
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
3625
3845
|
# slices: 1,
|
3626
3846
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3665,6 +3885,7 @@ module Aws::MediaConvert
|
|
3665
3885
|
# },
|
3666
3886
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
3667
3887
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
3888
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
3668
3889
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
3669
3890
|
# slices: 1,
|
3670
3891
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3701,6 +3922,7 @@ module Aws::MediaConvert
|
|
3701
3922
|
# par_numerator: 1,
|
3702
3923
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
3703
3924
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
3925
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
3704
3926
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
3705
3927
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3706
3928
|
# softness: 1,
|
@@ -3719,6 +3941,7 @@ module Aws::MediaConvert
|
|
3719
3941
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
3720
3942
|
# par_denominator: 1,
|
3721
3943
|
# par_numerator: 1,
|
3944
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
3722
3945
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3723
3946
|
# telecine: "NONE", # accepts NONE, HARD
|
3724
3947
|
# },
|
@@ -3728,6 +3951,7 @@ module Aws::MediaConvert
|
|
3728
3951
|
# framerate_denominator: 1,
|
3729
3952
|
# framerate_numerator: 1,
|
3730
3953
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
3954
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
3731
3955
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
3732
3956
|
# telecine: "NONE", # accepts NONE, HARD
|
3733
3957
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -3974,12 +4198,16 @@ module Aws::MediaConvert
|
|
3974
4198
|
#
|
3975
4199
|
# @!attribute [rw] tags
|
3976
4200
|
# Optional. The tags that you want to add to the resource. You can tag
|
3977
|
-
# resources with a key-value pair or with only a key.
|
4201
|
+
# resources with a key-value pair or with only a key. Use standard AWS
|
4202
|
+
# tags on your job for automatic integration with AWS services and for
|
4203
|
+
# custom integrations and workflows.
|
3978
4204
|
# @return [Hash<String,String>]
|
3979
4205
|
#
|
3980
4206
|
# @!attribute [rw] user_metadata
|
3981
4207
|
# Optional. User-defined metadata that you want to associate with an
|
3982
|
-
# MediaConvert job. You specify metadata in key/value pairs.
|
4208
|
+
# MediaConvert job. You specify metadata in key/value pairs. Use only
|
4209
|
+
# for existing integrations or workflows that rely on job metadata
|
4210
|
+
# tags. Otherwise, we recommend that you use standard AWS tags.
|
3983
4211
|
# @return [Hash<String,String>]
|
3984
4212
|
#
|
3985
4213
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateJobRequest AWS API Documentation
|
@@ -4067,7 +4295,7 @@ module Aws::MediaConvert
|
|
4067
4295
|
# "__string" => {
|
4068
4296
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
4069
4297
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
4070
|
-
# external_audio_file_input: "
|
4298
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
4071
4299
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
4072
4300
|
# offset: 1,
|
4073
4301
|
# pids: [1],
|
@@ -4077,6 +4305,7 @@ module Aws::MediaConvert
|
|
4077
4305
|
# output_channels: [
|
4078
4306
|
# {
|
4079
4307
|
# input_channels: [1],
|
4308
|
+
# input_channels_fine_tune: [1.0],
|
4080
4309
|
# },
|
4081
4310
|
# ],
|
4082
4311
|
# },
|
@@ -4115,7 +4344,7 @@ module Aws::MediaConvert
|
|
4115
4344
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
4116
4345
|
# time_delta: 1,
|
4117
4346
|
# },
|
4118
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
4347
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC
|
4119
4348
|
# teletext_source_settings: {
|
4120
4349
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
4121
4350
|
# },
|
@@ -4198,7 +4427,7 @@ module Aws::MediaConvert
|
|
4198
4427
|
# framerate_denominator: 1,
|
4199
4428
|
# framerate_numerator: 1,
|
4200
4429
|
# },
|
4201
|
-
# input: "
|
4430
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
4202
4431
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
4203
4432
|
# offset: {
|
4204
4433
|
# image_x: 1,
|
@@ -4226,6 +4455,13 @@ module Aws::MediaConvert
|
|
4226
4455
|
# },
|
4227
4456
|
# output_groups: [
|
4228
4457
|
# {
|
4458
|
+
# automated_encoding_settings: {
|
4459
|
+
# abr_settings: {
|
4460
|
+
# max_abr_bitrate: 1,
|
4461
|
+
# max_renditions: 1,
|
4462
|
+
# min_abr_bitrate: 1,
|
4463
|
+
# },
|
4464
|
+
# },
|
4229
4465
|
# custom_name: "__string",
|
4230
4466
|
# name: "__string",
|
4231
4467
|
# output_group_settings: {
|
@@ -4315,6 +4551,7 @@ module Aws::MediaConvert
|
|
4315
4551
|
# fragment_length: 1,
|
4316
4552
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
4317
4553
|
# min_buffer_time: 1,
|
4554
|
+
# min_final_segment_length: 1.0,
|
4318
4555
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
4319
4556
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
4320
4557
|
# segment_length: 1,
|
@@ -4558,6 +4795,7 @@ module Aws::MediaConvert
|
|
4558
4795
|
# output_channels: [
|
4559
4796
|
# {
|
4560
4797
|
# input_channels: [1],
|
4798
|
+
# input_channels_fine_tune: [1.0],
|
4561
4799
|
# },
|
4562
4800
|
# ],
|
4563
4801
|
# },
|
@@ -4636,6 +4874,8 @@ module Aws::MediaConvert
|
|
4636
4874
|
# ],
|
4637
4875
|
# container_settings: {
|
4638
4876
|
# cmfc_settings: {
|
4877
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4878
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
4639
4879
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
4640
4880
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
4641
4881
|
# },
|
@@ -4645,6 +4885,7 @@ module Aws::MediaConvert
|
|
4645
4885
|
# },
|
4646
4886
|
# m2ts_settings: {
|
4647
4887
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
4888
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4648
4889
|
# audio_frames_per_pes: 1,
|
4649
4890
|
# audio_pids: [1],
|
4650
4891
|
# bitrate: 1,
|
@@ -4695,6 +4936,7 @@ module Aws::MediaConvert
|
|
4695
4936
|
# video_pid: 1,
|
4696
4937
|
# },
|
4697
4938
|
# m3u_8_settings: {
|
4939
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4698
4940
|
# audio_frames_per_pes: 1,
|
4699
4941
|
# audio_pids: [1],
|
4700
4942
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -4720,6 +4962,7 @@ module Aws::MediaConvert
|
|
4720
4962
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
4721
4963
|
# },
|
4722
4964
|
# mp_4_settings: {
|
4965
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4723
4966
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
4724
4967
|
# ctts_version: 1,
|
4725
4968
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -4727,6 +4970,8 @@ module Aws::MediaConvert
|
|
4727
4970
|
# mp_4_major_brand: "__string",
|
4728
4971
|
# },
|
4729
4972
|
# mpd_settings: {
|
4973
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
4974
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
4730
4975
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
4731
4976
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
4732
4977
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -4771,12 +5016,16 @@ module Aws::MediaConvert
|
|
4771
5016
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
4772
5017
|
# },
|
4773
5018
|
# avc_intra_settings: {
|
4774
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
5019
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
5020
|
+
# avc_intra_uhd_settings: {
|
5021
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
5022
|
+
# },
|
4775
5023
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4776
5024
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
4777
5025
|
# framerate_denominator: 1,
|
4778
5026
|
# framerate_numerator: 1,
|
4779
5027
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
5028
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
4780
5029
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4781
5030
|
# telecine: "NONE", # accepts NONE, HARD
|
4782
5031
|
# },
|
@@ -4788,7 +5037,7 @@ module Aws::MediaConvert
|
|
4788
5037
|
# quality: 1,
|
4789
5038
|
# },
|
4790
5039
|
# h264_settings: {
|
4791
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5040
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4792
5041
|
# bitrate: 1,
|
4793
5042
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
4794
5043
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -4822,6 +5071,7 @@ module Aws::MediaConvert
|
|
4822
5071
|
# },
|
4823
5072
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
4824
5073
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
5074
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
4825
5075
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
4826
5076
|
# slices: 1,
|
4827
5077
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -4866,6 +5116,7 @@ module Aws::MediaConvert
|
|
4866
5116
|
# },
|
4867
5117
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
4868
5118
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
5119
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
4869
5120
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
4870
5121
|
# slices: 1,
|
4871
5122
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -4902,6 +5153,7 @@ module Aws::MediaConvert
|
|
4902
5153
|
# par_numerator: 1,
|
4903
5154
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
4904
5155
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
5156
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
4905
5157
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
4906
5158
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4907
5159
|
# softness: 1,
|
@@ -4920,6 +5172,7 @@ module Aws::MediaConvert
|
|
4920
5172
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
4921
5173
|
# par_denominator: 1,
|
4922
5174
|
# par_numerator: 1,
|
5175
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
4923
5176
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4924
5177
|
# telecine: "NONE", # accepts NONE, HARD
|
4925
5178
|
# },
|
@@ -4929,6 +5182,7 @@ module Aws::MediaConvert
|
|
4929
5182
|
# framerate_denominator: 1,
|
4930
5183
|
# framerate_numerator: 1,
|
4931
5184
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
5185
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
4932
5186
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
4933
5187
|
# telecine: "NONE", # accepts NONE, HARD
|
4934
5188
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -5317,6 +5571,7 @@ module Aws::MediaConvert
|
|
5317
5571
|
# output_channels: [
|
5318
5572
|
# {
|
5319
5573
|
# input_channels: [1],
|
5574
|
+
# input_channels_fine_tune: [1.0],
|
5320
5575
|
# },
|
5321
5576
|
# ],
|
5322
5577
|
# },
|
@@ -5394,6 +5649,8 @@ module Aws::MediaConvert
|
|
5394
5649
|
# ],
|
5395
5650
|
# container_settings: {
|
5396
5651
|
# cmfc_settings: {
|
5652
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5653
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
5397
5654
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
5398
5655
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
5399
5656
|
# },
|
@@ -5403,6 +5660,7 @@ module Aws::MediaConvert
|
|
5403
5660
|
# },
|
5404
5661
|
# m2ts_settings: {
|
5405
5662
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
5663
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5406
5664
|
# audio_frames_per_pes: 1,
|
5407
5665
|
# audio_pids: [1],
|
5408
5666
|
# bitrate: 1,
|
@@ -5453,6 +5711,7 @@ module Aws::MediaConvert
|
|
5453
5711
|
# video_pid: 1,
|
5454
5712
|
# },
|
5455
5713
|
# m3u_8_settings: {
|
5714
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5456
5715
|
# audio_frames_per_pes: 1,
|
5457
5716
|
# audio_pids: [1],
|
5458
5717
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -5478,6 +5737,7 @@ module Aws::MediaConvert
|
|
5478
5737
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
5479
5738
|
# },
|
5480
5739
|
# mp_4_settings: {
|
5740
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5481
5741
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
5482
5742
|
# ctts_version: 1,
|
5483
5743
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -5485,6 +5745,8 @@ module Aws::MediaConvert
|
|
5485
5745
|
# mp_4_major_brand: "__string",
|
5486
5746
|
# },
|
5487
5747
|
# mpd_settings: {
|
5748
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
5749
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
5488
5750
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
5489
5751
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
5490
5752
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -5516,12 +5778,16 @@ module Aws::MediaConvert
|
|
5516
5778
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
5517
5779
|
# },
|
5518
5780
|
# avc_intra_settings: {
|
5519
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
5781
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
5782
|
+
# avc_intra_uhd_settings: {
|
5783
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
5784
|
+
# },
|
5520
5785
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5521
5786
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
5522
5787
|
# framerate_denominator: 1,
|
5523
5788
|
# framerate_numerator: 1,
|
5524
5789
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
5790
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
5525
5791
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5526
5792
|
# telecine: "NONE", # accepts NONE, HARD
|
5527
5793
|
# },
|
@@ -5533,7 +5799,7 @@ module Aws::MediaConvert
|
|
5533
5799
|
# quality: 1,
|
5534
5800
|
# },
|
5535
5801
|
# h264_settings: {
|
5536
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5802
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5537
5803
|
# bitrate: 1,
|
5538
5804
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
5539
5805
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -5567,6 +5833,7 @@ module Aws::MediaConvert
|
|
5567
5833
|
# },
|
5568
5834
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
5569
5835
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
5836
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
5570
5837
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
5571
5838
|
# slices: 1,
|
5572
5839
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5611,6 +5878,7 @@ module Aws::MediaConvert
|
|
5611
5878
|
# },
|
5612
5879
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
5613
5880
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
5881
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
5614
5882
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
5615
5883
|
# slices: 1,
|
5616
5884
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5647,6 +5915,7 @@ module Aws::MediaConvert
|
|
5647
5915
|
# par_numerator: 1,
|
5648
5916
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
5649
5917
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
5918
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
5650
5919
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
5651
5920
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5652
5921
|
# softness: 1,
|
@@ -5665,6 +5934,7 @@ module Aws::MediaConvert
|
|
5665
5934
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
5666
5935
|
# par_denominator: 1,
|
5667
5936
|
# par_numerator: 1,
|
5937
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
5668
5938
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5669
5939
|
# telecine: "NONE", # accepts NONE, HARD
|
5670
5940
|
# },
|
@@ -5674,6 +5944,7 @@ module Aws::MediaConvert
|
|
5674
5944
|
# framerate_denominator: 1,
|
5675
5945
|
# framerate_numerator: 1,
|
5676
5946
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
5947
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
5677
5948
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
5678
5949
|
# telecine: "NONE", # accepts NONE, HARD
|
5679
5950
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -6072,6 +6343,7 @@ module Aws::MediaConvert
|
|
6072
6343
|
# fragment_length: 1,
|
6073
6344
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
6074
6345
|
# min_buffer_time: 1,
|
6346
|
+
# min_final_segment_length: 1.0,
|
6075
6347
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
6076
6348
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
6077
6349
|
# segment_length: 1,
|
@@ -6127,6 +6399,22 @@ module Aws::MediaConvert
|
|
6127
6399
|
# smooth playout.
|
6128
6400
|
# @return [Integer]
|
6129
6401
|
#
|
6402
|
+
# @!attribute [rw] min_final_segment_length
|
6403
|
+
# Keep this setting at the default value of 0, unless you are
|
6404
|
+
# troubleshooting a problem with how devices play back the end of your
|
6405
|
+
# video asset. If you know that player devices are hanging on the
|
6406
|
+
# final segment of your video because the length of your final segment
|
6407
|
+
# is too short, use this setting to specify a minimum final segment
|
6408
|
+
# length, in seconds. Choose a value that is greater than or equal to
|
6409
|
+
# 1 and less than your segment length. When you specify a value for
|
6410
|
+
# this setting, the encoder will combine any final segment that is
|
6411
|
+
# shorter than the length that you specify with the previous segment.
|
6412
|
+
# For example, your segment length is 3 seconds and your final segment
|
6413
|
+
# is .5 seconds without a minimum final segment length; when you set
|
6414
|
+
# the minimum final segment length to 1, your final segment is 3.5
|
6415
|
+
# seconds.
|
6416
|
+
# @return [Float]
|
6417
|
+
#
|
6130
6418
|
# @!attribute [rw] mpd_profile
|
6131
6419
|
# Specify whether your DASH profile is on-demand or main. When you
|
6132
6420
|
# choose Main profile (MAIN\_PROFILE), the service signals
|
@@ -6175,6 +6463,7 @@ module Aws::MediaConvert
|
|
6175
6463
|
:fragment_length,
|
6176
6464
|
:hbbtv_compliance,
|
6177
6465
|
:min_buffer_time,
|
6466
|
+
:min_final_segment_length,
|
6178
6467
|
:mpd_profile,
|
6179
6468
|
:segment_control,
|
6180
6469
|
:segment_length,
|
@@ -7788,7 +8077,7 @@ module Aws::MediaConvert
|
|
7788
8077
|
# data as a hash:
|
7789
8078
|
#
|
7790
8079
|
# {
|
7791
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
8080
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
7792
8081
|
# bitrate: 1,
|
7793
8082
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
7794
8083
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -7822,6 +8111,7 @@ module Aws::MediaConvert
|
|
7822
8111
|
# },
|
7823
8112
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
7824
8113
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
8114
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
7825
8115
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
7826
8116
|
# slices: 1,
|
7827
8117
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -7834,12 +8124,18 @@ module Aws::MediaConvert
|
|
7834
8124
|
# }
|
7835
8125
|
#
|
7836
8126
|
# @!attribute [rw] adaptive_quantization
|
7837
|
-
#
|
7838
|
-
#
|
7839
|
-
#
|
7840
|
-
#
|
7841
|
-
# (
|
7842
|
-
#
|
8127
|
+
# Keep the default value, Auto (AUTO), for this setting to have
|
8128
|
+
# MediaConvert automatically apply the best types of quantization for
|
8129
|
+
# your video content. When you want to apply your quantization
|
8130
|
+
# settings manually, you must set H264AdaptiveQuantization to a value
|
8131
|
+
# other than Auto (AUTO). Use this setting to specify the strength of
|
8132
|
+
# any adaptive quantization filters that you enable. If you don't
|
8133
|
+
# want MediaConvert to do any adaptive quantization in this transcode,
|
8134
|
+
# set Adaptive quantization (H264AdaptiveQuantization) to Off (OFF).
|
8135
|
+
# Related settings: The value that you choose here applies to the
|
8136
|
+
# following settings: H264FlickerAdaptiveQuantization,
|
8137
|
+
# H264SpatialAdaptiveQuantization, and
|
8138
|
+
# H264TemporalAdaptiveQuantization.
|
7843
8139
|
# @return [String]
|
7844
8140
|
#
|
7845
8141
|
# @!attribute [rw] bitrate
|
@@ -7881,14 +8177,21 @@ module Aws::MediaConvert
|
|
7881
8177
|
# @return [String]
|
7882
8178
|
#
|
7883
8179
|
# @!attribute [rw] flicker_adaptive_quantization
|
7884
|
-
#
|
7885
|
-
#
|
7886
|
-
#
|
7887
|
-
#
|
7888
|
-
#
|
7889
|
-
#
|
7890
|
-
#
|
7891
|
-
#
|
8180
|
+
# Only use this setting when you change the default value, AUTO, for
|
8181
|
+
# the setting H264AdaptiveQuantization. When you keep all defaults,
|
8182
|
+
# excluding H264AdaptiveQuantization and all other adaptive
|
8183
|
+
# quantization from your JSON job specification, MediaConvert
|
8184
|
+
# automatically applies the best types of quantization for your video
|
8185
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8186
|
+
# AUTO, the default value for H264FlickerAdaptiveQuantization is
|
8187
|
+
# Disabled (DISABLED). Change this value to Enabled (ENABLED) to
|
8188
|
+
# reduce I-frame pop. I-frame pop appears as a visual flicker that can
|
8189
|
+
# arise when the encoder saves bits by copying some macroblocks many
|
8190
|
+
# times from frame to frame, and then refreshes them at the I-frame.
|
8191
|
+
# When you enable this setting, the encoder updates these macroblocks
|
8192
|
+
# slightly more often to smooth out the flicker. To manually enable or
|
8193
|
+
# disable H264FlickerAdaptiveQuantization, you must set Adaptive
|
8194
|
+
# quantization (H264AdaptiveQuantization) to a value other than AUTO.
|
7892
8195
|
# @return [String]
|
7893
8196
|
#
|
7894
8197
|
# @!attribute [rw] framerate_control
|
@@ -8069,6 +8372,24 @@ module Aws::MediaConvert
|
|
8069
8372
|
# Places a PPS header on each encoded picture, even if repeated.
|
8070
8373
|
# @return [String]
|
8071
8374
|
#
|
8375
|
+
# @!attribute [rw] scan_type_conversion_mode
|
8376
|
+
# Use this setting for interlaced outputs, when your output frame rate
|
8377
|
+
# is half of your input frame rate. In this situation, choose
|
8378
|
+
# Optimized interlacing (INTERLACED\_OPTIMIZE) to create a better
|
8379
|
+
# quality interlaced output. In this case, each progressive frame from
|
8380
|
+
# the input corresponds to an interlaced field in the output. Keep the
|
8381
|
+
# default value, Basic interlacing (INTERLACED), for all other output
|
8382
|
+
# frame rates. With basic interlacing, MediaConvert performs any frame
|
8383
|
+
# rate conversion first and then interlaces the frames. When you
|
8384
|
+
# choose Optimized interlacing and you set your output frame rate to a
|
8385
|
+
# value that isn't suitable for optimized interlacing, MediaConvert
|
8386
|
+
# automatically falls back to basic interlacing. Required settings: To
|
8387
|
+
# use optimized interlacing, you must set Telecine (telecine) to None
|
8388
|
+
# (NONE) or Soft (SOFT). You can't use optimized interlacing for hard
|
8389
|
+
# telecine outputs. You must also set Interlace mode (interlaceMode)
|
8390
|
+
# to a value other than Progressive (PROGRESSIVE).
|
8391
|
+
# @return [String]
|
8392
|
+
#
|
8072
8393
|
# @!attribute [rw] scene_change_detect
|
8073
8394
|
# Enable this setting to insert I-frames at scene changes that the
|
8074
8395
|
# service automatically detects. This improves video quality and is
|
@@ -8112,7 +8433,14 @@ module Aws::MediaConvert
|
|
8112
8433
|
# @return [Integer]
|
8113
8434
|
#
|
8114
8435
|
# @!attribute [rw] spatial_adaptive_quantization
|
8115
|
-
#
|
8436
|
+
# Only use this setting when you change the default value, Auto
|
8437
|
+
# (AUTO), for the setting H264AdaptiveQuantization. When you keep all
|
8438
|
+
# defaults, excluding H264AdaptiveQuantization and all other adaptive
|
8439
|
+
# quantization from your JSON job specification, MediaConvert
|
8440
|
+
# automatically applies the best types of quantization for your video
|
8441
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8442
|
+
# AUTO, the default value for H264SpatialAdaptiveQuantization is
|
8443
|
+
# Enabled (ENABLED). Keep this default value to adjust quantization
|
8116
8444
|
# within each frame based on spatial variation of content complexity.
|
8117
8445
|
# When you enable this feature, the encoder uses fewer bits on areas
|
8118
8446
|
# that can sustain more distortion with no noticeable visual
|
@@ -8123,12 +8451,15 @@ module Aws::MediaConvert
|
|
8123
8451
|
# quality. Note, though, that this feature doesn't take into account
|
8124
8452
|
# where the viewer's attention is likely to be. If viewers are likely
|
8125
8453
|
# to be focusing their attention on a part of the screen with a lot of
|
8126
|
-
# complex texture, you might choose to
|
8454
|
+
# complex texture, you might choose to set
|
8455
|
+
# H264SpatialAdaptiveQuantization to Disabled (DISABLED). Related
|
8127
8456
|
# setting: When you enable spatial adaptive quantization, set the
|
8128
|
-
# value for Adaptive quantization (
|
8129
|
-
# your content. For homogeneous content, such as cartoons and video
|
8457
|
+
# value for Adaptive quantization (H264AdaptiveQuantization) depending
|
8458
|
+
# on your content. For homogeneous content, such as cartoons and video
|
8130
8459
|
# games, set it to Low. For content with a wider variety of textures,
|
8131
|
-
# set it to High or Higher.
|
8460
|
+
# set it to High or Higher. To manually enable or disable
|
8461
|
+
# H264SpatialAdaptiveQuantization, you must set Adaptive quantization
|
8462
|
+
# (H264AdaptiveQuantization) to a value other than AUTO.
|
8132
8463
|
# @return [String]
|
8133
8464
|
#
|
8134
8465
|
# @!attribute [rw] syntax
|
@@ -8148,7 +8479,14 @@ module Aws::MediaConvert
|
|
8148
8479
|
# @return [String]
|
8149
8480
|
#
|
8150
8481
|
# @!attribute [rw] temporal_adaptive_quantization
|
8151
|
-
#
|
8482
|
+
# Only use this setting when you change the default value, AUTO, for
|
8483
|
+
# the setting H264AdaptiveQuantization. When you keep all defaults,
|
8484
|
+
# excluding H264AdaptiveQuantization and all other adaptive
|
8485
|
+
# quantization from your JSON job specification, MediaConvert
|
8486
|
+
# automatically applies the best types of quantization for your video
|
8487
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8488
|
+
# AUTO, the default value for H264TemporalAdaptiveQuantization is
|
8489
|
+
# Enabled (ENABLED). Keep this default value to adjust quantization
|
8152
8490
|
# within each frame based on temporal variation of content complexity.
|
8153
8491
|
# When you enable this feature, the encoder uses fewer bits on areas
|
8154
8492
|
# of the frame that aren't moving and uses more bits on complex
|
@@ -8159,10 +8497,13 @@ module Aws::MediaConvert
|
|
8159
8497
|
# doesn't take into account where the viewer's attention is likely
|
8160
8498
|
# to be. If viewers are likely to be focusing their attention on a
|
8161
8499
|
# part of the screen that doesn't have moving objects with sharp
|
8162
|
-
# edges, such as sports athletes' faces, you might choose to
|
8163
|
-
#
|
8164
|
-
#
|
8165
|
-
# Adaptive quantization
|
8500
|
+
# edges, such as sports athletes' faces, you might choose to set
|
8501
|
+
# H264TemporalAdaptiveQuantization to Disabled (DISABLED). Related
|
8502
|
+
# setting: When you enable temporal quantization, adjust the strength
|
8503
|
+
# of the filter with the setting Adaptive quantization
|
8504
|
+
# (adaptiveQuantization). To manually enable or disable
|
8505
|
+
# H264TemporalAdaptiveQuantization, you must set Adaptive quantization
|
8506
|
+
# (H264AdaptiveQuantization) to a value other than AUTO.
|
8166
8507
|
# @return [String]
|
8167
8508
|
#
|
8168
8509
|
# @!attribute [rw] unregistered_sei_timecode
|
@@ -8203,6 +8544,7 @@ module Aws::MediaConvert
|
|
8203
8544
|
:qvbr_settings,
|
8204
8545
|
:rate_control_mode,
|
8205
8546
|
:repeat_pps,
|
8547
|
+
:scan_type_conversion_mode,
|
8206
8548
|
:scene_change_detect,
|
8207
8549
|
:slices,
|
8208
8550
|
:slow_pal,
|
@@ -8312,6 +8654,7 @@ module Aws::MediaConvert
|
|
8312
8654
|
# },
|
8313
8655
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
8314
8656
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
8657
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
8315
8658
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
8316
8659
|
# slices: 1,
|
8317
8660
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -8555,6 +8898,24 @@ module Aws::MediaConvert
|
|
8555
8898
|
# dynamically selects best strength based on content
|
8556
8899
|
# @return [String]
|
8557
8900
|
#
|
8901
|
+
# @!attribute [rw] scan_type_conversion_mode
|
8902
|
+
# Use this setting for interlaced outputs, when your output frame rate
|
8903
|
+
# is half of your input frame rate. In this situation, choose
|
8904
|
+
# Optimized interlacing (INTERLACED\_OPTIMIZE) to create a better
|
8905
|
+
# quality interlaced output. In this case, each progressive frame from
|
8906
|
+
# the input corresponds to an interlaced field in the output. Keep the
|
8907
|
+
# default value, Basic interlacing (INTERLACED), for all other output
|
8908
|
+
# frame rates. With basic interlacing, MediaConvert performs any frame
|
8909
|
+
# rate conversion first and then interlaces the frames. When you
|
8910
|
+
# choose Optimized interlacing and you set your output frame rate to a
|
8911
|
+
# value that isn't suitable for optimized interlacing, MediaConvert
|
8912
|
+
# automatically falls back to basic interlacing. Required settings: To
|
8913
|
+
# use optimized interlacing, you must set Telecine (telecine) to None
|
8914
|
+
# (NONE) or Soft (SOFT). You can't use optimized interlacing for hard
|
8915
|
+
# telecine outputs. You must also set Interlace mode (interlaceMode)
|
8916
|
+
# to a value other than Progressive (PROGRESSIVE).
|
8917
|
+
# @return [String]
|
8918
|
+
#
|
8558
8919
|
# @!attribute [rw] scene_change_detect
|
8559
8920
|
# Enable this setting to insert I-frames at scene changes that the
|
8560
8921
|
# service automatically detects. This improves video quality and is
|
@@ -8700,6 +9061,7 @@ module Aws::MediaConvert
|
|
8700
9061
|
:qvbr_settings,
|
8701
9062
|
:rate_control_mode,
|
8702
9063
|
:sample_adaptive_offset_filter_mode,
|
9064
|
+
:scan_type_conversion_mode,
|
8703
9065
|
:scene_change_detect,
|
8704
9066
|
:slices,
|
8705
9067
|
:slow_pal,
|
@@ -9120,8 +9482,10 @@ module Aws::MediaConvert
|
|
9120
9482
|
# @return [String]
|
9121
9483
|
#
|
9122
9484
|
# @!attribute [rw] client_cache
|
9123
|
-
#
|
9124
|
-
#
|
9485
|
+
# Disable this setting only when your workflow requires the
|
9486
|
+
# #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled
|
9487
|
+
# (ENABLED) and control caching in your video distribution set up. For
|
9488
|
+
# example, use the Cache-Control http header.
|
9125
9489
|
# @return [String]
|
9126
9490
|
#
|
9127
9491
|
# @!attribute [rw] codec_specification
|
@@ -9316,8 +9680,14 @@ module Aws::MediaConvert
|
|
9316
9680
|
# @return [String]
|
9317
9681
|
#
|
9318
9682
|
# @!attribute [rw] i_frame_only_manifest
|
9319
|
-
#
|
9320
|
-
#
|
9683
|
+
# Choose Include (INCLUDE) to have MediaConvert generate a child
|
9684
|
+
# manifest that lists only the I-frames for this rendition, in
|
9685
|
+
# addition to your regular manifest for this rendition. You might use
|
9686
|
+
# this manifest as part of a workflow that creates preview functions
|
9687
|
+
# for your video. MediaConvert adds both the I-frame only child
|
9688
|
+
# manifest and the regular child manifest to the parent manifest. When
|
9689
|
+
# you don't need the I-frame only child manifest, keep the default
|
9690
|
+
# value Exclude (EXCLUDE).
|
9321
9691
|
# @return [String]
|
9322
9692
|
#
|
9323
9693
|
# @!attribute [rw] segment_modifier
|
@@ -9494,7 +9864,7 @@ module Aws::MediaConvert
|
|
9494
9864
|
# "__string" => {
|
9495
9865
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9496
9866
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9497
|
-
# external_audio_file_input: "
|
9867
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9498
9868
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
9499
9869
|
# offset: 1,
|
9500
9870
|
# pids: [1],
|
@@ -9504,6 +9874,7 @@ module Aws::MediaConvert
|
|
9504
9874
|
# output_channels: [
|
9505
9875
|
# {
|
9506
9876
|
# input_channels: [1],
|
9877
|
+
# input_channels_fine_tune: [1.0],
|
9507
9878
|
# },
|
9508
9879
|
# ],
|
9509
9880
|
# },
|
@@ -9542,7 +9913,7 @@ module Aws::MediaConvert
|
|
9542
9913
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
9543
9914
|
# time_delta: 1,
|
9544
9915
|
# },
|
9545
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
9916
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC
|
9546
9917
|
# teletext_source_settings: {
|
9547
9918
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
9548
9919
|
# },
|
@@ -9566,7 +9937,7 @@ module Aws::MediaConvert
|
|
9566
9937
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
9567
9938
|
# },
|
9568
9939
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
9569
|
-
# file_input: "
|
9940
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA",
|
9570
9941
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
9571
9942
|
# filter_strength: 1,
|
9572
9943
|
# image_inserter: {
|
@@ -9934,7 +10305,7 @@ module Aws::MediaConvert
|
|
9934
10305
|
# "__string" => {
|
9935
10306
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9936
10307
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9937
|
-
# external_audio_file_input: "
|
10308
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9938
10309
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
9939
10310
|
# offset: 1,
|
9940
10311
|
# pids: [1],
|
@@ -9944,6 +10315,7 @@ module Aws::MediaConvert
|
|
9944
10315
|
# output_channels: [
|
9945
10316
|
# {
|
9946
10317
|
# input_channels: [1],
|
10318
|
+
# input_channels_fine_tune: [1.0],
|
9947
10319
|
# },
|
9948
10320
|
# ],
|
9949
10321
|
# },
|
@@ -9982,7 +10354,7 @@ module Aws::MediaConvert
|
|
9982
10354
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
9983
10355
|
# time_delta: 1,
|
9984
10356
|
# },
|
9985
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
10357
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC
|
9986
10358
|
# teletext_source_settings: {
|
9987
10359
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
9988
10360
|
# },
|
@@ -10572,7 +10944,7 @@ module Aws::MediaConvert
|
|
10572
10944
|
# "__string" => {
|
10573
10945
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
10574
10946
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
10575
|
-
# external_audio_file_input: "
|
10947
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
10576
10948
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
10577
10949
|
# offset: 1,
|
10578
10950
|
# pids: [1],
|
@@ -10582,6 +10954,7 @@ module Aws::MediaConvert
|
|
10582
10954
|
# output_channels: [
|
10583
10955
|
# {
|
10584
10956
|
# input_channels: [1],
|
10957
|
+
# input_channels_fine_tune: [1.0],
|
10585
10958
|
# },
|
10586
10959
|
# ],
|
10587
10960
|
# },
|
@@ -10620,7 +10993,7 @@ module Aws::MediaConvert
|
|
10620
10993
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
10621
10994
|
# time_delta: 1,
|
10622
10995
|
# },
|
10623
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
10996
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC
|
10624
10997
|
# teletext_source_settings: {
|
10625
10998
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
10626
10999
|
# },
|
@@ -10644,7 +11017,7 @@ module Aws::MediaConvert
|
|
10644
11017
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
10645
11018
|
# },
|
10646
11019
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
10647
|
-
# file_input: "
|
11020
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaA",
|
10648
11021
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
10649
11022
|
# filter_strength: 1,
|
10650
11023
|
# image_inserter: {
|
@@ -10711,7 +11084,7 @@ module Aws::MediaConvert
|
|
10711
11084
|
# framerate_denominator: 1,
|
10712
11085
|
# framerate_numerator: 1,
|
10713
11086
|
# },
|
10714
|
-
# input: "
|
11087
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
10715
11088
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
10716
11089
|
# offset: {
|
10717
11090
|
# image_x: 1,
|
@@ -10739,6 +11112,13 @@ module Aws::MediaConvert
|
|
10739
11112
|
# },
|
10740
11113
|
# output_groups: [
|
10741
11114
|
# {
|
11115
|
+
# automated_encoding_settings: {
|
11116
|
+
# abr_settings: {
|
11117
|
+
# max_abr_bitrate: 1,
|
11118
|
+
# max_renditions: 1,
|
11119
|
+
# min_abr_bitrate: 1,
|
11120
|
+
# },
|
11121
|
+
# },
|
10742
11122
|
# custom_name: "__string",
|
10743
11123
|
# name: "__string",
|
10744
11124
|
# output_group_settings: {
|
@@ -10828,6 +11208,7 @@ module Aws::MediaConvert
|
|
10828
11208
|
# fragment_length: 1,
|
10829
11209
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
10830
11210
|
# min_buffer_time: 1,
|
11211
|
+
# min_final_segment_length: 1.0,
|
10831
11212
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
10832
11213
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
10833
11214
|
# segment_length: 1,
|
@@ -11071,6 +11452,7 @@ module Aws::MediaConvert
|
|
11071
11452
|
# output_channels: [
|
11072
11453
|
# {
|
11073
11454
|
# input_channels: [1],
|
11455
|
+
# input_channels_fine_tune: [1.0],
|
11074
11456
|
# },
|
11075
11457
|
# ],
|
11076
11458
|
# },
|
@@ -11149,6 +11531,8 @@ module Aws::MediaConvert
|
|
11149
11531
|
# ],
|
11150
11532
|
# container_settings: {
|
11151
11533
|
# cmfc_settings: {
|
11534
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11535
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11152
11536
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
11153
11537
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
11154
11538
|
# },
|
@@ -11158,6 +11542,7 @@ module Aws::MediaConvert
|
|
11158
11542
|
# },
|
11159
11543
|
# m2ts_settings: {
|
11160
11544
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
11545
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11161
11546
|
# audio_frames_per_pes: 1,
|
11162
11547
|
# audio_pids: [1],
|
11163
11548
|
# bitrate: 1,
|
@@ -11208,6 +11593,7 @@ module Aws::MediaConvert
|
|
11208
11593
|
# video_pid: 1,
|
11209
11594
|
# },
|
11210
11595
|
# m3u_8_settings: {
|
11596
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11211
11597
|
# audio_frames_per_pes: 1,
|
11212
11598
|
# audio_pids: [1],
|
11213
11599
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -11233,6 +11619,7 @@ module Aws::MediaConvert
|
|
11233
11619
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
11234
11620
|
# },
|
11235
11621
|
# mp_4_settings: {
|
11622
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11236
11623
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11237
11624
|
# ctts_version: 1,
|
11238
11625
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -11240,6 +11627,8 @@ module Aws::MediaConvert
|
|
11240
11627
|
# mp_4_major_brand: "__string",
|
11241
11628
|
# },
|
11242
11629
|
# mpd_settings: {
|
11630
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11631
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
11243
11632
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
11244
11633
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
11245
11634
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -11284,12 +11673,16 @@ module Aws::MediaConvert
|
|
11284
11673
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
11285
11674
|
# },
|
11286
11675
|
# avc_intra_settings: {
|
11287
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
11676
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
11677
|
+
# avc_intra_uhd_settings: {
|
11678
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
11679
|
+
# },
|
11288
11680
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11289
11681
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
11290
11682
|
# framerate_denominator: 1,
|
11291
11683
|
# framerate_numerator: 1,
|
11292
11684
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
11685
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
11293
11686
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11294
11687
|
# telecine: "NONE", # accepts NONE, HARD
|
11295
11688
|
# },
|
@@ -11301,7 +11694,7 @@ module Aws::MediaConvert
|
|
11301
11694
|
# quality: 1,
|
11302
11695
|
# },
|
11303
11696
|
# h264_settings: {
|
11304
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
11697
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
11305
11698
|
# bitrate: 1,
|
11306
11699
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
11307
11700
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -11335,6 +11728,7 @@ module Aws::MediaConvert
|
|
11335
11728
|
# },
|
11336
11729
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
11337
11730
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
11731
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
11338
11732
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
11339
11733
|
# slices: 1,
|
11340
11734
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -11379,6 +11773,7 @@ module Aws::MediaConvert
|
|
11379
11773
|
# },
|
11380
11774
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
11381
11775
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
11776
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
11382
11777
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
11383
11778
|
# slices: 1,
|
11384
11779
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -11415,6 +11810,7 @@ module Aws::MediaConvert
|
|
11415
11810
|
# par_numerator: 1,
|
11416
11811
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
11417
11812
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
11813
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
11418
11814
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
11419
11815
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11420
11816
|
# softness: 1,
|
@@ -11433,6 +11829,7 @@ module Aws::MediaConvert
|
|
11433
11829
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
11434
11830
|
# par_denominator: 1,
|
11435
11831
|
# par_numerator: 1,
|
11832
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
11436
11833
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11437
11834
|
# telecine: "NONE", # accepts NONE, HARD
|
11438
11835
|
# },
|
@@ -11442,6 +11839,7 @@ module Aws::MediaConvert
|
|
11442
11839
|
# framerate_denominator: 1,
|
11443
11840
|
# framerate_numerator: 1,
|
11444
11841
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
11842
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
11445
11843
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
11446
11844
|
# telecine: "NONE", # accepts NONE, HARD
|
11447
11845
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -11811,7 +12209,7 @@ module Aws::MediaConvert
|
|
11811
12209
|
# "__string" => {
|
11812
12210
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
11813
12211
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
11814
|
-
# external_audio_file_input: "
|
12212
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
11815
12213
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
11816
12214
|
# offset: 1,
|
11817
12215
|
# pids: [1],
|
@@ -11821,6 +12219,7 @@ module Aws::MediaConvert
|
|
11821
12219
|
# output_channels: [
|
11822
12220
|
# {
|
11823
12221
|
# input_channels: [1],
|
12222
|
+
# input_channels_fine_tune: [1.0],
|
11824
12223
|
# },
|
11825
12224
|
# ],
|
11826
12225
|
# },
|
@@ -11859,7 +12258,7 @@ module Aws::MediaConvert
|
|
11859
12258
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
11860
12259
|
# time_delta: 1,
|
11861
12260
|
# },
|
11862
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
12261
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC
|
11863
12262
|
# teletext_source_settings: {
|
11864
12263
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
11865
12264
|
# },
|
@@ -11942,7 +12341,7 @@ module Aws::MediaConvert
|
|
11942
12341
|
# framerate_denominator: 1,
|
11943
12342
|
# framerate_numerator: 1,
|
11944
12343
|
# },
|
11945
|
-
# input: "
|
12344
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
11946
12345
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
11947
12346
|
# offset: {
|
11948
12347
|
# image_x: 1,
|
@@ -11970,6 +12369,13 @@ module Aws::MediaConvert
|
|
11970
12369
|
# },
|
11971
12370
|
# output_groups: [
|
11972
12371
|
# {
|
12372
|
+
# automated_encoding_settings: {
|
12373
|
+
# abr_settings: {
|
12374
|
+
# max_abr_bitrate: 1,
|
12375
|
+
# max_renditions: 1,
|
12376
|
+
# min_abr_bitrate: 1,
|
12377
|
+
# },
|
12378
|
+
# },
|
11973
12379
|
# custom_name: "__string",
|
11974
12380
|
# name: "__string",
|
11975
12381
|
# output_group_settings: {
|
@@ -12059,6 +12465,7 @@ module Aws::MediaConvert
|
|
12059
12465
|
# fragment_length: 1,
|
12060
12466
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
12061
12467
|
# min_buffer_time: 1,
|
12468
|
+
# min_final_segment_length: 1.0,
|
12062
12469
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
12063
12470
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
12064
12471
|
# segment_length: 1,
|
@@ -12302,6 +12709,7 @@ module Aws::MediaConvert
|
|
12302
12709
|
# output_channels: [
|
12303
12710
|
# {
|
12304
12711
|
# input_channels: [1],
|
12712
|
+
# input_channels_fine_tune: [1.0],
|
12305
12713
|
# },
|
12306
12714
|
# ],
|
12307
12715
|
# },
|
@@ -12380,6 +12788,8 @@ module Aws::MediaConvert
|
|
12380
12788
|
# ],
|
12381
12789
|
# container_settings: {
|
12382
12790
|
# cmfc_settings: {
|
12791
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
12792
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
12383
12793
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
12384
12794
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
12385
12795
|
# },
|
@@ -12389,6 +12799,7 @@ module Aws::MediaConvert
|
|
12389
12799
|
# },
|
12390
12800
|
# m2ts_settings: {
|
12391
12801
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
12802
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
12392
12803
|
# audio_frames_per_pes: 1,
|
12393
12804
|
# audio_pids: [1],
|
12394
12805
|
# bitrate: 1,
|
@@ -12439,6 +12850,7 @@ module Aws::MediaConvert
|
|
12439
12850
|
# video_pid: 1,
|
12440
12851
|
# },
|
12441
12852
|
# m3u_8_settings: {
|
12853
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
12442
12854
|
# audio_frames_per_pes: 1,
|
12443
12855
|
# audio_pids: [1],
|
12444
12856
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -12464,6 +12876,7 @@ module Aws::MediaConvert
|
|
12464
12876
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
12465
12877
|
# },
|
12466
12878
|
# mp_4_settings: {
|
12879
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
12467
12880
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
12468
12881
|
# ctts_version: 1,
|
12469
12882
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -12471,6 +12884,8 @@ module Aws::MediaConvert
|
|
12471
12884
|
# mp_4_major_brand: "__string",
|
12472
12885
|
# },
|
12473
12886
|
# mpd_settings: {
|
12887
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
12888
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
12474
12889
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
12475
12890
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
12476
12891
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -12515,12 +12930,16 @@ module Aws::MediaConvert
|
|
12515
12930
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
12516
12931
|
# },
|
12517
12932
|
# avc_intra_settings: {
|
12518
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
12933
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
12934
|
+
# avc_intra_uhd_settings: {
|
12935
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
12936
|
+
# },
|
12519
12937
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12520
12938
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
12521
12939
|
# framerate_denominator: 1,
|
12522
12940
|
# framerate_numerator: 1,
|
12523
12941
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
12942
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
12524
12943
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12525
12944
|
# telecine: "NONE", # accepts NONE, HARD
|
12526
12945
|
# },
|
@@ -12532,7 +12951,7 @@ module Aws::MediaConvert
|
|
12532
12951
|
# quality: 1,
|
12533
12952
|
# },
|
12534
12953
|
# h264_settings: {
|
12535
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12954
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12536
12955
|
# bitrate: 1,
|
12537
12956
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
12538
12957
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -12566,6 +12985,7 @@ module Aws::MediaConvert
|
|
12566
12985
|
# },
|
12567
12986
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
12568
12987
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
12988
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
12569
12989
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
12570
12990
|
# slices: 1,
|
12571
12991
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12610,6 +13030,7 @@ module Aws::MediaConvert
|
|
12610
13030
|
# },
|
12611
13031
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
12612
13032
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
13033
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
12613
13034
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
12614
13035
|
# slices: 1,
|
12615
13036
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12646,6 +13067,7 @@ module Aws::MediaConvert
|
|
12646
13067
|
# par_numerator: 1,
|
12647
13068
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
12648
13069
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
13070
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
12649
13071
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
12650
13072
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12651
13073
|
# softness: 1,
|
@@ -12664,6 +13086,7 @@ module Aws::MediaConvert
|
|
12664
13086
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
12665
13087
|
# par_denominator: 1,
|
12666
13088
|
# par_numerator: 1,
|
13089
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
12667
13090
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12668
13091
|
# telecine: "NONE", # accepts NONE, HARD
|
12669
13092
|
# },
|
@@ -12673,6 +13096,7 @@ module Aws::MediaConvert
|
|
12673
13096
|
# framerate_denominator: 1,
|
12674
13097
|
# framerate_numerator: 1,
|
12675
13098
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
13099
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
12676
13100
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
12677
13101
|
# telecine: "NONE", # accepts NONE, HARD
|
12678
13102
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -13303,6 +13727,7 @@ module Aws::MediaConvert
|
|
13303
13727
|
#
|
13304
13728
|
# {
|
13305
13729
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
13730
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
13306
13731
|
# audio_frames_per_pes: 1,
|
13307
13732
|
# audio_pids: [1],
|
13308
13733
|
# bitrate: 1,
|
@@ -13358,6 +13783,25 @@ module Aws::MediaConvert
|
|
13358
13783
|
# audio.
|
13359
13784
|
# @return [String]
|
13360
13785
|
#
|
13786
|
+
# @!attribute [rw] audio_duration
|
13787
|
+
# Specify this setting only when your output will be consumed by a
|
13788
|
+
# downstream repackaging workflow that is sensitive to very small
|
13789
|
+
# duration differences between video and audio. For this situation,
|
13790
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
13791
|
+
# cases, keep the default value, Default codec duration
|
13792
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
13793
|
+
# MediaConvert pads the output audio streams with silence or trims
|
13794
|
+
# them to ensure that the total duration of each audio stream is at
|
13795
|
+
# least as long as the total duration of the video stream. After
|
13796
|
+
# padding or trimming, the audio stream duration is no more than one
|
13797
|
+
# frame longer than the video stream. MediaConvert applies audio
|
13798
|
+
# padding or trimming only to the end of the last segment of the
|
13799
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
13800
|
+
# the end of the file. When you keep the default value, any minor
|
13801
|
+
# discrepancies between audio and video duration will depend on your
|
13802
|
+
# output audio codec.
|
13803
|
+
# @return [String]
|
13804
|
+
#
|
13361
13805
|
# @!attribute [rw] audio_frames_per_pes
|
13362
13806
|
# The number of audio frames to insert for each PES packet.
|
13363
13807
|
# @return [Integer]
|
@@ -13589,6 +14033,7 @@ module Aws::MediaConvert
|
|
13589
14033
|
#
|
13590
14034
|
class M2tsSettings < Struct.new(
|
13591
14035
|
:audio_buffer_model,
|
14036
|
+
:audio_duration,
|
13592
14037
|
:audio_frames_per_pes,
|
13593
14038
|
:audio_pids,
|
13594
14039
|
:bitrate,
|
@@ -13634,6 +14079,7 @@ module Aws::MediaConvert
|
|
13634
14079
|
# data as a hash:
|
13635
14080
|
#
|
13636
14081
|
# {
|
14082
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
13637
14083
|
# audio_frames_per_pes: 1,
|
13638
14084
|
# audio_pids: [1],
|
13639
14085
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -13652,6 +14098,25 @@ module Aws::MediaConvert
|
|
13652
14098
|
# video_pid: 1,
|
13653
14099
|
# }
|
13654
14100
|
#
|
14101
|
+
# @!attribute [rw] audio_duration
|
14102
|
+
# Specify this setting only when your output will be consumed by a
|
14103
|
+
# downstream repackaging workflow that is sensitive to very small
|
14104
|
+
# duration differences between video and audio. For this situation,
|
14105
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
14106
|
+
# cases, keep the default value, Default codec duration
|
14107
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
14108
|
+
# MediaConvert pads the output audio streams with silence or trims
|
14109
|
+
# them to ensure that the total duration of each audio stream is at
|
14110
|
+
# least as long as the total duration of the video stream. After
|
14111
|
+
# padding or trimming, the audio stream duration is no more than one
|
14112
|
+
# frame longer than the video stream. MediaConvert applies audio
|
14113
|
+
# padding or trimming only to the end of the last segment of the
|
14114
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
14115
|
+
# the end of the file. When you keep the default value, any minor
|
14116
|
+
# discrepancies between audio and video duration will depend on your
|
14117
|
+
# output audio codec.
|
14118
|
+
# @return [String]
|
14119
|
+
#
|
13655
14120
|
# @!attribute [rw] audio_frames_per_pes
|
13656
14121
|
# The number of audio frames to insert for each PES packet.
|
13657
14122
|
# @return [Integer]
|
@@ -13745,6 +14210,7 @@ module Aws::MediaConvert
|
|
13745
14210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/M3u8Settings AWS API Documentation
|
13746
14211
|
#
|
13747
14212
|
class M3u8Settings < Struct.new(
|
14213
|
+
:audio_duration,
|
13748
14214
|
:audio_frames_per_pes,
|
13749
14215
|
:audio_pids,
|
13750
14216
|
:nielsen_id_3,
|
@@ -13776,7 +14242,7 @@ module Aws::MediaConvert
|
|
13776
14242
|
# framerate_denominator: 1,
|
13777
14243
|
# framerate_numerator: 1,
|
13778
14244
|
# },
|
13779
|
-
# input: "
|
14245
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
13780
14246
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
13781
14247
|
# offset: {
|
13782
14248
|
# image_x: 1,
|
@@ -14076,6 +14542,7 @@ module Aws::MediaConvert
|
|
14076
14542
|
# data as a hash:
|
14077
14543
|
#
|
14078
14544
|
# {
|
14545
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
14079
14546
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
14080
14547
|
# ctts_version: 1,
|
14081
14548
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -14083,6 +14550,25 @@ module Aws::MediaConvert
|
|
14083
14550
|
# mp_4_major_brand: "__string",
|
14084
14551
|
# }
|
14085
14552
|
#
|
14553
|
+
# @!attribute [rw] audio_duration
|
14554
|
+
# Specify this setting only when your output will be consumed by a
|
14555
|
+
# downstream repackaging workflow that is sensitive to very small
|
14556
|
+
# duration differences between video and audio. For this situation,
|
14557
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
14558
|
+
# cases, keep the default value, Default codec duration
|
14559
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
14560
|
+
# MediaConvert pads the output audio streams with silence or trims
|
14561
|
+
# them to ensure that the total duration of each audio stream is at
|
14562
|
+
# least as long as the total duration of the video stream. After
|
14563
|
+
# padding or trimming, the audio stream duration is no more than one
|
14564
|
+
# frame longer than the video stream. MediaConvert applies audio
|
14565
|
+
# padding or trimming only to the end of the last segment of the
|
14566
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
14567
|
+
# the end of the file. When you keep the default value, any minor
|
14568
|
+
# discrepancies between audio and video duration will depend on your
|
14569
|
+
# output audio codec.
|
14570
|
+
# @return [String]
|
14571
|
+
#
|
14086
14572
|
# @!attribute [rw] cslg_atom
|
14087
14573
|
# When enabled, file composition times will start at zero, composition
|
14088
14574
|
# times in the 'ctts' (composition time to sample) box for B-frames
|
@@ -14119,6 +14605,7 @@ module Aws::MediaConvert
|
|
14119
14605
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Mp4Settings AWS API Documentation
|
14120
14606
|
#
|
14121
14607
|
class Mp4Settings < Struct.new(
|
14608
|
+
:audio_duration,
|
14122
14609
|
:cslg_atom,
|
14123
14610
|
:ctts_version,
|
14124
14611
|
:free_space_box,
|
@@ -14134,11 +14621,36 @@ module Aws::MediaConvert
|
|
14134
14621
|
# data as a hash:
|
14135
14622
|
#
|
14136
14623
|
# {
|
14624
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
14625
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
14137
14626
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
14138
14627
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
14139
14628
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
14140
14629
|
# }
|
14141
14630
|
#
|
14631
|
+
# @!attribute [rw] accessibility_caption_hints
|
14632
|
+
# Optional. Choose Include (INCLUDE) to have MediaConvert mark up your DASH manifest with <Accessibility> elements for embedded 608 captions. This markup isn't generally required, but some video players require it to discover and play embedded 608 captions. Keep the default value, Exclude (EXCLUDE), to leave these elements out. When you enable this setting, this is the markup that MediaConvert includes in your manifest: <Accessibility schemeIdUri="urn:scte:dash:cc:cea-608:2015" value="CC1=eng" /> </Accessibility>
|
14633
|
+
# @return [String]
|
14634
|
+
#
|
14635
|
+
# @!attribute [rw] audio_duration
|
14636
|
+
# Specify this setting only when your output will be consumed by a
|
14637
|
+
# downstream repackaging workflow that is sensitive to very small
|
14638
|
+
# duration differences between video and audio. For this situation,
|
14639
|
+
# choose Match video duration (MATCH\_VIDEO\_DURATION). In all other
|
14640
|
+
# cases, keep the default value, Default codec duration
|
14641
|
+
# (DEFAULT\_CODEC\_DURATION). When you choose Match video duration,
|
14642
|
+
# MediaConvert pads the output audio streams with silence or trims
|
14643
|
+
# them to ensure that the total duration of each audio stream is at
|
14644
|
+
# least as long as the total duration of the video stream. After
|
14645
|
+
# padding or trimming, the audio stream duration is no more than one
|
14646
|
+
# frame longer than the video stream. MediaConvert applies audio
|
14647
|
+
# padding or trimming only to the end of the last segment of the
|
14648
|
+
# output. For unsegmented outputs, MediaConvert adds padding only to
|
14649
|
+
# the end of the file. When you keep the default value, any minor
|
14650
|
+
# discrepancies between audio and video duration will depend on your
|
14651
|
+
# output audio codec.
|
14652
|
+
# @return [String]
|
14653
|
+
#
|
14142
14654
|
# @!attribute [rw] caption_container_type
|
14143
14655
|
# Use this setting only in DASH output groups that include sidecar
|
14144
14656
|
# TTML or IMSC captions. You specify sidecar captions in a separate
|
@@ -14167,6 +14679,8 @@ module Aws::MediaConvert
|
|
14167
14679
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MpdSettings AWS API Documentation
|
14168
14680
|
#
|
14169
14681
|
class MpdSettings < Struct.new(
|
14682
|
+
:accessibility_caption_hints,
|
14683
|
+
:audio_duration,
|
14170
14684
|
:caption_container_type,
|
14171
14685
|
:scte_35_esam,
|
14172
14686
|
:scte_35_source)
|
@@ -14205,6 +14719,7 @@ module Aws::MediaConvert
|
|
14205
14719
|
# par_numerator: 1,
|
14206
14720
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
14207
14721
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
14722
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
14208
14723
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
14209
14724
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
14210
14725
|
# softness: 1,
|
@@ -14407,10 +14922,28 @@ module Aws::MediaConvert
|
|
14407
14922
|
# @return [String]
|
14408
14923
|
#
|
14409
14924
|
# @!attribute [rw] rate_control_mode
|
14410
|
-
# Use Rate control mode (Mpeg2RateControlMode) to
|
14925
|
+
# Use Rate control mode (Mpeg2RateControlMode) to specify whether the
|
14411
14926
|
# bitrate is variable (vbr) or constant (cbr).
|
14412
14927
|
# @return [String]
|
14413
14928
|
#
|
14929
|
+
# @!attribute [rw] scan_type_conversion_mode
|
14930
|
+
# Use this setting for interlaced outputs, when your output frame rate
|
14931
|
+
# is half of your input frame rate. In this situation, choose
|
14932
|
+
# Optimized interlacing (INTERLACED\_OPTIMIZE) to create a better
|
14933
|
+
# quality interlaced output. In this case, each progressive frame from
|
14934
|
+
# the input corresponds to an interlaced field in the output. Keep the
|
14935
|
+
# default value, Basic interlacing (INTERLACED), for all other output
|
14936
|
+
# frame rates. With basic interlacing, MediaConvert performs any frame
|
14937
|
+
# rate conversion first and then interlaces the frames. When you
|
14938
|
+
# choose Optimized interlacing and you set your output frame rate to a
|
14939
|
+
# value that isn't suitable for optimized interlacing, MediaConvert
|
14940
|
+
# automatically falls back to basic interlacing. Required settings: To
|
14941
|
+
# use optimized interlacing, you must set Telecine (telecine) to None
|
14942
|
+
# (NONE) or Soft (SOFT). You can't use optimized interlacing for hard
|
14943
|
+
# telecine outputs. You must also set Interlace mode (interlaceMode)
|
14944
|
+
# to a value other than Progressive (PROGRESSIVE).
|
14945
|
+
# @return [String]
|
14946
|
+
#
|
14414
14947
|
# @!attribute [rw] scene_change_detect
|
14415
14948
|
# Enable this setting to insert I-frames at scene changes that the
|
14416
14949
|
# service automatically detects. This improves video quality and is
|
@@ -14527,6 +15060,7 @@ module Aws::MediaConvert
|
|
14527
15060
|
:par_numerator,
|
14528
15061
|
:quality_tuning_level,
|
14529
15062
|
:rate_control_mode,
|
15063
|
+
:scan_type_conversion_mode,
|
14530
15064
|
:scene_change_detect,
|
14531
15065
|
:slow_pal,
|
14532
15066
|
:softness,
|
@@ -15322,6 +15856,7 @@ module Aws::MediaConvert
|
|
15322
15856
|
# output_channels: [
|
15323
15857
|
# {
|
15324
15858
|
# input_channels: [1],
|
15859
|
+
# input_channels_fine_tune: [1.0],
|
15325
15860
|
# },
|
15326
15861
|
# ],
|
15327
15862
|
# },
|
@@ -15400,6 +15935,8 @@ module Aws::MediaConvert
|
|
15400
15935
|
# ],
|
15401
15936
|
# container_settings: {
|
15402
15937
|
# cmfc_settings: {
|
15938
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15939
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
15403
15940
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
15404
15941
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
15405
15942
|
# },
|
@@ -15409,6 +15946,7 @@ module Aws::MediaConvert
|
|
15409
15946
|
# },
|
15410
15947
|
# m2ts_settings: {
|
15411
15948
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
15949
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15412
15950
|
# audio_frames_per_pes: 1,
|
15413
15951
|
# audio_pids: [1],
|
15414
15952
|
# bitrate: 1,
|
@@ -15459,6 +15997,7 @@ module Aws::MediaConvert
|
|
15459
15997
|
# video_pid: 1,
|
15460
15998
|
# },
|
15461
15999
|
# m3u_8_settings: {
|
16000
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15462
16001
|
# audio_frames_per_pes: 1,
|
15463
16002
|
# audio_pids: [1],
|
15464
16003
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -15484,6 +16023,7 @@ module Aws::MediaConvert
|
|
15484
16023
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
15485
16024
|
# },
|
15486
16025
|
# mp_4_settings: {
|
16026
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15487
16027
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
15488
16028
|
# ctts_version: 1,
|
15489
16029
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -15491,6 +16031,8 @@ module Aws::MediaConvert
|
|
15491
16031
|
# mp_4_major_brand: "__string",
|
15492
16032
|
# },
|
15493
16033
|
# mpd_settings: {
|
16034
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
16035
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
15494
16036
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
15495
16037
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
15496
16038
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -15535,12 +16077,16 @@ module Aws::MediaConvert
|
|
15535
16077
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
15536
16078
|
# },
|
15537
16079
|
# avc_intra_settings: {
|
15538
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
16080
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
16081
|
+
# avc_intra_uhd_settings: {
|
16082
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
16083
|
+
# },
|
15539
16084
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15540
16085
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
15541
16086
|
# framerate_denominator: 1,
|
15542
16087
|
# framerate_numerator: 1,
|
15543
16088
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
16089
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
15544
16090
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15545
16091
|
# telecine: "NONE", # accepts NONE, HARD
|
15546
16092
|
# },
|
@@ -15552,7 +16098,7 @@ module Aws::MediaConvert
|
|
15552
16098
|
# quality: 1,
|
15553
16099
|
# },
|
15554
16100
|
# h264_settings: {
|
15555
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16101
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
15556
16102
|
# bitrate: 1,
|
15557
16103
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
15558
16104
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -15586,6 +16132,7 @@ module Aws::MediaConvert
|
|
15586
16132
|
# },
|
15587
16133
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
15588
16134
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
16135
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
15589
16136
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
15590
16137
|
# slices: 1,
|
15591
16138
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15630,6 +16177,7 @@ module Aws::MediaConvert
|
|
15630
16177
|
# },
|
15631
16178
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
15632
16179
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
16180
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
15633
16181
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
15634
16182
|
# slices: 1,
|
15635
16183
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15666,6 +16214,7 @@ module Aws::MediaConvert
|
|
15666
16214
|
# par_numerator: 1,
|
15667
16215
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
15668
16216
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
16217
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
15669
16218
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
15670
16219
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15671
16220
|
# softness: 1,
|
@@ -15684,6 +16233,7 @@ module Aws::MediaConvert
|
|
15684
16233
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
15685
16234
|
# par_denominator: 1,
|
15686
16235
|
# par_numerator: 1,
|
16236
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
15687
16237
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15688
16238
|
# telecine: "NONE", # accepts NONE, HARD
|
15689
16239
|
# },
|
@@ -15693,6 +16243,7 @@ module Aws::MediaConvert
|
|
15693
16243
|
# framerate_denominator: 1,
|
15694
16244
|
# framerate_numerator: 1,
|
15695
16245
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16246
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
15696
16247
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
15697
16248
|
# telecine: "NONE", # accepts NONE, HARD
|
15698
16249
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -15878,7 +16429,7 @@ module Aws::MediaConvert
|
|
15878
16429
|
# @return [Types::OutputSettings]
|
15879
16430
|
#
|
15880
16431
|
# @!attribute [rw] preset
|
15881
|
-
# Use Preset (Preset) to
|
16432
|
+
# Use Preset (Preset) to specify a preset for your transcoding
|
15882
16433
|
# settings. Provide the system or custom preset name. You can specify
|
15883
16434
|
# either Preset (Preset) or Container settings (ContainerSettings),
|
15884
16435
|
# but not both.
|
@@ -15913,16 +16464,25 @@ module Aws::MediaConvert
|
|
15913
16464
|
#
|
15914
16465
|
# {
|
15915
16466
|
# input_channels: [1],
|
16467
|
+
# input_channels_fine_tune: [1.0],
|
15916
16468
|
# }
|
15917
16469
|
#
|
15918
16470
|
# @!attribute [rw] input_channels
|
15919
|
-
#
|
16471
|
+
# Use this setting to specify your remix values when they are
|
16472
|
+
# integers, such as -10, 0, or 4.
|
15920
16473
|
# @return [Array<Integer>]
|
15921
16474
|
#
|
16475
|
+
# @!attribute [rw] input_channels_fine_tune
|
16476
|
+
# Use this setting to specify your remix values when they have a
|
16477
|
+
# decimal component, such as -10.312, 0.08, or 4.9. MediaConvert
|
16478
|
+
# rounds your remixing values to the nearest thousandth.
|
16479
|
+
# @return [Array<Float>]
|
16480
|
+
#
|
15922
16481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/OutputChannelMapping AWS API Documentation
|
15923
16482
|
#
|
15924
16483
|
class OutputChannelMapping < Struct.new(
|
15925
|
-
:input_channels
|
16484
|
+
:input_channels,
|
16485
|
+
:input_channels_fine_tune)
|
15926
16486
|
SENSITIVE = []
|
15927
16487
|
include Aws::Structure
|
15928
16488
|
end
|
@@ -15952,6 +16512,13 @@ module Aws::MediaConvert
|
|
15952
16512
|
# data as a hash:
|
15953
16513
|
#
|
15954
16514
|
# {
|
16515
|
+
# automated_encoding_settings: {
|
16516
|
+
# abr_settings: {
|
16517
|
+
# max_abr_bitrate: 1,
|
16518
|
+
# max_renditions: 1,
|
16519
|
+
# min_abr_bitrate: 1,
|
16520
|
+
# },
|
16521
|
+
# },
|
15955
16522
|
# custom_name: "__string",
|
15956
16523
|
# name: "__string",
|
15957
16524
|
# output_group_settings: {
|
@@ -16041,6 +16608,7 @@ module Aws::MediaConvert
|
|
16041
16608
|
# fragment_length: 1,
|
16042
16609
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
16043
16610
|
# min_buffer_time: 1,
|
16611
|
+
# min_final_segment_length: 1.0,
|
16044
16612
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
16045
16613
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
16046
16614
|
# segment_length: 1,
|
@@ -16284,6 +16852,7 @@ module Aws::MediaConvert
|
|
16284
16852
|
# output_channels: [
|
16285
16853
|
# {
|
16286
16854
|
# input_channels: [1],
|
16855
|
+
# input_channels_fine_tune: [1.0],
|
16287
16856
|
# },
|
16288
16857
|
# ],
|
16289
16858
|
# },
|
@@ -16362,6 +16931,8 @@ module Aws::MediaConvert
|
|
16362
16931
|
# ],
|
16363
16932
|
# container_settings: {
|
16364
16933
|
# cmfc_settings: {
|
16934
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16935
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
16365
16936
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
16366
16937
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
16367
16938
|
# },
|
@@ -16371,6 +16942,7 @@ module Aws::MediaConvert
|
|
16371
16942
|
# },
|
16372
16943
|
# m2ts_settings: {
|
16373
16944
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
16945
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16374
16946
|
# audio_frames_per_pes: 1,
|
16375
16947
|
# audio_pids: [1],
|
16376
16948
|
# bitrate: 1,
|
@@ -16421,6 +16993,7 @@ module Aws::MediaConvert
|
|
16421
16993
|
# video_pid: 1,
|
16422
16994
|
# },
|
16423
16995
|
# m3u_8_settings: {
|
16996
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16424
16997
|
# audio_frames_per_pes: 1,
|
16425
16998
|
# audio_pids: [1],
|
16426
16999
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -16446,6 +17019,7 @@ module Aws::MediaConvert
|
|
16446
17019
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
16447
17020
|
# },
|
16448
17021
|
# mp_4_settings: {
|
17022
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16449
17023
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
16450
17024
|
# ctts_version: 1,
|
16451
17025
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -16453,6 +17027,8 @@ module Aws::MediaConvert
|
|
16453
17027
|
# mp_4_major_brand: "__string",
|
16454
17028
|
# },
|
16455
17029
|
# mpd_settings: {
|
17030
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
17031
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
16456
17032
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
16457
17033
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
16458
17034
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -16497,12 +17073,16 @@ module Aws::MediaConvert
|
|
16497
17073
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
16498
17074
|
# },
|
16499
17075
|
# avc_intra_settings: {
|
16500
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
17076
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
17077
|
+
# avc_intra_uhd_settings: {
|
17078
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
17079
|
+
# },
|
16501
17080
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16502
17081
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
16503
17082
|
# framerate_denominator: 1,
|
16504
17083
|
# framerate_numerator: 1,
|
16505
17084
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
17085
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
16506
17086
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16507
17087
|
# telecine: "NONE", # accepts NONE, HARD
|
16508
17088
|
# },
|
@@ -16514,7 +17094,7 @@ module Aws::MediaConvert
|
|
16514
17094
|
# quality: 1,
|
16515
17095
|
# },
|
16516
17096
|
# h264_settings: {
|
16517
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
17097
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16518
17098
|
# bitrate: 1,
|
16519
17099
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
16520
17100
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -16548,6 +17128,7 @@ module Aws::MediaConvert
|
|
16548
17128
|
# },
|
16549
17129
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
16550
17130
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
17131
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
16551
17132
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
16552
17133
|
# slices: 1,
|
16553
17134
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -16592,6 +17173,7 @@ module Aws::MediaConvert
|
|
16592
17173
|
# },
|
16593
17174
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
16594
17175
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
17176
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
16595
17177
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
16596
17178
|
# slices: 1,
|
16597
17179
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -16628,6 +17210,7 @@ module Aws::MediaConvert
|
|
16628
17210
|
# par_numerator: 1,
|
16629
17211
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
16630
17212
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
17213
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
16631
17214
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
16632
17215
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16633
17216
|
# softness: 1,
|
@@ -16646,6 +17229,7 @@ module Aws::MediaConvert
|
|
16646
17229
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
16647
17230
|
# par_denominator: 1,
|
16648
17231
|
# par_numerator: 1,
|
17232
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
16649
17233
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16650
17234
|
# telecine: "NONE", # accepts NONE, HARD
|
16651
17235
|
# },
|
@@ -16655,6 +17239,7 @@ module Aws::MediaConvert
|
|
16655
17239
|
# framerate_denominator: 1,
|
16656
17240
|
# framerate_numerator: 1,
|
16657
17241
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
17242
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
16658
17243
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
16659
17244
|
# telecine: "NONE", # accepts NONE, HARD
|
16660
17245
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -16799,6 +17384,11 @@ module Aws::MediaConvert
|
|
16799
17384
|
# ],
|
16800
17385
|
# }
|
16801
17386
|
#
|
17387
|
+
# @!attribute [rw] automated_encoding_settings
|
17388
|
+
# Use automated encoding to have MediaConvert choose your encoding
|
17389
|
+
# settings for you, based on characteristics of your input video.
|
17390
|
+
# @return [Types::AutomatedEncodingSettings]
|
17391
|
+
#
|
16802
17392
|
# @!attribute [rw] custom_name
|
16803
17393
|
# Use Custom Group Name (CustomName) to specify a name for the output
|
16804
17394
|
# group. This value is displayed on the console and can make your job
|
@@ -16823,6 +17413,7 @@ module Aws::MediaConvert
|
|
16823
17413
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/OutputGroup AWS API Documentation
|
16824
17414
|
#
|
16825
17415
|
class OutputGroup < Struct.new(
|
17416
|
+
:automated_encoding_settings,
|
16826
17417
|
:custom_name,
|
16827
17418
|
:name,
|
16828
17419
|
:output_group_settings,
|
@@ -16938,6 +17529,7 @@ module Aws::MediaConvert
|
|
16938
17529
|
# fragment_length: 1,
|
16939
17530
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
16940
17531
|
# min_buffer_time: 1,
|
17532
|
+
# min_final_segment_length: 1.0,
|
16941
17533
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
16942
17534
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
16943
17535
|
# segment_length: 1,
|
@@ -17342,6 +17934,7 @@ module Aws::MediaConvert
|
|
17342
17934
|
# output_channels: [
|
17343
17935
|
# {
|
17344
17936
|
# input_channels: [1],
|
17937
|
+
# input_channels_fine_tune: [1.0],
|
17345
17938
|
# },
|
17346
17939
|
# ],
|
17347
17940
|
# },
|
@@ -17419,6 +18012,8 @@ module Aws::MediaConvert
|
|
17419
18012
|
# ],
|
17420
18013
|
# container_settings: {
|
17421
18014
|
# cmfc_settings: {
|
18015
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
18016
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
17422
18017
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
17423
18018
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
17424
18019
|
# },
|
@@ -17428,6 +18023,7 @@ module Aws::MediaConvert
|
|
17428
18023
|
# },
|
17429
18024
|
# m2ts_settings: {
|
17430
18025
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
18026
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
17431
18027
|
# audio_frames_per_pes: 1,
|
17432
18028
|
# audio_pids: [1],
|
17433
18029
|
# bitrate: 1,
|
@@ -17478,6 +18074,7 @@ module Aws::MediaConvert
|
|
17478
18074
|
# video_pid: 1,
|
17479
18075
|
# },
|
17480
18076
|
# m3u_8_settings: {
|
18077
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
17481
18078
|
# audio_frames_per_pes: 1,
|
17482
18079
|
# audio_pids: [1],
|
17483
18080
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -17503,6 +18100,7 @@ module Aws::MediaConvert
|
|
17503
18100
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
17504
18101
|
# },
|
17505
18102
|
# mp_4_settings: {
|
18103
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
17506
18104
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
17507
18105
|
# ctts_version: 1,
|
17508
18106
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -17510,6 +18108,8 @@ module Aws::MediaConvert
|
|
17510
18108
|
# mp_4_major_brand: "__string",
|
17511
18109
|
# },
|
17512
18110
|
# mpd_settings: {
|
18111
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
18112
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
17513
18113
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
17514
18114
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
17515
18115
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -17541,12 +18141,16 @@ module Aws::MediaConvert
|
|
17541
18141
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
17542
18142
|
# },
|
17543
18143
|
# avc_intra_settings: {
|
17544
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
18144
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
18145
|
+
# avc_intra_uhd_settings: {
|
18146
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
18147
|
+
# },
|
17545
18148
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
17546
18149
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
17547
18150
|
# framerate_denominator: 1,
|
17548
18151
|
# framerate_numerator: 1,
|
17549
18152
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
18153
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
17550
18154
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
17551
18155
|
# telecine: "NONE", # accepts NONE, HARD
|
17552
18156
|
# },
|
@@ -17558,7 +18162,7 @@ module Aws::MediaConvert
|
|
17558
18162
|
# quality: 1,
|
17559
18163
|
# },
|
17560
18164
|
# h264_settings: {
|
17561
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
18165
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
17562
18166
|
# bitrate: 1,
|
17563
18167
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
17564
18168
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -17592,6 +18196,7 @@ module Aws::MediaConvert
|
|
17592
18196
|
# },
|
17593
18197
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
17594
18198
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
18199
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
17595
18200
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
17596
18201
|
# slices: 1,
|
17597
18202
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -17636,6 +18241,7 @@ module Aws::MediaConvert
|
|
17636
18241
|
# },
|
17637
18242
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
17638
18243
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
18244
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
17639
18245
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
17640
18246
|
# slices: 1,
|
17641
18247
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -17672,6 +18278,7 @@ module Aws::MediaConvert
|
|
17672
18278
|
# par_numerator: 1,
|
17673
18279
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
17674
18280
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
18281
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
17675
18282
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
17676
18283
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
17677
18284
|
# softness: 1,
|
@@ -17690,6 +18297,7 @@ module Aws::MediaConvert
|
|
17690
18297
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
17691
18298
|
# par_denominator: 1,
|
17692
18299
|
# par_numerator: 1,
|
18300
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
17693
18301
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
17694
18302
|
# telecine: "NONE", # accepts NONE, HARD
|
17695
18303
|
# },
|
@@ -17699,6 +18307,7 @@ module Aws::MediaConvert
|
|
17699
18307
|
# framerate_denominator: 1,
|
17700
18308
|
# framerate_numerator: 1,
|
17701
18309
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
18310
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
17702
18311
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
17703
18312
|
# telecine: "NONE", # accepts NONE, HARD
|
17704
18313
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -17891,13 +18500,14 @@ module Aws::MediaConvert
|
|
17891
18500
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
17892
18501
|
# par_denominator: 1,
|
17893
18502
|
# par_numerator: 1,
|
18503
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
17894
18504
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
17895
18505
|
# telecine: "NONE", # accepts NONE, HARD
|
17896
18506
|
# }
|
17897
18507
|
#
|
17898
18508
|
# @!attribute [rw] codec_profile
|
17899
|
-
# Use Profile (ProResCodecProfile) to
|
17900
|
-
#
|
18509
|
+
# Use Profile (ProResCodecProfile) to specify the type of Apple ProRes
|
18510
|
+
# codec to use for this output.
|
17901
18511
|
# @return [String]
|
17902
18512
|
#
|
17903
18513
|
# @!attribute [rw] framerate_control
|
@@ -17997,6 +18607,24 @@ module Aws::MediaConvert
|
|
17997
18607
|
# ratio 40:33. In this example, the value for parNumerator is 40.
|
17998
18608
|
# @return [Integer]
|
17999
18609
|
#
|
18610
|
+
# @!attribute [rw] scan_type_conversion_mode
|
18611
|
+
# Use this setting for interlaced outputs, when your output frame rate
|
18612
|
+
# is half of your input frame rate. In this situation, choose
|
18613
|
+
# Optimized interlacing (INTERLACED\_OPTIMIZE) to create a better
|
18614
|
+
# quality interlaced output. In this case, each progressive frame from
|
18615
|
+
# the input corresponds to an interlaced field in the output. Keep the
|
18616
|
+
# default value, Basic interlacing (INTERLACED), for all other output
|
18617
|
+
# frame rates. With basic interlacing, MediaConvert performs any frame
|
18618
|
+
# rate conversion first and then interlaces the frames. When you
|
18619
|
+
# choose Optimized interlacing and you set your output frame rate to a
|
18620
|
+
# value that isn't suitable for optimized interlacing, MediaConvert
|
18621
|
+
# automatically falls back to basic interlacing. Required settings: To
|
18622
|
+
# use optimized interlacing, you must set Telecine (telecine) to None
|
18623
|
+
# (NONE) or Soft (SOFT). You can't use optimized interlacing for hard
|
18624
|
+
# telecine outputs. You must also set Interlace mode (interlaceMode)
|
18625
|
+
# to a value other than Progressive (PROGRESSIVE).
|
18626
|
+
# @return [String]
|
18627
|
+
#
|
18000
18628
|
# @!attribute [rw] slow_pal
|
18001
18629
|
# Ignore this setting unless your input frame rate is 23.976 or 24
|
18002
18630
|
# frames per second (fps). Enable slow PAL to create a 25 fps output.
|
@@ -18030,6 +18658,7 @@ module Aws::MediaConvert
|
|
18030
18658
|
:par_control,
|
18031
18659
|
:par_denominator,
|
18032
18660
|
:par_numerator,
|
18661
|
+
:scan_type_conversion_mode,
|
18033
18662
|
:slow_pal,
|
18034
18663
|
:telecine)
|
18035
18664
|
SENSITIVE = []
|
@@ -18196,6 +18825,7 @@ module Aws::MediaConvert
|
|
18196
18825
|
# output_channels: [
|
18197
18826
|
# {
|
18198
18827
|
# input_channels: [1],
|
18828
|
+
# input_channels_fine_tune: [1.0],
|
18199
18829
|
# },
|
18200
18830
|
# ],
|
18201
18831
|
# },
|
@@ -18205,22 +18835,36 @@ module Aws::MediaConvert
|
|
18205
18835
|
#
|
18206
18836
|
# @!attribute [rw] channel_mapping
|
18207
18837
|
# Channel mapping (ChannelMapping) contains the group of fields that
|
18208
|
-
# hold the remixing value for each channel
|
18209
|
-
#
|
18210
|
-
#
|
18211
|
-
#
|
18838
|
+
# hold the remixing value for each channel, in dB. Specify remix
|
18839
|
+
# values to indicate how much of the content from your input audio
|
18840
|
+
# channel you want in your output audio channels. Each instance of the
|
18841
|
+
# InputChannels or InputChannelsFineTune array specifies these values
|
18842
|
+
# for one output channel. Use one instance of this array for each
|
18843
|
+
# output channel. In the console, each array corresponds to a column
|
18844
|
+
# in the graphical depiction of the mapping matrix. The rows of the
|
18845
|
+
# graphical matrix correspond to input channels. Valid values are
|
18846
|
+
# within the range from -60 (mute) through 6. A setting of 0 passes
|
18847
|
+
# the input channel unchanged to the output channel (no attenuation or
|
18848
|
+
# amplification). Use InputChannels or InputChannelsFineTune to
|
18849
|
+
# specify your remix values. Don't use both.
|
18212
18850
|
# @return [Types::ChannelMapping]
|
18213
18851
|
#
|
18214
18852
|
# @!attribute [rw] channels_in
|
18215
18853
|
# Specify the number of audio channels from your input that you want
|
18216
18854
|
# to use in your output. With remixing, you might combine or split the
|
18217
18855
|
# data in these channels, so the number of channels in your final
|
18218
|
-
# output might be different.
|
18856
|
+
# output might be different. If you are doing both input channel
|
18857
|
+
# mapping and output channel mapping, the number of output channels in
|
18858
|
+
# your input mapping must be the same as the number of input channels
|
18859
|
+
# in your output mapping.
|
18219
18860
|
# @return [Integer]
|
18220
18861
|
#
|
18221
18862
|
# @!attribute [rw] channels_out
|
18222
18863
|
# Specify the number of channels in this output after remixing. Valid
|
18223
|
-
# values: 1, 2, 4, 6, 8... 64. (1 and even numbers to 64.)
|
18864
|
+
# values: 1, 2, 4, 6, 8... 64. (1 and even numbers to 64.) If you are
|
18865
|
+
# doing both input channel mapping and output channel mapping, the
|
18866
|
+
# number of output channels in your input mapping must be the same as
|
18867
|
+
# the number of input channels in your output mapping.
|
18224
18868
|
# @return [Integer]
|
18225
18869
|
#
|
18226
18870
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/RemixSettings AWS API Documentation
|
@@ -19061,7 +19705,7 @@ module Aws::MediaConvert
|
|
19061
19705
|
# "__string" => {
|
19062
19706
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
19063
19707
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
19064
|
-
# external_audio_file_input: "
|
19708
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
19065
19709
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
19066
19710
|
# offset: 1,
|
19067
19711
|
# pids: [1],
|
@@ -19071,6 +19715,7 @@ module Aws::MediaConvert
|
|
19071
19715
|
# output_channels: [
|
19072
19716
|
# {
|
19073
19717
|
# input_channels: [1],
|
19718
|
+
# input_channels_fine_tune: [1.0],
|
19074
19719
|
# },
|
19075
19720
|
# ],
|
19076
19721
|
# },
|
@@ -19109,7 +19754,7 @@ module Aws::MediaConvert
|
|
19109
19754
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
|
19110
19755
|
# time_delta: 1,
|
19111
19756
|
# },
|
19112
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE, IMSC
|
19757
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC
|
19113
19758
|
# teletext_source_settings: {
|
19114
19759
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
19115
19760
|
# },
|
@@ -19192,7 +19837,7 @@ module Aws::MediaConvert
|
|
19192
19837
|
# framerate_denominator: 1,
|
19193
19838
|
# framerate_numerator: 1,
|
19194
19839
|
# },
|
19195
|
-
# input: "
|
19840
|
+
# input: "__stringMin14PatternS3Mov09PngHttpsMov09Png",
|
19196
19841
|
# insertion_mode: "MOV", # accepts MOV, PNG
|
19197
19842
|
# offset: {
|
19198
19843
|
# image_x: 1,
|
@@ -19220,6 +19865,13 @@ module Aws::MediaConvert
|
|
19220
19865
|
# },
|
19221
19866
|
# output_groups: [
|
19222
19867
|
# {
|
19868
|
+
# automated_encoding_settings: {
|
19869
|
+
# abr_settings: {
|
19870
|
+
# max_abr_bitrate: 1,
|
19871
|
+
# max_renditions: 1,
|
19872
|
+
# min_abr_bitrate: 1,
|
19873
|
+
# },
|
19874
|
+
# },
|
19223
19875
|
# custom_name: "__string",
|
19224
19876
|
# name: "__string",
|
19225
19877
|
# output_group_settings: {
|
@@ -19309,6 +19961,7 @@ module Aws::MediaConvert
|
|
19309
19961
|
# fragment_length: 1,
|
19310
19962
|
# hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
|
19311
19963
|
# min_buffer_time: 1,
|
19964
|
+
# min_final_segment_length: 1.0,
|
19312
19965
|
# mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
|
19313
19966
|
# segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
|
19314
19967
|
# segment_length: 1,
|
@@ -19552,6 +20205,7 @@ module Aws::MediaConvert
|
|
19552
20205
|
# output_channels: [
|
19553
20206
|
# {
|
19554
20207
|
# input_channels: [1],
|
20208
|
+
# input_channels_fine_tune: [1.0],
|
19555
20209
|
# },
|
19556
20210
|
# ],
|
19557
20211
|
# },
|
@@ -19630,6 +20284,8 @@ module Aws::MediaConvert
|
|
19630
20284
|
# ],
|
19631
20285
|
# container_settings: {
|
19632
20286
|
# cmfc_settings: {
|
20287
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
20288
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
19633
20289
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
19634
20290
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
19635
20291
|
# },
|
@@ -19639,6 +20295,7 @@ module Aws::MediaConvert
|
|
19639
20295
|
# },
|
19640
20296
|
# m2ts_settings: {
|
19641
20297
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
20298
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
19642
20299
|
# audio_frames_per_pes: 1,
|
19643
20300
|
# audio_pids: [1],
|
19644
20301
|
# bitrate: 1,
|
@@ -19689,6 +20346,7 @@ module Aws::MediaConvert
|
|
19689
20346
|
# video_pid: 1,
|
19690
20347
|
# },
|
19691
20348
|
# m3u_8_settings: {
|
20349
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
19692
20350
|
# audio_frames_per_pes: 1,
|
19693
20351
|
# audio_pids: [1],
|
19694
20352
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -19714,6 +20372,7 @@ module Aws::MediaConvert
|
|
19714
20372
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
19715
20373
|
# },
|
19716
20374
|
# mp_4_settings: {
|
20375
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
19717
20376
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
19718
20377
|
# ctts_version: 1,
|
19719
20378
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -19721,6 +20380,8 @@ module Aws::MediaConvert
|
|
19721
20380
|
# mp_4_major_brand: "__string",
|
19722
20381
|
# },
|
19723
20382
|
# mpd_settings: {
|
20383
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
20384
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
19724
20385
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
19725
20386
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
19726
20387
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -19765,12 +20426,16 @@ module Aws::MediaConvert
|
|
19765
20426
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
19766
20427
|
# },
|
19767
20428
|
# avc_intra_settings: {
|
19768
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
20429
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
20430
|
+
# avc_intra_uhd_settings: {
|
20431
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
20432
|
+
# },
|
19769
20433
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19770
20434
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
19771
20435
|
# framerate_denominator: 1,
|
19772
20436
|
# framerate_numerator: 1,
|
19773
20437
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
20438
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
19774
20439
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19775
20440
|
# telecine: "NONE", # accepts NONE, HARD
|
19776
20441
|
# },
|
@@ -19782,7 +20447,7 @@ module Aws::MediaConvert
|
|
19782
20447
|
# quality: 1,
|
19783
20448
|
# },
|
19784
20449
|
# h264_settings: {
|
19785
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20450
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19786
20451
|
# bitrate: 1,
|
19787
20452
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
19788
20453
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -19816,6 +20481,7 @@ module Aws::MediaConvert
|
|
19816
20481
|
# },
|
19817
20482
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
19818
20483
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
20484
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
19819
20485
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
19820
20486
|
# slices: 1,
|
19821
20487
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -19860,6 +20526,7 @@ module Aws::MediaConvert
|
|
19860
20526
|
# },
|
19861
20527
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
19862
20528
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
20529
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
19863
20530
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
19864
20531
|
# slices: 1,
|
19865
20532
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -19896,6 +20563,7 @@ module Aws::MediaConvert
|
|
19896
20563
|
# par_numerator: 1,
|
19897
20564
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
19898
20565
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
20566
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
19899
20567
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
19900
20568
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19901
20569
|
# softness: 1,
|
@@ -19914,6 +20582,7 @@ module Aws::MediaConvert
|
|
19914
20582
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
19915
20583
|
# par_denominator: 1,
|
19916
20584
|
# par_numerator: 1,
|
20585
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
19917
20586
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19918
20587
|
# telecine: "NONE", # accepts NONE, HARD
|
19919
20588
|
# },
|
@@ -19923,6 +20592,7 @@ module Aws::MediaConvert
|
|
19923
20592
|
# framerate_denominator: 1,
|
19924
20593
|
# framerate_numerator: 1,
|
19925
20594
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
20595
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
19926
20596
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
19927
20597
|
# telecine: "NONE", # accepts NONE, HARD
|
19928
20598
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -20298,6 +20968,7 @@ module Aws::MediaConvert
|
|
20298
20968
|
# output_channels: [
|
20299
20969
|
# {
|
20300
20970
|
# input_channels: [1],
|
20971
|
+
# input_channels_fine_tune: [1.0],
|
20301
20972
|
# },
|
20302
20973
|
# ],
|
20303
20974
|
# },
|
@@ -20375,6 +21046,8 @@ module Aws::MediaConvert
|
|
20375
21046
|
# ],
|
20376
21047
|
# container_settings: {
|
20377
21048
|
# cmfc_settings: {
|
21049
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
21050
|
+
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
20378
21051
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
20379
21052
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
20380
21053
|
# },
|
@@ -20384,6 +21057,7 @@ module Aws::MediaConvert
|
|
20384
21057
|
# },
|
20385
21058
|
# m2ts_settings: {
|
20386
21059
|
# audio_buffer_model: "DVB", # accepts DVB, ATSC
|
21060
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
20387
21061
|
# audio_frames_per_pes: 1,
|
20388
21062
|
# audio_pids: [1],
|
20389
21063
|
# bitrate: 1,
|
@@ -20434,6 +21108,7 @@ module Aws::MediaConvert
|
|
20434
21108
|
# video_pid: 1,
|
20435
21109
|
# },
|
20436
21110
|
# m3u_8_settings: {
|
21111
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
20437
21112
|
# audio_frames_per_pes: 1,
|
20438
21113
|
# audio_pids: [1],
|
20439
21114
|
# nielsen_id_3: "INSERT", # accepts INSERT, NONE
|
@@ -20459,6 +21134,7 @@ module Aws::MediaConvert
|
|
20459
21134
|
# reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL
|
20460
21135
|
# },
|
20461
21136
|
# mp_4_settings: {
|
21137
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
20462
21138
|
# cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
20463
21139
|
# ctts_version: 1,
|
20464
21140
|
# free_space_box: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
@@ -20466,6 +21142,8 @@ module Aws::MediaConvert
|
|
20466
21142
|
# mp_4_major_brand: "__string",
|
20467
21143
|
# },
|
20468
21144
|
# mpd_settings: {
|
21145
|
+
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
21146
|
+
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
20469
21147
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
20470
21148
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
20471
21149
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
@@ -20497,12 +21175,16 @@ module Aws::MediaConvert
|
|
20497
21175
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
20498
21176
|
# },
|
20499
21177
|
# avc_intra_settings: {
|
20500
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
21178
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
21179
|
+
# avc_intra_uhd_settings: {
|
21180
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
21181
|
+
# },
|
20501
21182
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20502
21183
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
20503
21184
|
# framerate_denominator: 1,
|
20504
21185
|
# framerate_numerator: 1,
|
20505
21186
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
21187
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
20506
21188
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20507
21189
|
# telecine: "NONE", # accepts NONE, HARD
|
20508
21190
|
# },
|
@@ -20514,7 +21196,7 @@ module Aws::MediaConvert
|
|
20514
21196
|
# quality: 1,
|
20515
21197
|
# },
|
20516
21198
|
# h264_settings: {
|
20517
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21199
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20518
21200
|
# bitrate: 1,
|
20519
21201
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
20520
21202
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -20548,6 +21230,7 @@ module Aws::MediaConvert
|
|
20548
21230
|
# },
|
20549
21231
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
20550
21232
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
21233
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
20551
21234
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
20552
21235
|
# slices: 1,
|
20553
21236
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20592,6 +21275,7 @@ module Aws::MediaConvert
|
|
20592
21275
|
# },
|
20593
21276
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
20594
21277
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
21278
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
20595
21279
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
20596
21280
|
# slices: 1,
|
20597
21281
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -20628,6 +21312,7 @@ module Aws::MediaConvert
|
|
20628
21312
|
# par_numerator: 1,
|
20629
21313
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
20630
21314
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
21315
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
20631
21316
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
20632
21317
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20633
21318
|
# softness: 1,
|
@@ -20646,6 +21331,7 @@ module Aws::MediaConvert
|
|
20646
21331
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
20647
21332
|
# par_denominator: 1,
|
20648
21333
|
# par_numerator: 1,
|
21334
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
20649
21335
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20650
21336
|
# telecine: "NONE", # accepts NONE, HARD
|
20651
21337
|
# },
|
@@ -20655,6 +21341,7 @@ module Aws::MediaConvert
|
|
20655
21341
|
# framerate_denominator: 1,
|
20656
21342
|
# framerate_numerator: 1,
|
20657
21343
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21344
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
20658
21345
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20659
21346
|
# telecine: "NONE", # accepts NONE, HARD
|
20660
21347
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -20924,6 +21611,7 @@ module Aws::MediaConvert
|
|
20924
21611
|
# framerate_denominator: 1,
|
20925
21612
|
# framerate_numerator: 1,
|
20926
21613
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21614
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
20927
21615
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
20928
21616
|
# telecine: "NONE", # accepts NONE, HARD
|
20929
21617
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -20985,6 +21673,24 @@ module Aws::MediaConvert
|
|
20985
21673
|
# specify a value, MediaConvert will create a progressive output.
|
20986
21674
|
# @return [String]
|
20987
21675
|
#
|
21676
|
+
# @!attribute [rw] scan_type_conversion_mode
|
21677
|
+
# Use this setting for interlaced outputs, when your output frame rate
|
21678
|
+
# is half of your input frame rate. In this situation, choose
|
21679
|
+
# Optimized interlacing (INTERLACED\_OPTIMIZE) to create a better
|
21680
|
+
# quality interlaced output. In this case, each progressive frame from
|
21681
|
+
# the input corresponds to an interlaced field in the output. Keep the
|
21682
|
+
# default value, Basic interlacing (INTERLACED), for all other output
|
21683
|
+
# frame rates. With basic interlacing, MediaConvert performs any frame
|
21684
|
+
# rate conversion first and then interlaces the frames. When you
|
21685
|
+
# choose Optimized interlacing and you set your output frame rate to a
|
21686
|
+
# value that isn't suitable for optimized interlacing, MediaConvert
|
21687
|
+
# automatically falls back to basic interlacing. Required settings: To
|
21688
|
+
# use optimized interlacing, you must set Telecine (telecine) to None
|
21689
|
+
# (NONE) or Soft (SOFT). You can't use optimized interlacing for hard
|
21690
|
+
# telecine outputs. You must also set Interlace mode (interlaceMode)
|
21691
|
+
# to a value other than Progressive (PROGRESSIVE).
|
21692
|
+
# @return [String]
|
21693
|
+
#
|
20988
21694
|
# @!attribute [rw] slow_pal
|
20989
21695
|
# Ignore this setting unless your input frame rate is 23.976 or 24
|
20990
21696
|
# frames per second (fps). Enable slow PAL to create a 25 fps output
|
@@ -21024,6 +21730,7 @@ module Aws::MediaConvert
|
|
21024
21730
|
:framerate_denominator,
|
21025
21731
|
:framerate_numerator,
|
21026
21732
|
:interlace_mode,
|
21733
|
+
:scan_type_conversion_mode,
|
21027
21734
|
:slow_pal,
|
21028
21735
|
:telecine,
|
21029
21736
|
:vc_3_class)
|
@@ -21064,12 +21771,16 @@ module Aws::MediaConvert
|
|
21064
21771
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
21065
21772
|
# },
|
21066
21773
|
# avc_intra_settings: {
|
21067
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
21774
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
21775
|
+
# avc_intra_uhd_settings: {
|
21776
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
21777
|
+
# },
|
21068
21778
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21069
21779
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21070
21780
|
# framerate_denominator: 1,
|
21071
21781
|
# framerate_numerator: 1,
|
21072
21782
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
21783
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21073
21784
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21074
21785
|
# telecine: "NONE", # accepts NONE, HARD
|
21075
21786
|
# },
|
@@ -21081,7 +21792,7 @@ module Aws::MediaConvert
|
|
21081
21792
|
# quality: 1,
|
21082
21793
|
# },
|
21083
21794
|
# h264_settings: {
|
21084
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21795
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21085
21796
|
# bitrate: 1,
|
21086
21797
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
21087
21798
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -21115,6 +21826,7 @@ module Aws::MediaConvert
|
|
21115
21826
|
# },
|
21116
21827
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
21117
21828
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
21829
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21118
21830
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
21119
21831
|
# slices: 1,
|
21120
21832
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -21159,6 +21871,7 @@ module Aws::MediaConvert
|
|
21159
21871
|
# },
|
21160
21872
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
21161
21873
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
21874
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21162
21875
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
21163
21876
|
# slices: 1,
|
21164
21877
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -21195,6 +21908,7 @@ module Aws::MediaConvert
|
|
21195
21908
|
# par_numerator: 1,
|
21196
21909
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
21197
21910
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
21911
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21198
21912
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
21199
21913
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21200
21914
|
# softness: 1,
|
@@ -21213,6 +21927,7 @@ module Aws::MediaConvert
|
|
21213
21927
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21214
21928
|
# par_denominator: 1,
|
21215
21929
|
# par_numerator: 1,
|
21930
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21216
21931
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21217
21932
|
# telecine: "NONE", # accepts NONE, HARD
|
21218
21933
|
# },
|
@@ -21222,6 +21937,7 @@ module Aws::MediaConvert
|
|
21222
21937
|
# framerate_denominator: 1,
|
21223
21938
|
# framerate_numerator: 1,
|
21224
21939
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
21940
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21225
21941
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21226
21942
|
# telecine: "NONE", # accepts NONE, HARD
|
21227
21943
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|
@@ -21267,7 +21983,9 @@ module Aws::MediaConvert
|
|
21267
21983
|
# Required when you set your output video codec to AVC-Intra. For more
|
21268
21984
|
# information about the AVC-I settings, see the relevant
|
21269
21985
|
# specification. For detailed information about SD and HD in AVC-I,
|
21270
|
-
# see https://ieeexplore.ieee.org/document/7290936.
|
21986
|
+
# see https://ieeexplore.ieee.org/document/7290936. For information
|
21987
|
+
# about 4K/2K in AVC-I, see
|
21988
|
+
# https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.
|
21271
21989
|
# @return [Types::AvcIntraSettings]
|
21272
21990
|
#
|
21273
21991
|
# @!attribute [rw] codec
|
@@ -21359,12 +22077,16 @@ module Aws::MediaConvert
|
|
21359
22077
|
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
21360
22078
|
# },
|
21361
22079
|
# avc_intra_settings: {
|
21362
|
-
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200
|
22080
|
+
# avc_intra_class: "CLASS_50", # accepts CLASS_50, CLASS_100, CLASS_200, CLASS_4K_2K
|
22081
|
+
# avc_intra_uhd_settings: {
|
22082
|
+
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
22083
|
+
# },
|
21363
22084
|
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21364
22085
|
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
|
21365
22086
|
# framerate_denominator: 1,
|
21366
22087
|
# framerate_numerator: 1,
|
21367
22088
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
22089
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21368
22090
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21369
22091
|
# telecine: "NONE", # accepts NONE, HARD
|
21370
22092
|
# },
|
@@ -21376,7 +22098,7 @@ module Aws::MediaConvert
|
|
21376
22098
|
# quality: 1,
|
21377
22099
|
# },
|
21378
22100
|
# h264_settings: {
|
21379
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
22101
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21380
22102
|
# bitrate: 1,
|
21381
22103
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
21382
22104
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -21410,6 +22132,7 @@ module Aws::MediaConvert
|
|
21410
22132
|
# },
|
21411
22133
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
21412
22134
|
# repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
|
22135
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21413
22136
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
21414
22137
|
# slices: 1,
|
21415
22138
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -21454,6 +22177,7 @@ module Aws::MediaConvert
|
|
21454
22177
|
# },
|
21455
22178
|
# rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
|
21456
22179
|
# sample_adaptive_offset_filter_mode: "DEFAULT", # accepts DEFAULT, ADAPTIVE, OFF
|
22180
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21457
22181
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
|
21458
22182
|
# slices: 1,
|
21459
22183
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -21490,6 +22214,7 @@ module Aws::MediaConvert
|
|
21490
22214
|
# par_numerator: 1,
|
21491
22215
|
# quality_tuning_level: "SINGLE_PASS", # accepts SINGLE_PASS, MULTI_PASS
|
21492
22216
|
# rate_control_mode: "VBR", # accepts VBR, CBR
|
22217
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21493
22218
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
21494
22219
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21495
22220
|
# softness: 1,
|
@@ -21508,6 +22233,7 @@ module Aws::MediaConvert
|
|
21508
22233
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
21509
22234
|
# par_denominator: 1,
|
21510
22235
|
# par_numerator: 1,
|
22236
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21511
22237
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21512
22238
|
# telecine: "NONE", # accepts NONE, HARD
|
21513
22239
|
# },
|
@@ -21517,6 +22243,7 @@ module Aws::MediaConvert
|
|
21517
22243
|
# framerate_denominator: 1,
|
21518
22244
|
# framerate_numerator: 1,
|
21519
22245
|
# interlace_mode: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
22246
|
+
# scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
|
21520
22247
|
# slow_pal: "DISABLED", # accepts DISABLED, ENABLED
|
21521
22248
|
# telecine: "NONE", # accepts NONE, HARD
|
21522
22249
|
# vc_3_class: "CLASS_145_8BIT", # accepts CLASS_145_8BIT, CLASS_220_8BIT, CLASS_220_10BIT
|