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

Description

 
Synopsis

Documentation

newtype Mpeg2Telecine Source #

When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard or soft telecine to create a smoother picture. Hard telecine (HARD) produces a 29.97i output. Soft telecine (SOFT) produces an output with a 23.976 output that signals to the video player device to do the conversion during play back. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

Constructors

Mpeg2Telecine' 

Instances

Instances details
Eq Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Ord Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Read Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Show Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Generic Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Associated Types

type Rep Mpeg2Telecine :: Type -> Type #

NFData Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Methods

rnf :: Mpeg2Telecine -> () #

Hashable Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToJSON Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToJSONKey Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

FromJSON Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

FromJSONKey Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToLog Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToHeader Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToQuery Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

FromXML Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToXML Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Methods

toXML :: Mpeg2Telecine -> XML #

ToByteString Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

FromText Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

ToText Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

Methods

toText :: Mpeg2Telecine -> Text #

type Rep Mpeg2Telecine Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2Telecine

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