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)336.2k—4.5%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 1mo ago

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

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

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

775d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/648b0a3019094426579d72fcbcdc0d88b7398dbface60d53a25f73c6b0c2538c?d=identicon)[ivoglent](/maintainers/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)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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