25 #ifndef DIGIKAM_VIDEO_THUMBNAILER_H
26 #define DIGIKAM_VIDEO_THUMBNAILER_H
41 class VideoThumbWriter;
43 class VideoStripFilter;
51 bool workaroundIssues,
52 bool maintainAspectRatio,
53 bool smartFrameSelection);
58 void generateThumbnail(
const QString& videoFile, QImage& image);
60 void setThumbnailSize(
int size);
61 void setSeekPercentage(
int percentage);
62 void setSeekTime(
const QString& seekTime);
63 void setWorkAroundIssues(
bool workAround);
64 void setMaintainAspectRatio(
bool enabled);
65 void setSmartFrameSelection(
bool enabled);
72 void generateThumbnail(
const QString& videoFile,
VideoThumbWriter& imageWriter, QImage& image);
76 int timeToSeconds(
const QString& time)
const;
Definition: videodecoder.h:40
Definition: videothumbwriter.h:38
Definition: videostripfilter.h:38
Definition: videothumbwriter.h:56
Definition: videothumbnailer.h:46
Definition: datefolderview.cpp:43