#Php-MediaInfo
PHP library to run mediainfo command
To use this class install it through Composer, run:
$ composer require mhor/mediainfo-bundle<?php
//...
$mediaInfo = $this->getContainer()->get->('mhor.mediainfo');
$information = $mediaInfo->getInfo('file.mkv');
//...###More information
More information on php-mediainfo documentation
##LICENSE
See LICENSE for more information