Hi.
Please tell how can I convert avi to flv using PHP.
Thanks a lot.
|
Team Leader
|
![]() |
| 3Oct2008,23:32 | #2 |
|
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
|
|
Newbie Member
|
|
| 1Dec2009,18:32 | #3 |
|
Here is my code,
PHP Code:
|
|
Go4Expert Member
|
|
| 13Apr2010,16:23 | #4 |
|
as for me I convert with Video to Flash Converter
|
|
Newbie Member
|
|
| 15Apr2010,20:07 | #5 |
|
I prefer use the program Flash to Video Encoder, to me has very much helped.
|

