Transform Output Custom Preset Codec H264Video
data class TransformOutputCustomPresetCodecH264Video(val complexity: String? = null, val keyFrameInterval: String? = null, val label: String? = null, val layers: List<TransformOutputCustomPresetCodecH264VideoLayer>? = null, val rateControlMode: String? = null, val sceneChangeDetectionEnabled: Boolean? = null, val stretchMode: String? = null, val syncMode: String? = null)
Constructors
Link copied to clipboard
fun TransformOutputCustomPresetCodecH264Video(complexity: String? = null, keyFrameInterval: String? = null, label: String? = null, layers: List<TransformOutputCustomPresetCodecH264VideoLayer>? = null, rateControlMode: String? = null, sceneChangeDetectionEnabled: Boolean? = null, stretchMode: String? = null, syncMode: String? = null)
Types
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.