"Error: FFmpeg/avconv not found!" but i have FFmpeg
Even though i have FFmpeg, it still gives me this error, but what could be the cause? (It was working before, i didn't do anything)
5 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPIt's not in the path then. You might need to restart (or relog) after doing so.
Fixed
- npm:
npm install ffmpeg-static
- Install: Download | chocolatey | homebrew | your distributions package manager
- Tutorial: YouTube
- ffmpeg-binaries is deprecated, uninstall it with npm rm ffmpeg-binaries
In addition i did these also solved