separate videos in individual rgb channels

Neal Johnson's icon

Folks...

Does anyone know of a way to combine separate B&W videos
each occupying a separate RGB channel to create a single combined
color video? is this Jitter time??

R - video #1
G - video #2
B - video #3

RGB - combined video

neal

Emmanuel Jourdan's icon

On 16 janv. 09, at 19:18, Neal Johnson wrote:

> Does anyone know of a way to combine separate B&W videos
> each occupying a separate RGB channel to create a single combined
> color video? is this Jitter time??

jit.pack might be your friend.

ej

seejayjames's icon

> Does anyone know of a way to combine separate B&W videos
> each occupying a separate RGB channel to create a single combined
> color video? is this Jitter time??
>
> R - video #1
> G - video #2
> B - video #3
>
> RGB - combined video
>
----------------------------------------------------

Also you may want to go the other direction, color to B/W, which becomes a single-plane (or "single-channel") video. In this case use jit.rgb2luma, which could then be fed into any of the R G B channels separately. For more complex routing there's the [router] object, check the Multiplane subpatch in the jit.pack help file. very handy, and you can always preset the matrixctrl object to save and recall your combinations.