mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 22:00:00 +01:00
89 lines
2.2 KiB
Plaintext
89 lines
2.2 KiB
Plaintext
|
|
|
|
|
|
|
|
10x0 0x x10x0x10x0x10x 10x0x10x0x10x0 x0x1 x0x1 10x0 x0x1
|
|
0x10x0 0x0x x10x0x10x0x10x 10x0x10x0x10x0 x0x1 10x0x10x 10x0x1 10x0x1
|
|
0x0x10 0x0x10 x10x 10x0 x0x1 10x0x10x x0x10x 10x0
|
|
0x0x10x0 0x0x10 x10x0x10x0x1 10x0x10x0x10 x0x1 0x10 0x0 x10x0x10
|
|
0x10x0 x10x0x x10x0x10x0x10x 10x0x10x0x10 x0x1 0x10x0x10x0 x10x0x10
|
|
10x0x1 x0x10x x10x 10x0 x0x1 0x10x0x10x0 0x0x
|
|
x0x10x0x10x0x1 x10x 10x0 x10x x0x1 0x10x0x10x0x10 0x0x
|
|
x10x0x10x0 x10x0x10x0x10x 10x0x10x0x10x0 x10x 10x0 0x0x 0x10 0x0x
|
|
0x0x10 x10x0x10x0x10x 10x0x10x0x10x0 0x010x0 0x0x 0x10 0x0x
|
|
|
|
|
|
:: Veejay, a visual instrument for GNU ::
|
|
http://veejay.dyne.org
|
|
|
|
|
|
v. 0.99.x
|
|
|
|
|
|
- work in progress. you are on your own. -
|
|
|
|
|
|
Install
|
|
=======
|
|
|
|
0. get required packages
|
|
1. autogen.sh
|
|
2. configure
|
|
3. make
|
|
4. make install
|
|
|
|
|
|
Running
|
|
=======
|
|
|
|
Start veejay with a video template and open filename.avi as a new sample
|
|
|
|
veejay -w <width> \
|
|
-h <height> \
|
|
-fps <frames p. sec> \
|
|
-P [0=yuv420,1=yuv422,2=yuv444] \
|
|
-d [0=none,1=sdl,2=opengl] \
|
|
filename.avi
|
|
|
|
veejay -w352 -h288 -f25 -P2 -d2 movie.avi
|
|
|
|
Start veejay with all capture devices loaded as new samples
|
|
|
|
veejay -w352 -h288 -f25 -P2 -d2 -A
|
|
|
|
Controling
|
|
==========
|
|
|
|
All communication goes via OSC (Open Sound Control).
|
|
|
|
sayOSC localhost 3490 0 /sample_1/print
|
|
|
|
|
|
Example FX
|
|
==========
|
|
|
|
For this to work, you need to grab pluginpack from the repository
|
|
and edit the ~.veejay/plugins file to include the path to the installed
|
|
plugins.
|
|
|
|
|
|
sayOSC localhost 3490 s /sample_1/fx_0/set LVDPhotoplay
|
|
sayOSC localhost 3490 i /sample_1/fx_0/fx_status 1
|
|
|
|
|
|
If you need a GUI, you can use 'veejayui'
|
|
|
|
veejayui localhost
|
|
|
|
|
|
CONTACT / FEEDBACK & HELP
|
|
=========================
|
|
|
|
Niels Elburg <nelburg@looze.net>
|
|
|
|
Please use the mailinglist on
|
|
http://veejay.sourceforge.net
|
|
|
|
|
|
|