![]() |
convert avi to flv
Hi.
Please tell how can I convert avi to flv using PHP. Thanks a lot. |
Re: convert avi to flv
Install FFMPEG and running the ffmpeg -i test.avi -ab 56 -ar 22050 -b 500 -r 15 -s 320x240 test.flv command using the shell_exec function in PHP.
Code: PHP
|
Re: convert avi to flv
Here is my code,
PHP Code:
|
Re: convert avi to flv
as for me I convert with Video to Flash Converter
|
Re: convert avi to flv
I prefer use the program Flash to Video Encoder, to me has very much helped.
|
| All times are GMT +5.5. The time now is 11:06. |