ee65af8b19
- Convert to USE_GITHUB. - Convert to USES=cmake. - Add patch to prevent cmake trying to find the dl library, since in FreeBSD the dl functions are in the Standard C library (libc) - see dlopen(3) - Pet portlint with other patches (remake the patches with makepatch) This update also allows multimedia/ffmpegthumbnailer to build against ffmpeg 3.0.x. The ports tree currently still has multimedia/ffmepg at version 2.8.6, however this update is backwards compatible with ffmpeg 2.8.6. The update of multimedia/ffmpeg to 3.0.x branch is waiting for ports which depend on it to successfully build with the newer version of ffmpeg. PR: 208821 Submitted by: Ben Woods <woodsb02@gmail.com> Approved by: clutton@zoho.com (maintainer)
8 lines
412 B
Text
8 lines
412 B
Text
This video thumbnailer can be used by file managers to create thumbnails for
|
|
your video files. The thumbnailer uses ffmpeg to 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 ffmpeg, libjpeg and libpng.
|
|
|
|
WWW: https://github.com/dirkvdb/ffmpegthumbnailer
|