Re: Regd:Video Converter Programming

2006-08-11 Thread Tim Roberts
"Ch3ru5" <[EMAIL PROTECTED]> wrote: > > Thanks all for replies . I am sorry for a confusion of the question . >But what i wanted to know is in general in any programming language , >how you go about writing a video converter . The problem is that converting between video formats requires LOTS of

Re: Regd:Video Converter Programming

2006-08-09 Thread Ch3ru5
HI, Thanks all for replies . I am sorry for a confusion of the question . But what i wanted to know is in general in any programming language , how you go about writing a video converter . The basic flow of code . that's it . I will look into the resources in a particular language of my choice l

Re: Regd:Video Converter Programming

2006-08-09 Thread placid
Grant Edwards wrote: > On 2006-08-09, placid <[EMAIL PROTECTED]> wrote: > > >> I want to write an avi to flv converter in php but i am a complete > >> newbie to it. > > > via a Google search for "python video convert" i found the following > > > > http://pymedia.org/ > > Except he wants to write i

Re: Regd:Video Converter Programming

2006-08-09 Thread Grant Edwards
On 2006-08-09, placid <[EMAIL PROTECTED]> wrote: >> I want to write an avi to flv converter in php but i am a complete >> newbie to it. > via a Google search for "python video convert" i found the following > > http://pymedia.org/ Except he wants to write it in PHP. Not sure why he's asking us

Re: Regd:Video Converter Programming

2006-08-08 Thread placid
Ch3ru5 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 basic flow of entire process of how a > converter code is written > (ie. the basic algorithm ) . > > Example: "You first create an flv stream , then compress the av

Regd:Video Converter Programming

2006-08-08 Thread Ch3ru5
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 basic flow of entire process of how a converter code is written (ie. the basic algorithm ) . Example: "You first create an flv stream , then compress the avi code , then copy that code in