PHPackages                             olelo/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. olelo/ffmpeg

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

olelo/ffmpeg
============

Small helper to connect to olelo FFmpeg URLs in PHP

1.0.4(5y ago)01.9k↓50%[6 PRs](https://github.com/olelo-io/ffmpeg/pulls)MITPHP

Since Feb 8Pushed 3y agoCompare

[ Source](https://github.com/olelo-io/ffmpeg)[ Packagist](https://packagist.org/packages/olelo/ffmpeg)[ RSS](/packages/olelo-ffmpeg/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (12)Used By (0)

olelo FFmpeg - Helper
=====================

[](#olelo-ffmpeg---helper)

This is a little helper to easily call [olelo FFmpeg](https://www.olelo.io/ffmpeg) in your PHP projects.

Prerequisites
-------------

[](#prerequisites)

You need an olelo account and the FFmpeg module enabled.

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

[](#installation)

You can install the package via composer:

```
composer require olelo/ffmpeg

```

If you use Laravel, add your olelo-FFmpeg token to .env as `FFMPEG_API_TOKEN`.

Usage
-----

[](#usage)

```
$ffmpeg = new \Olelo\FFmpeg\FFmpeg('yourApiToken');
$convertedFile = $ffmpeg->convert('https://your-url.com/something', 'remove-silence');

```

#### Laravel

[](#laravel)

A Laravel service provider with a facade is contained in this package. It is automatically detected. You can use it like:

```
use Olelo\FFmpeg\Facades\FFmpeg;

$convertedFile = FFmpeg::convert('https://your-url.com/something', 'remove-silence');

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~72 days

Total

5

Last Release

2002d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9dd4066526f273592da88a5b863d5302bb171dd626ffd3e646a0f282a0dc4db2?d=identicon)[oleloSebastian](/maintainers/oleloSebastian)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![SebastianSchoeps](https://avatars.githubusercontent.com/u/44115562?v=4)](https://github.com/SebastianSchoeps "SebastianSchoeps (2 commits)")

### Embed Badge

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

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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