I am trying to create a "music video" with processing, but my computer can only display this at 7 fps: processing-2.0b7\modes\java\examples\Demos\Performance\CubicGridImmediate
I would like to bump it up to 1280*720 and ~25fps. Since the length of the processing would be finite (determined by length of audio file or set as a constant) I am wondering how to "render"/output to a video format file (mpeg/avi/mov/?).
I could work at 5 fps and sample the amplitude out of the file, left and right channels - I'm not sure what else would be easy to get if anything. Or offline render and use a much higher fps to more accurately track the rhythm of the music.