Transform Output Custom Preset Codec H264Video Args
Constructors
Properties
The complexity of the encoding. Possible values are Balanced
, Speed
or Quality
. Default to Balanced
.
The distance between two key frames. The value should be non-zero in the range 0.5
to 20
seconds, specified in ISO 8601 format. Note that this setting is ignored if sync_mode
is set to Passthrough
, where the KeyFrameInterval value will follow the input source setting. Defaults to PT2S
.
One or more layer
blocks as defined below.
The rate control mode. Possible values are ABR
, CBR
or CRF
. Default to ABR
.
Whether the encoder should insert key frames at scene changes. This flag should be set to true only when the encoder is being configured to produce a single output video. Default to false
.
Specifies the resizing mode - how the input video will be resized to fit the desired output resolution(s). Possible values are AutoFit
, AutoSize
or None
. Default to AutoSize
.