PHPackages                             ivoglent/ffmpeg-composer-bin - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. ivoglent/ffmpeg-composer-bin

ActiveLibrary[File &amp; Storage](/categories/file-storage)

ivoglent/ffmpeg-composer-bin
============================

A simple repository for FFMPEG binaries lib using PHP composer

1.3(2y ago)342.5k↓10.9%21

Since May 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ivoglent/ffmpeg-composer-bin)[ Packagist](https://packagist.org/packages/ivoglent/ffmpeg-composer-bin)[ RSS](/packages/ivoglent-ffmpeg-composer-bin/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (5)Used By (1)

ffmpeg-composer-bin
===================

[](#ffmpeg-composer-bin)

A simple repository for FFMPEG lib using PHP composer

*Versions:*

- ffmpeg version 6.1-static
- ffprobe version 6.1-static

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

[](#installation)

```
composer require --prefer-dist -vvv --profile ivoglent/ffmpeg-composer-bin
```

Use a specified major version in `composer.json` to get updates for this version.

```
{
  "require": {
    "ivoglent/ffmpeg-composer-bin": "^6.0"
  }
}
```

Usage
-----

[](#usage)

Binaries of FFMPEG lib stored on @vendor/bin

```
vendor/bin/ffmpeg
```

and

```
vendor/bin/ffprobe
```

That's all

Example usage
-------------

[](#example-usage)

For use for example with [php-ffmpeg/php-ffmpeg](https://github.com/PHP-FFMpeg/PHP-FFMpeg) which support Video manipulation and preview images on PHP.

```
$ffmpeg = FFMpeg\FFMpeg::create(
    [
        'ffmpeg.binaries' => 'vendor/bin/ffmpeg',
        'ffprobe.binaries' => 'vendor/bin/ffprobe'
    ]
);
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~595 days

Total

4

Last Release

820d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4499973?v=4)[Ivoglent N.](/maintainers/ivoglent)[@ivoglent](https://github.com/ivoglent)

---

Top Contributors

[![ivoglent](https://avatars.githubusercontent.com/u/4499973?v=4)](https://github.com/ivoglent "ivoglent (3 commits)")

### Embed Badge

![Health badge](/badges/ivoglent-ffmpeg-composer-bin/health.svg)

```
[![Health](https://phpackages.com/badges/ivoglent-ffmpeg-composer-bin/health.svg)](https://phpackages.com/packages/ivoglent-ffmpeg-composer-bin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
