You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I tried to use javaCV to call ffmpeg for video merging, 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
When I used 1.5.9, both linux and windows are ok
my dependencies
org.bytedeco
javacv-platform
1.5.10
The text was updated successfully, but these errors were encountered:
Hello,
I tried to use javaCV to call ffmpeg for video merging, 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
When I used 1.5.9, both linux and windows are ok
my dependencies
org.bytedeco
javacv-platform
1.5.10
The text was updated successfully, but these errors were encountered: