frei0r icon indicating copy to clipboard operation
frei0r copied to clipboard

Windows 10 can not use these dll

Open qq71680264 opened this issue 7 months ago • 2 comments

I have download all dll and i put all dll into the "all" folder. Then, I add the path to the system Env Val. it still can not find the dll i need.

Image

then, i try to put all dll into the ffmpeg folder ,still show this error.

Image

no matter i use "\" or "/" at the path, it always show this error.

Image

why these all dll can not be found. it is weird.

qq71680264 avatar Jul 30 '25 08:07 qq71680264

I have seen this problem before and suspect it may be something to be fixed in ffmpeg?

jaromil avatar Sep 17 '25 09:09 jaromil

Maybe try setting FREI0R_PATH to the folder you intend to use? Otherwise, FFmpeg searches these hardcoded paths.

$HOME/.frei0r-1/lib/
/usr/local/lib/frei0r-1/
/usr/lib/frei0r-1/
/usr/local/lib64/frei0r-1/
/usr/lib64/frei0r-1/

cynthia2006 avatar Oct 01 '25 18:10 cynthia2006