Skip to content

Simple library that translates the output of "mediainfo" to comprehensive perl hash

Notifications You must be signed in to change notification settings

CaViCcHi/perl-MediaInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

perl-MediaInfo

Simple library that translates the output of "mediainfo" to comprehensive perl hash

Usage

perl mediaperl [video_file]

In Perl

use lib '/wherever/you/place/it'; use MediaInfo;

my $info = mediainfo $filename;

... and that's it

About

Simple library that translates the output of "mediainfo" to comprehensive perl hash

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages