32class VideoThumbWriter;
33class VideoThumbDecoder;
34class VideoStripFilter;
42 bool workaroundIssues,
43 bool maintainAspectRatio,
44 bool smartFrameSelection);
49 void generateThumbnail(
const QString& videoFile, QImage& image);
51 void setThumbnailSize(
int size);
52 void setSeekPercentage(
int percentage);
53 void setSeekTime(
const QString& seekTime);
54 void setWorkAroundIssues(
bool workAround);
55 void setMaintainAspectRatio(
bool enabled);
56 void setSmartFrameSelection(
bool enabled);
63 void generateThumbnail(
const QString& videoFile,
VideoThumbWriter& imageWriter, QImage& image);
67 int timeToSeconds(
const QString& time)
const;
78 Private*
const d =
nullptr;
Definition videothumbwriter.h:29
Definition videostripfilter.h:29
Definition videothumbdecoder.h:31
Definition videothumbwriter.h:47
Definition videothumbnailer.h:37
Definition datefolderview.cpp:34