DeinterlaceArgs

data class DeinterlaceArgs(val bwdif: Output<BwdifConfigArgs>? = null, val yadif: Output<YadifConfigArgs>? = null) : ConvertibleToJava<DeinterlaceArgs>

Deinterlace configuration for input video.

Constructors

Link copied to clipboard
constructor(bwdif: Output<BwdifConfigArgs>? = null, yadif: Output<YadifConfigArgs>? = null)

Properties

Link copied to clipboard
val bwdif: Output<BwdifConfigArgs>? = null

Specifies the Bob Weaver Deinterlacing Filter Configuration.

Link copied to clipboard
val yadif: Output<YadifConfigArgs>? = null

Specifies the Yet Another Deinterlacing Filter Configuration.

Functions

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