TransformOutputCustomPreset

data class TransformOutputCustomPreset(val codecs: List<TransformOutputCustomPresetCodec>, val experimentalOptions: Map<String, String>? = null, val filter: TransformOutputCustomPresetFilter? = null, val formats: List<TransformOutputCustomPresetFormat>)

Constructors

Link copied to clipboard
constructor(codecs: List<TransformOutputCustomPresetCodec>, experimentalOptions: Map<String, String>? = null, filter: TransformOutputCustomPresetFilter? = null, formats: List<TransformOutputCustomPresetFormat>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more codec blocks as defined above.

Link copied to clipboard

Dictionary containing key value pairs for parameters not exposed in the preset itself.

Link copied to clipboard

A filter block as defined below.

Link copied to clipboard

One or more format blocks as defined below.