gpt4 book ai didi

android - 有没有办法从视频 URL 创建缩略图?

转载 作者:行者123 更新时间:2023-11-29 19:04:25 27 4
gpt4 key购买 nike

想要从任何站点的 url 创建缩略图。我正在使用以下代码

Bitmap bmThumbnail;
bmThumbnail = ThumbnailUtils.createVideoThumbnail(videoLink,
MediaStore.Video.Thumbnails.MICRO_KIND);

但它不起作用,如果存在,请提出任何其他方法。

最佳答案

使用滑行:https://github.com/bumptech/glide

获取视频缩略图的最短方法

RequestOptions requestOptions = new RequestOptions();
requestOptions.isMemoryCacheable();
Glide.with(context).setDefaultRequestOptions(requestOptions).load("Url").into(image);

关于android - 有没有办法从视频 URL 创建缩略图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47790451/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com