Skip to content

Enable thumbnailing for video attachments

Flo Lee requested to merge video-thumbnailer into master

tdlib does not help us to create thumbnails, instead we must do this on our own. This MR tries to do a small trick, by sspinning up a QMediaPlayer briefly and stop playback after the first frame, but getting the frame into an image, storing it on this and then finally telling tdlib about it 😄 This will fix #126 (closed)

Edited by Flo Lee

Merge request reports