-
Notifications
You must be signed in to change notification settings - Fork 4
Additional Setup
Brett Stevenson edited this page Aug 12, 2018
·
2 revisions
The project utilizes the pydub package for audio-file manipulation, which requires that a multimedia decoding library to function properly.
Mac (using homebrew):
# libav
brew install libav --with-libvorbis --with-sdl --with-theora
#### OR #####
# ffmpeg
brew install ffmpeg --with-libvorbis --with-sdl2 --with-theora
Linux (using aptitude):
# libav
apt-get install libav-tools libavcodec-extra-53
#### OR #####
# ffmpeg
apt-get install ffmpeg libavcodec-extra-53
- Download and extract libav from Windows binaries provided here.
- Add the libav
/bin
folder to your PATH