• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Extracting frames from vid

k_anas

Lurker
Hello everyone,

I've been looking for a way to extract frames from a video for my Android App... The only things I found were related to the Java Media Framework, which I did not succeed to use since Eclipse doesn't seem to recognize the packages even though I've installed JMF on my computer.

What I need is to be able to get a video that is located on the SSD card of the phone (The video is recorded from the phone) and be able to separate all the frames of it, so I can make some processing out of it... Is there any other way than the JMF library? Or maybe can someone help me get JMF to work?

Thanks a lot in advance for any help at all!
 
I have been working on a project over the past several months to play a video using the FFmpeg library and the Android NDK. You can compile it for Android and decode each frame and do what you would like with it. As far as I know that is your only option to be able to process video frames...
 
I looked into that a little but I never actually tried using it. If you get it to work I would be glad to hear about it! This would definitely be useful for a lot of people trying to do work with FFmpeg.
 
Back
Top Bottom