|
5245 | 5245 | "smithy.api#jsonName": "l6Mode"
|
5246 | 5246 | }
|
5247 | 5247 | },
|
| 5248 | + "Mapping": { |
| 5249 | + "target": "com.amazonaws.mediaconvert#DolbyVisionMapping", |
| 5250 | + "traits": { |
| 5251 | + "smithy.api#documentation": "Required when you set Dolby Vision Profile (Profile) to Profile 8.1 (PROFILE_8_1). When you set Content mapping (Mapping) to None (HDR10_NOMAP), content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to Static (HDR10_1000), the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.", |
| 5252 | + "smithy.api#jsonName": "mapping" |
| 5253 | + } |
| 5254 | + }, |
5248 | 5255 | "Profile": {
|
5249 | 5256 | "target": "com.amazonaws.mediaconvert#DolbyVisionProfile",
|
5250 | 5257 | "traits": {
|
5251 |
| - "smithy.api#documentation": "In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore, all of your inputs must contain Dolby Vision frame interleaved data.", |
| 5258 | + "smithy.api#documentation": "Required when you use Dolby Vision (DolbyVision) processing. Set Profile (DolbyVisionProfile) to Profile 5 (Profile_5) to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 (Profile_8_1) to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.", |
5252 | 5259 | "smithy.api#jsonName": "profile"
|
5253 | 5260 | }
|
5254 | 5261 | }
|
|
5299 | 5306 | ]
|
5300 | 5307 | }
|
5301 | 5308 | },
|
| 5309 | + "com.amazonaws.mediaconvert#DolbyVisionMapping": { |
| 5310 | + "type": "string", |
| 5311 | + "traits": { |
| 5312 | + "smithy.api#documentation": "Required when you set Dolby Vision Profile (Profile) to Profile 8.1 (PROFILE_8_1). When you set Content mapping (Mapping) to None (HDR10_NOMAP), content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to Static (HDR10_1000), the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.", |
| 5313 | + "smithy.api#enum": [ |
| 5314 | + { |
| 5315 | + "value": "HDR10_NOMAP", |
| 5316 | + "name": "HDR10_NOMAP" |
| 5317 | + }, |
| 5318 | + { |
| 5319 | + "value": "HDR10_1000", |
| 5320 | + "name": "HDR10_1000" |
| 5321 | + } |
| 5322 | + ] |
| 5323 | + } |
| 5324 | + }, |
5302 | 5325 | "com.amazonaws.mediaconvert#DolbyVisionProfile": {
|
5303 | 5326 | "type": "string",
|
5304 | 5327 | "traits": {
|
5305 |
| - "smithy.api#documentation": "In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore, all of your inputs must contain Dolby Vision frame interleaved data.", |
| 5328 | + "smithy.api#documentation": "Required when you use Dolby Vision (DolbyVision) processing. Set Profile (DolbyVisionProfile) to Profile 5 (Profile_5) to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 (Profile_8_1) to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.", |
5306 | 5329 | "smithy.api#enum": [
|
5307 | 5330 | {
|
5308 | 5331 | "value": "PROFILE_5",
|
5309 | 5332 | "name": "PROFILE_5"
|
| 5333 | + }, |
| 5334 | + { |
| 5335 | + "value": "PROFILE_8_1", |
| 5336 | + "name": "PROFILE_8_1" |
5310 | 5337 | }
|
5311 | 5338 | ]
|
5312 | 5339 | }
|
|
10350 | 10377 | "smithy.api#jsonName": "timecodeStart"
|
10351 | 10378 | }
|
10352 | 10379 | },
|
| 10380 | + "VideoGenerator": { |
| 10381 | + "target": "com.amazonaws.mediaconvert#InputVideoGenerator", |
| 10382 | + "traits": { |
| 10383 | + "smithy.api#documentation": "Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. When you include Video generator, MediaConvert creates a video input with black frames and without an audio track. You can specify a value for Video generator, or you can specify an Input file, but you cannot specify both.", |
| 10384 | + "smithy.api#jsonName": "videoGenerator" |
| 10385 | + } |
| 10386 | + }, |
10353 | 10387 | "VideoSelector": {
|
10354 | 10388 | "target": "com.amazonaws.mediaconvert#VideoSelector",
|
10355 | 10389 | "traits": {
|
|
10722 | 10756 | ]
|
10723 | 10757 | }
|
10724 | 10758 | },
|
| 10759 | + "com.amazonaws.mediaconvert#InputVideoGenerator": { |
| 10760 | + "type": "structure", |
| 10761 | + "members": { |
| 10762 | + "Duration": { |
| 10763 | + "target": "com.amazonaws.mediaconvert#__integerMin50Max86400000", |
| 10764 | + "traits": { |
| 10765 | + "smithy.api#documentation": "Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator.", |
| 10766 | + "smithy.api#jsonName": "duration" |
| 10767 | + } |
| 10768 | + } |
| 10769 | + }, |
| 10770 | + "traits": { |
| 10771 | + "smithy.api#documentation": "Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. When you include Video generator, MediaConvert creates a video input with black frames and without an audio track. You can specify a value for Video generator, or you can specify an Input file, but you cannot specify both." |
| 10772 | + } |
| 10773 | + }, |
10725 | 10774 | "com.amazonaws.mediaconvert#InsertableImage": {
|
10726 | 10775 | "type": "structure",
|
10727 | 10776 | "members": {
|
|
15789 | 15838 | "smithy.api#documentation": "Specific settings for this type of output."
|
15790 | 15839 | }
|
15791 | 15840 | },
|
| 15841 | + "com.amazonaws.mediaconvert#PadVideo": { |
| 15842 | + "type": "string", |
| 15843 | + "traits": { |
| 15844 | + "smithy.api#documentation": "Use this setting if your input has video and audio durations that don't align, and your output or player has strict alignment requirements. Examples: Input audio track has a delayed start. Input video track ends before audio ends. When you set Pad video (padVideo) to Black (BLACK), MediaConvert generates black video frames so that output video and audio durations match. Black video frames are added at the beginning or end, depending on your input. To keep the default behavior and not generate black video, set Pad video to Disabled (DISABLED) or leave blank.", |
| 15845 | + "smithy.api#enum": [ |
| 15846 | + { |
| 15847 | + "value": "DISABLED", |
| 15848 | + "name": "DISABLED" |
| 15849 | + }, |
| 15850 | + { |
| 15851 | + "value": "BLACK", |
| 15852 | + "name": "BLACK" |
| 15853 | + } |
| 15854 | + ] |
| 15855 | + } |
| 15856 | + }, |
15792 | 15857 | "com.amazonaws.mediaconvert#PartnerWatermarking": {
|
15793 | 15858 | "type": "structure",
|
15794 | 15859 | "members": {
|
|
18413 | 18478 | "smithy.api#jsonName": "hdr10Metadata"
|
18414 | 18479 | }
|
18415 | 18480 | },
|
| 18481 | + "PadVideo": { |
| 18482 | + "target": "com.amazonaws.mediaconvert#PadVideo", |
| 18483 | + "traits": { |
| 18484 | + "smithy.api#documentation": "Use this setting if your input has video and audio durations that don't align, and your output or player has strict alignment requirements. Examples: Input audio track has a delayed start. Input video track ends before audio ends. When you set Pad video (padVideo) to Black (BLACK), MediaConvert generates black video frames so that output video and audio durations match. Black video frames are added at the beginning or end, depending on your input. To keep the default behavior and not generate black video, set Pad video to Disabled (DISABLED) or leave blank.", |
| 18485 | + "smithy.api#jsonName": "padVideo" |
| 18486 | + } |
| 18487 | + }, |
18416 | 18488 | "Pid": {
|
18417 | 18489 | "target": "com.amazonaws.mediaconvert#__integerMin1Max2147483647",
|
18418 | 18490 | "traits": {
|
|
20418 | 20490 | }
|
20419 | 20491 | }
|
20420 | 20492 | },
|
| 20493 | + "com.amazonaws.mediaconvert#__integerMin50Max86400000": { |
| 20494 | + "type": "integer", |
| 20495 | + "traits": { |
| 20496 | + "smithy.api#range": { |
| 20497 | + "min": 50, |
| 20498 | + "max": 86400000 |
| 20499 | + } |
| 20500 | + } |
| 20501 | + }, |
20421 | 20502 | "com.amazonaws.mediaconvert#__integerMin6000Max1024000": {
|
20422 | 20503 | "type": "integer",
|
20423 | 20504 | "traits": {
|
|
0 commit comments