dubhater/vapoursynth-nnedi3

_FieldBased is unchanged after running

Closed this issue · 2 comments

After deinterlacing, _FieldBased is still set to whatever it was on the way in, despite now being progressive. The property should either be set to zero or deleted, otherwise filters that check for interlacing based on the property (such as the internal resize filters) will all enforce interlaced rules.

Sigh.