Laravel Homestead Unable to load FFProbe #2312
Unanswered
csteamengine
asked this question in
Q&A
Replies: 1 comment
-
@csteamengine Did you ever resolve this, it looks similar to a problem i'm having. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have been using your project and I love it, but recently I was trying to setup video conversions to display a thumbnail of an uploaded video. I have run
composer require php-ffmpeg/php-ffmpeg
and have installed bothffmpeg
andffprobe
via Homebrew, but when I try to upload a video through my Homestead site, I get this error:I have ensured that my
.env
file is setup correctly with the paths toffmpeg
andffprobe
respectively:and I have ensured that the laravel-medialibrary is getting the correct paths by injecting a
dump()
statement right before this exception is thrown, but have still been unable to get ffprobe working.Any help you could provide would be greatly appreciated, I'd love to get video conversions working!
Extra Info:
Beta Was this translation helpful? Give feedback.
All reactions