File: README

package info (click to toggle)
libvideo-info-perl 0.993-5
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 1,432 kB
  • sloc: perl: 2,000; ansic: 188; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 948 bytes parent folder | download | duplicates (3)
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
34
35
36
37
Video::Info version 0.99
=======-================

Suite of modules to probe video files for various attributes.

Previous versions of Video::Info depended on external modules, such as
RIFF::Info and ASF::Info.  This is no longer the case, you don't need to
install them.  All the functionality is now included with the Video::Info
distribution.

To contribute, use Video::Info::FOO as a template to write
a module, and email it to the Allen Day <allenday@ucla.edu>.
Also see t/FOO.t as an example test script to verify the
sanity of your code.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test (optional)
   make install

DEPENDENCIES

   Video::OpenQuicktime
   Class::MakeMethods::Emulator

COPYRIGHT AND LICENCE

Released under the Aladdin Free Public License,
See the LICENSE file for details.

Copyright (C) 2002 
Allen Day <allenday@ucla.edu>
Benjamin Ginter <bginter@asicommunications.com>