Install ffmpeg on 1and1 dedicated server

ffmpeg

anyone know how to do this? have contacted the server company who will not help

I have a dedicated server, running on centos parralells plesk panel

thanks

Best Answer

I found this to be the best guide when installing ffmpeg.

http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/

Make sure you follow each step. If the install of any dependency fails, retry.

Good luck.

EDIT

The guide doesn't include qt-faststart. Follow this if you need it:

cd ~/ffmpeg
make tools/qt-faststart
sudo checkinstall --pkgname=qt-faststart --pkgversion="$(./version.sh)" --backup=no \
    --deldoc=yes --fstrans=no --default install -D -m755 tools/qt-faststart \
    /usr/local/bin/qt-faststart

Also, follow @pablo's point about git rather than svn.

Related Topic