buffer.getFormat always returns null (Urgent)
Hi,
I'm trying to grab the frames of a web located Quicktime/Cinepak movie
into images, but when I do buffer.getFormat(), it always returns null.
I tryied with several formats (avi/rgb,avi/yuv, etc) but keep getting the same
error.
I checked and the buffer returned by frameGrabbingControl.grabFrame()
is not null, though not sure whats in it.
The grabbing starts when the event StartEvent is triggered (the movie is starting)
and the movie displays perfectly on the applet, so Im quite confuse, don't
think is a format problem.
any hints, highly appreciated
regards,
Jonathan

