Re: Getting a buffer object from an avi,mpg,etc
Posted By:
Reza_Nazarian
Posted On:
Monday, March 25, 2002 03:37 AM
Hi. You can use the FrameGrabbingControl to access each frame in an avi file. After grabbing a frame you got a buffer which should be transformed to an image-object. That image object should be transformed easily to a BufferedImage. If necessary, I can send you the some sample code (unfortunately with german comments ;) ). Bye, Reza.