Flip
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) m (added category) |
(add link to avs+ documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | <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 | |
+ | |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]] | [[Category:Transformation]] |
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.