Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将一些捕获的视频从我的应用程序发送到我的服务器。
我很好地存储了视频。
但我的要求是,我想获取存储在我的服务器中的所有视频的视频缩略图,比如 Facebook。
如果有人知道解决方案,请帮助我。
提前致谢
这对我有用
Bitmap thumbnail = ThumbnailUtils.createVideoThumbnail( videoUrl, MediaStore.Video.Thumbnails.MINI_KIND);