Skip to content

Unable to load ffmpeg #110

Closed
Closed
@TechTailor

Description

@TechTailor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions