Extracting pixel data from .mov files

trisco's icon

I have been following the PAD 37 Jitter tutorial on youtube (http://www.youtube.com/watch?v=irBj9De-Qrc) and have managed to extract some pixel data from a static image. Could anyone explain how to extract data from a mov. or other movie file format?

Max Patch
Copy patch and select New From Clipboard in Max.

See below the patch I created to read static image pixel data:

carsol's icon

you need to connect a [jit.qt.movie] object to feed your matrix and bang the qt.movie with the metro you have...

trisco's icon

Thanks that seems to have done the trick.