Extracting pixel data from .mov files
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:
you need to connect a [jit.qt.movie] object to feed your matrix and bang the qt.movie with the metro you have...
Thanks that seems to have done the trick.