简体   繁体   中英

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..

You need to install the php5-ffmpeg-package:

sudo apt-get install php5-ffmpeg

.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM