Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.28 KB

File metadata and controls

41 lines (32 loc) · 1.28 KB

Video Plugins FX

Plugin-packs available with veejay

There are several plugin-packs available with veejay:

  • lvdcrop ; a couple of crop filters and a port of frei0r's scale0tilt
  • lvdshared ; a couple of plugins that implement a producer/consumer mechanism for shared video resources
  • lvdgmic ; a couple of GMIC based filters, although slow in processing they are quite amazing
  • lvdasciiart ; let's do ascii ! ported from ffmpeg ASCII filter writen by Alexander Tumin

To compile and install a plugin-pack:

$ cd veejay-source/plugin-packs/lvdgmic
$ ./autogen.sh
$ ./configure && make && sudo make install

How veejay will find installed plugins ?

By default, veejay looks in the following commmon locations to find plugins:

  • /usr/local/lib
  • /usr/lib/
  • /usr/local/lib64
  • /usr/lib64
  • /usr/local/lib/frei0r-1
  • /usr/lib/frei0r-1
  • /usr/lib64/frei0r-1

You can list more locations in $HOME/.veejay/plugins.cfg
Create a file to tell veejay where to find plugins:

$ mkdir ~/.veejay
$ vi ~/.veejay/plugins.cfg

Veejay will load the plugins from the locations specified in the plugins.cfg file the next time you start it.