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'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!