Hi guys

I've been trying for weeks to get ffmpeg working with php. I tried it the windows way but could never get it to work through exec() in a php script. I then decided to do it in ubuntu linux...

I setup ubuntu on a test machines

installed php 5.2.6, apache2, mysql

installed the gd package in the terminal program

put "extension=gd.so" in the and "extension=ffmpeg.so".

However it does still not show up on my php.info ( info() ) page that gd2 and ffmpeg are installed.

I've been trying for weeks - someone please help - I'll even pay!!!

mat