Video::Info

Video::Info can retrieve video properties such as: height width codec fps.
Download

Video::Info Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Allen Day
  • Publisher web site:
  • http://search.cpan.org/~birney/bioperl-1.4/Bio/DB/GFF/Aggregator/ucsc_genscan.pm

Video::Info Tags


Video::Info Description

Video::Info can retrieve video properties such as: height width codec fps. 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 belowVideo::Info is a factory class for working with video files. When you create a new Video::Info object (see methods), 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.Currently, Video::Info can create objects for the following filetypes: Module Filetype ------------------------------------------------- Video::Info::ASF ASF MP3::Info MPEG Layer 2, MPEG Layer 3 Video::Info::MPEG MPEG1, MPEG2, MPEG 2.5 Video::Info::RIFF AVI, DivX Video::Info::Quicktime MOV, MOOV, MDAT, QTAnd support is planned for: Module Filetype ------------------------------------------------- Video::Info::Real RealNetworks formats Requirements: · Perl


Video::Info Related Software