sonus
sonus copied to clipboard
A laravel implementation of FFMPEG
How to generate thumbnail for a time period?
Hi, I tryed to install sonus on Laravel 5 but it's not possible with this version. Here is the error's message : Fatal error: Call to a member function make()...
Want install rafasamp/sonus in laravel 5
Hi there, anyone interested in continuing this project? Greets
Sonus::getThumbnails('foo.mp4', 'foo-thumb' 5); // Yields 5 thumbnails Sonus::getThumbnails('foo.mp4', 'foo-thumb', 5); // Yields 5 thumbnails
Methods: destroyProgress, destroyAllProgress are missing the $tmpdir variable.
there is a letter missing in getConverterVersion. line 54 $ouput = preg_match("/ffmpeg version (?P[0-9]{0,3}).(?P[0-9]{0,3}).(?P[0-9]{0,3})/", $output, $parsed);
I'm trying to install Sonus on my laravel 4.2 package, i've checked the upper case problem but still i've got the $# php artisan config:publish Rafasamp/Sonus [InvalidArgumentException] Configuration not found....