Pad Response
data class PadResponse(val bottomPixels: Int, val leftPixels: Int, val rightPixels: Int, val topPixels: Int)
Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.