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

Mac brew ffmpeg gives Error: "invalid option: --with-theora" #80

Open
skabbit opened this issue Jul 4, 2020 · 1 comment
Open

Mac brew ffmpeg gives Error: "invalid option: --with-theora" #80

skabbit opened this issue Jul 4, 2020 · 1 comment

Comments

@skabbit
Copy link

skabbit commented Jul 4, 2020

When I run brew install ffmpeg I get error:
Error: invalid option: --with-theora

Googling explains it as brew options is obsolete: https://discourse.brew.sh/t/ffmpeg-options-missing/3935

@StefanoSega
Copy link

+1

Ffmpeg now can be installed with Brew this way:

brew tap homebrew-ffmpeg/ffmpeg
brew install homebrew-ffmpeg/ffmpeg/ffmpeg

the thing is that the options --with-theora --with-libvorbis are not available anymore, and if installed without options then it gives an error when trying to export the file

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