On Sep 23, 10:21 pm, r0g <aioe....@techn icalbloke.comwr ote:
>Goon wrote:
>>I'd like to decode an mp3, edit it, and encode it back to mp3 in php,
>>any ideas?
>Do you want to do this on a server or on a desktop machine?
>
on a server
Well PHP isn't so much with the multimedia so if there's any way you can
get away with calling an external app (FFmpeg) to do your heavy lifting
that's the way to do it. If you can't do that and have to use pure PHP
there are some mp3 manipulation classes out there but none of them look
very good: e.g. http://www.sourcerally.net/Scripts/20-PHP-MP3-Class
Comment