Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFMPEG fails to launch on MacOS 14.1 #34

Open
magicbadger opened this issue Feb 20, 2025 · 0 comments
Open

FFMPEG fails to launch on MacOS 14.1 #34

magicbadger opened this issue Feb 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@magicbadger
Copy link

Describe the bug
Installing via brew using the steps documented, I test the version of FFMPEG installed and an error is produced:

❯ ffmpeg
dyld[42447]: Library not loaded: /opt/homebrew/opt/libvpx/lib/libvpx.8.dylib
  Referenced from: <1CCA5EBE-98AF-3FDA-8D91-5BCA522FCBD6> /opt/homebrew/Cellar/ffmpeg-encore/7.0_1/bin/ffmpeg
  Reason: tried: '/opt/homebrew/opt/libvpx/lib/libvpx.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/libvpx/lib/libvpx.8.dylib' (no such file), '/opt/homebrew/opt/libvpx/lib/libvpx.8.dylib' (no such file), '/opt/homebrew/Cellar/libvpx/1.15.0/lib/libvpx.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/libvpx/1.15.0/lib/libvpx.8.dylib' (no such file), '/opt/homebrew/Cellar/libvpx/1.15.0/lib/libvpx.8.dylib' (no such file)

To Reproduce
Steps to reproduce the behavior:

  1. Install ffmpeg-encore via brew
  2. run ffmpeg -version

Expected behavior
FFMPEG should be able to run and show its version information

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: MacOS Sonoma 14.1

Additional context
Previously ran a brew-installed version of FFMPEG and runs fine.

@magicbadger magicbadger added the bug Something isn't working label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant