If you know the full path the ffmpeg executable, you can use that ins the exec() function (e.g. exec("/usr/bin/ffmpeg -version") depending on the actual location. Sometimes you can type 'which ffmpeg' to find where it is, but that might not work for you.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community