-
Notifications
You must be signed in to change notification settings - Fork 14
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
ffmpegdecklink: x264 not found using pkg-config #362
Comments
Here's the complete and partially cut 😉 commandline and console output:
|
@pjotrek-b Thank you for reporting! This should be resolved in #349. Could you possibly test? |
Hi Reto! btw: I've also tried using the ffmpeg-v4.4 recipe (from git history) - same "libx264 not found" error. Cheers! |
@retokromer: Unfortunately, ffmpeg v6 has the same issue:
The following codecs are all not found by pkg-config (disabled them one by one in the brew-recipe), until configure is happy and it start to run "make":
But build fails with quite nasty errors (ffmpeg v5 and v6):
|
Is there something like "make clean" for brew? |
btw, here's the output of
|
|
We also modified the troubleshooting page. |
Thanks for the quick reply! Something is "dirty" in my install - because now the v4.4 build also fails with the same mathops.h errors. Will try cleaning up first 😄 |
Try also a |
Not sure if this is related, but Mozilla devs ran into the "mathops" issue less than a month ago: And here on FFmpeg's tracker: both seem to conclude:
@retokromer: Disabled x264,x265,xvid - and crossing fingers for successful build! |
@pjotrek-b Please test again with the again patched formula. |
The "x264-x265-xvid not found by pkg-config" issue is still present, but now "make" runs successfully. |
@pjotrek-b, does running |
Wanted to add to this thread since the issue was still open. Not sure which patches are being referred to toward the end of this post since a lot had been discussed, but I was running into a similar issue as @pjotrek-b. When trying to reinstall vrecord on my work laptop (M1 Mac running MacOS Monterey 12.6.5) and I was getting the following error:
Seems like whatever the issues were, they were preventing vrecord from compiling. Downloaded ffmpegdecklink.rb and took out “fontconfig” and “x264” from the Ruby source code and told it to disable VulkanOptExtension (since it seems to be for 3D rendering???) and vrecord seems to be working now. Added
Removed
I know this is not best practice but it allowed me to continue with |
What is strange is that even though I got vrecord to install with the help of @cajunjoel on all our computers (Intel and M1) I am now getting errors on the Intel Mac Mini but NOT the M1 Macbook Pro: 2018 Intel Core i7 Mac Mini running Monterey 12.7.2:
2021 M1 MacBook Pro running Moneterey 12.6.5:
These issues seem similar to what @libbyhopfauf and I were experiencing recently that is explained in more depth here: mipops/dvrescue#760 |
@bravoalphatango this does sound similar to the issue I was experiencing! @dericed can correct me if I am wrong, but I believe that the new DVRescue release will be rolled into vrecord to replace avfctl, so it could possibly resolve this on your end? |
Hi everyone! 😃
I keep running into the following error brewing ffmpegdecklink on Xubuntu 20.04.6:
The current brew-recipe downloads ffmpeg v5.1.2:
(
homebrew-amiaos/ffmpegdecklink.rb
Line 4 in 6909a7a
It worked flawlessly on my previous Ubuntu 20.04 setup (ffmpeg v4.4).
I'm guessing it may be related to an issue posted on ffmpeg-user "ffmpeg > 5.0 refuses to build with x264-static"?
I'm currently trying to adjust the brew-recipe with the workaround/fix mentioned in the above post:
I've never edited brew-recipes before, so it may take a while, but I thought I'd post this here in case someone else also runs into this 😄
The text was updated successfully, but these errors were encountered: