I am writing a java code using jave api, but the underlying code for api uses ffmpeg, as per requirement I have saved ffmpeg in C:\ffmpeg and added the path of ffmpeg.exe to environment variables on Windows. But I am getting this error
it.sauronsoftware.jave.DefaultFFMPEGLocator copyFile
SEVERE: Could not get native library for ffmpeg-x86.exe
I searched on google but unable to find any solution.