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

Reply via email to