ABHIONLINUX
Site useful for linux administration and web hosting

2011/04/19

How to install Yamdi

You can follow the steps given below to install Yamdi

cd /usr/local/src/
wget http://downloads.sourceforge.net/project/yamdi/yamdi/1.4/yamdi-1.4.tar.gz?use_mirror=ufpr
tar zxf yamdi-1.4.tar.gz
cd yamdi-1.4
gcc yamdi.c -o yamdi -O2 -Wall
mv yamdi /usr/bin/
yamdi -h



You can check the yamdi binary using "which yamdi'

2011/04/09

How to install qt-faststart with ffmpeg


You can follow the steps given below to install qt-ffmpeg with ffmpeg. For this steps to work out, you should have a working ffmpeg installation in your server.

# svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
# cd ffmpeg
# ./configure
# make
#make tools/qt-faststart
#cp -a tools/qt-faststart /usr/bin/