diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-25 17:09:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-25 17:09:59 +0800 |
commit | 5162b6e2602d8c4c288c843fdb925917929ce880 (patch) | |
tree | fce3aa7fb0aa4601787a8ca02dd1ba982680b551 /multimedia/Makefile | |
parent | 70744673430d3ff289c74f4e9086db4eca7ecb55 (diff) | |
download | freebsd-ports-gnome-5162b6e2602d8c4c288c843fdb925917929ce880.tar.gz freebsd-ports-gnome-5162b6e2602d8c4c288c843fdb925917929ce880.tar.zst freebsd-ports-gnome-5162b6e2602d8c4c288c843fdb925917929ce880.zip |
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 and libpng.
WWW: http://code.google.com/p/ffmpegthumbnailer/
PR: ports/120877
Submitted by: Dierk Sacher <dierk at blaxxtarz.de>
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index b0caacecdd0c..3f61f14c5f7b 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -38,6 +38,7 @@ SUBDIR += etoile-multimediakit SUBDIR += exportvideo SUBDIR += ffmpeg + SUBDIR += ffmpegthumbnailer SUBDIR += flv2mpeg4 SUBDIR += freevo SUBDIR += fxtv |