Frei0r is a minimalistic plugin API for video effects. Note that the 0 in the name is a zero, not a capital letter o.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://files.dyne.org/frei0r/releases/frei0r-plugins-1.8.0.tar.gz
Download MD5 sum: 45ffe53925ce0a90ce1d838c05e0a3c0
Download size: 804 KB
Estimated disk space required: 40 MB
Estimated build time: 0.5 SBU
Doxygen-1.9.6 and opencv-4.7.0
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/frei0r
Install Frei0r by running the following commands:
mkdir -vp build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
-DWITHOUT_OPENCV=TRUE
: This option
instructs the make procedure to disable building plugins dependent
upon opencv.
-DWITHOUT_GAVL=TRUE
: This option
instructs the make procedure to disable building plugins dependent
upon gavl.