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

Consider brew install or ./configure build for MacOS #100

Open
tylers-username opened this issue Mar 2, 2022 · 1 comment
Open

Consider brew install or ./configure build for MacOS #100

tylers-username opened this issue Mar 2, 2022 · 1 comment

Comments

@tylers-username
Copy link

tylers-username commented Mar 2, 2022

The pre-built binaries for MacOS aren't always ideal. brew install seems to ensure that everything will work as expected where ./configure may need a library check test—which is fine and could be left up to the user. Simply throw an error in the install script when ./configure fails.

The example below works with ffmpeg 5.0 from brew install. It does not work from any of the pre-build binaries that I've tried, including the one used in the build script.

cat video.webm | ffmpeg -re -i - -c:v libx264 -preset fast -strict -2 -c:a aac -b:a 128k -f flv -flvflags no_duration_filesize rtmps://global-live.mux.com:443/app/some-stream-id
@derhuerst
Copy link
Collaborator

The ./configure script would require cloning the ffmpeg source code, right?

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