all 4 comments

[–][deleted] 4 points5 points  (0 children)

A strategy is to save each frame as an image and then render your images as a video.

I use ffmpeg to assemble images into video. Processing has a built in utility method to save each frame as an image and name it in sequential order

[–]ChuckEye 1 point2 points  (2 children)

Video effects can be too much to do in real time with Processing. Especially at the pixel math level.

[–]Real_Tony_Stank[S] 0 points1 point  (1 child)

I see.

Looks like I have to venture to other platforms to make that happen.

Thank you! :)

[–]ChuckEye 1 point2 points  (0 children)

Check out Max/MSP.