kde-extraapps/ffmpegthumbs/ffmpegthumbnailer
2015-01-23 22:48:12 +00:00
..
AUTHORS import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
ChangeLog 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 replace deprecated API usage in ffmpegthumbs, see https://raw.githubusercontent.com/FFmpeg/FFmpeg/master/doc/APIchanges 2014-11-23 20:18:47 +00:00
moviedecoder.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +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 import a bunch of important libraries and applications 2014-11-19 02:23:05 +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 .