Re: [PHP] avi to wmv convert

2004-08-22 Thread hitek
Try looking up ffmpeg. It can convert between many video formats, runs on 
linux or windows(compile under mingw) and can be called via backtick, 
system() or exec() functions. I use it from a php script to convert flash 
FLV files to MPG.

At 04:03 AM 8/21/2004, Peter Clarke wrote:
John Nichel wrote:
Peter Clarke wrote:
John Nichel wrote:
Jay Blanchard wrote:
[snip]
In what manual?
[/snip]
TFM!
I'm sorry, I didn't quite catch that.  Could you hold my hand, and 
point it out to me?  If you were a real pal, you would write the code 
for me too. ;)
The only manual I know of is at www.php.net
It provides a tool for searching the online documentation.
Searching for 'avi' produces just one result of:
http://www.php.net/function.getimagesize
in which a user posts about finding dimensions etc from media files.
I cannot find anywhere that mentions converting avi files to wmv files.
The point of the razzing is to get one to do some research.  If you don't 
see it in the manual, chances are PHP cannot do it on it's own. Without 
seeing any 'video' functions listed in 'THE MANUAL', I would hazard a 
guess that converting between two different video formats is a bit beyond 
the scope of PHP.  Not to say that this cannot be done, as I'm sure there 
is an API out there that PHP can interact with, but someplace like Google 
would be a better place to start a search like there.
Agreed, my issue is with the pure unhelpfulness of the responses to the 
question. The response was:
There are a few listed in the manual.
which is totally wrong.

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


Re: [PHP] avi to wmv convert

2004-08-21 Thread Peter Clarke
John Nichel wrote:
Peter Clarke wrote:
John Nichel wrote:
Jay Blanchard wrote:
[snip]
In what manual?
[/snip]
TFM!
I'm sorry, I didn't quite catch that.  Could you hold my hand, and 
point it out to me?  If you were a real pal, you would write the code 
for me too. ;)

The only manual I know of is at www.php.net
It provides a tool for searching the online documentation.
Searching for 'avi' produces just one result of:
http://www.php.net/function.getimagesize
in which a user posts about finding dimensions etc from media files.
I cannot find anywhere that mentions converting avi files to wmv files.

The point of the razzing is to get one to do some research.  If you 
don't see it in the manual, chances are PHP cannot do it on it's own. 
Without seeing any 'video' functions listed in 'THE MANUAL', I would 
hazard a guess that converting between two different video formats is a 
bit beyond the scope of PHP.  Not to say that this cannot be done, as 
I'm sure there is an API out there that PHP can interact with, but 
someplace like Google would be a better place to start a search like there.

Agreed, my issue is with the pure unhelpfulness of the responses to the 
question. The response was:
There are a few listed in the manual.
which is totally wrong.

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


Re: [PHP] avi to wmv convert

2004-08-20 Thread Jason Wong
On Saturday 21 August 2004 00:36, R B wrote:
 I'm making a php video system, buy i need to convert the avi videos to wmv
 videos.
 Some one knows a good, free, and functional avi to wmv converter?

There are a few listed in the manual.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
panic (No CPUs found.  System halted.
);
2.4.3 linux/arch/parisc/kernel/setup.c
*/

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



Re: [PHP] avi to wmv convert

2004-08-20 Thread R B
In what manual?

From: Jason Wong [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [PHP] avi to wmv convert
Date: Sat, 21 Aug 2004 00:45:07 +0800
On Saturday 21 August 2004 00:36, R B wrote:
 I'm making a php video system, buy i need to convert the avi videos to 
wmv
 videos.
 Some one knows a good, free, and functional avi to wmv converter?

There are a few listed in the manual.
--
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
panic (No CPUs found.  System halted.
);
2.4.3 linux/arch/parisc/kernel/setup.c
*/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
_
MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] avi to wmv convert

2004-08-20 Thread Jay Blanchard
[snip]
In what manual?
[/snip]

TFM!

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



