AWS cli documentation change
Summary
Added ExplicitWeightedPrediction parameter for H.264 encoder and DurationControl structure for integer-second duration normalization with compression/trimming settings
Security assessment
Changes introduce video encoding optimization features (weighted prediction and duration control) without any mention of security vulnerabilities, access controls, or data protection. The parameters focus on compression efficiency and frame adjustment techniques.
Diff
diff --git a/cli/latest/reference/mediaconvert/create-preset.md b/cli/latest/reference/mediaconvert/create-preset.md index 3c6dde9b9..fc4264a6d 100644 --- a//cli/latest/reference/mediaconvert/create-preset.md +++ b//cli/latest/reference/mediaconvert/create-preset.md @@ -15 +15 @@ - * [AWS CLI 2.35.13 Command Reference](../../index.html) » + * [AWS CLI 2.35.15 Command Reference](../../index.html) » @@ -4858,0 +4859,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mediac +>>>> +>>>> ExplicitWeightedPrediction -> (string) +>>>> +>>>>> Enable or disable explicit weighted prediction for the H.264 encoder. Weighted prediction improves compression efficiency for content with fading or brightness changes between frames. +>>>>> +>>>>> Possible values: +>>>>> +>>>>> * `DISABLED` +>>>>> * `ENABLED` +>>>>> + @@ -8070,0 +8082,37 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mediac +>>> +>>> DurationControl -> (structure) +>>> +>>>> Enable integer-second duration normalization. When enabled, the output duration is adjusted to land on an exact integer-second boundary. The adjustment method (trim, compress, or pad) is chosen automatically based on how far the input duration is from the nearest integer second. +>>>> +>>>> IntegerDurationMaximumCompressionDenominator -> (integer) +>>>> +>>>>> Required. Denominator of the maximum allowed compression ratio. +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `1` +>>>>> * max: `2147483647` +>>>>> + +>>>> +>>>> IntegerDurationMaximumCompressionNumerator -> (integer) +>>>> +>>>>> Required. Numerator of the maximum allowed compression ratio, defined as overrun divided by target duration. For example, numerator 5 with denominator 100 means max 5% compression. Set to 0 to disable compression entirely (only trim or pad will be used). +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `0` +>>>>> * max: `2147483647` +>>>>> + +>>>> +>>>> IntegerDurationTrimThresholdMilliseconds -> (integer) +>>>> +>>>>> Maximum number of fractional milliseconds past an integer second that qualify for the trim path (frame dropping). Default is 0 (trimming disabled). +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `0` +>>>>> * max: `500` +>>>>> + @@ -8967,0 +9016 @@ JSON Syntax: + "ExplicitWeightedPrediction": "DISABLED"|"ENABLED", @@ -9291,0 +9341,5 @@ JSON Syntax: + "DurationControl": { + "IntegerDurationMaximumCompressionDenominator": integer, + "IntegerDurationMaximumCompressionNumerator": integer, + "IntegerDurationTrimThresholdMilliseconds": integer + }, @@ -14293,0 +14348,11 @@ Preset -> (structure) +>>>>> +>>>>> ExplicitWeightedPrediction -> (string) +>>>>> +>>>>>> Enable or disable explicit weighted prediction for the H.264 encoder. Weighted prediction improves compression efficiency for content with fading or brightness changes between frames. +>>>>>> +>>>>>> Possible values: +>>>>>> +>>>>>> * `DISABLED` +>>>>>> * `ENABLED` +>>>>>> + @@ -17505,0 +17571,37 @@ Preset -> (structure) +>>>> +>>>> DurationControl -> (structure) +>>>> +>>>>> Enable integer-second duration normalization. When enabled, the output duration is adjusted to land on an exact integer-second boundary. The adjustment method (trim, compress, or pad) is chosen automatically based on how far the input duration is from the nearest integer second. +>>>>> +>>>>> IntegerDurationMaximumCompressionDenominator -> (integer) +>>>>> +>>>>>> Required. Denominator of the maximum allowed compression ratio. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `2147483647` +>>>>>> + +>>>>> +>>>>> IntegerDurationMaximumCompressionNumerator -> (integer) +>>>>> +>>>>>> Required. Numerator of the maximum allowed compression ratio, defined as overrun divided by target duration. For example, numerator 5 with denominator 100 means max 5% compression. Set to 0 to disable compression entirely (only trim or pad will be used). +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `0` +>>>>>> * max: `2147483647` +>>>>>> + +>>>>> +>>>>> IntegerDurationTrimThresholdMilliseconds -> (integer) +>>>>> +>>>>>> Maximum number of fractional milliseconds past an integer second that qualify for the trim path (frame dropping). Default is 0 (trimming disabled). +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `0` +>>>>>> * max: `500` +>>>>>> + @@ -17940 +18042 @@ Preset -> (structure) - * [AWS CLI 2.35.13 Command Reference](../../index.html) » + * [AWS CLI 2.35.15 Command Reference](../../index.html) »