PURE DATA forum~

...that deal with pure data

You are not logged in.

#1 2009-09-02 12:05:59

stalinesque
Member

pix_alpha with .mov?

i can't seem to get pix_alpha to work with a .mov file. does this object in fact not work with movies? if so, is there a way to achieve it's functions with a movie?


sweb.uky.edu/~crdavi2

Offline

 

#2 2009-12-15 16:42:29

flo
Member

Re: pix_alpha with .mov?

the chain should be:

gemhead
|
[colorRGB 1 1 1 1]  <- the last inlet is an alpha-channel on a 0-1 range
|
[alpha]
|
[pix_movie]
|
[rectangle]

however, all i ever got was a pink & green psychedelic flashing, and therefore using pix_film is more practical.
the renderchain goes like this:

gemhead
|
[alpha]
|
[pix_film]
|
[pix_alpha] <- see the help file for setting up high- and low pass. good for lumakeying.
|
[pix_texture]
|
[rectangle]

Last edited by flo (2009-12-15 16:43:32)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson


pd.webring info