For using open source transcoding with VIMP you have to install the necessary transcoding tools (MPlayer, mencoder, flvtool2 etc.)
Debian and Ubuntu use the packet-manager "apt" to install software. We first have to add the needed sources (repositories):
(we recommend using "joe" to edit the file)
touch /etc/apt/sources.list.d/deb-multimedia.org.list joe /etc/apt/sources.list.d/deb-multimedia.org.list
We add the following lines to the file debian-multimedia.org.list:
# Debian Multimedia Repository deb http://www.deb-multimedia.org lenny main deb ftp://ftp.deb-multimedia.org lenny main
Then we update the cache changes in our working directory:
apt-get update
cd /usr/src
apt-get install libimage-exiftool-perl ffmpeg
apt-get install libimage-exiftool-perl
apt-get install mplayer mencoder
That´s it. Now it´s time to install the hosting for VIMP.