I want to make an application with a frame playback function. I think this is not possible with standard Android tools. I tried VideoView and seekTo (current + 1000 / framerate) method, but it does not work (I think it will not search for paused video). My question is: what do I need to learn and use to make this possible, what tools and / or libraries? I am starting an android and have not worked on rendering a video before, so my knowledge about this is really low.
source share