I'm creating a 3D visualisation in Processing. I'm anticipating that each frame will take longer to draw than is acceptable for displaying the animation as a program, so I'd like to export it as a video.
Is this possible? What's the best way of going about it?
If you are not using Processing 2.0 you can use MovieMaker library to export the sketch as a video (in processing 2.0 MovieMaker will be converted in a tool, but it doesn't work yet).
Other option is to use the saveFrame() method in your draw () function
Here you can find an example of how to use MovieMaker
and here the docs of the saveFrame() method
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With