Crop

data class Crop(val width: Int, val height: Int, val x: Int? = null, val y: Int? = null) : FilterStep

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, x: Int? = null, y: Int? = null)

Properties

Link copied to clipboard
open override val filterName: String

The FFmpeg filter name, for capability checks. Null for Raw, whose content is opaque.

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int?
Link copied to clipboard
val y: Int?

Functions

Link copied to clipboard
open override fun compile(): String

The compiled name=args fragment, exactly as it joins the description string.