class Aws::MediaLive::Types::TemporalFilterSettings

Temporal Filter Settings

@note When making an API call, you may pass TemporalFilterSettings

data as a hash:

    {
      post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
      strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
    }

@!attribute [rw] post_filter_sharpening

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.
@return [String]

@!attribute [rw] 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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TemporalFilterSettings AWS API Documentation

Constants

SENSITIVE