amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

Description

 
Synopsis

Documentation

data NoiseReducerTemporalFilterSettings Source #

Noise reducer filter settings for temporal filter.

See: newNoiseReducerTemporalFilterSettings smart constructor.

Constructors

NoiseReducerTemporalFilterSettings' 

Fields

  • aggressiveMode :: Maybe Natural

    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.

  • postTemporalSharpening :: Maybe NoiseFilterPostTemporalSharpening

    When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), the bandwidth and sharpness of your output is reduced. You can optionally use Post temporal sharpening (postTemporalSharpening) 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 (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 (ENABLED), specify how much sharpening is applied using Post temporal sharpening strength (postTemporalSharpeningStrength). Set Post temporal sharpening to Disabled (DISABLED) to not apply sharpening.

  • postTemporalSharpeningStrength :: Maybe NoiseFilterPostTemporalSharpeningStrength

    Use Post temporal sharpening strength (postTemporalSharpeningStrength) to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low (LOW), Medium (MEDIUM), or High (HIGH) to indicate the amount of sharpening.

  • speed :: Maybe Int

    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.

  • strength :: Maybe Natural

    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

Instances

Instances details
FromJSON NoiseReducerTemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

ToJSON NoiseReducerTemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

Generic NoiseReducerTemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

Associated Types

type Rep NoiseReducerTemporalFilterSettings :: Type -> Type #

Read NoiseReducerTemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

Show NoiseReducerTemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

NFData NoiseReducerTemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

Eq NoiseReducerTemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

Hashable NoiseReducerTemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

type Rep NoiseReducerTemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings

type Rep NoiseReducerTemporalFilterSettings = D1 ('MetaData "NoiseReducerTemporalFilterSettings" "Amazonka.MediaConvert.Types.NoiseReducerTemporalFilterSettings" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "NoiseReducerTemporalFilterSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggressiveMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "postTemporalSharpening") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NoiseFilterPostTemporalSharpening))) :*: (S1 ('MetaSel ('Just "postTemporalSharpeningStrength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NoiseFilterPostTemporalSharpeningStrength)) :*: (S1 ('MetaSel ('Just "speed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "strength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newNoiseReducerTemporalFilterSettings :: NoiseReducerTemporalFilterSettings Source #

Create a value of NoiseReducerTemporalFilterSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:aggressiveMode:NoiseReducerTemporalFilterSettings', noiseReducerTemporalFilterSettings_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.

$sel:postTemporalSharpening:NoiseReducerTemporalFilterSettings', noiseReducerTemporalFilterSettings_postTemporalSharpening - When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), the bandwidth and sharpness of your output is reduced. You can optionally use Post temporal sharpening (postTemporalSharpening) 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 (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 (ENABLED), specify how much sharpening is applied using Post temporal sharpening strength (postTemporalSharpeningStrength). Set Post temporal sharpening to Disabled (DISABLED) to not apply sharpening.

$sel:postTemporalSharpeningStrength:NoiseReducerTemporalFilterSettings', noiseReducerTemporalFilterSettings_postTemporalSharpeningStrength - Use Post temporal sharpening strength (postTemporalSharpeningStrength) to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low (LOW), Medium (MEDIUM), or High (HIGH) to indicate the amount of sharpening.

$sel:speed:NoiseReducerTemporalFilterSettings', noiseReducerTemporalFilterSettings_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.

$sel:strength:NoiseReducerTemporalFilterSettings', noiseReducerTemporalFilterSettings_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

noiseReducerTemporalFilterSettings_aggressiveMode :: Lens' NoiseReducerTemporalFilterSettings (Maybe Natural) Source #

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.

noiseReducerTemporalFilterSettings_postTemporalSharpening :: Lens' NoiseReducerTemporalFilterSettings (Maybe NoiseFilterPostTemporalSharpening) Source #

When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), the bandwidth and sharpness of your output is reduced. You can optionally use Post temporal sharpening (postTemporalSharpening) 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 (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 (ENABLED), specify how much sharpening is applied using Post temporal sharpening strength (postTemporalSharpeningStrength). Set Post temporal sharpening to Disabled (DISABLED) to not apply sharpening.

noiseReducerTemporalFilterSettings_postTemporalSharpeningStrength :: Lens' NoiseReducerTemporalFilterSettings (Maybe NoiseFilterPostTemporalSharpeningStrength) Source #

Use Post temporal sharpening strength (postTemporalSharpeningStrength) to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low (LOW), Medium (MEDIUM), or High (HIGH) to indicate the amount of sharpening.

noiseReducerTemporalFilterSettings_speed :: Lens' NoiseReducerTemporalFilterSettings (Maybe Int) Source #

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.

noiseReducerTemporalFilterSettings_strength :: Lens' NoiseReducerTemporalFilterSettings (Maybe Natural) Source #

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