Video::Info::Magic 0.993 review

Download
by rbytes.net on

Video::Info::Magic can resolve video filetype if possible. SYNOPSIS use strict; use Video::Info::Magic qw(:all); my $

License: Perl Artistic License
File size: 619K
Developer: Allen Day
0 stars award from rbytes.net

Video::Info::Magic can resolve video filetype if possible.

SYNOPSIS

use strict;
use Video::Info::Magic qw(:all);

my $type = divine('/path/to/video.mpg' );

print $type; #MPEG system stream data (maybe)

## ... see methods below

EXPORT

various constants related to video file formats. All are prefixed with "VIDEO_".
divine(): Employs /usr/share/magic entries to determine a file's type, as well as GUID and other info from Microsoft, mplayer, transcode...

Requirements:
Perl

Video::Info::Magic 0.993 search tags