I have seen many similar questions like mine, but i have one difference i need to do this in java not in c/c++ and i need it work on android devices.
I found 1 way to do it with the "MediaMetadataRetriever".
but it takes me too long to seperate the frames(~1 sec to frame) and i need to read like 600 frames so it takes me 10 minutes only to read the images without the image processing.
I would like to know if there is another way to split the frames from a video, or manipulate MediaMetadataRetriever and make it work fast.
Thanks alot!