O.P. convert video to flv
Hi friends,
I use WAMP in my local pc, and use a code below:
[CODE]exec("ffmpeg -i omar.avi -ar 22050 -ab 32 -f flv -s 320x240 omar.flv");[/CODE]
It's work fine , but in server the methods exec(),passthru(),shell_exec(),
system() etc are disabled due to security reason . So I cannot find a way to
convert my other types of files(eg: avi) to flv , please advise me with a solution
ASAP.
Thanks
Anes :eek:
|