ivoglent/ffmpeg-composer-bin
最新稳定版本:1.3
Composer 安装命令:
composer require ivoglent/ffmpeg-composer-bin
包简介
A simple repository for FFMPEG binaries lib using PHP composer
README 文档
README
A simple repository for FFMPEG lib using PHP composer
Versions:
- ffmpeg version 6.1-static
- ffprobe version 6.1-static
Installation
composer require --prefer-dist -vvv --profile ivoglent/ffmpeg-composer-bin
Use a specified major version in composer.json to get updates for this version.
{
"require": {
"ivoglent/ffmpeg-composer-bin": "^6.0"
}
}
Usage
Binaries of FFMPEG lib stored on @vendor/bin
vendor/bin/ffmpeg
and
vendor/bin/ffprobe
That's all
Example usage
For use for example with php-ffmpeg/php-ffmpeg which support Video manipulation and preview images on PHP.
$ffmpeg = FFMpeg\FFMpeg::create( [ 'ffmpeg.binaries' => 'vendor/bin/ffmpeg', 'ffprobe.binaries' => 'vendor/bin/ffprobe' ] );
统计信息
- 总下载量: 30.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-05-15