Transform Output Custom Preset Codec H264Video Layer Args
data class TransformOutputCustomPresetCodecH264VideoLayerArgs(val adaptiveBFrameEnabled: Output<Boolean>? = null, val bFrames: Output<Int>? = null, val bitrate: Output<Int>, val bufferWindow: Output<String>? = null, val crf: Output<Double>? = null, val entropyMode: Output<String>? = null, val frameRate: Output<String>? = null, val height: Output<String>? = null, val label: Output<String>? = null, val level: Output<String>? = null, val maxBitrate: Output<Int>? = null, val profile: Output<String>? = null, val referenceFrames: Output<Int>? = null, val slices: Output<Int>? = null, val width: Output<String>? = null) : ConvertibleToJava<TransformOutputCustomPresetCodecH264VideoLayerArgs>
Constructors
Link copied to clipboard
fun TransformOutputCustomPresetCodecH264VideoLayerArgs(adaptiveBFrameEnabled: Output<Boolean>? = null, bFrames: Output<Int>? = null, bitrate: Output<Int>, bufferWindow: Output<String>? = null, crf: Output<Double>? = null, entropyMode: Output<String>? = null, frameRate: Output<String>? = null, height: Output<String>? = null, label: Output<String>? = null, level: Output<String>? = null, maxBitrate: Output<Int>? = null, profile: Output<String>? = null, referenceFrames: Output<Int>? = null, slices: Output<Int>? = null, width: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The value of CRF to be used when encoding this layer. This setting takes effect when rate_control_mode
is set CRF
. The range of CRF value is between 0
and 51
, where lower values would result in better quality, at the expense of higher file sizes. Higher values mean more compression, but at some point quality degradation will be noticed. Default to 28
.
Link copied to clipboard
The frame rate (in frames per second) at which to encode this layer. The value can be in the form of M/N
where M
and N
are integers (For example, 30000/1001
), or in the form of a number (For example, 30
, or 29.97
). The encoder enforces constraints on allowed frame rates based on the profile and level. If it is not specified, the encoder will use the same frame rate as the input video.
Link copied to clipboard