Reading frames from avi file

Final Art

New member
Joined
May 6, 2006
Messages
1
Programming Experience
5-10
Hi,

I'm writing a program that takes the frames from an avi-file and does some post-effects with it, but now I have to save the avi to seperate frame files, for example jpeg, and then use those in the program, but that is very timeconsuming, and I have to convert the avi-file in another program. Is there a way to directly access the frames of an avi file? Perhaps putting a chosen frame into a bytearray so that my program can use that data, and then move on to the next frame?
 
Back
Top