Hi, I am struggling finding a solution for this. Basically I have some animation in processing which has a duration of about 3 minutes. Final goal would be to have something like a video in HD of my animation.
I tried different methods, one is http://funprogramming.org/VideoExport-for-Processing/ which works in some way. But the bigger the quality the sooner the animation (after 1min) is getting slower and off sync to the original FPS (FrameRate) settings.
I already looked into https://vvvv.org/ which does not has a good export option either. I want to create a abstract graphics music video (different music instruments are used as input for generating different visuals).
General question: Is there a way to render animations off screen and not in realtime in processing? So that I could export my animation in high quality within a correct frame rate? Thanks a lot.