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!
You could run the following in shell: which ffmpeg Code (markup): Should report the path of the ffmpeg installation. Also, you have to isntall ffmpeg-php. It is the php extension. You probably installed the ffmpeg library and in order to use the php functions and classes, the php ported libraries need to be installed as well.