Skip to content

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.

You may use libav or ffmpeg.

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

Windows:

  • Download and extract libav from Windows binaries provided here.
  • Add the libav /bin folder to your PATH
Clone this wiki locally