From d1c79f58de1011c4b096e6f460d8eda46406b930 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 23 Jan 2008 14:23:06 +0000 Subject: 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 --- multimedia/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'multimedia/Makefile') 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 -- cgit v1.2.3