@ilex01 The very first line of the installation section says to check you have ffmpeg installed:
https://github.com/protonemedia/laravel-ffmpeg#installation
The package doesn’t install ffmpeg on your computer. You need to install it yourself.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
https://github.com/protonemedia/laravel-ffmpeg
I've installed pbmedia/laravel-ffmpeg successfully.
composer require pbmedia/laravel-ffmpeg
But when I run:
ffmpeg -version
on desktop, it says,
bash: ffmpeg: command not found
See the screen capture for more info: https://i.gyazo.com/55989df87fc25da52985b3bea8fd49c4.png
Please or to participate in this conversation.