atiksoftware/php-class-ffmpeg
Composer 安装命令:
composer require atiksoftware/php-class-ffmpeg
包简介
With this class you can use FFmpeg with PHP without installing php-ffmpeg extension.
README 文档
README
With this class you can use FFmpeg with PHP without installing php-ffmpeg extension.
Installation
Using Composer
composer require atiksoftware/php-class-ffmpeg
require __DIR__.'/../vendor/autoload.php'; use \Atiksoftware\FFmpeg\FFmpeg; $FFmpeg = new FFmpeg();
create thumbnail
$FFmpeg->input( "Facebook.MP4" )->loglevel("debug")->output( "thumbnail.jpg" )->thumb( "1280x720" , 1, 10 )->ready();
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-09-15