Friday, February 8, 2008

Step by Step Installation FFMpeg

Step by Step Installation ffmpeg

# wget http://ffmpeg.mplayerhq.hu/ffmpeg-ex...pshot.tar.bz2
# tar -xjvf ffmpeg-export-snapshot.tar.bz2
# cd ffmpeg-export-XXXXXXX
# ./configure --prefix=/usr/local
# make clean && make
# make install
# cd ..
# rm -rf ffmpeg*

No comments: