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.0 platform.
Download (HTTP): https://files.dyne.org/frei0r/releases/frei0r-plugins-1.7.0.tar.gz
Download MD5 sum: 78a7c7511cbda93013147563dc7a3618
Download size: 1.2 MB
Estimated disk space required: 39 MB
Estimated build time: 0.1 SBU
Doxygen-1.9.2 and opencv-4.5.3 (currently broken)
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  \
      -DWITHOUT_OPENCV=TRUE       \
      -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.
        
Last updated on