diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-23 14:23:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-23 14:23:06 +0000 |
commit | d1c79f58de1011c4b096e6f460d8eda46406b930 (patch) | |
tree | 43e08bf5dbc426904e610a0ad5af659afdf06b12 /multimedia/Makefile | |
parent | 9e4d5d5178d74c7f635623870c26d3cf66e554ff (diff) |
dv2sub is a simple utility that extracts the date and time of recording from
a dv video file (using libdv) and outputs it as a subtitle file.
It can also display useful information about the dv stream, like video norm
(PAL/NTSC), aspect ratio normal (4:3) or wide (16:9), interlaced or
progressive material, number of audio channels, audio sampling frequency,
number of audio samples, timestamp and recording date & time.
WWW: http://dv2sub.sourceforge.net/
PR: ports/119917
Submitted by: Phil Oleson
Notes
Notes:
svn path=/head/; revision=206070
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 f39b69c6b78b..bb250b5426ab 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -22,6 +22,7 @@ SUBDIR += dtv SUBDIR += dumpmpeg SUBDIR += dv2jpg + SUBDIR += dv2sub SUBDIR += dvbcut SUBDIR += dvd-slideshow SUBDIR += dvdauthor |