Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error : "Unable to load FFProbe" #496

Open
beTravelwise opened this issue Aug 4, 2023 · 1 comment
Open

error : "Unable to load FFProbe" #496

beTravelwise opened this issue Aug 4, 2023 · 1 comment

Comments

@beTravelwise
Copy link

beTravelwise commented Aug 4, 2023

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 terminal and type FFMpeg.
Regarding my Laravel project, I have added the paths to .ENV file and my laravel-ffmpeg.php file:

.ENV:

FFMPEG_BINARY=C:\PATH_programs\ffmpeg
FFPROBE_BINARY=C:\PATH_programs\ffprobe

laravel-ffmpeg.php

'ffmpeg.binaries' => env('FFMPEG_BINARY', 'C:\PATH_programs\ffmpeg'),
'ffprobe.binaries' => env('FFPROBE_BINARY', 'C:\PATH_programs\ffprobe'),

but still, I'm getting the error

@isarjanfaza
Copy link

isarjanfaza commented Aug 21, 2023

No you can Ffmpeg folder move to root directory and replace with this code
.ENV

FFMPEG_BINARIES=ffmpeg/ffmpeg
FFPROBE_BINARIES=ffmpeg/ffprobe

laravel-ffmpeg.php

'ffmpeg.binaries' => env('FFMPEG_BINARY', 'ffmpeg/ffmpeg'),
'ffprobe.binaries' => env('FFPROBE_BINARY', 'ffmpeg/ffprobe'),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants