Transform Output Custom Preset Codec H264Video Args
data class TransformOutputCustomPresetCodecH264VideoArgs(val complexity: Output<String>? = null, val keyFrameInterval: Output<String>? = null, val label: Output<String>? = null, val layers: Output<List<TransformOutputCustomPresetCodecH264VideoLayerArgs>>? = null, val rateControlMode: Output<String>? = null, val sceneChangeDetectionEnabled: Output<Boolean>? = null, val stretchMode: Output<String>? = null, val syncMode: Output<String>? = null) : ConvertibleToJava<TransformOutputCustomPresetCodecH264VideoArgs>
Constructors
Link copied to clipboard
fun TransformOutputCustomPresetCodecH264VideoArgs(complexity: Output<String>? = null, keyFrameInterval: Output<String>? = null, label: Output<String>? = null, layers: Output<List<TransformOutputCustomPresetCodecH264VideoLayerArgs>>? = null, rateControlMode: Output<String>? = null, sceneChangeDetectionEnabled: Output<Boolean>? = null, stretchMode: Output<String>? = null, syncMode: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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. The default is 2
seconds (PT2S
). Note that this setting is ignored if sync_mode
is set to Passthrough
, where the KeyFrameInterval value will follow the input source setting.