Invert

From Avisynth wiki
Revision as of 17:55, 12 April 2008 by Wilbert (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Invert(clip clip [, string channels])

Inverts one or several channels of a clip.

channels defines which channels should be inverted. The default is all channels of the current colorspace. Valid channels are R,G,B,A for RGB clips, and Y,U & V for YUY2 and YV12 clips.

Example:

AviSource("clip.avi")
ConvertToRGB32()
Invert("BG")  # inverts the blue and green channels

Changelog:

v2.55 Added RGB24, YUY2 and YV12 mode.
v2.53 Initial Release
Personal tools