Skip to content

Commit 9ccf949

Browse files
author
awstools
committed
docs(client-mediaconvert): AWS Elemental MediaConvert SDK has released support for automatic DolbyVision metadata generation when converting HDR10 to DolbyVision.
1 parent 7af6954 commit 9ccf949

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

clients/client-mediaconvert/src/models/models_1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3354,7 +3354,7 @@ export enum DolbyVisionProfile {
33543354
}
33553355

33563356
/**
3357-
* With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby Vision outputs from MXF and IMF sources.
3357+
* Create Dolby Vision Profile 5 or Profile 8.1 compatible video output.
33583358
*/
33593359
export interface DolbyVision {
33603360
/**
@@ -3373,7 +3373,7 @@ export interface DolbyVision {
33733373
Mapping?: DolbyVisionMapping | string;
33743374

33753375
/**
3376-
* Required when you use Dolby Vision processing. Set Profile to Profile 5 to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.
3376+
* Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata.
33773377
*/
33783378
Profile?: DolbyVisionProfile | string;
33793379
}

codegen/sdk-codegen/aws-models/mediaconvert.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5365,13 +5365,13 @@
53655365
"Profile": {
53665366
"target": "com.amazonaws.mediaconvert#DolbyVisionProfile",
53675367
"traits": {
5368-
"smithy.api#documentation": "Required when you use Dolby Vision processing. Set Profile to Profile 5 to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.",
5368+
"smithy.api#documentation": "Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata.",
53695369
"smithy.api#jsonName": "profile"
53705370
}
53715371
}
53725372
},
53735373
"traits": {
5374-
"smithy.api#documentation": "With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby Vision outputs from MXF and IMF sources."
5374+
"smithy.api#documentation": "Create Dolby Vision Profile 5 or Profile 8.1 compatible video output."
53755375
}
53765376
},
53775377
"com.amazonaws.mediaconvert#DolbyVisionLevel6Metadata": {
@@ -5435,7 +5435,7 @@
54355435
"com.amazonaws.mediaconvert#DolbyVisionProfile": {
54365436
"type": "string",
54375437
"traits": {
5438-
"smithy.api#documentation": "Required when you use Dolby Vision processing. Set Profile to Profile 5 to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.",
5438+
"smithy.api#documentation": "Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata.",
54395439
"smithy.api#enum": [
54405440
{
54415441
"value": "PROFILE_5",

0 commit comments

Comments
 (0)