extended-salmon
extended-salmon10mo ago

downloading ffprobe/ffmpeg failed (OSX)

there have been a few previous posts about this but no clear solution. i have a m1 mac. tried uninstall and reinstalling anki. i also tried the thing with brew, but idk if ive done it right tbh. i also tried turning of firewall and i dont have a vpn. so whats the solution? would be much appreciated
No description
12 Replies
absent-sapphire
absent-sapphire10mo ago
@Migaku Anki Add-On Support Related: https://discord.com/channels/752293144917180496/1226778724146479104/1249056701840228432 https://discord.com/channels/752293144917180496/1226778724146479104/1226852963268427848 Could give this a try. 🤷‍♂️ But it didn't look like this resolved the issue.
flat-fuchsia
flat-fuchsia10mo ago
Or try what is described here: https://discord.com/channels/752293144917180496/1226778724146479104/1249056701840228432 Don't hesitate to ask further questions
extended-salmon
extended-salmonOP10mo ago
yeah, honestly idk what i have to do. i read it but...the only times i did something with terminal was with youtube guides😅 i tried what daichi linked but its not working, and the second thing yeah... as i already wrote i dont get what i have to do
flat-fuchsia
flat-fuchsia10mo ago
It might be the easiest to try the terminal way though Try opening a terminal, and then type
which ffprobe
which ffprobe
and press enter. Afterwards, type
which ffmpeg
which ffmpeg
and press enter again. Then take a screenshot of the window, and paste it here
flat-fuchsia
flat-fuchsia10mo ago
For example, for me it looks like this:
No description
extended-salmon
extended-salmonOP10mo ago
No description
flat-fuchsia
flat-fuchsia10mo ago
Okay, it seems like you need to install ffmpeg Open the terminal again, and type brew install ffmpeg. Send the me the screenshot as well.
extended-salmon
extended-salmonOP10mo ago
there was a lot so i just took a screenshot of the end
No description
extended-salmon
extended-salmonOP10mo ago
should i also do that with ffprobe?
flat-fuchsia
flat-fuchsia10mo ago
ffmpeg installs ffprobe as well So you already have both Lastly, you insert these lines. Paste in one line at a time and press enter:
rm ~/Library/Application\ Support/MigakuShared/ffmpeg
rm ~/Library/Application\ Support/MigakuShared/ffprobe
ln -s $(which ffmpeg) ~/Library/Application\ Support/MigakuShared/ffmpeg
ln -s $(which ffprobe) ~/Library/Application\ Support/MigakuShared/ffprobe
rm ~/Library/Application\ Support/MigakuShared/ffmpeg
rm ~/Library/Application\ Support/MigakuShared/ffprobe
ln -s $(which ffmpeg) ~/Library/Application\ Support/MigakuShared/ffmpeg
ln -s $(which ffprobe) ~/Library/Application\ Support/MigakuShared/ffprobe
extended-salmon
extended-salmonOP10mo ago
awesome, it works now! thanks a lot🙏 🙏
flat-fuchsia
flat-fuchsia10mo ago
You're welcome!

Did you find this page helpful?