Currently with android.provider.MediaStore it is possible to extract a
bmp of the first frame of a video file.
Bitmap thumb = MediaStore.Video.Thumbnails.getThumbnail(
getContentResolver(),
id, MediaStore.Video.Thumbnails.MINI_KIND, null);
Is it possible to extract frames other than the first one from a
video? WIll such functionality exist in honeycomb? ( i havent found
anything in the sample API to suggest that it will be possible.)
Thanks
-Jeffrey
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en