You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
OS: MacOS Sonoma 14.1
Additional context
Previously ran a brew-installed version of FFMPEG and runs fine.
The text was updated successfully, but these errors were encountered:
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 -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.
The text was updated successfully, but these errors were encountered: