Flip

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(formatting, links, phrasing)
(add link to avs+ documentation)
 
Line 1: Line 1:
 
<div style="max-width:68em" >
 
<div style="max-width:68em" >
 +
<div {{BlueBox2|40|0|3px solid purple}} >
 +
{{AvsPlusFullname}}<br>
 +
Up-to-date documentation: [https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/flip.html https://avisynthplus.readthedocs.io]
 +
</div>
 +
 +
 
{{Template:Func2Def
 
{{Template:Func2Def
 
|FlipHorizontal(clip ''clip'')
 
|FlipHorizontal(clip ''clip'')

Latest revision as of 07:31, 18 September 2022

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


FlipHorizontal(clip clip)
FlipVertical(clip clip)

FlipHorizontal flips (or mirrors) the video left to right.

FlipVertical flips the video top to bottom.
It is useful for dealing with some video codecs which return an upside-down image.
It doesn't modify the interlaced parity flags.

Personal tools