Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.markdown, libav is abandoned #777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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