Home All Groups Group Topic Archive Search About

Save image sequence as AVI

Author
17 Jan 2006 12:52 PM
Miha Ambroz
Hello,

I have an application in VB 2005 in which a PictureBox is drawn onto at
runtime. I would like to save the sequence of the pictures at each
update into an AVI file with a user-specified frame rate. Is there an
easy way to do that (preferrably without third party components)?
Thanks for help,
--
Miha Ambrož,
Center za modeliranje elementov in konstrukcij
http://www.fs.uni-lj.si/cemek/

Author
17 Jan 2006 11:30 PM
Homer J Simpson
"Miha Ambroz" <brez.doru***@amis.net> wrote in message
news:dqipb1$s9s$1@planja.arnes.si...

> I have an application in VB 2005 in which a PictureBox is drawn onto at
> runtime. I would like to save the sequence of the pictures at each
> update into an AVI file with a user-specified frame rate. Is there an
> easy way to do that (preferrably without third party components)?

Must it be an AVI? Why not an animated GIF?
Author
18 Jan 2006 6:28 AM
Miha Ambroz
Homer J Simpson wrote:

>> I have an application in VB 2005 in which a PictureBox is drawn onto at
>> runtime. I would like to save the sequence of the pictures at each
>> update into an AVI file with a user-specified frame rate.

> Must it be an AVI? Why not an animated GIF?

I would prefer an AVI, so that I don't have to re-encode it afterwards.
The images are also rather big and there's a lot of them, so I don't
know whether an animated GIF would perform well.

--
Miha Ambrož,
Center za modeliranje elementov in konstrukcij
http://www.fs.uni-lj.si/cemek/