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
Name | Description |
---|---|
Returns the index in a clip channels' array of the specified in ch channel ... | |
Returns true if the array channels contains the channels of a RGB24 clip... | |
Returns true if the array channels contains the channels of a RGB32 clip... | |
Returns true if the array channels contains the channels of a RGB (either RGB24 or RGB32) clip... | |
Returns true if the array channels contains the channels of a YUV (either YUY2 or YV12) clip... | |
Returns true if the array channels contains the channels of a YUY2 clip... | |
Returns true if the array channels contains the channels of a YV12 clip... | |
A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynt... | |
A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynt... | |
Merges the clips of channels' array channels into a single clip... | |
Merges clips clipY, clipU and clipV into a signle YUV clip... | |
A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynth... | |
A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynth... | |
A filter for Avisynth versions up to 2.55 providing equivalent functionality with the corresponding filter of Avisynth... | |
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