[PHP] MPEG Properties

2007-10-25 Thread Bill Medley
Hello, all.

Thanks for your help in advance. I'm trying to figure out how to get PHP to
retrieve MPEG File Properties, specifically the length of the video file in
seconds.

Thanks,

-B

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



Re: [PHP] MPEG Properties

2007-10-25 Thread Miles Thompson
Check out ffmpeg-php
http://sourceforge.net/projects/ffmpeg-php/

Miles


On 10/25/07, Bill Medley [EMAIL PROTECTED] wrote:

 Hello, all.

 Thanks for your help in advance. I'm trying to figure out how to get PHP
 to
 retrieve MPEG File Properties, specifically the length of the video file
 in
 seconds.

 Thanks,

 -B

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




[PHP] Mpeg

2002-01-28 Thread Edward van Bilderbeek - Bean IT

Hi,

I've asked this question before, but no answer... so here it is again:

does anyone now how I can get the dimensions (width, height) of an mpeg
file? maybe via a unix command... (because in the PHP manual, I can't find
anything about it, and I'm not that much of a unix-guru...)...

thanks,

Edward



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Mpeg

2002-01-28 Thread Jon Farmer

 I've asked this question before, but no answer... so here it is again:

 does anyone now how I can get the dimensions (width, height) of an mpeg
 file? maybe via a unix command... (because in the PHP manual, I can't find
 anything about it, and I'm not that much of a unix-guru...)...

ImageMagick will do this AFAIK. However you have to compile with the Mpeg
libraries to achieve it.

Regards

Jon

--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969
PGP Key available, send email with subject: Send PGP Key



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Mpeg

2002-01-28 Thread Martin Towell

http://www.wotsit.org/search.asp?page=2s=animated

I haven't looked at the docs there for mpeg - but the other one's i've
looked at are really useful...

Martin


-Original Message-
From: Jon Farmer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 12:22 AM
To: Edward van Bilderbeek - Bean IT; [EMAIL PROTECTED]
Subject: Re: [PHP] Mpeg


 I've asked this question before, but no answer... so here it is again:

 does anyone now how I can get the dimensions (width, height) of an mpeg
 file? maybe via a unix command... (because in the PHP manual, I can't find
 anything about it, and I'm not that much of a unix-guru...)...

ImageMagick will do this AFAIK. However you have to compile with the Mpeg
libraries to achieve it.

Regards

Jon

--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969
PGP Key available, send email with subject: Send PGP Key



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



[PHP] php: mpeg / avi / mov

2002-01-25 Thread Edward van Bilderbeek - Bean IT

Hi,

I want to know the dimensions (width, height) of an mpeg / avi / mov file...
does anyone know how I can arrange that with PHP or possibly via a UNIX
command string?

Greets,

Edward




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]