
Mac Mojave를 사용하고 있는데 ffprobe
. 다음 오류가 발생합니다.
$ ffprobe
dyld: Library not loaded: /usr/local/opt/x265/lib/libx265.179.dylib
Referenced from: /usr/local/bin/ffprobe
Reason: image not found
Abort trap: 6
제거하려고 했지만 작동하지 않았습니다.
$ brew uninstall ffprobe
Error: No such keg: /usr/local/Cellar/ffprobe
나는 또한 brew doctor
도움이 되지 않은 달리기를 했습니다. 해당 도구를 설치하려고 했지만 다음과 같은 결과가 나왔습니다.
$ brew install ffprobe
Updating Homebrew...
Error: No available formula with the name "ffprobe"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
그렇다면 문제를 해결하는 방법은 무엇입니까 ffprobe
?
답변1
ffprobe
패키지 의 일부인 것 같습니다 ffmpeg
! 나는 당신이 그것을 알아야 한다고 생각합니다( brew
그 중요한 정보를 당신에게 말하고 싶지 않습니다!). 따라서 이 문제를 해결하려면 다음을 다시 설치하세요 ffmpeg
.
brew uninstall ffmpeg
brew install ffmpeg