From c7e3315b663566f71f83dcc9d2259aac262081c1 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 27 Nov 2016 20:25:49 +0100 Subject: Add preview for videos Grab 4 frames from a video and display them in the Viewer. First frame is @00:01:00, last at length - 1 minute, and the other two are in between: length / 4 * 2 and 3 (hardcoded). --- helper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helper.h') diff --git a/helper.h b/helper.h index 90bef11..3587183 100644 --- a/helper.h +++ b/helper.h @@ -3,10 +3,13 @@ #include #include +#include namespace Helper { const QString md5Sum(const QString &path); const QJsonDocument ffpmegData(const QString &path); + const QPixmap preview(const QString &file); + const QImage snapshot(const QString &file, int offset); class Duration { public: Duration(); -- cgit v1.2.3-70-g09d2