summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortailor <[email protected]>2007-10-30 22:56:25 (GMT)
committer tailor <[email protected]>2007-10-30 22:56:25 (GMT)
commitfddf16a532ef368da8a7c7fec486ce4d0fae0cb9 (patch)
tree7613aa49afcddbf4ca6fa0a54d16ca55d693d165 /README
[project @ Initial revision]
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..cc7434d
--- a/dev/null
+++ b/README
@@ -0,0 +1,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 plugin, available at http://gmerlin.sourceforge.net/
+
+OpenCV, required for facedetect plugin, available at http://opencvlibrary.sourceforge.net/