class Aws::MediaConvert::Types::NoiseReducer

Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer (NoiseReducer), you must also select a value for Noise reducer filter (NoiseReducerFilter).

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

data as a hash:

    {
      filter: "BILATERAL", # accepts BILATERAL, MEAN, GAUSSIAN, LANCZOS, SHARPEN, CONSERVE, SPATIAL, TEMPORAL
      filter_settings: {
        strength: 1,
      },
      spatial_filter_settings: {
        post_filter_sharpen_strength: 1,
        speed: 1,
        strength: 1,
      },
      temporal_filter_settings: {
        aggressive_mode: 1,
        post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
        speed: 1,
        strength: 1,
      },
    }

@!attribute [rw] filter

Use Noise reducer filter (NoiseReducerFilter) to select one of the
following spatial image filtering functions. To use this setting,
you must also enable Noise reducer (NoiseReducer). * Bilateral
preserves edges while reducing noise. * Mean (softest), Gaussian,
Lanczos, and Sharpen (sharpest) do convolution filtering. *
Conserve does min/max noise reduction. * Spatial does
frequency-domain filtering based on JND principles. * Temporal
optimizes video quality for complex motion.
@return [String]

@!attribute [rw] filter_settings

Settings for a noise reducer filter
@return [Types::NoiseReducerFilterSettings]

@!attribute [rw] spatial_filter_settings

Noise reducer filter settings for spatial filter.
@return [Types::NoiseReducerSpatialFilterSettings]

@!attribute [rw] temporal_filter_settings

Noise reducer filter settings for temporal filter.
@return [Types::NoiseReducerTemporalFilterSettings]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/NoiseReducer AWS API Documentation

Constants

SENSITIVE