Posted by lorento on 08/08/06 02:27
I think its difficult to develop converter with php. Converting movie
on the fly need a big resources, PHP can't handle it.
My idea, use C/C++ language instead of PHP. Compile the c/c++ program
as cgi program. So it can be call like:
http://host/converter.cgi?movie=movie.avi like that.
--
http://www.nusaland.com
http://uk.nusaland.com
muppadi...@gmail.com wrote:
> Hi,
> I want to write an avi to flv converter in php but i am a complete
> newbie to it.
>
> I would like to know the process of how a converter code is written
> (ie. the basic algorithm ) .
>
> Any good tutorials or resources where i can learn the basics.
>
> Thank You,
> Raja.
[Back to original message]
|