Reputation: 1363
I am trying to install ffmpeg on my server (Linux) but could not succeed.
i tried this command in the putty
sudo apt-get install ffmpeg
then restarted apache. Still i dint find ffmpeg in phpinfo.php
Please help..
Upvotes: 1
Views: 5516
Reputation: 12393
You need to install the php5-ffmpeg-package:
sudo apt-get install php5-ffmpeg
.
Upvotes: 3