Main > Programming > Libraries >

MPEG::Info 1.00

MPEG::Info 1.00

Sponsored Links

MPEG::Info 1.00 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 3 (1 times)
File size: 0.32 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1100
Date added: 2006-11-16

MPEG::Info 1.00 description

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

SYNOPSIS

use strict;
use MPEG::Info;

my $video = MPEG::Info->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.

MPEG::Info 1.00 Screenshot

Advertisements

MPEG::Info 1.00 Keywords

Bookmark MPEG::Info 1.00

Hyperlink code:
Link for forum:

MPEG::Info 1.00 Copyright

WareSeeker periodically updates pricing and software information of MPEG::Info 1.00 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of MPEG::Info 1.00 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
MP4::Info is a Perl module that can fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp). Free Download
MPEG4IP provides an end-to-end system to explore streaming multimedia. Free Download
Kino is a non-linear DV editor for GNU/Linux. Free Download
mpgtx a command line MPEG audio/video/system file toolbox, that slices and joins audio and video files. Free Download
FFmpeg is a complete solution to record, convert and stream audio and video. Free Download
mpeglib is a mp3 and mpeg I video/audio library for linux. Free Download
Ogg for Java is an Ogg implementation in pure Java. Free Download
MPEG::LibMPEG3 is a Perl interface to libmpeg3 module. Free Download