PHPackages                             jeankassio/videotogif - 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. jeankassio/videotogif

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

jeankassio/videotogif
=====================

A simple video to gif converter that uses FFMPEG and simplifies the whole process for you.

0.5.9(2y ago)28MITPHPPHP &gt;=8.0

Since Jun 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jeankassio/VideoToGif)[ Packagist](https://packagist.org/packages/jeankassio/videotogif)[ Docs](https://jeankassio.dev)[ RSS](/packages/jeankassio-videotogif/feed)WikiDiscussions main Synced 1mo ago

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

VideoToGif
==========

[](#videotogif)

A simple video to gif converter that uses FFMPEG and simplifies the whole process for you. The entire process is done in base64, from input to output

[![Total Downloads](https://camo.githubusercontent.com/f9c6869063dea07992eb7ea56a9510e677d19b7d09ac3ec46127a75cea078fd1/68747470733a2f2f706f7365722e707567782e6f72672f6a65616e6b617373696f2f566964656f546f4769662f646f776e6c6f616473)](https://packagist.org/packages/jeankassio/VideoToGif)[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)

You must have [FFMpeg](https://ffmpeg.org/) installed in your PATH on your system. If not, follow this [tutorial](https://phoenixnap.com/kb/install-ffmpeg-ubuntu).

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

[](#installation)

The recommended way to install is using [Composer](https://getcomposer.org).

```
$ composer require jeankassio/videotogif
```

How to use?
-----------

[](#how-to-use)

```
use JeanKassio\VideoToGif;

  $converter = new VideoToGif();

  $b64 = "data:video/mp4;base64,AAAAGGZ0eXBtcDQyAAAAAGlzb2...";

  $result = $converter->convert($b64);

  var_dump($result);
```

### And the result will look like:

[](#and-the-result-will-look-like)

```
array(4) {
  ["gif"]=> string(304970) "data:image/gif;base64,R0lGODlhkAGWAfcAAD4AND4UPUMHN1YBNEkUO1UYPGUWO1cl..." (Hidden to save on reading)
  ["fps"]=> int(29)
  ["width"]=> int(400)
  ["height"]=> int(406)
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

1074d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b2796e8c233678ec7c8fb3317aa075d1da548ca7198ddd280ab9aefd944055f?d=identicon)[jeankassio](/maintainers/jeankassio)

---

Top Contributors

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

---

Tags

ffmpegffmpegscriptgifgifcreatorvideotogifsymfonymetadatawebdriverChromedriverscraperscraping

### Embed Badge

![Health badge](/badges/jeankassio-videotogif/health.svg)

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

###  Alternatives

[symfony/panther

A browser testing and web scraping library for PHP and Symfony.

3.1k14.7M96](/packages/symfony-panther)[crwlr/crawler

Web crawling and scraping library.

37214.8k2](/packages/crwlr-crawler)[thomas-schulz/symfony-meta

PhpStorm meta data for expected arguments completion in symfony projects.

8957.0k](/packages/thomas-schulz-symfony-meta)[maba/webpack-bundle

Bundle to Integrate Webpack to Symfony

123268.2k4](/packages/maba-webpack-bundle)[mediavorus/mediavorus

MediaVorus

2863.5k](/packages/mediavorus-mediavorus)

PHPackages © 2026

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