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>
|