mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
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
This commit is contained in:
parent
9e4d5d5178
commit
d1c79f58de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206070
@ -22,6 +22,7 @@
|
||||
SUBDIR += dtv
|
||||
SUBDIR += dumpmpeg
|
||||
SUBDIR += dv2jpg
|
||||
SUBDIR += dv2sub
|
||||
SUBDIR += dvbcut
|
||||
SUBDIR += dvd-slideshow
|
||||
SUBDIR += dvdauthor
|
||||
|
23
multimedia/dv2sub/Makefile
Normal file
23
multimedia/dv2sub/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: dv2sub
|
||||
# Date created: Fri Jan 18
|
||||
# Whom: Phil Oleson
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dv2sub
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= oz@nixil.net
|
||||
COMMENT= Extracts info or subtitles from DV stream
|
||||
|
||||
LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/dv2sub
|
||||
MAN1= dv2sub.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/dv2sub/distinfo
Normal file
3
multimedia/dv2sub/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (dv2sub-0.3.tar.gz) = 37ef40ed38294e029350f01ac9c6bc07
|
||||
SHA256 (dv2sub-0.3.tar.gz) = 6ce33bd59de3fe50cf5aa95a7455cf0b34586e72af44fa59c3e5dd9b50f7ca8c
|
||||
SIZE (dv2sub-0.3.tar.gz) = 121756
|
9
multimedia/dv2sub/pkg-descr
Normal file
9
multimedia/dv2sub/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user