File: control

package info (click to toggle)
libvideo-info-perl 0.993-4
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye, buster
  • size: 1,436 kB
  • sloc: perl: 2,000; ansic: 188; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,307 bytes parent folder | download
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
Source: libvideo-info-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: non-free/perl
Testsuite: autopkgtest-pkg-perl
XS-Autobuild: yes
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libclass-makemethods-perl,
                     libmp3-info-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libvideo-info-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libvideo-info-perl.git
Homepage: https://metacpan.org/release/Video-Info

Package: libvideo-info-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-makemethods-perl,
         libmp3-info-perl
Description: Perl module to examine video files
 Video::Info is a module for working with video files. It can open files and
 determine its most likely type, then extract information such as play length,
 bitrate, resolution, dimensions, etc.
 .
 Currently there is support for MPEG, AVI, ASF and RIFF. There is Quicktime
 support in the upstream module which has been disabled in Debian because
 there is no current package for openquicktime. If you would like to see
 support for this, please file a bug report.