ffmprovisr icon indicating copy to clipboard operation
ffmprovisr copied to clipboard

Error when installing ffmpeg on Mac using avpres.net instructional

Open eliseschierbeek opened this issue 3 years ago • 4 comments

I'm attempting to install FFmpeg on Mac OS Big Sur 11.7.1 using the avpres.net instructions for Mac (linked from FFmprovisor). I am using the following commands:

brew tap avpres/formulae
brew install --with-openjpeg --with-rubberband --with-svt-av1 --with-tesseract avpres/formulae/ffmpeg

I'm receiving back:

==> Installing avpres/formulae/ffmpeg --with-openjpeg --with-rubberband --with-svt-av1 --with-tesser
==> Installing FFmpeg with options...
==> ./configure --prefix=/usr/local/Cellar/ffmpeg/5.1.2_2 --enable-shared --cc=clang --host-cflags= --host-ldf
Last 15 lines from /Users/lbosch/Library/Logs/Homebrew/ffmpeg/01.configure:
--enable-opencl
--enable-audiotoolbox
--enable-videotoolbox
--enable-libopenjpeg
--enable-librubberband
--enable-libsvtav1
--enable-libtesseract

ERROR: libmp3lame >= 3.98.3 not found

The install worked on my home computer, but not my office machine. I was able to install the avpres formulae FFmpeg using brew install ffmpeg.

eliseschierbeek avatar Jan 05 '23 00:01 eliseschierbeek

Thank you for reporting! The issue should be filed at the formula’s repository rather than here.

Two questions:

  • On which system did you get the error message?
  • What is the output of lame --version?

retokromer avatar Jan 05 '23 06:01 retokromer

Thanks for your response!

The error showed up on Mac OS Big Sur 11.7.1 (work computer). To clarify, I was able to install FFmpeg using brew install ffmpeg on that same work computer.

The output of lame --version is -bash: lame: command not found

eliseschierbeek avatar Jan 05 '23 17:01 eliseschierbeek

Then I guess brew install lame before using the formula should resolve the issue.

It’s strange: usually the FFmpeg compilation tests that. But I will check if the formula should be amended, in order to avoid this error message. Thanks again for reporting.

retokromer avatar Jan 05 '23 18:01 retokromer

@eliseschierbeek Could the issue be solved?

retokromer avatar Feb 23 '23 20:02 retokromer

ping @eliseschierbeek

retokromer avatar Apr 03 '24 15:04 retokromer

brew install lame solved the issue

eliseschierbeek avatar Jul 02 '24 17:07 eliseschierbeek