AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-04 · Documentation low

File: cli/latest/reference/mediaconvert/update-job-template.md

Summary

Added ExplicitWeightedPrediction parameter and DurationControl structure to job template configuration, including JSON syntax updates

Security assessment

Changes extend video processing configuration options for compression and duration normalization. No security vulnerabilities, security features, or security-related constraints are mentioned in the added documentation.

Diff

diff --git a/cli/latest/reference/mediaconvert/update-job-template.md b/cli/latest/reference/mediaconvert/update-job-template.md
index a11657a87..5d2057bec 100644
--- a//cli/latest/reference/mediaconvert/update-job-template.md
+++ b//cli/latest/reference/mediaconvert/update-job-template.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »
@@ -11676,0 +11677,11 @@ JSON Syntax:
+>>>>>>>> 
+>>>>>>>> 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`
+>>>>>>>>> 
+
@@ -14888,0 +14900,37 @@ JSON Syntax:
+>>>>>>> 
+>>>>>>> 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`
+>>>>>>>>> 
+
@@ -16586,0 +16635 @@ JSON Syntax:
+                    "ExplicitWeightedPrediction": "DISABLED"|"ENABLED",
@@ -16910,0 +16960,5 @@ JSON Syntax:
+                  "DurationControl": {
+                    "IntegerDurationMaximumCompressionDenominator": integer,
+                    "IntegerDurationMaximumCompressionNumerator": integer,
+                    "IntegerDurationTrimThresholdMilliseconds": integer
+                  },
@@ -28828,0 +28883,11 @@ JobTemplate -> (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`
+>>>>>>>>>> 
+
@@ -32040,0 +32106,37 @@ JobTemplate -> (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`
+>>>>>>>>>> 
+
@@ -32577 +32679 @@ JobTemplate -> (structure)
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »