PHPackages                             uberchel/mediainfo4php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. uberchel/mediainfo4php

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

uberchel/mediainfo4php
======================

MediaInfo is an easy-to-use static PHP class, for extracting data from audio and video files, the FFMpeg program must be installed on the sevrera or computer for the class to work.

v1.0.8(11mo ago)19MITPHPPHP &gt;=7.2

Since May 7Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/uberchel/MediaInfo4PHP)[ Packagist](https://packagist.org/packages/uberchel/mediainfo4php)[ Docs](https://github.com/uberchel/MediaInfo4PHP)[ RSS](/packages/uberchel-mediainfo4php/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

MediaInfo4PHP
=============

[](#mediainfo4php)

MediaInfo is an easy-to-use static PHP class, for extracting data from audio and video files, the FFMpeg program must be installed on the server or computer for the class to work. Version: 1.0.8

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2
- PHP extensions: mbstring
- ffmpeg

Installation
------------

[](#installation)

No complicated installation, just transfer or copy the class file to your projector and install it using composer.

```
composer require uberchel/mediainfo4php
```

Using
-----

[](#using)

The main methods **Load** and **Get** have 2 parameters, the first is the path to the file, the second is to give as an Object (default = true) For the rest, it is also possible to assign the path to the file to the first parameters if you need to find out only something specific separately or compare 2 files..

**Using composer.**

```
