Interface NoiseReducerTemporalFilterSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NoiseReducerTemporalFilterSettings.Builder,NoiseReducerTemporalFilterSettings>,SdkBuilder<NoiseReducerTemporalFilterSettings.Builder,NoiseReducerTemporalFilterSettings>,SdkPojo
- Enclosing class:
- NoiseReducerTemporalFilterSettings
public static interface NoiseReducerTemporalFilterSettings.Builder extends SdkPojo, CopyableBuilder<NoiseReducerTemporalFilterSettings.Builder,NoiseReducerTemporalFilterSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NoiseReducerTemporalFilterSettings.BuilderaggressiveMode(Integer aggressiveMode)Use Aggressive mode for content that has complex motion.NoiseReducerTemporalFilterSettings.BuilderpostTemporalSharpening(String postTemporalSharpening)When you set Noise reducer to Temporal, the bandwidth and sharpness of your output is reduced.NoiseReducerTemporalFilterSettings.BuilderpostTemporalSharpening(NoiseFilterPostTemporalSharpening postTemporalSharpening)When you set Noise reducer to Temporal, the bandwidth and sharpness of your output is reduced.NoiseReducerTemporalFilterSettings.BuilderpostTemporalSharpeningStrength(String postTemporalSharpeningStrength)Use Post temporal sharpening strength to define the amount of sharpening the transcoder applies to your output.NoiseReducerTemporalFilterSettings.BuilderpostTemporalSharpeningStrength(NoiseFilterPostTemporalSharpeningStrength postTemporalSharpeningStrength)Use Post temporal sharpening strength to define the amount of sharpening the transcoder applies to your output.NoiseReducerTemporalFilterSettings.Builderspeed(Integer speed)The speed of the filter (higher number is faster).NoiseReducerTemporalFilterSettings.Builderstrength(Integer strength)Specify the strength of the noise reducing filter on this output.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
aggressiveMode
NoiseReducerTemporalFilterSettings.Builder aggressiveMode(Integer aggressiveMode)
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.- Parameters:
aggressiveMode- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postTemporalSharpening
NoiseReducerTemporalFilterSettings.Builder postTemporalSharpening(String postTemporalSharpening)
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.- Parameters:
postTemporalSharpening- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NoiseFilterPostTemporalSharpening,NoiseFilterPostTemporalSharpening
-
postTemporalSharpening
NoiseReducerTemporalFilterSettings.Builder postTemporalSharpening(NoiseFilterPostTemporalSharpening postTemporalSharpening)
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.- Parameters:
postTemporalSharpening- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NoiseFilterPostTemporalSharpening,NoiseFilterPostTemporalSharpening
-
postTemporalSharpeningStrength
NoiseReducerTemporalFilterSettings.Builder postTemporalSharpeningStrength(String postTemporalSharpeningStrength)
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.- Parameters:
postTemporalSharpeningStrength- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NoiseFilterPostTemporalSharpeningStrength,NoiseFilterPostTemporalSharpeningStrength
-
postTemporalSharpeningStrength
NoiseReducerTemporalFilterSettings.Builder postTemporalSharpeningStrength(NoiseFilterPostTemporalSharpeningStrength postTemporalSharpeningStrength)
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.- Parameters:
postTemporalSharpeningStrength- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NoiseFilterPostTemporalSharpeningStrength,NoiseFilterPostTemporalSharpeningStrength
-
speed
NoiseReducerTemporalFilterSettings.Builder speed(Integer speed)
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.- Parameters:
speed- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strength
NoiseReducerTemporalFilterSettings.Builder strength(Integer strength)
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- Parameters:
strength- 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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-