vote up 1 vote down star
1

I need a java api, that cannot use JMF, to play video interpreted by the SO codecs but i want to retrieve the each frames in java code. Somebody know some?

flag

1 Answer

vote up 1 vote down

Have a look at FMJ. It does not require the Java Media Framework (JMF).

They have an example at the bottom of the page that writes out the first 5 frames of the video to files, so you should be able to get to the individual frames.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.