|
Posted by Erwin Moller on 08/09/06 09:29
sree wrote:
>
> Erwin Moller wrote:
>> sree wrote:
>>
>> > Hi,
>> >
>> > I want to crop the mp3 files using PHP.
>> >
>> > Actually i have to play the demo of a mp3 song to users. So, i have
>> > to crop the first 10 or 20 second of a song first, then it has to be
>> > downloaded and played.
>> >
>> > Any help regarding this.
>> >
>> >
>> > Thanks in advance.
>> >
>> > by sree
>>
>> Hi,
>>
>> To do that yourself (by opening the original mp3 file, and getting the
>> right part out), you need to know the structure of a mp3 file.
>>
>> Have a look here:
>> http://www.rfc-archive.org
>> and do a search for mp3
>>
>> Regards,
>> Erwin Moller
>
>
> Hi,
>
> But i want to code in PHP to crop the mp3 files.
>
> any idea about this??
>
> However thanks for your effort.
>
> Thanks & Regards,
>
> Sreee
I am not sure I understand.
How can you crop a mp3 file without knowing its structure?
In PHP you can open any file, read through it, modify what you want, and
deliver the new file (safing to harddisk or to a client).
Are you maybe looking for a ready-to-go function/class?
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|