My problem is that I would like to display a thumbnail of a video on the internet (youtube, vimeo, my server). Can anyone suggest me a way to get the thumbnails in this situation?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Well for YouTube and Vimeo consider using the services API to fetch the thumbnail that is generated already. As for video on your server it depends on how you want to get the thumbnail. You could select a frame at random and save it as an image file for your use or you could make a small GIF of the video using select frames. I would consider generating thumbnails on your server using a library like this. |
|||
|
|