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]