Home
RecentChanges

Search:

» AviSynth is a powerful video FrameServer for Win32.

AviSynth Links:
»Download
»Learn to script
»FAQ
»Manual
»Discussion fora
»Project page
»External filters
»FeedBack

» You can add pages to this website immediately. No login required.
Edit this document

» AboutAviSynth

 

Avisynth 
Logo

Invert

( Diese Seite in flag-germany.gif Deutsch )

Invert(clip clip[, string channels])

Inverts one or several channels of a clip.

Parameters

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.53 Initial Release
v2.55 Added RGB24, YUY2 and YV12 mode.

SourceForge Logo

 


Edit this document | View document history
Document last modified Wed, 03 Mar 2004 04:59:11