Last active
August 29, 2015 14:14
-
-
Save TakWolf/3b56d02b8240cf87d889 to your computer and use it in GitHub Desktop.
Android获取视频缩略图,需要API > 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//...... | |
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