Skip to content

Commit

Permalink
AWS Elemental MediaConvert SDK has released support for automatic Dol…
Browse files Browse the repository at this point in the history
…byVision metadata generation when converting HDR10 to DolbyVision.
  • Loading branch information
aws-sdk-dotnet-automation committed Jun 23, 2022
1 parent 06a8b39 commit dabe47b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand All @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions sdk/src/Services/MediaConvert/Generated/Model/DolbyVision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
namespace Amazon.MediaConvert.Model
{
/// <summary>
/// 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.
/// </summary>
public partial class DolbyVision
{
Expand Down Expand Up @@ -94,10 +93,11 @@ internal bool IsSetMapping()
}

/// <summary>
/// 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.
/// </summary>
public DolbyVisionProfile Profile
{
Expand Down

0 comments on commit dabe47b

Please sign in to comment.