How to render videos frame by frame to produce smooth video recording via VideoRecorder API

are you suggesting saving the gifs frame by frame to disk like this: Render Scenes To .png Files | Babylon.js Documentation

then using something like ffmpeg to stitch them together?

we are trying to avoid having to save the images to disk and use another service like FFMPEG…etc.
Trying to do it all in-browser, in-memory.