How to use video URL for thumbnail #498
Unanswered
mehroozkhan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can check NukeUI for an example https://github.com/kean/NukeUI/blob/main/Sources/VideoImageDecoder.swift. It generates thumbnails before displaying a video. The system downloads the entire video though - I don't know if that's acceptable to you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @kean ,
is there any way to use video url with Nuke , so it can display thumbnail image of video, and cache it as well.
actually i am using your library in a table view, and if i use my own code to generate thumbnail from video url then there are UI glitches when user scroll and video thumbnail is not generated yet and that cell is reused to display image with Nuke.
Any suggestions ?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions