Problem with FFMPEG on OsX and MAMP

I am trying to install a demo on my macbook locally, via MAMP.

1) I have updated the permissions for the ffmpeg.exe file giving read and write to all users.

2) I also updated the envvars_ file by commenting out all the lines. I found this advice on stackoverflow.

I haven't solved the problem anyway .. How can I solve it?

Thank you

  • 612
  • More
Attachments
Replies (1)
    • You need to give "execute" rights for this file. You can do it with the following command in UNA root folder:

      chmod +x ./plugins/ffmpeg/ffmpeg.exe

      Also default ffmpeg is for Linux for Mac you need to download compatible binary and replace default one with new one, you can download ffmpeg for Mac on different freely available resources, for example:

      https://evermeet.cx/ffmpeg/

      Login or Join to comment.