We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@u4/opencv4nodejs Is not compatible with NodeJS 22 on windows, downgrade to NodeJS 20.
OpenCV 4.X does not support FFmpeg 5, so downgrade to FFmpeg 4 until a future OpenCV release will support It.
Downgrade with using brew: #64
brew update brew install ffmpeg@4 brew unlink ffmpeg brew link --overwrite ffmpeg@4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Global
Known issues:
@u4/opencv4nodejs Is not compatible with NodeJS 22 on windows, downgrade to NodeJS 20.FFmpeg compilation failed on mac.
OpenCV 4.X does not support FFmpeg 5, so downgrade to FFmpeg 4 until a future OpenCV release will support It.
Downgrade with using brew: #64
The text was updated successfully, but these errors were encountered: