diff options
author | pav <pav@FreeBSD.org> | 2004-11-07 04:17:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-07 04:17:06 +0800 |
commit | e4c800fe53a38c3473d1db3887f02992a4b24392 (patch) | |
tree | 8c01e80585c265246041dd9c989263f1876d5267 /multimedia/Makefile | |
parent | 5b609046655657e439e714caba069804849b555e (diff) | |
download | freebsd-ports-gnome-e4c800fe53a38c3473d1db3887f02992a4b24392.tar.gz freebsd-ports-gnome-e4c800fe53a38c3473d1db3887f02992a4b24392.tar.zst freebsd-ports-gnome-e4c800fe53a38c3473d1db3887f02992a4b24392.zip |
Add exportvideo, an utility extracts the video data from a nuppelvideo
file and writes a YUV4MPEG stream which can be piped to mpeg2enc.
In other words, it exports the nuppelvideo .nuv format for encoding
(S)VCD/DVD compliant MPEGs with mjpegtools.
PR: ports/73417
Submitted by: Frank W. Josellis <frank@dynamical-systems.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 aa9642b292f9..87ee83516830 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -21,6 +21,7 @@ SUBDIR += dvts SUBDIR += emovix SUBDIR += enjoympeg + SUBDIR += exportvideo SUBDIR += ffmpeg SUBDIR += fxtv SUBDIR += gaim-xmms-remote |