Pad Args
data class PadArgs(val bottomPixels: Output<Int>? = null, val leftPixels: Output<Int>? = null, val rightPixels: Output<Int>? = null, val topPixels: Output<Int>? = null) : ConvertibleToJava<PadArgs>
Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.