Flip

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(Parity)
 
(add link to avs+ documentation)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Func2Def|FlipHorizontal(clip ''clip'')|FlipVertical(clip ''clip'')}}
+
<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>
  
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.
 
  
Likewise FlipHorizontal (which is present in AviSynth v2.5) flips the video from left to right.
+
{{Template:Func2Def
 +
|FlipHorizontal(clip ''clip'')
 +
|FlipVertical(clip ''clip'')
 +
}}
 +
 
 +
'''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>
 +
 
  
 
[[Category:Internal filters]]
 
[[Category:Internal filters]]
 +
[[Category:Transformation]]

Latest revision as of 06: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