PHPackages                             corbpie/video-probe - 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. [Image &amp; Media](/categories/media)
4. /
5. corbpie/video-probe

ActiveLibrary[Image &amp; Media](/categories/media)

corbpie/video-probe
===================

A wrapper for ffprobe to get and view video information and data

v1.2(3y ago)03MITPHPPHP ^8.2

Since Aug 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/cp6/php-video-probe)[ Packagist](https://packagist.org/packages/corbpie/video-probe)[ RSS](/packages/corbpie-video-probe/feed)WikiDiscussions main Synced today

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

PHP Video probe
===============

[](#php-video-probe)

A PHP wrapper for [ffprobe](https://ffmpeg.org/ffprobe.html) to view video file information, metadata and details.

ffprobe gathers information from multimedia streams (video files). With this class you can get this information outputted in json format for further analysis.

[![PHP 8](https://camo.githubusercontent.com/731c0a72386365632f9a88847c496d04aa121df13cdcb8a3749ed01e8a7df8d7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322d626c75652e737667)](https://shields.io/)[![psr-4 auto loading](https://camo.githubusercontent.com/2e2f37e2342feff3323497a270b917fe8581e119370ccc53e3b5a8e871773f6d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6175746f6c6f6164696e672d707372342d677265656e2e737667)](https://shields.io/)

Usage
=====

[](#usage)

Install `video-probe` class with:

```
composer require corbpie/video-probe
```

If [ffprobe](https://ffmpeg.org/ffprobe.html) is not installed:

```
sudo apt install ffmpeg
```

Now call the class before use

```
