How to create a thumbnail from a video using libvlc Qt vlc-qt
Unsolved
General and Desktop
-
I am creating a playlist like youtube, Where my playlist of video should show their thumbnail with the time duration of the video on it with the video name on it's right. You can go into youtube to see how they have made their playlist. https://www.youtube.com/watch?v=3vS0hpOITnE See on the right side of this video they have their playlist.
So my question is that:
- How to take thumbnail from a video (For simplicity let's consider the video in my local system) using libvlc qt
- How to put the duration of that video into it's thumbnail in qt.
3. How to show their name on the right.
-
@devillIsHeree
Did you try any Googling for, say:Qt vlc-qt thumbnail
?
E.g. Start from the comments to https://stackoverflow.com/questions/31448313/video-preview-image-using-vlc-qt-or-libvlc-directly, https://forum.videolan.org/viewtopic.php?t=148937, and several others.