diff options
author | avilla <avilla@FreeBSD.org> | 2010-03-10 00:12:40 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-03-10 00:12:40 +0800 |
commit | f8731736deb4e4f994ebacbfc79fd4578d286ba3 (patch) | |
tree | e620bc3fd57d08187569d80be384b3f0ffac95e8 /multimedia/Makefile | |
parent | 0dc16fa35364cf94de662dc7d8fe42422ba6db6d (diff) | |
download | freebsd-ports-graphics-f8731736deb4e4f994ebacbfc79fd4578d286ba3.tar.gz freebsd-ports-graphics-f8731736deb4e4f994ebacbfc79fd4578d286ba3.tar.zst freebsd-ports-graphics-f8731736deb4e4f994ebacbfc79fd4578d286ba3.zip |
- Add new port multimedia/oggvideotools.
The "Ogg Video Tools" is a toolbox for manipulating Ogg video files,
which usually consist of a video stream (Theora) and an audio stream
(Vorbis). It includes a number of handy command line tools for
creating an manipulating these video files, such as for splitting the
different streams.
At the moment there are the following tools available: oggResize,
oggThumb, oggSlideshow, oggCut, oggCat, oggSplit, oggJoin, oggDump,
oggLength, oggSilence and oggScroll.
WWW: http://dev.streamnik.de/oggvideotools.html
PR: 144347
Submitted by: Jille Timmermans <jille@quis.cx>
Approved by: miwi, tabthorpe (mentors)
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 b60e28b4897..ebc341acf52 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -208,6 +208,7 @@ SUBDIR += netshow SUBDIR += noatun-plugins SUBDIR += nxtvepg + SUBDIR += oggvideotools SUBDIR += ogle SUBDIR += ogle-gui SUBDIR += ogmrip |