The filters :: channels module

The filters :: channels module provides functions, constants and global variables for performing operations to clip channels (extraction, merging, etc.).

Required modules

base :: core, base :: conversion, array :: core, array :: operators, clip :: core

Functions

NameDescription

ChannelIndex()

Returns the index in a clip channels' array of the specified in ch channel ...

IsRGB24Channels()

Returns true if the array channels contains the channels of a RGB24 clip...

IsRGB32Channels()

Returns true if the array channels contains the channels of a RGB32 clip...

IsRGBChannels()

Returns true if the array channels contains the channels of a RGB (either RGB24 or RGB32) clip...

IsYUVChannels()

Returns true if the array channels contains the channels of a YUV (either YUY2 or YV12) clip...

IsYUY2Channels()

Returns true if the array channels contains the channels of a YUY2 clip...

IsYV12Channels()

Returns true if the array channels contains the channels of a YV12 clip...

MergeARGB()

A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynt...

MergeRGB()

A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynt...

MergeVideoChannels()

Merges the clips of channels' array channels into a single clip...

MergeYUV()

Merges clips clipY, clipU and clipV into a signle YUV clip...

ShowBlue()

A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynth...

ShowGreen()

A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynth...

ShowRed()

A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynth...

ShowU()

A YUV filter analogus to the Show{Red/Green...

ShowV()

A YUV filter analogus to the Show{Red/Green/Blue}...

ShowY()

A YUV filter analogus to the Show{Red/Green/Blue}...

SplitVideoChannels()

Splits a clip into an array containing the individual clip's channels (R, G, B[, A] or Y, U, V depending on clip's colorspace) ...

Constants

None

Variables

None