Perfect install of ffmpeg on Ubuntu 8.04 Hardy
Date: 2008-09-11
Finally I've managed to "find out" how to install ffmpeg converting tool with needed codecs that supports video conversation with sound.Now days you can install ffmpeg as a php module directly from aptitute (synaptic or apt-get) so no compiling is needed.
At command line just run:
Code:
sudo apt-get install php5-ffmpeg
Edit sources-list:Code:
sudo nano /etc/apt/sources.list
And add the following line at the bottom of the file:
Code:
deb http://packages.medibuntu.org/ hardy free non-free
Retrieve then gpg keys:
Code:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
Install dependecies:
Code:
sudo apt-get install libavcodec1d libavformat1d libavutil1d libc6 libfreetype6 libimlib2 libsdl1.2debian libswscale1d libfaad0
I hope this tutorial helped you.
If yes, please share with others - use social links below.
Thank you.
Chandan B Babariya — www.silvertouch.com
2009-07-27 12:34:59
The Article really helped me lot. Thanks buddy..
