PHPackages                             zerofairnight/laravel-ffmpeg - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zerofairnight/laravel-ffmpeg

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zerofairnight/laravel-ffmpeg
============================

Laravel FFMpeg integraion

v1.0.0(6y ago)118MITPHPPHP ^7.1.3

Since Dec 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zerofairnight/laravel-ffmpeg)[ Packagist](https://packagist.org/packages/zerofairnight/laravel-ffmpeg)[ RSS](/packages/zerofairnight-laravel-ffmpeg/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel FFMpeg
==============

[](#laravel-ffmpeg)

A package that for work with ffmpeg in Laravel

Usage
-----

[](#usage)

Using this library is super easy.

Using Facades:

```
use Laravel\FFMpeg\Facades\FFMpeg;

$video = FFMpeg::open($file);
```

Using dependency injection:

```
use Laravel\FFMpeg\FFMpeg;
public function store(FFMpeg $ffmpeg)
{
    $video = $ffmpeg->open($file);
}
```

After open a file you can use any methods of the PHP-FFMpeg library.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~127 days

Total

3

Last Release

2535d ago

Major Versions

v0.1.1 → v1.0.02019-09-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7345576?v=4)[zerofairnight](/maintainers/zerofairnight)[@zerofairnight](https://github.com/zerofairnight)

---

Top Contributors

[![zerofairnight](https://avatars.githubusercontent.com/u/7345576?v=4)](https://github.com/zerofairnight "zerofairnight (15 commits)")

---

Tags

ffmpeglaravellaravelffmpeg

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zerofairnight-laravel-ffmpeg/health.svg)

```
[![Health](https://phpackages.com/badges/zerofairnight-laravel-ffmpeg/health.svg)](https://phpackages.com/packages/zerofairnight-laravel-ffmpeg)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M350](/packages/laravel-horizon)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M185](/packages/spatie-laravel-health)[illuminate/process

The Illuminate Process package.

44926.6k122](/packages/illuminate-process)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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