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.
Printable View
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.
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.