Flip

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (added category)
(formatting, links, phrasing)
Line 1: Line 1:
{{Template:Func2Def|FlipHorizontal(clip ''clip'')|FlipVertical(clip ''clip'')}}
+
<div style="max-width:68em" >
 +
{{Template:Func2Def
 +
|FlipHorizontal(clip ''clip'')
 +
|FlipVertical(clip ''clip'')
 +
}}
  
FlipVertical flips the video upside-down. It is useful for dealing with some video codecs which output everything upside down. FlipVertical doesn't modify the parity flags for interlaced clips.
+
'''FlipHorizontal''' flips (or ''mirrors'') the video left to right.
 +
 
 +
'''FlipVertical''' flips the video top to bottom. <br>
 +
It is useful for dealing with some video codecs which return an upside-down image. <br>
 +
It doesn't modify the interlaced [[Interlaced_fieldbased#The_parity_.28.3D_order.29_of_the_fields_in_AviSynth|parity flags]].
 +
</div>
  
Likewise FlipHorizontal (which is present in AviSynth v2.5) flips the video from left to right.
 
  
 
[[Category:Internal filters]]
 
[[Category:Internal filters]]
 
[[Category:Transformation]]
 
[[Category:Transformation]]

Revision as of 14:14, 14 February 2016

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