View Single Post
Old 07-10-2012, 09:10 AM   PM User | #388
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,549
Thanks: 15
Thanked 131 Times in 124 Posts
chump2877 is on a distinguished road
Quote:
Originally Posted by bbrog View Post
Hi, switched to a ubuntu server

So for installing ffmpeg and codecs this command should be enough sudo apt-get install ffmpeg ?

Is there anything else that we will need to do? Any other commands you can point me to would be great.

Thanks!
For installing FFmpeg capability and codecs:

Code:
sudo apt-get install ubuntu-restricted-extras  [gives you the codecs]
sudo apt-get install ffmpeg  [gives you ffmpeg]
sudo apt-get install php5-ffmpeg  [gives you the ffmpeg-php PHP extension]
Then you need to add the following line:

Code:
extension=ffmpeg.so
...to the server's php.ini, and finally restart apache....
__________________
Regards, R.J.

---------------------------------------------------------

Help spread the word! Like my YouTube-to-Mp3 Conversion Script on Facebook !! :)
[Related videos and tutorials are also available at my YouTube channel]
chump2877 is offline   Reply With Quote