Introduction
How to install and use the live video editing application veejay on Intrepid This package currently needs to be compiled. It took me a while so I documented what I did. Some parts come from the tarball and some from SVN. This may look complicated but it is actually fairly easy to cut and paste the following commands into a terminal.
About Veejay
Veejay is a 'visual' instrument and realtime video sampler for live video performances. Allows you to trigger samples, apply realtime effects (120+), scratch, mix, record.
Veejay is a visual instrument and real-time video sampler. It allows you to "play" the video like you would play a piano. While playing, you can record the resulting video directly to disk (video sampling).
The graphical user interface is known as 'reloaded'
Getting required software
Open a terminal
Update
sudo apt-get update
Install dependencies
sudo apt-get install build-essential automake1.7 libtool bison flex cvs gawk libdirectfb-dev libmjpegtools-dev libsdl1.2-dev libgtk2.0-dev libasound2-dev libjack-dev libjack0.100.0-dev jackd libxml2-dev libxrandr-dev subversion libsamplerate0-dev libxv-dev libxt-dev libglitz-glx1-dev libglade2-dev ffmpeg libavcodec-dev libavformat-dev libswscale-dev libfreetype6-dev libdv4-dev libasound-dev libunicap libunicap-dev libsdl1.2-dev libjack0.100.0-dev libquicktime-dev libxml2-dev libglade2-dev libgtk2.0-dev libmjpegtools-dev libavcodec-dev libjpeg62-dev libavformat-dev libswscale-dev libdv-dev xorg-dev libasound-dev libsamplerate-dev
Install Veejay-server:
mkdir veejay
cd veejay
mkdir veejay-svn
cd veejay-svn
svn checkout svn://dyne.org/veejay/trunk/veejay-current/veejay-server
cd veejay-server
./autogen.sh
echo $PKG_CONFIG_PATH
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
./configure
make
sudo make install
sudo make clean
cd ..
2- Veejay-client (reloaded):
svn checkout svn://dyne.org/veejay/trunk/veejay-current/veejay-client
cd veejay-client
./autogen.sh
echo $PKG_CONFIG_PATH
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
./configure
make
sudo make install
sudo make clean
cd ..
cd ..
3- Veejay-themes
cd ~/veejay-themes
chmod +x INSTALL.sh
sudo ./INSTALL.sh ~/
Sort out permissions
sudo chmod 777-R ~ /. veejay
cd ..
4- Veejay-utils:
cd ~/veejay-utils
./configure --prefix=/usr
make
sudo make install
sudo make clean
Start server:
veejay -O=04
Start client
reloaded
Using Veejay
I have no idea yet! Good luck..
This may help http://veejay.sourceforge.net/gveejayreloaded.pdf
Other Guides
http://divilinux.netsons.org/index.php/archives/807 - Most content borrowed from here
http://www.veejayhq.net/?cat=7 - official page
http://www.linux-magazine.com/issues/2007/82/video_jockey - Linux Magazine article for starters
http://veejay.sourceforge.net/veejay-HOWTO.html