BwdifConfigArgs

data class BwdifConfigArgs(val deinterlaceAllFrames: Output<Boolean>? = null, val mode: Output<String>? = null, val parity: Output<String>? = null) : ConvertibleToJava<BwdifConfigArgs>

Bob Weaver Deinterlacing Filter Configuration.

Constructors

Link copied to clipboard
constructor(deinterlaceAllFrames: Output<Boolean>? = null, mode: Output<String>? = null, parity: Output<String>? = null)

Properties

Link copied to clipboard
val deinterlaceAllFrames: Output<Boolean>? = null

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

Link copied to clipboard
val mode: Output<String>? = null

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
val parity: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): BwdifConfigArgs