Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data VideoCodecSettings = VideoCodecSettings' {
- frameCaptureSettings :: Maybe FrameCaptureSettings
- av1Settings :: Maybe Av1Settings
- codec :: Maybe VideoCodec
- xavcSettings :: Maybe XavcSettings
- h265Settings :: Maybe H265Settings
- proresSettings :: Maybe ProresSettings
- vp9Settings :: Maybe Vp9Settings
- h264Settings :: Maybe H264Settings
- mpeg2Settings :: Maybe Mpeg2Settings
- vp8Settings :: Maybe Vp8Settings
- vc3Settings :: Maybe Vc3Settings
- avcIntraSettings :: Maybe AvcIntraSettings
- newVideoCodecSettings :: VideoCodecSettings
- videoCodecSettings_frameCaptureSettings :: Lens' VideoCodecSettings (Maybe FrameCaptureSettings)
- videoCodecSettings_av1Settings :: Lens' VideoCodecSettings (Maybe Av1Settings)
- videoCodecSettings_codec :: Lens' VideoCodecSettings (Maybe VideoCodec)
- videoCodecSettings_xavcSettings :: Lens' VideoCodecSettings (Maybe XavcSettings)
- videoCodecSettings_h265Settings :: Lens' VideoCodecSettings (Maybe H265Settings)
- videoCodecSettings_proresSettings :: Lens' VideoCodecSettings (Maybe ProresSettings)
- videoCodecSettings_vp9Settings :: Lens' VideoCodecSettings (Maybe Vp9Settings)
- videoCodecSettings_h264Settings :: Lens' VideoCodecSettings (Maybe H264Settings)
- videoCodecSettings_mpeg2Settings :: Lens' VideoCodecSettings (Maybe Mpeg2Settings)
- videoCodecSettings_vp8Settings :: Lens' VideoCodecSettings (Maybe Vp8Settings)
- videoCodecSettings_vc3Settings :: Lens' VideoCodecSettings (Maybe Vc3Settings)
- videoCodecSettings_avcIntraSettings :: Lens' VideoCodecSettings (Maybe AvcIntraSettings)
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.
VideoCodecSettings' | |
|
Instances
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_h265Settings :: Lens' VideoCodecSettings (Maybe H265Settings) Source #
Settings for H265 codec
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.