antalaron/video-gif
Composer 安装命令:
composer require antalaron/video-gif
包简介
PHP library to create animated gif thumbnails for videos
README 文档
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.
统计信息
- 总下载量: 252
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-23