-
```PHP
use ProtoneMedia\LaravelFFMpeg\Support\FFMpeg;
Route::get('/test', function () {
$image = \App\Models\Product\ProductImage::where('type', \App\Enums\MediaTypes::VIDEO)->firstOrFail();
…
-
There is no instructions anywhere to download FFMpeg or FFProbe. I have downloaded these put them in a folder on drive C and pointed my environment variables to the folder so they work when I open ter…
-
I'm trying to run this project in a laravel 10 project.
## Project specs
- using sail with php 8.2
- Laravel 10
## composer.json
```json
{
"name": "laravel/laravel",
"type": "proje…
-
| Q | A
| -------------- | ---
| Bug? | ?
| OS | windows10
```
[2018-11-05 04:00:38] local.ERROR: Unable to remove all the files {"exception":"[object] (Neutr…
-
Hello, get error in line https://github.com/protonemedia/laravel-ffmpeg/blob/main/src/Filesystem/Media.php#L151
With forwards call to FilesystemAdapter method setVisibility expect 2 arguments ($pat…
-
| Q | A
| -------------- | ---
| Bug? | no
| New Feature? | no
| Version Used | "php-ffmpeg/php-ffmpeg": "^0.19.0",
| FFmpeg Version | FFmpeg 3.4
| OS | M…
-
Hi,
I have a problem while starting to encode my video using this package because `DynamicHLSPlaylist::parseLines()` value always return null did i do something wrong?
and this is my code and de…
-
Hello,
I'm struggling with resizing vertical video - no matter what setting I use, exit file have fixed dimensions and it's being stretched.
Bellow is input file (shoot from iPhone holding phone…
-
| Q | A
| -------------- | ---
| Bug? | no
| New Feature? | no
| Version Used | 0.13.0
| FFmpeg Version | N-95710-gb25b643
| OS | CentOS 7.7
#### Actual…
-
I have follow each and every step while installing this package. i have also run
**php artisan vendor:publish**
it generated the "thumbnail.php" file in app/config.
i have also inlcuded …