I want to make an OF app that can generate video files from a bunch of images.
I found this addon: https://github.com/timscaffidi/ofxVideoRecorder but I don’t want to have to render each frame to the screen, I would ideally render everything to an fbo then add these into the video saver. I want this to happen faster than the frameRate of the video. So a 10 second video can be rendered in 4 seconds.