VideoCodecSettings

Video codec settings 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. 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 * GIF, GifSettings * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * UNCOMPRESSED, UncompressedSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input without any video encoding: Choose Passthrough. More information about passthrough codec support and job settings requirements, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/video-passthrough-feature-restrictions.html

Link copied to clipboard

Required when you set Codec to the value FRAME_CAPTURE.

Link copied to clipboard

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

Link copied to clipboard

Required when you set Codec to the value H_264.

Link copied to clipboard

Settings for H265 codec

Link copied to clipboard

Required when you set Codec to the value MPEG2.

Link copied to clipboard

Required when you set Codec to the value PRORES.

Link copied to clipboard

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

Link copied to clipboard

Required when you set Codec to the value VC3

Link copied to clipboard

Required when you set Codec to the value VP8.

Link copied to clipboard

Required when you set Codec to the value VP9.

Link copied to clipboard

Required when you set Codec to the value XAVC.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String