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

Description

 
Synopsis

Documentation

newtype VideoTimecodeInsertion Source #

Applies only to H.264, H.265, MPEG2, and ProRes outputs. Only enable Timecode insertion when the input frame rate is identical to the output frame rate. To include timecodes in this output, set Timecode insertion (VideoTimecodeInsertion) to PIC_TIMING_SEI. To leave them out, set it to DISABLED. Default is DISABLED. When the service inserts timecodes in an output, by default, it uses any embedded timecodes from the input. If none are present, the service will set the timecode for the first output frame to zero. To change this default behavior, adjust the settings under Timecode configuration (TimecodeConfig). In the console, these settings are located under Job > Job settings > Timecode configuration. Note - Timecode source under input settings (InputTimecodeSource) does not affect the timecodes that are inserted in the output. Source under Job settings > Timecode configuration (TimecodeSource) does.

Instances

Instances details
Eq VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

Ord VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

Read VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

Show VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

Generic VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

Associated Types

type Rep VideoTimecodeInsertion :: Type -> Type #

NFData VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

Methods

rnf :: VideoTimecodeInsertion -> () #

Hashable VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

ToJSON VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

ToJSONKey VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

FromJSON VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

FromJSONKey VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

ToLog VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

ToHeader VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

ToQuery VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

FromXML VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

ToXML VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

ToByteString VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

FromText VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

ToText VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

type Rep VideoTimecodeInsertion Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoTimecodeInsertion

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