AWS cli documentation change
Summary
Added documentation for MultiViewSettings parameter and updated Clear Lead DRM feature to include AV1 video codec support
Security assessment
The change adds documentation for a new MultiViewSettings feature and updates Clear Lead DRM documentation to include AV1 codec support. The Clear Lead DRM documentation describes a security feature that reduces video startup latency while maintaining content protection. However, there is no evidence this change addresses a specific security vulnerability or incident - it appears to be routine feature documentation updates.
Diff
diff --git a/cli/latest/reference/mediaconvert/create-job-template.md b/cli/latest/reference/mediaconvert/create-job-template.md index a19fb7cae..a7d20773d 100644 --- a//cli/latest/reference/mediaconvert/create-job-template.md +++ b//cli/latest/reference/mediaconvert/create-job-template.md @@ -15 +15 @@ - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) » @@ -2317,0 +2318,22 @@ JSON Syntax: +>>> +>>> MultiViewSettings -> (list) +>>> +>>>> Specify the enhancement layer input video file path for Multi View outputs. The base layer input is treated as the left eye and this Multi View input is treated as the right eye. Only one Multi View input is currently supported. MediaConvert encodes both views into a single MV-HEVC output codec. When you add MultiViewSettings to your job, you can only produce Multi View outputs. Adding any other codec output to the same job is not supported. +>>>> +>>>> (structure) +>>>> +>>>>> Specify the enhancement layer input video file path for Multi View outputs. The base layer input is treated as the left eye and this Multi View input is treated as the right eye. Only one Multi View input is currently supported. MediaConvert encodes both views into a single MV-HEVC output codec. When you add MultiViewSettings to your job, you can only produce Multi View outputs. Adding any other codec output to the same job is not supported. +>>>>> +>>>>> Input -> (structure) +>>>>> +>>>>>> Input settings for MultiView Settings. You can include exactly one input as enhancement layer. +>>>>>> +>>>>>> FileInput -> (string) +>>>>>> +>>>>>>> Specify the input file S3, HTTP, or HTTPS URL for your right eye view video. +>>>>>>> +>>>>>>> Constraints: +>>>>>>> +>>>>>>> * pattern: `^s3://([^\/]+\/+)+((([^\/]*)))|^https?://[^\/].*[^&]$` +>>>>>>> + @@ -4428 +4450 @@ JSON Syntax: ->>>>>>> Enable Clear Lead DRM to reduce video startup latency by leaving the first segment unencrypted while DRM license retrieval occurs in parallel. This optimization allows immediate playback startup while maintaining content protection for the remainder of the stream. When enabled, the first output segment remains fully unencrypted, and encryption begins at the start of the second segment. The HLS manifest will omit #EXT-X-KEY tags during the clear segment and insert the first #EXT-X-KEY immediately before the first encrypted fragment. This feature is supported exclusively for CMAF HLS (fMP4) outputs and is compatible with all existing key provider integrations (SPEKE v1, SPEKE v2, and Static Key encryption). Supported codecs: H.264 and H.265 video codecs, and AAC audio codec. Choose Enabled to activate Clear Lead DRM optimization. Choose Disabled to use standard encryption where all segments are encrypted from the beginning. +>>>>>>> Enable Clear Lead DRM to reduce video startup latency by leaving the first segment unencrypted while DRM license retrieval occurs in parallel. This optimization allows immediate playback startup while maintaining content protection for the remainder of the stream. When enabled, the first output segment remains fully unencrypted, and encryption begins at the start of the second segment. The HLS manifest will omit #EXT-X-KEY tags during the clear segment and insert the first #EXT-X-KEY immediately before the first encrypted fragment. This feature is supported exclusively for CMAF HLS (fMP4) outputs and is compatible with all existing key provider integrations (SPEKE v1, SPEKE v2, and Static Key encryption). Supported codecs: H.264, H.265, and AV1 video codecs, and AAC audio codec. Choose Enabled to activate Clear Lead DRM optimization. Choose Disabled to use standard encryption where all segments are encrypted from the beginning. @@ -15320,0 +15343,8 @@ JSON Syntax: + "MultiViewSettings": [ + { + "Input": { + "FileInput": "string" + } + } + ... + ], @@ -19121,0 +19152,22 @@ JobTemplate -> (structure) +>>>> +>>>> MultiViewSettings -> (list) +>>>> +>>>>> Specify the enhancement layer input video file path for Multi View outputs. The base layer input is treated as the left eye and this Multi View input is treated as the right eye. Only one Multi View input is currently supported. MediaConvert encodes both views into a single MV-HEVC output codec. When you add MultiViewSettings to your job, you can only produce Multi View outputs. Adding any other codec output to the same job is not supported. +>>>>> +>>>>> (structure) +>>>>> +>>>>>> Specify the enhancement layer input video file path for Multi View outputs. The base layer input is treated as the left eye and this Multi View input is treated as the right eye. Only one Multi View input is currently supported. MediaConvert encodes both views into a single MV-HEVC output codec. When you add MultiViewSettings to your job, you can only produce Multi View outputs. Adding any other codec output to the same job is not supported. +>>>>>> +>>>>>> Input -> (structure) +>>>>>> +>>>>>>> Input settings for MultiView Settings. You can include exactly one input as enhancement layer. +>>>>>>> +>>>>>>> FileInput -> (string) +>>>>>>> +>>>>>>>> Specify the input file S3, HTTP, or HTTPS URL for your right eye view video. +>>>>>>>> +>>>>>>>> Constraints: +>>>>>>>> +>>>>>>>> * pattern: `^s3://([^\/]+\/+)+((([^\/]*)))|^https?://[^\/].*[^&]$` +>>>>>>>> + @@ -21232 +21284 @@ JobTemplate -> (structure) ->>>>>>>> Enable Clear Lead DRM to reduce video startup latency by leaving the first segment unencrypted while DRM license retrieval occurs in parallel. This optimization allows immediate playback startup while maintaining content protection for the remainder of the stream. When enabled, the first output segment remains fully unencrypted, and encryption begins at the start of the second segment. The HLS manifest will omit #EXT-X-KEY tags during the clear segment and insert the first #EXT-X-KEY immediately before the first encrypted fragment. This feature is supported exclusively for CMAF HLS (fMP4) outputs and is compatible with all existing key provider integrations (SPEKE v1, SPEKE v2, and Static Key encryption). Supported codecs: H.264 and H.265 video codecs, and AAC audio codec. Choose Enabled to activate Clear Lead DRM optimization. Choose Disabled to use standard encryption where all segments are encrypted from the beginning. +>>>>>>>> Enable Clear Lead DRM to reduce video startup latency by leaving the first segment unencrypted while DRM license retrieval occurs in parallel. This optimization allows immediate playback startup while maintaining content protection for the remainder of the stream. When enabled, the first output segment remains fully unencrypted, and encryption begins at the start of the second segment. The HLS manifest will omit #EXT-X-KEY tags during the clear segment and insert the first #EXT-X-KEY immediately before the first encrypted fragment. This feature is supported exclusively for CMAF HLS (fMP4) outputs and is compatible with all existing key provider integrations (SPEKE v1, SPEKE v2, and Static Key encryption). Supported codecs: H.264, H.265, and AV1 video codecs, and AAC audio codec. Choose Enabled to activate Clear Lead DRM optimization. Choose Disabled to use standard encryption where all segments are encrypted from the beginning. @@ -32000 +32052 @@ JobTemplate -> (structure) - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) »