From: Nicolas Alvarez
Subject: Re: How to create an AVI file
Date: 28 Nov 2007 11:15:28
Message: <474d9420@news.povray.org>
> I have created 300 frames. I need to create an AVI file to show the animations.> How to do that with this 300 pov-ray files?> Thank you.>
I use VirtualDub:
http://www.virtualdub.org/
Open the first image file, VD will get the rest by itself. Then save it
as an .avi file. Make sure you change the codec, since the default is
*uncompressed* RGB (640 x 480 x 300 frames would be 263MB!).
Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:
> > I have created 300 frames. I need to create an AVI file to show the animations.> > How to do that with this 300 pov-ray files?> > Thank you.> >>> I use VirtualDub:> http://www.virtualdub.org/>> Open the first image file, VD will get the rest by itself. Then save it> as an .avi file. Make sure you change the codec, since the default is> *uncompressed* RGB (640 x 480 x 300 frames would be 263MB!).
Thank you very much..