libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.TemporalFilterSettings

Description

 
Synopsis

Documentation

data TemporalFilterSettings Source #

Temporal Filter Settings

See: newTemporalFilterSettings smart constructor.

Constructors

TemporalFilterSettings' 

Fields

  • strength :: Maybe TemporalFilterStrength

    Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.

  • postFilterSharpening :: Maybe TemporalFilterPostFilterSharpening

    If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source. - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.

Instances

Instances details
Eq TemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TemporalFilterSettings

Read TemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TemporalFilterSettings

Show TemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TemporalFilterSettings

Generic TemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TemporalFilterSettings

Associated Types

type Rep TemporalFilterSettings :: Type -> Type #

NFData TemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TemporalFilterSettings

Methods

rnf :: TemporalFilterSettings -> () #

Hashable TemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TemporalFilterSettings

ToJSON TemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TemporalFilterSettings

FromJSON TemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TemporalFilterSettings

type Rep TemporalFilterSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TemporalFilterSettings

type Rep TemporalFilterSettings = D1 ('MetaData "TemporalFilterSettings" "Amazonka.MediaLive.Types.TemporalFilterSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "TemporalFilterSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "strength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemporalFilterStrength)) :*: S1 ('MetaSel ('Just "postFilterSharpening") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemporalFilterPostFilterSharpening))))

newTemporalFilterSettings :: TemporalFilterSettings Source #

Create a value of TemporalFilterSettings 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:strength:TemporalFilterSettings', temporalFilterSettings_strength - Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.

$sel:postFilterSharpening:TemporalFilterSettings', temporalFilterSettings_postFilterSharpening - If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source. - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.

temporalFilterSettings_strength :: Lens' TemporalFilterSettings (Maybe TemporalFilterStrength) Source #

Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.

temporalFilterSettings_postFilterSharpening :: Lens' TemporalFilterSettings (Maybe TemporalFilterPostFilterSharpening) Source #

If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source. - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.