Skip to content

Instantly share code, notes, and snippets.

@TakWolf
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TakWolf/3b56d02b8240cf87d889 to your computer and use it in GitHub Desktop.
Save TakWolf/3b56d02b8240cf87d889 to your computer and use it in GitHub Desktop.
Android获取视频缩略图,需要API > 8
//......
String path = Environment.getExternalStorageDirectory() + "/video.m4v";
Bitmap thumb = ThumbnailUtils.createVideoThumbnail(path, Images.Thumbnails.MINI_KIND);
//......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment