Option : Convert mp3, wav to ogg file
You can install FFmpeg via package managers like apt (Debian/Ubuntu) or yum (CentOS/RHEL):
sudo apt-get install ffmpeg # For Debian/Ubuntu
sudo yum install ffmpeg # For CentOS/RHEL
Using Homebrew:
brew install ffmpeg
Download a build from the FFmpeg website and follow the installation instructions.> Install
https://ffmpeg.org/download.html
*UPDATE: https://www.videohelp.com/software?d=ffmpeg-6.0-full_build.7z
Download FFmpeg with winget
winget search ffmpeg
winget install --id=Gyan.FFmpeg.Shared -v "6.0" -e
*UPDATE: https://medium.com/@arhamrumi/step-by-step-guide-how-to-install-ffmpeg-on-windows-and-unleash-your-multimedia-potential-2ecda8ed4cf
Install module to use
npm install fluent-ffmpeg
node convert.js