trying to use mpv as a thumbnailing utility

This commit is contained in:
Chris Cochrun 2023-02-07 15:25:51 -06:00
parent fb9d551f6b
commit 1b55be29e5
5 changed files with 48 additions and 31 deletions

View file

@ -79,7 +79,7 @@ public:
Q_INVOKABLE QVariantMap getItem(int index) const;
Q_INVOKABLE QVariantList getItems();
Q_INVOKABLE int findSlideIdFromServItm(int index);
Q_INVOKABLE void thumbnailVideo(QString video, int serviceItemId);
Q_INVOKABLE QString thumbnailVideo(QString video, int serviceItemId);
public slots: