Jump to content

convert any video to flv


elhelaly1999

Recommended Posts

Hi , I hope found the solution as I get tired from searching

 

my problem is how to convert any video to flv

I work on xampp and windows XP ,I get the ffmpeg.dll and added the extension to the php.ini and restart apache and the write this line of code

exec("ffmpeg -i video.avi -ar 22050 -ab 32 -f flv -s 320x240 video.flv");

and I didn't get the flv video

Can u help me ?

Link to comment
Share on other sites

That exec() call will execute the ffmpeg binary, which isn't related [directly] to the PHP dll.

 

 

You need to download the ffmpeg binary if you're going to use it like that (and then you will need to supply a full path to the binary or add it to your PATH).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.