似乎我只需要像VideoHunter一样创建我的自定义Hunter并使用它们从InputStream创建Bitmap.但我没有找到任何方法来设置我的自定义猎人.
或者fork库和修改BitmapHunter.forRequest只是处理Picasso中视频缩略图的方法吗?
所以你需要做的就是:
Glide.with(Context) .load(videoFile) // or URI/path .into(imageView);