Ramaraju.d
Ramaraju.d

Reputation: 1363

How to install ffmpeg on linux using ssh or putty

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

Answers (1)

Patrick B.
Patrick B.

Reputation: 12393

You need to install the php5-ffmpeg-package:

sudo apt-get install php5-ffmpeg

.

Upvotes: 3

Related Questions