mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 22:21:17 +00:00
docs(faq): replace ffmpeg-binaries with ffmpeg-static (#3886)
This commit is contained in:
parent
11f30ccb31
commit
bfcd4befc9
1 changed files with 2 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ Update to Node.js 12.0.0 or newer.
|
|||
|
||||
## How do I install FFMPEG?
|
||||
|
||||
- **npm:** `npm install ffmpeg-binaries`
|
||||
- **npm:** `npm install ffmpeg-static`
|
||||
- **Ubuntu 16.04:** `sudo apt install ffmpeg`
|
||||
- **Ubuntu 14.04:** `sudo apt-get install libav-tools`
|
||||
- **Windows:** `npm install ffmpeg-binaries` or see the [FFMPEG section of AoDude's guide](https://github.com/bdistin/OhGodMusicBot/blob/master/README.md#download-ffmpeg).
|
||||
- **Windows:** `npm install ffmpeg-static` or see the [FFMPEG section of AoDude's guide](https://github.com/bdistin/OhGodMusicBot/blob/master/README.md#download-ffmpeg).
|
||||
|
||||
## How do I set up @discordjs/opus?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue