Re: [PHP] Convert MP3s using PHP ?

2001-07-07 Thread Chris Anderson

Try looking for BladeEnc. It is a freeware encoding dll/runtime that works
in windows and unix and is completely command line
- Original Message -
From: "Tom Carter" <[EMAIL PROTECTED]>
To: "Michel 'ZioBudda' Morelli" <[EMAIL PROTECTED]>; "Micha Ober"
<[EMAIL PROTECTED]>
Cc: "php" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 8:12 AM
Subject: Re: [PHP] Convert MP3s using PHP ?


> > >hi,
> > >is it possible to convert a mp3 file (for example
> > >190kbps) to a mp3 file with 128kbps or less ?
> >
> > exec()
> > system()
>
> To expand upon that previous answer.. sort of. PHP can't, but if you can
> find a command line utility to perform the conversion (sorry, I don't know
> any of hand) then PHP can save the file to the syatem, run the utility by
> exec() and then read in the resulting file.
>
> HTH
>
>
> --
> 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 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] Convert MP3s using PHP ?

2001-07-06 Thread Tom Carter

> >hi,
> >is it possible to convert a mp3 file (for example
> >190kbps) to a mp3 file with 128kbps or less ?
>
> exec()
> system()

To expand upon that previous answer.. sort of. PHP can't, but if you can
find a command line utility to perform the conversion (sorry, I don't know
any of hand) then PHP can save the file to the syatem, run the utility by
exec() and then read in the resulting file.

HTH


-- 
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] Convert MP3s using PHP ?

2001-07-06 Thread Michel 'ZioBudda' Morelli

On Fri, 6 Jul 2001, Micha Ober wrote:

>hi,
>is it possible to convert a mp3 file (for example
>190kbps) to a mp3 file with 128kbps or less ?

exec()
system()

bye

-- 
"Cara tu dici che ami i fiori e li strappi dai campi, dici che ami i pesci e te li 
mangi. Cara quando dici che mi
ami io ho paura."

--
Michel  Morelli   [EMAIL PROTECTED]

ICQ UIN: 58351764   PR of Linux in Italy
http://www.ziobudda.net http://www.linuxlab.it


-- 
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]