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
I use frei0r effects in the video editor Kdenlive on Windows. If I download the Windows build from the releases page and then copy the dlls to the proper folder (Program Files/kdenlive/lib/frei0r-1/), none of the effects appear inside Kdenlive at all. But if I download the source code from the same releases page, build the dlls myself, and copy them to the same folder, all the effects appear inside Kdenlive and work as expected.
I build the effects using Mingw gcc:
mkdir build
cd build
cmake ../ -G "MinGW Makefiles"
mingw32-make
The text was updated successfully, but these errors were encountered:
I use frei0r effects in the video editor Kdenlive on Windows. If I download the Windows build from the releases page and then copy the dlls to the proper folder (Program Files/kdenlive/lib/frei0r-1/), none of the effects appear inside Kdenlive at all. But if I download the source code from the same releases page, build the dlls myself, and copy them to the same folder, all the effects appear inside Kdenlive and work as expected.
I build the effects using Mingw gcc:
The text was updated successfully, but these errors were encountered: