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:
- Install ffmpeg-encore via brew
- 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):
Additional context
Previously ran a brew-installed version of FFMPEG and runs fine.
Describe the bug
Installing via brew using the steps documented, I test the version of FFMPEG installed and an error is produced:
To Reproduce
Steps to reproduce the behavior:
ffmpeg -versionExpected 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):
Additional context
Previously ran a brew-installed version of FFMPEG and runs fine.