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

Fix mac install #113

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

antoineMoPa
Copy link

@antoineMoPa antoineMoPa commented Apr 27, 2023

The mac install is currently broken because brew installs ffmpeg 6 - and if we try to install ffmpeg 5, it goes to a different location now.

Based on the linux install, it looks like beamcoder expects ffmpeg 5, so here I'm asking brew for ffmpeg@5. Maybe we can switch everything to ffmpeg 6? In the meantime, at least this fixes the mac build.

m1
Also, the build is failing on m1, since homebrew installs arm sofware in /opt/homebrew/Cellar/ instead of /usr/local/Cellar/.

@@ -265,8 +265,8 @@ export interface VideoInputParam extends InputParam {
height: number
pixelFormat: string
pixelAspect: Array<number>
hw_device_ctx: HWDeviceContext // Optional
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That could be a separate PR, but I noticed the types were causing issues in my package. Looks like they are optional, so these ? should not hurt.

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

Successfully merging this pull request may close these issues.

1 participant