VideoFilterBuilder

Functions

Link copied to clipboard
fun crop(width: Int, height: Int, x: Int? = null, y: Int? = null)
Link copied to clipboard
fun deinterlace(with: Deinterlacer = Deinterlacer.Bwdif)
Link copied to clipboard
fun drawBox(x: Int, y: Int, width: Int, height: Int, color: String = "red", thickness: Int = 3)
Link copied to clipboard
fun eq(brightness: Double? = null, contrast: Double? = null, saturation: Double? = null, gamma: Double? = null)
Link copied to clipboard
fun format(format: PixelFormat)
Link copied to clipboard
fun fps(rate: Rational)
Link copied to clipboard
fun pad(width: Int, height: Int, x: Int = -1, y: Int = -1, color: String = "black")
Link copied to clipboard
fun raw(fragment: String)
Link copied to clipboard
fun scale(width: Int, height: Int)
Link copied to clipboard