antalaron / video-gif
PHP library to create animated gif thumbnails for videos
Installs: 248
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 2
Forks: 6
Open Issues: 0
pkg:composer/antalaron/video-gif
Requires
- gregwar/image: 2.*
- php-ffmpeg/php-ffmpeg: 0.6.*
- sybio/gif-creator: 1.0
This package is auto-updated.
Last update: 2025-09-16 21:54:06 UTC
README
A PHP library to create animated gif thumbnails for videos.
Good to know
How this library works
This library requires a working FFMpeg install. You will need both FFMpeg and FFProbe binaries to use it. Be sure that these binaries can be located with system PATH.
Known issues
- to be written
Installation
The recommended way to install VideoGif is through Composer.
{ "require": { "antalaron/video-gif": "~0.1" } }
Basic Usage
$videoGif = new Antalaron\VideoGif\VideoGif(); $videoGif->create('path/to/video.mp4', 'path/to/video.gif');
License
This project is licensed under the MIT license.