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/.
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/
.