-
Trying to build an expression that will output to a file outside AE..
Hey Y’all, I’m trying to take a video and put it on my own fairly large tri-colour LED array.
To do this, i need to get a pixel point in the video and grab its RGB values (easy enough) but instead of outputting the data that sampleImage() gets as a layer in AE and placing it in video, I need sampleImage()to spit out the values as a text file outside of After Effects.
The ultimate idea is to take in a video and spit out a series of 2D arrays as a text file so I can load them into an Arduino (imagine an array of frames, where each frame is a 2D array of RGB values mapped to the spacing and position of the LED array’s pixels.)
Any thoughts? Hopefully without resorting to the AE SDK?