Class: Aws::MediaConvert::Types::NoiseReducerTemporalFilterSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::NoiseReducerTemporalFilterSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Noise reducer filter settings for temporal filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggressive_mode ⇒ Integer
Use Aggressive mode for content that has complex motion.
-
#post_temporal_sharpening ⇒ String
When you set Noise reducer to Temporal, the bandwidth and sharpness of your output is reduced.
-
#post_temporal_sharpening_strength ⇒ String
Use Post temporal sharpening strength to define the amount of sharpening the transcoder applies to your output.
-
#speed ⇒ Integer
The speed of the filter (higher number is faster).
-
#strength ⇒ Integer
Specify the strength of the noise reducing filter on this output.
Instance Attribute Details
#aggressive_mode ⇒ Integer
Use Aggressive mode for content that has complex motion. Higher values produce stronger temporal filtering. This filters highly complex scenes more aggressively and creates better VQ for low bitrate outputs.
10405 10406 10407 10408 10409 10410 10411 10412 10413 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10405 class NoiseReducerTemporalFilterSettings < Struct.new( :aggressive_mode, :post_temporal_sharpening, :post_temporal_sharpening_strength, :speed, :strength) SENSITIVE = [] include Aws::Structure end |
#post_temporal_sharpening ⇒ String
When you set Noise reducer to Temporal, the bandwidth and sharpness of your output is reduced. You can optionally use Post temporal sharpening to apply sharpening to the edges of your output. Note that Post temporal sharpening will also make the bandwidth reduction from the Noise reducer smaller. The default behavior, Auto, allows the transcoder to determine whether to apply sharpening, depending on your input type and quality. When you set Post temporal sharpening to Enabled, specify how much sharpening is applied using Post temporal sharpening strength. Set Post temporal sharpening to Disabled to not apply sharpening.
10405 10406 10407 10408 10409 10410 10411 10412 10413 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10405 class NoiseReducerTemporalFilterSettings < Struct.new( :aggressive_mode, :post_temporal_sharpening, :post_temporal_sharpening_strength, :speed, :strength) SENSITIVE = [] include Aws::Structure end |
#post_temporal_sharpening_strength ⇒ String
Use Post temporal sharpening strength to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low, Medium, or High to indicate the amount of sharpening.
10405 10406 10407 10408 10409 10410 10411 10412 10413 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10405 class NoiseReducerTemporalFilterSettings < Struct.new( :aggressive_mode, :post_temporal_sharpening, :post_temporal_sharpening_strength, :speed, :strength) SENSITIVE = [] include Aws::Structure end |
#speed ⇒ Integer
The speed of the filter (higher number is faster). Low setting reduces bit rate at the cost of transcode time, high setting improves transcode time at the cost of bit rate.
10405 10406 10407 10408 10409 10410 10411 10412 10413 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10405 class NoiseReducerTemporalFilterSettings < Struct.new( :aggressive_mode, :post_temporal_sharpening, :post_temporal_sharpening_strength, :speed, :strength) SENSITIVE = [] include Aws::Structure end |
#strength ⇒ Integer
Specify the strength of the noise reducing filter on this output. Higher values produce stronger filtering. We recommend the following value ranges, depending on the result that you want: * 0-2 for complexity reduction with minimal sharpness loss * 2-8 for complexity reduction with image preservation * 8-16 for a high level of complexity reduction
10405 10406 10407 10408 10409 10410 10411 10412 10413 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10405 class NoiseReducerTemporalFilterSettings < Struct.new( :aggressive_mode, :post_temporal_sharpening, :post_temporal_sharpening_strength, :speed, :strength) SENSITIVE = [] include Aws::Structure end |