Download the PHP package folour/flavy without Composer
On this page you can find all versions of the php package folour/flavy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor folour
Package flavy
Short Description FFmpeg layer for Laravel 5.2-5.4, this is a fork of rafasamp/sonus package
License GPLv3
Package flavy
Short Description FFmpeg layer for Laravel 5.2-5.4, this is a fork of rafasamp/sonus package
License GPLv3
Please rate this library. Is it a good library?
Informations about the package flavy
Flavy - a simple ffmpeg layer for laravel 5.2-5.4
FFmpeg layer for Laravel 5.2-5.4, this is a fork of rafasamp/sonus package.
Simple API for convert audio/video files, get thumbnails from video, information of files
Installation
Install Flavy via composer
composer require folour/flavy
In config/app.php to providers array add:
And to aliases array add:
In terminal in project root run:
php artisan vendor:publish
Usage
Simple conversion from ogg to mp3, with change bitrate:
Decrease bitrate and change channels to 1 (Mono)
Get file info:
Make thumbnails:
Get ffmpeg base information:
All versions of flavy with dependencies
PHP Build Version
Package Version
The package folour/flavy contains the following files
Loading the files please wait ....