From dabe47b3bb20e0ea12cac7fac5fa35eaebe7f144 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 23 Jun 2022 11:17:27 -0700 Subject: [PATCH] AWS Elemental MediaConvert SDK has released support for automatic DolbyVision metadata generation when converting HDR10 to DolbyVision. --- .../mediaconvert/mediaconvert-2017-08-29.docs.json | 6 +++--- .../mediaconvert/mediaconvert-2017-08-29.normal.json | 6 +++--- .../MediaConvert/Generated/Model/DolbyVision.cs | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/generator/ServiceModels/mediaconvert/mediaconvert-2017-08-29.docs.json b/generator/ServiceModels/mediaconvert/mediaconvert-2017-08-29.docs.json index 7865674fc5ff..c8ca9896e9ab 100644 --- a/generator/ServiceModels/mediaconvert/mediaconvert-2017-08-29.docs.json +++ b/generator/ServiceModels/mediaconvert/mediaconvert-2017-08-29.docs.json @@ -1059,7 +1059,7 @@ } }, "DolbyVision": { - "base": "With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby Vision outputs from MXF and IMF sources.", + "base": "Create Dolby Vision Profile 5 or Profile 8.1 compatible video output.", "refs": { "VideoPreprocessor$DolbyVision": "Enable Dolby Vision feature to produce Dolby Vision compatible video output." } @@ -1083,9 +1083,9 @@ } }, "DolbyVisionProfile": { - "base": "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.", + "base": "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.", "refs": { - "DolbyVision$Profile": "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." + "DolbyVision$Profile": "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." } }, "DropFrameTimecode": { diff --git a/generator/ServiceModels/mediaconvert/mediaconvert-2017-08-29.normal.json b/generator/ServiceModels/mediaconvert/mediaconvert-2017-08-29.normal.json index 884b600c9c51..76d42078498c 100644 --- a/generator/ServiceModels/mediaconvert/mediaconvert-2017-08-29.normal.json +++ b/generator/ServiceModels/mediaconvert/mediaconvert-2017-08-29.normal.json @@ -4134,10 +4134,10 @@ "Profile": { "shape": "DolbyVisionProfile", "locationName": "profile", - "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." + "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." } }, - "documentation": "With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby Vision outputs from MXF and IMF sources." + "documentation": "Create Dolby Vision Profile 5 or Profile 8.1 compatible video output." }, "DolbyVisionLevel6Metadata": { "type": "structure", @@ -4174,7 +4174,7 @@ }, "DolbyVisionProfile": { "type": "string", - "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.", + "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.", "enum": [ "PROFILE_5", "PROFILE_8_1" diff --git a/sdk/src/Services/MediaConvert/Generated/Model/DolbyVision.cs b/sdk/src/Services/MediaConvert/Generated/Model/DolbyVision.cs index 7fbb225907a9..da857465899e 100644 --- a/sdk/src/Services/MediaConvert/Generated/Model/DolbyVision.cs +++ b/sdk/src/Services/MediaConvert/Generated/Model/DolbyVision.cs @@ -29,8 +29,7 @@ namespace Amazon.MediaConvert.Model { /// - /// With AWS Elemental MediaConvert, you can create profile 5 or 8.1 Dolby Vision outputs - /// from MXF and IMF sources. + /// Create Dolby Vision Profile 5 or Profile 8.1 compatible video output. /// public partial class DolbyVision { @@ -94,10 +93,11 @@ internal bool IsSetMapping() } /// - /// Gets and sets the property Profile. 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. + /// Gets and sets the property Profile. 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. /// public DolbyVisionProfile Profile {