How can we get frames in Android
问题 Actually i need to get all the frames from videos but I use to get first frame repeatedly then specific time frames while using Mediametadatareteriver,thumbnail,timestamp to get frames. I'd tried a lot for fixing by changing all GetFrameAtTime(options) but remains the same. my Duration of video is 127040(2:07sec) here i Splited as 32 frames and save frames in SDCard can view all 32 but repeatedly same frames for all 32 frames. I should get these without the help of FFMPEG and xuggler. Is