Linux SoftwareProgrammingLibrariesVideo::Info::MPEG 0.993

Video::Info::MPEG 0.993


Video::Info::MPEG is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use Video::Info::MPEG; my $video =
Developer:   Benjamin R. Ginter and Allen Day
      more software by author →
Price:  0.00
License:   GPL (GNU General Public License)
File size:   619K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Video::Info::MPEG is a basic MPEG bitstream attribute parser.

SYNOPSIS

use strict;
use Video::Info::MPEG;

my $video = Video::Info::MPEG->new( -file => $filename );
$video->probe();

print $file->type; ## MPEG

## Audio information
print $file->acodec; ## MPEG Layer 1/2
print $file->acodecraw; ## 80
print $file->achans; ## 1
print $file->arate; ## 128000 (bits/sec)
print $file->astreams ## 1

## Video information
printf "%0.2f", $file->fps ## 29.97
print $file->height ## 240
print $file->width ## 352
print $file->vstreams ## 1
print $file->vcodec ## MPEG1
print $file->vframes ## 529
print $file->vrate ## 1000000 (bits/sec)

The Moving Picture Experts Group (MPEG) is a working group in charge of the development of standards for coded representation of digital audio and video.
MPEG audio and video clips are ubiquitous but using Perl to programmatically collect information about these bitstreams has to date been a kludge at best.

This module parses the raw bitstreams and extracts information from the packet headers. It supports Audio, Video, and System (multiplexed audio and video) packets so it can be used on nearly every MPEG you encounter.

Requirements:
  • Perl
    tags print file  and video  video info  audio and  info mpeg  mpeg audio  bits sec  

    Download Video::Info::MPEG 0.993


     http://mirrors.evolva.ro/CPAN/authors/id/A/AL/ALLENDAY/Video-Info-0.993.tar.gz


    Authors software

    Video::Info::MPEG 0.993 (by Benjamin R. Ginter and Allen Day)
    Video::Info::MPEG is a basic MPEG bitstream attribute parser.

    SYNOPSIS

    use strict;
    use Video::Info::MPEG;

    my $video =


    Similar software

    Video::Info::MPEG 0.993 (by Benjamin R. Ginter and Allen Day)
    Video::Info::MPEG is a basic MPEG bitstream attribute parser.

    SYNOPSIS

    use strict;
    use Video::Info::MPEG;

    my $video =

    Video::Info 0.993 (by Allen Day)
    Video::Info can retrieve video properties such as: height width codec fps.

    SYNOPSIS

    use Video::Info;

    my $info = Video::I

    Video::Info::Magic 0.993 (by Allen Day)
    Video::Info::Magic can resolve video filetype if possible.

    SYNOPSIS

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

    my $

    WWW::Google::Video 0.3 (by Lilo Huang)

    MPEG::Audio::Frame 0.09 (by Yuval Kojman)
    MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle.

    SYNOPSIS

    use MPEG::Audio::Frame;

    MPEG Audio/Video Player 1.1.2 (by Dennis Lew)
    MPEG Audio/Video Player is a simple MPEG and AC3 player for Linux, BSD, and Windows systems.

    It plays MPEG transport, program, and

    Video::Info::RIFF 0.993 (by Allen Day)
    Video::Info::RIFF is a Perl module that can probe DivX and AVI files for attributes like:

    -video codec
    -audio codec
    -frame heigh

    FAME 0.9.0 (by Vivien Chappelier)

    Video::Info::FOO 0.993 (by Allen Day)

    mpeglib 0.4.1 (by Martin Vogt)
    mpeglib is a mp3 and mpeg I video/audio library for linux.

    The library includeds three command line players, for mp3,wav,mpeg vide


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags