Saving frames as bmp ?

I know that frames can be saved as a *.jpeg, *.jpg or *.png filmstrip image but is there any easy way (i.e. Java code) to save each frame as an individual *.bmp file and look at each frame as a bitmap image? THank you for any help and your time in advance.

You can save a single video frame by right-clicking on a video and select “Save Current Frame as Image”. The available formats are again jpg and png. If you really need .bmp you can convert the files with e.g. an image editor.

-Han

Is there a way to automate this in the code so it will occure when an *.avi file is loaded and without user interaction?

I’m not quite sure if I understand the question. The option to save a frame as an image is there, regardless of the format of the video file (I believe). And the user has to determine which frame to save. You don’t want to save all frames of a video, do you?

-Han