SwapFields

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (1 revision)
(add link to avs+ documentation)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
<div {{BlueBox2|40|0|3px solid purple}} >
 +
{{AvsPlusFullname}}<br>
 +
Up-to-date documentation: [https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/swapfields.html https://avisynthplus.readthedocs.io]
 +
</div>
 +
 +
 
{{Template:FuncDef|SwapFields(clip)}}
 
{{Template:FuncDef|SwapFields(clip)}}
  
Line 5: Line 11:
  
 
[[Category:Internal filters]]
 
[[Category:Internal filters]]
 +
[[Category:Interlace_Filters]]

Latest revision as of 05:53, 18 September 2022

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

Personal tools