PDA

Click to See Complete Forum and Search --> : Bitmaps


nettirb
Nov 21st, 2000, 08:19 AM
I need to be able to convert an AVI file into the individual frame formats. Is this possible and how do I go about doing this. I have only just started using VB so please try and keep it simple.

KENNNY
Nov 23rd, 2000, 03:14 PM
er, it's not easy: but here's how you'd go about it:

1. get avi file format from somewhere like http://www.wotsit.org
2. open the file, read it, and get each frame
3. do whatever you want with the frame..

problem is that avi files are probably a pretty complicated format, but go and have a look.