kde-extraapps/ffmpegthumbs/ffmpegthumbnailer
Ivailo Monev 04a9caa7a9 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-06 13:41:59 +00:00
..
AUTHORS import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
filmstrip.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
filmstripfilter.cpp import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
filmstripfilter.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
histogram.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
ifilter.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
imagewriter.cpp import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
imagewriter.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
moviedecoder.cpp ffmpegthumbs: cleanup and fix build with recenet versions of FFmpeg 2016-04-03 04:56:28 +00:00
moviedecoder.h ffmpegthumbs: cleanup and fix build with recenet versions of FFmpeg 2016-04-03 04:56:28 +00:00
README import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
videoframe.h ffmpegthumbnailer: fix struct <-> class warning 2015-01-23 22:48:12 +00:00
videothumbnailer.cpp generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
videothumbnailer.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00

FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file
managers to create thumbnails for your video files. The thumbnailer uses ffmpeg
o decode frames from the video files, so supported videoformats depend on the
configuration flags of ffmpeg.

This thumbnailer was designed to be as fast and lightweight as possible. The
only dependencies are ffmpeglibraies and libswscale .