Preset Video
data class PresetVideo(val aspectRatio: String? = null, val bitRate: String? = null, val codec: String? = null, val displayAspectRatio: String? = null, val fixedGop: String? = null, val frameRate: String? = null, val keyframesMaxDist: String? = null, val maxFrameRate: String? = null, val maxHeight: String? = null, val maxWidth: String? = null, val paddingPolicy: String? = null, val resolution: String? = null, val sizingPolicy: String? = null)
Constructors
Link copied to clipboard
fun PresetVideo(aspectRatio: String? = null, bitRate: String? = null, codec: String? = null, displayAspectRatio: String? = null, fixedGop: String? = null, frameRate: String? = null, keyframesMaxDist: String? = null, maxFrameRate: String? = null, maxHeight: String? = null, maxWidth: String? = null, paddingPolicy: String? = null, resolution: String? = null, sizingPolicy: String? = null)
Types
Properties
Link copied to clipboard
The display aspect ratio of the video in the output file. Valid values are: auto
, 1:1
, 4:3
, 3:2
, 16:9
. (Note; to better control resolution and aspect ratio of output videos, we recommend that you use the values max_width
, max_height
, sizing_policy
, padding_policy
, and display_aspect_ratio
instead of resolution
and aspect_ratio
.)