Closed
Description
I am unable to load ffprobe in my laravel application using the Facade.
I have the config file set properly (using XAMPP on windows for Laravel 5.7 with v3.0.0) and I am even getting response when using -
Route::get('/f', function() {
$ffmpeg = \FFMpeg\FFMpeg::create([
'ffmpeg.binaries' => 'C:/FFmpeg/bin/ffmpeg.exe',
'ffprobe.binaries' => 'C:/FFmpeg/bin/ffprobe.exe'
]); dd($ffmpeg);
});
However when I am using the Facade FFMpeg i am getting "Unable to load ffprobe" error.
Would appreciate if you can guide me through a resolve or a work around for the same.
Thanks
Metadata
Metadata
Assignees
Labels
No labels