Re: [PHP] avi to wmv convert

2004-08-20 Thread John Nichel
Jay Blanchard wrote:
[snip]
In what manual?
[/snip]
TFM!
I'm sorry, I didn't quite catch that.  Could you hold my hand, and point 
it out to me?  If you were a real pal, you would write the code for me 
too. ;)

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] avi to wmv convert

2004-08-20 Thread Peter Clarke
John Nichel wrote:
Jay Blanchard wrote:
[snip]
In what manual?
[/snip]
TFM!
I'm sorry, I didn't quite catch that.  Could you hold my hand, and point 
it out to me?  If you were a real pal, you would write the code for me 
too. ;)

The only manual I know of is at www.php.net
It provides a tool for searching the online documentation.
Searching for 'avi' produces just one result of:
http://www.php.net/function.getimagesize
in which a user posts about finding dimensions etc from media files.
I cannot find anywhere that mentions converting avi files to wmv files.
So, yes could you hold my hand and give me a url to the manual page.
Don't worry about the code, just the link will do.
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] avi to wmv convert

2004-08-20 Thread Curt Zirzow
* Thus wrote John Nichel:
 Jay Blanchard wrote:
 [snip]
 In what manual?
 [/snip]
 
 TFM!
 
 
 I'm sorry, I didn't quite catch that.  Could you hold my hand, and point 
 it out to me?  If you were a real pal, you would write the code for me 
 too. ;)

$manual = fopen('http://php.net/manual', 'r');
while ($contents = fread($manual) ) {
  ulearn($contents);
}

:)


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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



Re: [PHP] avi to wmv convert

2004-08-20 Thread John Nichel
Peter Clarke wrote:
John Nichel wrote:
Jay Blanchard wrote:
[snip]
In what manual?
[/snip]
TFM!
I'm sorry, I didn't quite catch that.  Could you hold my hand, and 
point it out to me?  If you were a real pal, you would write the code 
for me too. ;)

The only manual I know of is at www.php.net
It provides a tool for searching the online documentation.
Searching for 'avi' produces just one result of:
http://www.php.net/function.getimagesize
in which a user posts about finding dimensions etc from media files.
I cannot find anywhere that mentions converting avi files to wmv files.
The point of the razzing is to get one to do some research.  If you 
don't see it in the manual, chances are PHP cannot do it on it's own. 
Without seeing any 'video' functions listed in 'THE MANUAL', I would 
hazard a guess that converting between two different video formats is a 
bit beyond the scope of PHP.  Not to say that this cannot be done, as 
I'm sure there is an API out there that PHP can interact with, but 
someplace like Google would be a better place to start a search like there.

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] avi to wmv convert

2004-08-20 Thread John Nichel
Curt Zirzow wrote:
* Thus wrote John Nichel:
Jay Blanchard wrote:
[snip]
In what manual?
[/snip]
TFM!
I'm sorry, I didn't quite catch that.  Could you hold my hand, and point 
it out to me?  If you were a real pal, you would write the code for me 
too. ;)

$manual = fopen('http://php.net/manual', 'r');
while ($contents = fread($manual) ) {
  ulearn($contents);
}
:)
Curt
Ah-hadoing that, I have learned that you missed a step...
fclose ( $manual );
*L*
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] avi to wmv convert

2004-08-20 Thread Jason Wong
On Saturday 21 August 2004 03:24, John Nichel wrote:

 Ah-hadoing that, I have learned that you missed a step...

 fclose ( $manual );

That was intentional, you should have it open all the time and read from it 
continually.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
To err is human -- but it feels divine.
-- Mae West
*/

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



Re: [PHP] avi to wmv convert

2004-08-20 Thread John Nichel
Jason Wong wrote:
On Saturday 21 August 2004 03:24, John Nichel wrote:

Ah-hadoing that, I have learned that you missed a step...
fclose ( $manual );

That was intentional, you should have it open all the time and read from it 
continually.

That's why you guys get the big bucks.  ;)
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php