I am animating some images and using a buffer so that i can scale up the output without having to scale up all of the components of every frame.
When not using the buffer the script will run indefinitely without any problems, however when I use the buffer it runs out of memory after 10 seconds or so, even when it is just repeating the same 20 frames.