-
Notifications
You must be signed in to change notification settings - Fork 590
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
Could not initialize class org.bytedeco.javacpp.avutil Linux x86_64 #472
Comments
|
Also, to get more information, make sure that the "org.bytedeco.javacpp.logger.debug" system property is set to "true" or that "org.bytedeco.javacpp.logger" is set to "slf4j" with your logger set to its debug level. |
Please try again with JavaCV 1.5.6! |
I am getting the same issue on my kubernets pod- |
I had the same problem with 1.5.10,Did you solve? |
me too .please help us |
Please try again with Ubuntu |
Duplicate of bytedeco/javacpp-presets#1379 |
Hello,
I tried to use javaCV to call ffmpeg for audio transcoding, and an error was reported when initializing FFmpegFrameGrabber:
Could not initialize class org.bytedeco.javacpp.avutil.
It is normal for me on the windows10 platform, I have this error when I push my code to the linux server
I understand that this is a relatively common problem, and the answer is generally like https://github.com/bytedeco/javacv/issues/1206#issuecomment-493274635> "You'll need to put all the JAR files in your class path for this to work".
I have repeatedly checked my dependencies and tried to adjust the version, but it has not been resolved.
I tried to adjust the version of javaCV and ffmpeg, my maven dependency is:
The error I get on the linux_x86_64 platform is:
hope to get help, thanks~
The text was updated successfully, but these errors were encountered: