YadifConfigResponse

data class YadifConfigResponse(val deinterlaceAllFrames: Boolean, val disableSpatialInterlacing: Boolean, val mode: String, val parity: String)

Yet Another Deinterlacing Filter Configuration.

Constructors

Link copied to clipboard
constructor(deinterlaceAllFrames: Boolean, disableSpatialInterlacing: Boolean, mode: String, parity: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deinterlace all frames rather than just the frames identified as interlaced. The default is false.

Link copied to clipboard

Disable spacial interlacing. The default is false.

Link copied to clipboard

Specifies the deinterlacing mode to adopt. The default is send_frame. Supported values: - send_frame: Output one frame for each frame - send_field: Output one frame for each field

Link copied to clipboard

The picture field parity assumed for the input interlaced video. The default is auto. Supported values: - tff: Assume the top field is first - bff: Assume the bottom field is first - auto: Enable automatic detection of field parity