1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: shotdetect
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Giulio Paci <giuliopaci@gmail.com>
Build-Depends: cdbs,
autotools-dev,
devscripts,
debhelper (>= 9~),
dh-buildinfo,
libxml2-dev,
libxslt1-dev,
libgd-dev (>= 2.1),
libavcodec-dev (>= 6:10~),
libavutil-dev (>= 6:10~),
libavformat-dev (>= 6:10~),
libswscale-dev (>= 6:10~),
dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/shotdetect.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/shotdetect.git
Homepage: http://shotdetect.nonutc.fr/
Package: shotdetect
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: scene change detector
Shotdetect is a software which is able to detect shots and scenes in
a movie.
.
The result produced is a simple XML file containing scenes boundary
and features. It is also possible to automatically get scenes
boundary shots.
|