Class: Aws::MediaLive::Types::TemporalFilterSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Temporal Filter Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#post_filter_sharpeningString

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.

Returns:

  • (String)


11853
11854
11855
11856
11857
11858
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11853

class TemporalFilterSettings < Struct.new(
  :post_filter_sharpening,
  :strength)
  SENSITIVE = []
  include Aws::Structure
end

#strengthString

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.

Returns:

  • (String)


11853
11854
11855
11856
11857
11858
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11853

class TemporalFilterSettings < Struct.new(
  :post_filter_sharpening,
  :strength)
  SENSITIVE = []
  include Aws::Structure
end