Functions Index :: M :: MergeVideoChannels

[<< up one level]

Module:

filters :: channels

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)

 

[<< top]