• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Video player - advance one frame

Kitter

Lurker
I am looking for a videoplayer that can advance the video one frame at a time.

It is going to be used for analyzing golf swing, so I really need to be able to move the video frame by frame very easily. I does not have to be developed specifically for this purpose as long as it has frame by frame advance option...

It exists for Iphone called iSwing

/K
 
try class MediaMetadataRetriever
the getFrameAtTime methon finds a representative frame at any time position if possible, and returns it as a bitmap.
 
VidTrim Pro video editor has a frame gabber. So you can look at every frame (and can save it as picture).

Harry
 
Back
Top Bottom