Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ Copy the pydub directory into your python path. Zip
## Dependencies

You can open and save WAV files with pure python. For opening and saving non-wav
files – like mp3 – you'll need [ffmpeg](http://www.ffmpeg.org/) or
[libav](http://libav.org/).
files – like mp3 – you'll need [ffmpeg](http://www.ffmpeg.org/)

### Playback

Expand All @@ -204,30 +203,16 @@ play(sound)

## Getting ffmpeg set up

You may use **libav or ffmpeg**.

Mac (using [homebrew](http://brew.sh)):

```bash
# libav
brew install libav

#### OR #####

# ffmpeg
brew install ffmpeg
```

Linux (using aptitude):

```bash
# libav
apt-get install libav-tools libavcodec-extra

#### OR #####

# ffmpeg
apt-get install ffmpeg libavcodec-extra
apt-get install ffmpeg
```

Windows:
Expand Down