Issue
Is there any API which can give me the list of time stamps of the key frames for the given video file in Android?
Solution
I believe the correct answer is http://code.google.com/p/mp4parser/
The isoparser API can read and write the MP4 file structure. It is a low level tool dealing with the so called boxes but it is as well as dealing with structure like tracks and movies.
Nice API and ways much faster than ffmpeg behemoth
Answered By - Ilya Shinkarenko