Unstoppable Domains โ€” AI Assistant

Way to tell if FF-MPEG is installed?

Spacemail by SpaceshipSpacemail by Spaceship
Watch
Impact
1,436
I thought FF-MPEG was correctly installed on the server but it doesn't seam to be showing up in the phpinfo. Does anyone know of a way to check if FF-MPEG is successfully installed?

Thanks!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
on shell type
php -r 'phpinfo();' | grep ffmpeg

the result should be this
ffmpeg
ffmpeg support (ffmpeg-php) => enabled
ffmpeg-php version => 0.5.0
ffmpeg.allow_persistent => 0 => 0

or create a php file named: ffmpegcheck.php
with following content
PHP:
extension_loaded('ffmpeg') or die("ffmpeg extension not loaded");
 
1
•••
PHPINFO script will also help you.

If you don't have shell access

Put something like

<?php
phpinfo();
?>

and try it in browser ;)
 
0
•••
Some good advice given above FPForum
 
0
•••
Appraise.net
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomainEasy โ€” Zero Commission
DomDB
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back