Jump to content

How do I join mp3 files together?


sbo1

Recommended Posts

I would like to join short some mp3 files together for people to listen to on their mp3 players.

These will not be illegal files.

I will not know what files to join until they are requested and the order of the files is important and will vary.

I don't know where to really start. Could it be done as a playlist that lists the files to play that the users could download aolng with the playlist. I don't even know thje structure of an mp3 playlist. If anyone could point me in the right direction it would be greatly appreciated.


Steven O.
Link to comment
Share on other sites

I have dynamically created playlists before, different playlist formats are structured in different ways. What I did was create a playlist in WMP and opened it with a text editor to see how it was formatted, it was then easy to create with PHPs file functions, and then just save it with the correct extension.
Link to comment
Share on other sites

[!--quoteo(post=384751:date=Jun 16 2006, 03:52 PM:name=Steven34)--][div class=\'quotetop\']QUOTE(Steven34 @ Jun 16 2006, 03:52 PM) [snapback]384751[/snapback][/div][div class=\'quotemain\'][!--quotec--]
I would like to join short some mp3 files together for people to listen to on their mp3 players.

These will not be illegal files.

I will not know what files to join until they are requested and the order of the files is important and will vary.

I don't know where to really start. Could it be done as a playlist that lists the files to play that the users could download aolng with the playlist. I don't even know thje structure of an mp3 playlist. If anyone could point me in the right direction it would be greatly appreciated.
Steven O.
[/quote]

you could play around with system commands. try to find a command line program to join the files
[code]
$command = "<program> join 1.mp3 2.mp3";

s ystem($command, $output);
[/code]
no space for the above command

you could use besweet to join the files. check the command and replace it.

That should do the job!
Link to comment
Share on other sites

Thank you so much for the replies! It is so nice that you both take time to help out. Thanks you both.

P. S To anyone who wants to add more or elaborate please feel free to do so. I am still learning and am glad of all help. Thanks to everyone who takes the time to post.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.