-
pbmedia/laravel-ffmpeg 2.1.0 requires php-ffmpeg/binary-driver dev-master -> no matching package found
I can't find the repo anywhere either.
-
this project works correctly in laravel 5.5. not working in laravel 5.6
please help how to fix this problem
$ composer require php-ffmpeg/php-ffmpeg
Using version ^0.11.1 for php-ffmpeg/php-ffm…
-
Hi .
I want to update laravel to 5.6 from 5.5 , but getting this error when running `composer update` :
```
Your requirements could not be resolved to an installable set of packages.
Problem …
-
Hello,
I am using PHPStorm, I noticed that it only shows me getFilesystems & newTemporaryFile methods only, I thought I am using the wrong class, but when I explored FFMpeg file, I noticed that most …
-
Hi folks,
our editors use clappr to publish videos. As they want posters on their video they make a screenshot of the video, load it up and apply then the file path of it to the Clappr.Player poste…
-
Hello, first of all, thank you for an awesome package.
Can you enlighten me about the the reasoning behind the sorting of the bitrates? (https://github.com/pascalbaljetmedia/laravel-ffmpeg/blob/mas…
-
Hey.
I use the product laravel-ffmpeg.
Here's my attempt to use the code:
```
require $_SERVER['DOCUMENT_ROOT'] . '/vendor/autoload.php';
$exporter = Pbmedia\LaravelFFMpeg\FFMpegFacade::open($$…
-
Hello,
I have one Laravel project using Spatie media library installed 2 times on a server : one as production and the other as staging.
Two different users uploaded 2 different media at the sam…
-
Is it possible to update the composer.json to allow also symfony 4?
**php-ffmpeg/php-ffmpeg** package is based on this one and I cannot use it under Laravel 5.6 (latest release) because it requires s…
-
Hello,
I noticed that settings are located in 'config\laravel-ffmpeg.php'.
but the original php-ffmpeg detect ffmpeg from system PATH.
> "Executable not found, proposed : /usr/local/bin/ffprobe"