Calendar news - Debt Consolidation - Millsberry - Loans - Free Credit Report

PDA

View Full Version : FFMPEG Check ?


priyakochin
Jul 16th 2007, 10:14 pm
I am having my hosting with FFMPEG (According to providers note).But when I try to run any script its not working ?

I just use

exec(ffmpeg -i sa.avi uu.flv);

what happen ? Can anyone plz help me to check ?

alex4sale
Aug 1st 2007, 5:04 am
run phpinfo.php
check ffmpeg

nico_swd
Aug 1st 2007, 9:55 am
If you're on apache, run this.

echo '<pre>' . print_r(apache_get_modules(), true) . '</pre>';