SwapFields

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (1 revision)
m (added category)
Line 5: Line 5:
  
 
[[Category:Internal filters]]
 
[[Category:Internal filters]]
 +
[[Category:Interlace_Filters]]

Revision as of 16:19, 8 November 2015

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).

Personal tools