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 installBy 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.