Use videocapture to read frames from file in Java using JNI. [closed]
Hi,
As I understood, it is not possible to read frames from mp4 file in android.
Someone know what is the reason?
another question, is there a way to implement a jni code in c++ that do this?
Thanks!
the ffmpeg backend is missing on android ao you acn't read any video files.
you'll have to compile your own, and wrap that
Can you please give me more information about how can I do it? maybe a good tutorial? I have a 1920x1080 video that I need to decode to 400 frames it takes a lot of time to do that without it. Thank you.
sorry, i only know the problem, not the remedy.
lol Thanks