Connecting Tech Pros Worldwide Forums | Help | Site Map

mp3 decoding

Goon
Guest
 
Posts: n/a
#1: Sep 24 '08
I'd like to decode an mp3, edit it, and encode it back to mp3 in php,
any ideas?

r0g
Guest
 
Posts: n/a
#2: Sep 24 '08

re: mp3 decoding


Goon wrote:
Quote:
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?
Goon
Guest
 
Posts: n/a
#3: Sep 24 '08

re: mp3 decoding




On Sep 23, 10:21*pm, r0g <aioe....@technicalbloke.comwrote:
Quote:
Goon wrote:
Quote:
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
Goon
Guest
 
Posts: n/a
#4: Sep 24 '08

re: mp3 decoding


On Sep 23, 10:21 pm, r0g <aioe....@technicalbloke.comwrote:
Quote:
Goon wrote:
Quote:
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
r0g
Guest
 
Posts: n/a
#5: Sep 24 '08

re: mp3 decoding


Goon wrote:
Quote:
On Sep 23, 10:21 pm, r0g <aioe....@technicalbloke.comwrote:
Quote:
>Goon wrote:
Quote:
>>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

Roger.



Closed Thread