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.DeinterlaceAlgorithm

Description

 
Synopsis

Documentation

newtype DeinterlaceAlgorithm Source #

Only applies when you set Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive (ADAPTIVE). Motion adaptive interpolate (INTERPOLATE) produces sharper pictures, while blend (BLEND) produces smoother motion. Use (INTERPOLATE_TICKER) OR (BLEND_TICKER) if your source file includes a ticker, such as a scrolling headline at the bottom of the frame.

Instances

Instances details
FromJSON DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

FromJSONKey DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

ToJSON DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

ToJSONKey DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

ToByteString DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

ToHeader DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

ToLog DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

ToQuery DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

FromText DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

ToText DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

FromXML DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

ToXML DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

Generic DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

Associated Types

type Rep DeinterlaceAlgorithm :: Type -> Type #

Read DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

Show DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

NFData DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

Methods

rnf :: DeinterlaceAlgorithm -> () #

Eq DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

Ord DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

Hashable DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

type Rep DeinterlaceAlgorithm Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlaceAlgorithm

type Rep DeinterlaceAlgorithm = D1 ('MetaData "DeinterlaceAlgorithm" "Amazonka.MediaConvert.Types.DeinterlaceAlgorithm" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'True) (C1 ('MetaCons "DeinterlaceAlgorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeinterlaceAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))