PHPackages                             atiksoftware/php-class-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. atiksoftware/php-class-ffmpeg

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

atiksoftware/php-class-ffmpeg
=============================

With this class you can use FFmpeg with PHP without installing php-ffmpeg extension.

1.2(7y ago)020PHP

Since Sep 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/atiksoftware/php-class-ffmpeg)[ Packagist](https://packagist.org/packages/atiksoftware/php-class-ffmpeg)[ RSS](/packages/atiksoftware-php-class-ffmpeg/feed)WikiDiscussions master Synced 2w ago

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

php-class-ffmpeg
================

[](#php-class-ffmpeg)

With this class you can use FFmpeg with PHP without installing php-ffmpeg extension.

---

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

[](#installation)

### Using Composer

[](#using-composer)

```
composer require atiksoftware/php-class-ffmpeg
```

```
require __DIR__.'/../vendor/autoload.php';

use \Atiksoftware\FFmpeg\FFmpeg;
$FFmpeg = new FFmpeg();
```

#### *create thumbnail*

[](#create-thumbnail)

```
$FFmpeg->input( "Facebook.MP4" )->loglevel("debug")->output( "thumbnail.jpg" )->thumb( "1280x720" , 1, 10 )->ready();
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

3

Last Release

2846d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfb520877dbe5b7ea0c032c12ef6160441900c94ee1bccad3bec1b74188a3737?d=identicon)[atiksoftware](/maintainers/atiksoftware)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/atiksoftware-php-class-ffmpeg/health.svg)

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

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M24.5k](/packages/friendsofphp-php-cs-fixer)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[spatie/typescript-transformer

This is my package typescript-transformer

3957.8M24](/packages/spatie-typescript-transformer)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k39](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)

PHPackages © 2026

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