This file is indexed.

/usr/share/doc/frei0r-plugins-doc/README is in frei0r-plugins-doc 1.1.22git20091109-1.1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
frei0r - a minimalistic plugin API for video effects

It is a minimalistic plugin API for video sources and filters. The behaviour of
the effects can be controlled from the host by simple parameters. The intent is
to solve the recurring reimplementation or adaptation issue of standard effects.

It is not meant as a generic API for all kinds of video applications.

There is no support for the requirements of special application areas like non
linear editors, hardware accelerated shader effects, and high precision video
processing. These advanced issues are not even solved satisfactory for non cross
application plugin apis and are still an evolving field.

The frei0r API is not meant to be a competing standard to more ambitious
efforts.

http://www.piksel.org/frei0r/



Optional Dependencies:
gavl, required for scale0tilt and vectorscope plugin, available at http://gmerlin.sourceforge.net/

OpenCV, required for facedetect plugin, available at http://opencvlibrary.sourceforge.net/