You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::NoiseReducerTemporalFilterSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NoiseReducerTemporalFilterSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  aggressive_mode: 1,
  post_temporal_sharpening: "DISABLED", # accepts DISABLED, ENABLED, AUTO
  speed: 1,
  strength: 1,
}

Noise reducer filter settings for temporal filter.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aggressive_modeInteger

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:

  • (Integer)

    Use Aggressive mode for content that has complex motion.

#post_temporal_sharpeningString

Optional. When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), you can use this setting to apply sharpening. The default behavior, Auto (AUTO), allows the transcoder to determine whether to apply filtering, depending on input type and quality. When you set Noise reducer to Temporal, your output bandwidth is reduced. When Post temporal sharpening is also enabled, that bandwidth reduction is smaller.

Possible values:

  • DISABLED
  • ENABLED
  • AUTO

Returns:

  • (String)

    Optional.

#speedInteger

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:

  • (Integer)

    The speed of the filter (higher number is faster).

#strengthInteger

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:

  • (Integer)

    Specify the strength of the noise reducing filter on this output.