Quote:
Originally Posted by bbrog
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....