On Wed, Apr 8, 2009 at 10:30 PM, Gevorg Harutyunyan <gevorg...@gmail.com> wrote:
> Hi,
>
> I need to convert video files to FLV using php.
>
> The only solution that I found is to use ffmpeg, but because I am using
> shared hosting I am not allowed to install it on server.
> Do you know any other ways to convert any video file types to flv using PHP.

use ffmpeg.

there is an ffmpeg-php extension but it's kinda buggy and i am not
sure it supports enough for what you want. but using ffmpeg for it is
pretty simple. just system() the calls to it. google for it

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to