Re: [PHP] duration of mp3 file

2007-07-11 Thread Richard Lynch
On Wed, July 11, 2007 8:32 am, Steven Macintyre wrote: > Allow bunnies ... > > Any takers on this ... I JUST want the duration of the mp3 file - with > a > small function if possible ... I honestly don't want to use a class > like > http://www.phpclasses.org/browse/package/112.html > > The coding i

Re: [PHP] duration of mp3 file

2007-07-11 Thread Olav Mørkrid
http://arrozcru.no-ip.org/ffmpeg_builds/ On 11/07/07, Andrei <[EMAIL PROTECTED]> wrote: Or you could use ffmpeg executable to get details about the media file. You will have to parse the response of the executable. The only thing is that you must have exec function or an execution function avai

RE: [PHP] duration of mp3 file

2007-07-11 Thread Polonkai Gergely
Or you can use sox, if you compile it with mp3 support. It works for me... -Original Message- From: "Andrei" <[EMAIL PROTECTED]> To: "'Jim Moseby'" <[EMAIL PROTECTED]> Cc: php-general@lists.php.net Sent: 07. 07. 11. 16:25 Subject: Re: [PHP] dura

Re: [PHP] duration of mp3 file

2007-07-11 Thread Andrei
Message- >> From: Jim Moseby [mailto:[EMAIL PROTECTED] >> Sent: 11 July 2007 03:55 PM >> To: 'Steven Macintyre'; php-general@lists.php.net >> Subject: RE: [PHP] duration of mp3 file >> >> >>> Allow bunnies ... >>> >>> Any take

Re: [PHP] duration of mp3 file

2007-07-11 Thread Crayon Shin Chan
On Wednesday 11 July 2007 21:32, Steven Macintyre wrote: > Any takers on this ... I JUST want the duration of the mp3 file - with > a small function if possible ... I honestly don't want to use a class > like http://www.phpclasses.org/browse/package/112.html > > The coding is terrible and SERIOUSL

RE: [PHP] duration of mp3 file

2007-07-11 Thread Steven Macintyre
yre'; php-general@lists.php.net > Subject: RE: [PHP] duration of mp3 file > > > > > Allow bunnies ... > > > > Any takers on this ... I JUST want the duration of the mp3 > > file - with a > > small function if possible ... I honestly don't want to use a

RE: [PHP] duration of mp3 file

2007-07-11 Thread Jim Moseby
> > Allow bunnies ... > > Any takers on this ... I JUST want the duration of the mp3 > file - with a > small function if possible ... I honestly don't want to use a > class like > http://www.phpclasses.org/browse/package/112.html > > The coding is terrible and SERIOUSLY over inflated for what