Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get thumbnails for video from video itself #62

Open
VEINHORN opened this issue Feb 5, 2018 · 3 comments
Open

Get thumbnails for video from video itself #62

VEINHORN opened this issue Feb 5, 2018 · 3 comments
Labels

Comments

@VEINHORN
Copy link
Owner

VEINHORN commented Feb 5, 2018

No description provided.

@MSMubarak
Copy link

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

@VEINHORN
Copy link
Owner Author

VEINHORN commented Aug 9, 2020

@MSMubarak Hi, it's not implemented yet.

@RajgorVK
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants