Is there anyway in php to handle i.e compress a mp3 file using php…? Is there any library out there like ZZIPlib library (To handle .ZIP files)…?
Thanks for your suggestions…!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think there are any libraries that will let you compress MP3s (I presume you’re talking about generating an MP3 from a WAV/AIFF, etc. file?)
As such, it would probably make more sense to simply shell escape out (using exec and escapeshellarg if relevant) and use standard command line utils such as lame.