Functions Index :: M :: MergeVideoChannels
Module:
Definition:
MergeVideoChannels(string channels)
Description:
Merges the clips of channels' array channels into a single clip.
channels must be in a compatible format with that returned by SplitVideoChannels().
Examples:
"
ch = SplitVideoChannels(AVISource(…))
…
# process individual channels and update ch elements
…
proc_clip = MergeVideoChannels(ch)