Skip to content

Getting large number of thumbnails in background thread #275

Answered by kingslay
almagest21 asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for active update.

I need thumbnail images as icons for the video files to be displayed in the playlist view of my app. I found the thumbnailImageAtCurrentTime() to get it, so after setting the file in PlayerView or PlayerLayer, I can use changeLoadState() or something to make sure the file is opened and then get the thumbnail. However, it seems to be heavy and time consuming to do one by one for a large number of files if using PlayerView. Also it is ideally done in a background thread to avoid blocking GUI. Could you let me know if there is a better way to do this?

i fixed at commit 24615a4. Can you try it and see if the problem is solved?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@almagest21
Comment options

@kingslay
Comment options

@almagest21
Comment options

Answer selected by almagest21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants