libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
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.MediaConvert.Types.DeinterlacerControl

Description

 
Synopsis

Documentation

newtype DeinterlacerControl Source #

  • When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive. It will only convert those that are tagged as some other type. - When set to FORCE_ALL_FRAMES, the deinterlacer converts every frame to progressive - even those that are already tagged as progressive. Turn Force mode on only if there is a good chance that the metadata has tagged frames as progressive when they are not progressive. Do not turn on otherwise; processing frames that are already progressive into progressive will probably result in lower quality video.

Instances

Instances details
Eq DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

Ord DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

Read DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

Show DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

Generic DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

Associated Types

type Rep DeinterlacerControl :: Type -> Type #

NFData DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

Methods

rnf :: DeinterlacerControl -> () #

Hashable DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

ToJSON DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

ToJSONKey DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

FromJSON DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

FromJSONKey DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

ToLog DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

ToHeader DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

ToQuery DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

FromXML DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

ToXML DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

ToByteString DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

FromText DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

ToText DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

type Rep DeinterlacerControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DeinterlacerControl

type Rep DeinterlacerControl = D1 ('MetaData "DeinterlacerControl" "Amazonka.MediaConvert.Types.DeinterlacerControl" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'True) (C1 ('MetaCons "DeinterlacerControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeinterlacerControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))