components.deinterlace.simple

class SimpleDeinterlace(config={}, **kwds)[source]

Bases: Component

Simple interlace to sequential converter.

Insert lines of zero or repeat previous line to convert each interlaced frame to two sequential frames.

Config

mode

str

Can be set to insertzero or repeatline.

inverse

bool

Interlace to sequential or vice versa.

topfirst

bool

Top field first.


Comments or questions? Please email jim@jim-easterbrook.me.uk.