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

Description

 
Synopsis

Documentation

data VideoCodecSettings Source #

Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video encoding. The settings in this group vary depending on the value that you choose for Video codec (Codec). For each codec enum that you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AV1, Av1Settings * AVC_INTRA, AvcIntraSettings * FRAME_CAPTURE, FrameCaptureSettings * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings

See: newVideoCodecSettings smart constructor.

Constructors

VideoCodecSettings' 

Fields

Instances

Instances details
FromJSON VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

ToJSON VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

Generic VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

Associated Types

type Rep VideoCodecSettings :: Type -> Type #

Read VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

Show VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

NFData VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

Methods

rnf :: VideoCodecSettings -> () #

Eq VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

Hashable VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

type Rep VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

type Rep VideoCodecSettings = D1 ('MetaData "VideoCodecSettings" "Amazonka.MediaConvert.Types.VideoCodecSettings" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "VideoCodecSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "av1Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Av1Settings)) :*: (S1 ('MetaSel ('Just "avcIntraSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvcIntraSettings)) :*: S1 ('MetaSel ('Just "codec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoCodec)))) :*: (S1 ('MetaSel ('Just "frameCaptureSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FrameCaptureSettings)) :*: (S1 ('MetaSel ('Just "h264Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe H264Settings)) :*: S1 ('MetaSel ('Just "h265Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe H265Settings))))) :*: ((S1 ('MetaSel ('Just "mpeg2Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Mpeg2Settings)) :*: (S1 ('MetaSel ('Just "proresSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProresSettings)) :*: S1 ('MetaSel ('Just "vc3Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Vc3Settings)))) :*: (S1 ('MetaSel ('Just "vp8Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Vp8Settings)) :*: (S1 ('MetaSel ('Just "vp9Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Vp9Settings)) :*: S1 ('MetaSel ('Just "xavcSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe XavcSettings)))))))

newVideoCodecSettings :: VideoCodecSettings Source #

Create a value of VideoCodecSettings 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:av1Settings:VideoCodecSettings', videoCodecSettings_av1Settings - Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.

$sel:avcIntraSettings:VideoCodecSettings', videoCodecSettings_avcIntraSettings - Required when you choose AVC-Intra for your output video codec. For more information about the AVC-Intra settings, see the relevant specification. For detailed information about SD and HD in AVC-Intra, see https://ieeexplore.ieee.org/document/7290936. For information about 4K/2K in AVC-Intra, see https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.

$sel:codec:VideoCodecSettings', videoCodecSettings_codec - Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec.

$sel:frameCaptureSettings:VideoCodecSettings', videoCodecSettings_frameCaptureSettings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE.

$sel:h264Settings:VideoCodecSettings', videoCodecSettings_h264Settings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value H_264.

$sel:h265Settings:VideoCodecSettings', videoCodecSettings_h265Settings - Settings for H265 codec

$sel:mpeg2Settings:VideoCodecSettings', videoCodecSettings_mpeg2Settings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value MPEG2.

$sel:proresSettings:VideoCodecSettings', videoCodecSettings_proresSettings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value PRORES.

$sel:vc3Settings:VideoCodecSettings', videoCodecSettings_vc3Settings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value VC3

$sel:vp8Settings:VideoCodecSettings', videoCodecSettings_vp8Settings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value VP8.

$sel:vp9Settings:VideoCodecSettings', videoCodecSettings_vp9Settings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value VP9.

$sel:xavcSettings:VideoCodecSettings', videoCodecSettings_xavcSettings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value XAVC.

videoCodecSettings_av1Settings :: Lens' VideoCodecSettings (Maybe Av1Settings) Source #

Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.

videoCodecSettings_avcIntraSettings :: Lens' VideoCodecSettings (Maybe AvcIntraSettings) Source #

Required when you choose AVC-Intra for your output video codec. For more information about the AVC-Intra settings, see the relevant specification. For detailed information about SD and HD in AVC-Intra, see https://ieeexplore.ieee.org/document/7290936. For information about 4K/2K in AVC-Intra, see https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.

videoCodecSettings_codec :: Lens' VideoCodecSettings (Maybe VideoCodec) Source #

Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec.

videoCodecSettings_frameCaptureSettings :: Lens' VideoCodecSettings (Maybe FrameCaptureSettings) Source #

Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE.

videoCodecSettings_h264Settings :: Lens' VideoCodecSettings (Maybe H264Settings) Source #

Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value H_264.

videoCodecSettings_mpeg2Settings :: Lens' VideoCodecSettings (Maybe Mpeg2Settings) Source #

Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value MPEG2.

videoCodecSettings_proresSettings :: Lens' VideoCodecSettings (Maybe ProresSettings) Source #

Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value PRORES.

videoCodecSettings_vc3Settings :: Lens' VideoCodecSettings (Maybe Vc3Settings) Source #

Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value VC3

videoCodecSettings_vp8Settings :: Lens' VideoCodecSettings (Maybe Vp8Settings) Source #

Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value VP8.

videoCodecSettings_vp9Settings :: Lens' VideoCodecSettings (Maybe Vp9Settings) Source #

Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value VP9.

videoCodecSettings_xavcSettings :: Lens' VideoCodecSettings (Maybe XavcSettings) Source #

Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value XAVC.