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.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
Eq VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

Read VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

Show 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 #

NFData VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

Methods

rnf :: VideoCodecSettings -> () #

Hashable VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

ToJSON VideoCodecSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoCodecSettings

FromJSON 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" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "VideoCodecSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "frameCaptureSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FrameCaptureSettings)) :*: (S1 ('MetaSel ('Just "av1Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Av1Settings)) :*: S1 ('MetaSel ('Just "codec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoCodec)))) :*: (S1 ('MetaSel ('Just "xavcSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe XavcSettings)) :*: (S1 ('MetaSel ('Just "h265Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe H265Settings)) :*: S1 ('MetaSel ('Just "proresSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProresSettings))))) :*: ((S1 ('MetaSel ('Just "vp9Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Vp9Settings)) :*: (S1 ('MetaSel ('Just "h264Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe H264Settings)) :*: S1 ('MetaSel ('Just "mpeg2Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Mpeg2Settings)))) :*: (S1 ('MetaSel ('Just "vp8Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Vp8Settings)) :*: (S1 ('MetaSel ('Just "vc3Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Vc3Settings)) :*: S1 ('MetaSel ('Just "avcIntraSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvcIntraSettings)))))))

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:frameCaptureSettings:VideoCodecSettings', videoCodecSettings_frameCaptureSettings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE.

$sel:av1Settings:VideoCodecSettings', videoCodecSettings_av1Settings - Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.

$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:xavcSettings:VideoCodecSettings', videoCodecSettings_xavcSettings - Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value XAVC.

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

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

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

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

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

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

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

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

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

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

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

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

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_xavcSettings :: Lens' VideoCodecSettings (Maybe XavcSettings) Source #

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

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

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

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

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

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_vp8Settings :: Lens' VideoCodecSettings (Maybe Vp8Settings) Source #

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

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

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

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.