diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-22 03:25:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-22 03:25:33 +0800 |
commit | a0b98dcc4df939cb06e3c91a0d1547ca8a17e072 (patch) | |
tree | cee03519493a116d16de1e8eed0488bc94740f22 /multimedia/Makefile | |
parent | 3d0fecb8dd0347f9140b43598b144b2f70f460dd (diff) | |
download | freebsd-ports-graphics-a0b98dcc4df939cb06e3c91a0d1547ca8a17e072.tar.gz freebsd-ports-graphics-a0b98dcc4df939cb06e3c91a0d1547ca8a17e072.tar.zst freebsd-ports-graphics-a0b98dcc4df939cb06e3c91a0d1547ca8a17e072.zip |
flvtool++ is a tool for hinting and manipulating the metadata of FLV
files. It was originally created for Facebook's Video project
(http://facebook.com/video/) for fast video hinting. It is loosely
based on the Ruby FLVTool2, but is written in C++ for performance
reasons.
WWW: http://mirror.facebook.com/facebook/flvtool++/
PR: ports/126336
Submitted by: Gea-Suan Lin <gslin at gslin dot org>
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 e37dbcfe170..c2abad587f3 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -41,6 +41,7 @@ SUBDIR += ffmpeg SUBDIR += ffmpegthumbnailer SUBDIR += flv2mpeg4 + SUBDIR += flvtool++ SUBDIR += freevo SUBDIR += fxtv SUBDIR += gaupol |