Install ffmpeg or libav dependencies
masterPydub requires ffmpeg or libav to handle most audio formats. Use the following commands based on your operating system:
macOS (Homebrew):
brew install ffmpeg
# OR
brew install libavLinux (aptitude):
apt-get install ffmpeg libavcodec-extra
# OR
apt-get install libav-tools libavcodec-extraWindows:
- Download and extract libav from Windows binaries.
- Add the libav
/binfolder to your PATH environment variable.