Video::Info::RIFF 0.993 review
DownloadVideo::Info::RIFF is a Perl module that can probe DivX and AVI files for attributes like: -video codec -audio codec -frame heigh
|
|
Video::Info::RIFF is a Perl module that can probe DivX and AVI files for attributes like:
-video codec
-audio codec
-frame height
-frame width
-frame count
and more!
SYNOPSIS
use Video::Info::RIFF;
my $video;
$video = Video::Info::RIFF->new(-file=>$filename); #like this
$video = Video::Info::RIFF->new(-file=>$filename,-headersize=>$headersize); #or this
$video->vcodec; #video codec
$video->acodec; #audio codec
...
RIFF stands for Resource Interchange File Format, in case you were wondering. The morbidly curious can find out more below in REFERENCES.
Requirements:
Perl
Video::Info::RIFF 0.993 keywords