sri
sri

Reputation: 59

Java and Multimedia

I am planning to retrieve the frames from a video [mpeg]. The frames captured need to be either .bmp or .jpg images and need to be saved in a folder.

How can I proceed with this approach?

I am a java developer but I don't have any idea regarding multimedia in Java. Can any one provide me with useful steps, or any links for tutorials which work in java and multimedia regarding the above problem?

I don't want to use any installer like Xuggler. I need to hard-code it using some API.

Upvotes: 1

Views: 191

Answers (1)

mehdi shahdoost
mehdi shahdoost

Reputation: 1489

look at this great project : FMJ

Upvotes: 1

Related Questions