Multiple jit.gl.cornerpin in one window

martin malm's icon

Hi all !

I have been trying to figure out how to split a 1600 x 600 qt movie in two and to corner pin the parts independently for use with a tripplehead2go setup. I guess one way would be to use jit.scissors and two jit.gl.cornerpin objects, but if I'd like to use some slab processing that would start to get complex pretty quick.

I have also made some experiments with cameras and viewports, but a have not made much progress yet.

Is there a simple solution that someone could share I would be very thankful :)

/martin

MJ's icon

use 'jit.gl.slab @file td.resample.jxs'

with the message in format of 'param srcdim x1 y1 x2 y2' you can cut out a part

martin malm's icon

Thanks a lot ! This is what I have been looking for :)

Martin