AWS::MediaLive::Channel TemporalFilterSettings
Settings for the temporal filter to apply to the video.
The parents of this entity are H264FilterSettings, H265FilterSettings, and Mpeg2FilterSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PostFilterSharpening" :
String
, "Strength" :String
}
YAML
PostFilterSharpening:
String
Strength:String
Properties
PostFilterSharpening
-
If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source. - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.
Required: No
Type: String
Update requires: No interruption
Strength
-
Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.
Required: No
Type: String
Update requires: No interruption