Transform Output Builtin Preset Preset Configuration
data class TransformOutputBuiltinPresetPresetConfiguration(val complexity: String? = null, val interleaveOutput: String? = null, val keyFrameIntervalInSeconds: Double? = null, val maxBitrateBps: Int? = null, val maxHeight: Int? = null, val maxLayers: Int? = null, val minBitrateBps: Int? = null, val minHeight: Int? = null)
Properties
Link copied to clipboard
The complexity of the encoding. Possible values are Balanced
, Speed
or Quality
.
Link copied to clipboard
Specifies the interleave mode of the output to control how audio are stored in the container format. Possible values are InterleavedOutput
and NonInterleavedOutput
.
Link copied to clipboard
The key frame interval in seconds. Possible value is a positive float. For example, set as 2.0
to reduce the playback buffering for some players.
Link copied to clipboard
The maximum bitrate in bits per second (threshold for the top video layer). For example, set as 6000000
to avoid producing very high bitrate outputs for contents with high complexity.
Link copied to clipboard
The minimum bitrate in bits per second (threshold for the bottom video layer). For example, set as 200000
to have a bottom layer that covers users with low network bandwidth.