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

Error: invalid option: --with-libvorbis #575

Closed
nicolas-raoul opened this issue Mar 29, 2021 · 1 comment
Closed

Error: invalid option: --with-libvorbis #575

nicolas-raoul opened this issue Mar 29, 2021 · 1 comment

Comments

@nicolas-raoul
Copy link
Contributor

nicolas-raoul commented Mar 29, 2021

At https://github.com/jiaaro/pydub/blob/master/README.markdown the Mac instructions include these command lines:

brew install libav --with-libvorbis --with-sdl --with-theora
brew install ffmpeg --with-libvorbis --with-sdl2 --with-theora

Problem: Both fail with the error below, presumably because Homebrew stopped supporting the --with-libvorbis option in late 2018.

Error: invalid option: --with-libvorbis

Cheers!

@OliverSparrow
Copy link

The brew formulas for libav and ffmpeg now automatically install these files, listing them as dependencies. Just running brew install libav or ffmpeg alone should work now.

nicolas-raoul added a commit to nicolas-raoul/pydub that referenced this issue Apr 1, 2021
Homebrew stopped supporting the `--with-libvorbis` option in late 2018.
According to OliverSparrow: The brew formulas for libav and ffmpeg now automatically install these files, listing them as dependencies. Just running `brew install libav` or `ffmpeg` alone should work now.
@jiaaro jiaaro closed this as completed in 72b474e Apr 5, 2021
dontw added a commit to dontw/audiosprite that referenced this issue Oct 24, 2022
According to this thread jiaaro/pydub#575 (comment)
brew install FFmpeg don't have to add `----with-theora --with-libvorbis` anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants