Preset Video Args
data class PresetVideoArgs(val aspectRatio: Output<String>? = null, val bitRate: Output<String>? = null, val codec: Output<String>? = null, val displayAspectRatio: Output<String>? = null, val fixedGop: Output<String>? = null, val frameRate: Output<String>? = null, val keyframesMaxDist: Output<String>? = null, val maxFrameRate: Output<String>? = null, val maxHeight: Output<String>? = null, val maxWidth: Output<String>? = null, val paddingPolicy: Output<String>? = null, val resolution: Output<String>? = null, val sizingPolicy: Output<String>? = null) : ConvertibleToJava<PresetVideoArgs>
Constructors
Link copied to clipboard
fun PresetVideoArgs(aspectRatio: Output<String>? = null, bitRate: Output<String>? = null, codec: Output<String>? = null, displayAspectRatio: Output<String>? = null, fixedGop: Output<String>? = null, frameRate: Output<String>? = null, keyframesMaxDist: Output<String>? = null, maxFrameRate: Output<String>? = null, maxHeight: Output<String>? = null, maxWidth: Output<String>? = null, paddingPolicy: Output<String>? = null, resolution: Output<String>? = null, sizingPolicy: Output<String>? = null)
Functions
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
.)