Download the PHP package elisevgeniy/yii2-ffmpeg without Composer
On this page you can find all versions of the php package elisevgeniy/yii2-ffmpeg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elisevgeniy/yii2-ffmpeg
More information about elisevgeniy/yii2-ffmpeg
Files in elisevgeniy/yii2-ffmpeg
Download elisevgeniy/yii2-ffmpeg
More information about elisevgeniy/yii2-ffmpeg
Files in elisevgeniy/yii2-ffmpeg
Vendor elisevgeniy
Package yii2-ffmpeg
Short Description convert media from one format to other
License BSD-3-Clause
Package yii2-ffmpeg
Short Description convert media from one format to other
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package yii2-ffmpeg
FFMPEG
convert media from one format to other
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Configuration
Install ffmpeg in your system if not installed. To use this extension, you have to configure the Connection class in your application configuration:
return [ //.... 'components' => [ 'ffmpeg' => ['class' => '\rbtphp\ffmpeg\Ffmpeg', 'path' => '/usr/bin/ffmpeg' ], ] ];
Usage
Once the extension is installed, simply use it in your code by :
All versions of yii2-ffmpeg with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package elisevgeniy/yii2-ffmpeg contains the following files
Loading the files please wait ....