|
11425 | 11425 | "Rec709Settings": { |
11426 | 11426 | "shape": "Rec709Settings", |
11427 | 11427 | "locationName": "rec709Settings" |
| 11428 | + }, |
| 11429 | + "Hlg2020Settings": { |
| 11430 | + "shape": "Hlg2020Settings", |
| 11431 | + "locationName": "hlg2020Settings" |
11428 | 11432 | } |
11429 | 11433 | }, |
11430 | 11434 | "documentation": "H265 Color Space Settings" |
|
25868 | 25872 | "shape": "__integerMin0Max8000000", |
25869 | 25873 | "locationName": "minBitrate", |
25870 | 25874 | "documentation": "Used for QVBR rate control mode only.\nOptional.\nEnter a minimum bitrate if you want to keep the output bitrate about a threshold, in order to prevent the downstream system from de-allocating network bandwidth for this output." |
| 25875 | + }, |
| 25876 | + "SpatialAq": { |
| 25877 | + "shape": "Av1SpatialAq", |
| 25878 | + "locationName": "spatialAq", |
| 25879 | + "documentation": "Spatial AQ makes adjustments within each frame based on spatial variation of content complexity. Enabled: MediaLive will determine the appropriate level of spatial AQ to apply. Disabled: No spatial AQ. For more information, see the topic about video adaptive quantization in the MediaLive user guide." |
| 25880 | + }, |
| 25881 | + "TemporalAq": { |
| 25882 | + "shape": "Av1TemporalAq", |
| 25883 | + "locationName": "temporalAq", |
| 25884 | + "documentation": "Temporal AQ makes adjustments within each frame based on variations in content complexity over time. Enabled: MediaLive will determine the appropriate level of temporal AQ to apply. Disabled: No temporal AQ. For more information, see the topic about video adaptive quantization in the MediaLive user guide." |
25871 | 25885 | } |
25872 | 25886 | }, |
25873 | 25887 | "documentation": "Av1 Settings", |
|
29830 | 29844 | "shape": "MultiplexAlert" |
29831 | 29845 | }, |
29832 | 29846 | "documentation": "Placeholder documentation for __listOfMultiplexAlert" |
| 29847 | + }, |
| 29848 | + "Av1SpatialAq": { |
| 29849 | + "type": "string", |
| 29850 | + "documentation": "Av1 Spatial Aq", |
| 29851 | + "enum": [ |
| 29852 | + "DISABLED", |
| 29853 | + "ENABLED" |
| 29854 | + ] |
| 29855 | + }, |
| 29856 | + "Av1TemporalAq": { |
| 29857 | + "type": "string", |
| 29858 | + "documentation": "Av1 Temporal Aq", |
| 29859 | + "enum": [ |
| 29860 | + "DISABLED", |
| 29861 | + "ENABLED" |
| 29862 | + ] |
| 29863 | + }, |
| 29864 | + "Hlg2020Settings": { |
| 29865 | + "type": "structure", |
| 29866 | + "members": {}, |
| 29867 | + "documentation": "Hlg2020 Settings" |
29833 | 29868 | } |
29834 | 29869 | }, |
29835 | 29870 | "documentation": "API for AWS Elemental MediaLive" |
|
0 commit comments