Shoutbox

convert video to flv - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: convert video to flv (/showthread.php?tid=98988)

convert video to flv by cent4u on 03-04-2012 at 02:14 AM

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:


RE: convert video to flv by CookieRevised on 03-07-2012 at 07:25 PM

Is there a reason why you explicitly want to use WAMP on the server? Can't you just convert the files on your local PC?