bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.45k stars 1.57k forks source link

java.lang.UnsatisfiedLinkError: no jniavdevice in java.library.path #2018

Closed CJL6015 closed 1 year ago

CJL6015 commented 1 year ago

The program encountered an error while attempting to load ffmpeg. Loader.load(org.bytedeco.ffmpeg.ffmpeg.class)

image

saudet commented 1 year ago

You'll need to install the required libraries.

saudet commented 1 year ago

Duplicate of https://github.com/bytedeco/javacpp-presets/issues/593