diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-05 21:09:08 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-05 21:09:08 +0000 |
commit | d73197e8d84b4ada55c2dff919e1175ff3c76929 (patch) | |
tree | 626fa47fc7d0da790984b6e9c1637367d26fed1a /multimedia/Makefile | |
parent | 3ee6730e0b41889c4fec4046321709cd2b42a6ab (diff) | |
download | ports-d73197e8d84b4ada55c2dff919e1175ff3c76929.tar.gz ports-d73197e8d84b4ada55c2dff919e1175ff3c76929.zip |
Add streamdvd.
StreamDVD is a fast tool to backup Video DVDs 'on the fly', there will
be no ripping, demultiplexing, recoding, remultiplexing...
You can select the wanted title, chapters, video, audio and subpicture
streams, a resize factor, and StreamDVD will write a 'ready to author'
vob file to stdout.
WWW: http://www.badabum.de/streamdvd.html
PR: ports/85714
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Notes
Notes:
svn path=/head/; revision=142029
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 061f83c8305e..217b094cb024 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -149,6 +149,7 @@ SUBDIR += smpeg-xmms SUBDIR += spigot SUBDIR += splitmpg + SUBDIR += streamdvd SUBDIR += subconv SUBDIR += tcmplex-panteltje SUBDIR += tkxanim |