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

homebrew warnings when using the brew install command from the script #7

Open
aried3r opened this issue Mar 29, 2017 · 3 comments
Open
Assignees

Comments

@aried3r
Copy link

aried3r commented Mar 29, 2017

When using this line to install ffmpeg I get the following two warnings:

Warning: ffmpeg: --with-ffplay was deprecated; using --with-sdl2 instead!
Warning: ffmpeg: this formula has no --with-libquvi option so it will be ignored!

And an additional question, do we really need all these codecs? I don't see them being used explicitly and am especially wondering about x265 and the audio codecs recommended.

Especially since neither the README nor the homebrew formula mention that you need to install it in that way.

PS: Thanks for the script, really makes it a lot easier to share via Slack etc!

@benjamin-bader
Copy link
Collaborator

Thanks for letting us know! It's quite likely that the codec list is overkill - when I have time, I'll try to narrow it down.

And thanks for your kind words - glad to hear it's useful!

@aried3r
Copy link
Author

aried3r commented Mar 31, 2017

I just tried by uninstalling ffmpeg and using just brew install ffmpeg without any options. It works just fine with gifcap, I could not notice any loss in quality or anything, but then again, I am not familiar with ffmpeg and how installed codices might influence the output of gifcap.

@aried3r
Copy link
Author

aried3r commented Mar 31, 2017

Also, one major benefit of just using brew install ffmpeg was that brew just installs a bottle instead of spending quite a lot of time compiling ffmpeg with all the extra options.

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

3 participants