SwapFields

From Avisynth wiki
Revision as of 06:53, 18 September 2022 by Reel.Deal (talk | contribs) (add link to avs+ documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

AviSynth+
Up-to-date documentation: https://avisynthplus.readthedocs.io


SwapFields(clip)

The SwapFields filter swaps image line 0 with line 1, line 2 with line 3, and so on, (swapping even lines with odd ones) thus effectively swapping the two fields in an interlaced frame. It's the same as SeparateFields.ComplementParity.Weave (and it's implemented that way).