frei0r-2.3.3

Introduction to Frei0r

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 12.4 platform.

Package Information

Frei0r Dependencies

Recommended

gavl-1.4.0

Optional

Doxygen-1.14.0 and opencv-4.12.0

Installation of frei0r

Install Frei0r by running the following commands:

mkdir -vp build &&
cd        build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr        \
      -D CMAKE_BUILD_TYPE=Release         \
      -D CMAKE_POLICY_VERSION_MINIMUM=3.5 \
      -W no-dev .. &&

make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

-D WITHOUT_OPENCV=TRUE: This option instructs the make procedure to disable building plugins dependent upon opencv.

-D WITHOUT_GAVL=TRUE: This option instructs the make procedure to disable building plugins dependent upon gavl.

-D CMAKE_POLICY_VERSION_MINIMUM=3.5: This switch allows building this package with cmake-4.0 or newer.

Contents

Installed Program: None
Installed Libraries: Over 150 video effects plugins
Installed Directories: /usr/lib/frei0r-1