Software Developed by Allen Day

XML::DOM::XML_Base Perl module can apply xml:base to attribute values. SYNOPSIS use XML::DOM::XML_Base, my $parser = XML::DOM::Parser->new(), my $xml = qq( ), # build the DOM my $dom = $parser->parse( $xml ), # get some

Video::OpenQuicktime is an interface to the OpenQuicktime library. SYNOPSIS use Video::OpenQuicktime, my $qt = Video::OpenQuicktime->new(file=>"sample.mov"), $qt->get_video_height, $qt->get_audio_compression, $qt->get_audio_samplerate,

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 is a 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 dont need to install them. All the

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

Video::Info::FOO is a Perl module for video information. Video::Info::FOO - what is it useful for? an example list: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::FOO, my $video,

Video::Info::ASF is a Perl module for ASF files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::ASF, my $video, $video =

Video::Info can retrieve video properties such as: height width codec fps. SYNOPSIS use Video::Info, my $info = Video::Info->new(-file=>my.mpg), $info->fps(), $info->aspect(), ## ... see methods below Video::Info is a factory class for

MP3::Icecast is a Perl module to generate Icecast streams, as well as M3U and PLSv2 playlists. SYNOPSIS use MP3::Icecast, use MP3::Info, use IO::Socket, my $listen_socket = IO::Socket::INET->new( LocalPort => 8000, #standard Icecast port

Minki Wiki is a minimal wiki (hence the name) aimed at achieving a balance of simplicity, flexibility and useful features. One of Minki Wikis biggest strengths is its selection of text parsing markup, which is the heart and soul of Minki. Also worthy
