I'm currently trying to produce an avi file from 1000 small surf plots. To do this I use getframe and then movie2avi. These plots are very simple, essentially just concentric circles in one just shades of red with some light interpolated shading on them and I only want the view of them from view(0,90) in my avi. Doing this makes an avi file of resolution 436 by 344.
However, this 16 second long, low resolution file, with no GB only R is 50GB! I've tried using cinepak compression, but this barely brings the size down at all, and makes the image almost impossible to see and incredibly blurry.
How can I solve this problem?