Connecting Tech Pros Worldwide Forums | Help | Site Map

Regd:Video Converter Programming

Ch3ru5
Guest
 
Posts: n/a
#1: Aug 9 '06
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 into the flv stream created ."

The above flow may or may not be correct but what i want to know is
this flow .

Any good tutorials or resources where i can learn the basics.

Thank You,
Raja.




Keith Thompson
Guest
 
Posts: n/a
#2: Aug 9 '06

re: Regd:Video Converter Programming


"Ch3ru5" <muppadivya@gmail.comwrites:
Quote:
I want to write an avi to flv converter in php but i am a complete
newbie to it.
Why are you asking here?

There's a comp.lang.php newsgroup. I don't know whether your question
would be topical there, but it certainly isn't here.

--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
zhao.kaiyong@gmail.com
Guest
 
Posts: n/a
#3: Aug 9 '06

re: Regd:Video Converter Programming



Ch3ru5 wrote:
Quote:
Hi,
I want to write an avi to flv converter in php but i am a complete
newbie to it.
if u want to do it with C, I will tell u that u can use DirectShow,
maybe it's wiki.~~

if u want to use php. I think u need to do the encode & decode by
youself.~~

best wishes.

Flash Gordon
Guest
 
Posts: n/a
#4: Aug 9 '06

re: Regd:Video Converter Programming


zhao.kaiyong@gmail.com wrote:
Quote:
Ch3ru5 wrote:
Quote:
>Hi,
>I want to write an avi to flv converter in php but i am a complete
>newbie to it.
>
if u want to do it with C, I will tell u that u can use DirectShow,
maybe it's wiki.~~
What makes you think DirectShow is part of C? What makes you think it is
available on the original posters platform? It's not available on most
of mine.

Also, please do not use stupid contractions like "u" instead of "you".
They make your post needlessly hard to read especially for people whose
first language is not English.
Quote:
if u want to use php. I think u need to do the encode & decode by
youself.~~
If s/he want to use PHP then the question should be asked and answered
else where.
--
Flash Gordon
Sigless on this computer.
Herbert Rosenau
Guest
 
Posts: n/a
#5: Aug 9 '06

re: Regd:Video Converter Programming


On Wed, 9 Aug 2006 05:38:14 UTC, "zhao.kaiyong@gmail.com"
<zhao.kaiyong@gmail.comwrote:
Quote:
>
Ch3ru5 wrote:
Quote:
Hi,
I want to write an avi to flv converter in php but i am a complete
newbie to it.
>
if u want to do it with C, I will tell u that u can use DirectShow,
maybe it's wiki.~~
Who is u? Why does you think here is somebody interested in what u
does, tries or thiks about?
Quote:
if u want to use php. I think u need to do the encode & decode by
youself.~~
It does not matter what u will use. As sayed, nobody knows what u
does, thinks, tries. And nobody is interested in to know that.

No, don't answer. Nobody is interested to learn who u is. You may
write an emal to u when you have something to say to him/it/her, but u
is no topic in this group.

--
Tschau/Bye
Herbert

Visit http://www.ecomstation.de the home of german eComStation
eComStation 1.2 Deutsch ist da!
Keith Thompson
Guest
 
Posts: n/a
#6: Aug 9 '06

re: Regd:Video Converter Programming


"Herbert Rosenau" <os2guy@pc-rosenau.dewrites:
Quote:
On Wed, 9 Aug 2006 05:38:14 UTC, "zhao.kaiyong@gmail.com"
<zhao.kaiyong@gmail.comwrote:
Quote:
>Ch3ru5 wrote:
Quote:
Hi,
I want to write an avi to flv converter in php but i am a complete
newbie to it.
>>
>if u want to do it with C, I will tell u that u can use DirectShow,
>maybe it's wiki.~~
>
Who is u? Why does you think here is somebody interested in what u
does, tries or thiks about?
[...]

What Herbert is trying to say is that the word is spelled "you", not
"u", and silly abbreviations like "u" for "you" are discouraged here.

(Herbert: Someone who uses "u" in the first place might not understand
your sarcasm.)

--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
zhao.kaiyong@gmail.com
Guest
 
Posts: n/a
#7: Aug 10 '06

re: Regd:Video Converter Programming



Flash Gordon wrote:
Quote:
zhao.kaiyong@gmail.com wrote:
Quote:
Ch3ru5 wrote:
Quote:
Hi,
I want to write an avi to flv converter in php but i am a complete
newbie to it.
if u want to do it with C, I will tell u that u can use DirectShow,
maybe it's wiki.~~
>
What makes you think DirectShow is part of C? What makes you think it is
available on the original posters platform? It's not available on most
of mine.
>
Also, please do not use stupid contractions like "u" instead of "you".
They make your post needlessly hard to read especially for people whose
first language is not English.
>
Quote:
if u want to use php. I think u need to do the encode & decode by
youself.~~
>
If s/he want to use PHP then the question should be asked and answered
else where.
--
Flash Gordon
Sigless on this computer.
oh! That is my first time reply in the group. I'm sorry to use "u" that
I don't know this group are cared it!

Closed Thread