Save image sequence as AVI

  • Thread starter Thread starter Miha Ambroz
  • Start date Start date
M

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,
 
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top