1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/multimedia/p5-Video-Info/pkg-descr
Ying-Chieh Liao 9440be3a90 add p5-Video-Info 0.993
Retrieve video properties such as: height width codec fps
2004-02-25 01:51:02 +00:00

11 lines
504 B
Plaintext

Video::Info is a factory class for working with video files. When you create
a new Video::Info object, something like this will happen:
1) open file, determine type. See Video::Info::Magic.
2) attempt to create object of appropriate class (ie, MPEG::Info for MPEG
files, RIFF::Info for AVI files).
3) Probe the file for various attributes
4) return the created object, or a Video::Info object if the appropriate
class is unavailable.
WWW: http://search.cpan.org/dist/Video-Info/