Class: Aws::MediaLive::Types::TemporalFilterSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::TemporalFilterSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Temporal Filter Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#post_filter_sharpening ⇒ String
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.
-
#strength ⇒ String
Choose a filter strength.
Instance Attribute Details
#post_filter_sharpening ⇒ String
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.
12231 12232 12233 12234 12235 12236 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12231 class TemporalFilterSettings < Struct.new( :post_filter_sharpening, :strength) SENSITIVE = [] include Aws::Structure end |
#strength ⇒ String
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.
12231 12232 12233 12234 12235 12236 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12231 class TemporalFilterSettings < Struct.new( :post_filter_sharpening, :strength) SENSITIVE = [] include Aws::Structure end |