Streampunk / beamcoder

Node.js native bindings to FFmpeg.
GNU General Public License v3.0
392 stars 76 forks source link

Fix mac install #113

Open antoineMoPa opened 1 year ago

antoineMoPa commented 1 year ago

The mac install is currently broken because brew installs ffmpeg 6 - and if we try to install ffmpeg 5, it goes to a different location now.

Based on the linux install, it looks like beamcoder expects ffmpeg 5, so here I'm asking brew for ffmpeg@5. Maybe we can switch everything to ffmpeg 6? In the meantime, at least this fixes the mac build.

m1 Also, the build is failing on m1, since homebrew installs arm sofware in /opt/homebrew/Cellar/ instead of /usr/local/Cellar/.