help with slab and jit.grab
Hello
I am trying to mix one video that comes from a webcam.
That video I am trying to manipulate it by using 3 different shaders at
different times so that the result will be confusing and you will always
see 3 versions of the same video mixed together into one.
I am trying to do it, but although it sounds simple I am not seeing it!
what I am doing wrong, please help me!
Daniela
--
www.danielast.com
After I made a render destination named v001 (a jit.window)...
everything seemed to be fine. That's a little obvious, but does that
fix it?
Keith
On 7/25/07, daniela Steinsapir wrote:
>
> Hello
>
> I am trying to mix one video that comes from a webcam.
>
> That video I am trying to manipulate it by using 3 different shaders at
> different times so that the result will be confusing and you will always
> see 3 versions of the same video mixed together into one.
>
> I am trying to do it, but although it sounds simple I am not seeing it!
>
> what I am doing wrong, please help me!
>
> Daniela
>
> #P window setfont "Sans Serif" 9.;
> #P flonum 251 140 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> #P window linecount 1;
> #P message 251 160 44 196617 rate $2;
> #P newex 49 73 60 196617 loadmess 1;
> #P toggle 41 105 49 0;
> #P flonum 683 389 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> #P flonum 718 387 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> #P newex 616 424 109 196617 pak param origin 0. 0.;
> #P newex 522 481 185 196617 jit.gl.slab v001 @file v001.mirror.jxs;
> #B color 14;
> #P message 606 216 107 196617 read AlphaMatt1.mov;
> #P flonum 572 161 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> #P message 572 181 54 196617 rate $0 , 5;
> #P message 569 216 30 196617 read;
> #P newex 529 311 107 196617 jit.qt.movie @adapt 1;
> #P message 373 180 29 196617 stop;
> #P message 333 175 30 196617 open;
> #P newex 332 227 56 196617 jit.qt.grab;
> #P user ubumenu 366 518 100 196617 0 1 1 0;
> #X add lumamix;
> #X add alphamix;
> #X prefix_set 0 0 0;
> #X pattrmode 1;
> #P newex 335 556 145 196617 sprintf read v001.co3.%s.jxs;
> #B color 14;
> #P newex 148 650 308 196617 jit.gl.slab v001 @file v001.co3.alphamix.jxs
> @inputs 3;
> #B color 14;
> #P flonum 248 319 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> #P message 228 353 66 196617 exposure $1;
> #P newex 216 378 76 196617 prepend param;
> #P newex 191 448 195 196617 jit.gl.slab v001 @file v001.exposure.jxs;
> #B color 14;
> #P user jit.fpsgui 69 430 60 196617 0;
> #P newex 148 716 269 196617 jit.gl.videoplane v001 @transform_reset 2
> @automatic 0;
> #P toggle 69 185 15 0;
> #P newex 69 211 51 196617 qmetro 2;
> #P newex 69 249 58 196617 t b b erase;
> #P newex 69 374 92 196617 jit.gl.render v001;
> #P connect 27 0 13 0;
> #P connect 28 0 27 0;
> #P connect 2 0 1 0;
> #P connect 2 0 13 0;
> #P fasten 2 0 16 0 74 239 534 239;
> #P connect 23 0 22 3;
> #P connect 24 0 22 2;
> #P connect 19 0 18 0;
> #P fasten 22 0 21 0 621 455 527 455;
> #P fasten 13 0 6 0 337 298 196 298;
> #P fasten 13 0 21 0 337 355 527 355;
> #P fasten 20 0 16 0 611 239 534 239;
> #P fasten 17 0 16 0 574 239 534 239;
> #P fasten 18 0 16 0 577 209 534 209;
> #P fasten 16 0 10 2 534 631 451 631;
> #P fasten 12 1 11 0 416 542 340 542;
> #P fasten 6 0 10 1 196 493 302 493;
> #P connect 14 0 13 0;
> #P connect 15 0 13 0;
> #P connect 9 0 8 0;
> #P fasten 8 0 7 0 233 374 221 374;
> #P connect 7 0 6 0;
> #P fasten 10 0 4 0 153 711 153 711;
> #P connect 1 1 4 0;
> #P fasten 11 0 10 0 340 585 153 585;
> #P fasten 21 0 10 0 527 590 153 590;
> #P connect 0 0 5 0;
> #P connect 1 2 0 0;
> #P connect 1 0 0 0;
> #P connect 3 0 2 0;
> #P connect 25 0 3 0;
> #P connect 26 0 25 0;
> #P window clipboard copycount 29;
>
>
> --
> www.danielast.com
>
>
Thank you. I honestly could not believe that that was the problem!
D
On 7/25/07, keith manlove wrote:
>
> After I made a render destination named v001 (a jit.window)...
> everything seemed to be fine. That's a little obvious, but does that
> fix it?
>
> Keith
>
> On 7/25/07, daniela Steinsapir wrote:
> >
> > Hello
> >
> > I am trying to mix one video that comes from a webcam.
> >
> > That video I am trying to manipulate it by using 3 different shaders at
> > different times so that the result will be confusing and you will
> always
> > see 3 versions of the same video mixed together into one.
> >
> > I am trying to do it, but although it sounds simple I am not seeing it!
> >
> > what I am doing wrong, please help me!
> >
> > Daniela
> >
> > #P window setfont "Sans Serif" 9.;
> > #P flonum 251 140 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> > #P window linecount 1;
> > #P message 251 160 44 196617 rate $2;
> > #P newex 49 73 60 196617 loadmess 1;
> > #P toggle 41 105 49 0;
> > #P flonum 683 389 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> > #P flonum 718 387 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> > #P newex 616 424 109 196617 pak param origin 0. 0.;
> > #P newex 522 481 185 196617 jit.gl.slab v001 @file v001.mirror.jxs;
> > #B color 14;
> > #P message 606 216 107 196617 read AlphaMatt1.mov;
> > #P flonum 572 161 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> > #P message 572 181 54 196617 rate $0 , 5;
> > #P message 569 216 30 196617 read;
> > #P newex 529 311 107 196617 jit.qt.movie @adapt 1;
> > #P message 373 180 29 196617 stop;
> > #P message 333 175 30 196617 open;
> > #P newex 332 227 56 196617 jit.qt.grab;
> > #P user ubumenu 366 518 100 196617 0 1 1 0;
> > #X add lumamix;
> > #X add alphamix;
> > #X prefix_set 0 0 0;
> > #X pattrmode 1;
> > #P newex 335 556 145 196617 sprintf read v001.co3.%s.jxs;
> > #B color 14;
> > #P newex 148 650 308 196617 jit.gl.slab v001 @file v001.co3.alphamix.jxs
> > @inputs 3;
> > #B color 14;
> > #P flonum 248 319 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
> > #P message 228 353 66 196617 exposure $1;
> > #P newex 216 378 76 196617 prepend param;
> > #P newex 191 448 195 196617 jit.gl.slab v001 @file v001.exposure.jxs;
> > #B color 14;
> > #P user jit.fpsgui 69 430 60 196617 0;
> > #P newex 148 716 269 196617 jit.gl.videoplane v001 @transform_reset 2
> > @automatic 0;
> > #P toggle 69 185 15 0;
> > #P newex 69 211 51 196617 qmetro 2;
> > #P newex 69 249 58 196617 t b b erase;
> > #P newex 69 374 92 196617 jit.gl.render v001;
> > #P connect 27 0 13 0;
> > #P connect 28 0 27 0;
> > #P connect 2 0 1 0;
> > #P connect 2 0 13 0;
> > #P fasten 2 0 16 0 74 239 534 239;
> > #P connect 23 0 22 3;
> > #P connect 24 0 22 2;
> > #P connect 19 0 18 0;
> > #P fasten 22 0 21 0 621 455 527 455;
> > #P fasten 13 0 6 0 337 298 196 298;
> > #P fasten 13 0 21 0 337 355 527 355;
> > #P fasten 20 0 16 0 611 239 534 239;
> > #P fasten 17 0 16 0 574 239 534 239;
> > #P fasten 18 0 16 0 577 209 534 209;
> > #P fasten 16 0 10 2 534 631 451 631;
> > #P fasten 12 1 11 0 416 542 340 542;
> > #P fasten 6 0 10 1 196 493 302 493;
> > #P connect 14 0 13 0;
> > #P connect 15 0 13 0;
> > #P connect 9 0 8 0;
> > #P fasten 8 0 7 0 233 374 221 374;
> > #P connect 7 0 6 0;
> > #P fasten 10 0 4 0 153 711 153 711;
> > #P connect 1 1 4 0;
> > #P fasten 11 0 10 0 340 585 153 585;
> > #P fasten 21 0 10 0 527 590 153 590;
> > #P connect 0 0 5 0;
> > #P connect 1 2 0 0;
> > #P connect 1 0 0 0;
> > #P connect 3 0 2 0;
> > #P connect 25 0 3 0;
> > #P connect 26 0 25 0;
> > #P window clipboard copycount 29;
> >
> >
> > --
> > www.danielast.com
> >
> >
>
--
www.danielast.com