TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   Advanced PHP Programming (http://www.talkphp.com/advanced-php-programming/)
-   -   installing ffmpeg on linux (http://www.talkphp.com/advanced-php-programming/3776-installing-ffmpeg-linux.html)

moiseszaragoza 12-16-2008 11:43 PM

installing ffmpeg on linux
 
does any one where i can get instruction on instaling
installing ffmpeg on linux
using putty.exe

sketchMedia 12-17-2008 08:45 PM

Depending on the distro, you may be able to do it through 'APT' (debain) or 'YUM' (redhat) without having to manually compile the source.

But i found this little article on compiling from source. Pretty easy really if you have compiled software from source on linux before:
http://www.codeitwell.com/installing...-on-linux.html

moiseszaragoza 12-17-2008 09:57 PM

Thanks you i will read the article but i am new at linux

sketchMedia 12-18-2008 12:50 PM

Sorry about that, the link pointed to the source not the article rofl, fixed now though :)

sketchMedia 12-18-2008 01:17 PM

Ok, heres a brief guide (using the above article) i haven't tested it so it may work xD

basically, log into your server with putty, and at the command line type:
wget http://dfn.dl.sourceforge.net/source...php-0.6.0.tbz2

Then extract it to '/usr/local/src/'
type:
tar jxvf ffmpeg-php-0.6.0.tbz2 -C /usr/local/src/

then type:
cd /usr/local/src/ffmpeg-php-0.6.0/;./configure && make && make install

Hope that works.


All times are GMT. The time now is 05:05 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0