video gif
1.0.0
A PHP library to create animated gif thumbnails for videos.
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.
The recommended way to install VideoGif is through Composer.
{
"require": {
"antalaron/video-gif": "~0.1"
}
}
$videoGif = new AntalaronVideoGifVideoGif();
$videoGif->create('path/to/video.mp4', 'path/to/video.gif');
This project is licensed under the MIT license.