ScrollGalleryView icon indicating copy to clipboard operation
ScrollGalleryView copied to clipboard

Get thumbnails for video from video itself

Open VEINHORN opened this issue 7 years ago • 3 comments

VEINHORN avatar Feb 05 '18 19:02 VEINHORN

Is this feature completed? is there any commit id if completed?

MSMubarak avatar Aug 04 '20 09:08 MSMubarak

@MSMubarak Hi, it's not implemented yet.

VEINHORN avatar Aug 09 '20 11:08 VEINHORN

You can override DefaultVideoLoader and Set in loadMedia instead of thumbnail Glide will load thumbnail from url

Glide.with(context)
                .asBitmap()
                .load(url)
                .into(imageView);

RajgorVK avatar Jan 10 '22 14:01 RajgorVK