Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > PHP
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 09-25-2007, 12:21 PM   #1
Web
Smurf
 
Web's Avatar
 
Join Date: Feb 2007
Posts: 22
Web is on a distinguished road
Default merging mp3 files?

hi, i need to somehow merge 2 mp3 files into 1, so that the output file has the sounds of the two input files playing simultaneously.

i need a script that does this automatically after i upload my two files. any ideas for this semi-impossibility, guys&gals?
__________________
@Birmingham
Web is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 09-25-2007, 12:30 PM   #2
Chart Music
iWEBTOOL SEO Advisor
 Contributor 
 
Chart Music's Avatar
 
Join Date: May 2006
Posts: 1,265
Chart Music has a spectacular aura aboutChart Music has a spectacular aura aboutChart Music has a spectacular aura about
Default Re: merging mp3 files?

I'm sure it's possible as can play two mp3 on my PC and record they as I play. But how you go about that automatically I have no idea.
__________________
Eco Tours | Gift Baskets | Random Keyword

See a good post?
<--Give thanks by clicking left of post.
Chart Music is offline  
Old 09-26-2007, 08:48 PM   #3
sastro
Newcomer
 
sastro's Avatar
 
Join Date: Sep 2007
Posts: 18
sastro is on a distinguished road
Default Re: merging mp3 files?

No need to merge 2 mp3 files if you only need to play them continuously. Just create .m3u.
example : playlist.m3u
#EXTM3U
#EXTINF:2, media music 11 - Danger Zone.mp3, 2007
/media/music/11 - Danger Zone.mp3
#EXTINF:1, media music Alanis Morissette - Hand In My Pocket.mp3, 2007
/media/music/Alanis Morissette - Hand In My Pocket.mp3

and call using embed <EMBED src="playlist.m3u" autostart=true hidden=true>

Good luck
__________________
About Domain manyse
sastro is offline  
Old 09-27-2007, 08:56 AM   #4
Web
Smurf
 
Web's Avatar
 
Join Date: Feb 2007
Posts: 22
Web is on a distinguished road
Arrow Re: merging mp3 files?

thanks sastro,

what i need to do though, is have a single downloadable mp3 file which sounds like it's simultaneously playing the two original files. any ideas?
__________________
@Birmingham
Web is offline  
Old 09-27-2007, 09:08 AM   #5
OldWelshGuy
iWEBTOOL SEO Advisor
 Contributor 
 
OldWelshGuy's Avatar
 
Join Date: May 2007
Posts: 675
OldWelshGuy will become famous soon enoughOldWelshGuy will become famous soon enough
Default Re: merging mp3 files?

get hold of a free audio mixer (there are trial ones out there. Add the two MP3's as tracks, and record the output. That should do it.
__________________
Umbrella Consultancy Internet Marketing Company - Rugby Forum - Google Expert Blog
OldWelshGuy is offline  
Old 09-27-2007, 09:25 AM   #6
Web
Smurf
 
Web's Avatar
 
Join Date: Feb 2007
Posts: 22
Web is on a distinguished road
Arrow Re: merging mp3 files?

any tips on automating it via something like php?
__________________
@Birmingham
Web is offline  
Old 09-27-2007, 10:33 AM   #7
sastro
Newcomer
 
sastro's Avatar
 
Join Date: Sep 2007
Posts: 18
sastro is on a distinguished road
Default Re: merging mp3 files?

Try this http://www.sourcerally.net/Scripts/20-PHP-MP3-Class
__________________
About Domain manyse
sastro is offline  
Old 09-27-2007, 10:45 AM   #8
Web
Smurf
 
Web's Avatar
 
Join Date: Feb 2007
Posts: 22
Web is on a distinguished road
Arrow Re: merging mp3 files?

that script joins one mp3 file on the end of another, whereas i need the two to be blended as if played simultaneously.

any more ideas would be much appreciated
__________________
@Birmingham
Web is offline  
Old 09-27-2007, 12:49 PM   #9
OldWelshGuy
iWEBTOOL SEO Advisor
 Contributor 
 
OldWelshGuy's Avatar
 
Join Date: May 2007
Posts: 675
OldWelshGuy will become famous soon enoughOldWelshGuy will become famous soon enough
Default Re: merging mp3 files?

I hear what you are saying but not sure what you want ?

You say you want to 'automate it' but HOW? WHY? HOW? WHERE are the MP3's going to come from how are they going to be selected, what is the outcome etc? I think that we need more information as we don't know what you are trying to do.

You say you want a script but what is the point when it can be done manually, do you see what I am saying?

Tell us what you are trying to achieve and maybe we can help better, because so far you are saying you want to merge 2 MP3's, but I have a feeling that you do NOT want to merge '2 MP3's' you actually want a script that will take two MP3 tracks and merge them, as in you might have lots of tracks you want merging etc not just 2. I STILL do not have a clue what you are asking though as you have already been given the solution and keep asking about a script. WHERE is the script going to get these 2 MP3' files from?

Tell us more
__________________
Umbrella Consultancy Internet Marketing Company - Rugby Forum - Google Expert Blog
OldWelshGuy is offline  
Old 09-27-2007, 01:11 PM   #10
Web
Smurf
 
Web's Avatar
 
Join Date: Feb 2007
Posts: 22
Web is on a distinguished road
Arrow Re: merging mp3 files?

Quote:
Originally Posted by OldWelshGuy View Post
You say you want to 'automate it' but HOW?

I want to be able to click a button on a website which tells the site to create the new mp3 file.

Quote:
Originally Posted by OldWelshGuy View Post
WHY?

just some idea by a client of a partner

Quote:
Originally Posted by OldWelshGuy View Post
WHERE are the MP3's going to come from...WHERE is the script going to get these 2 MP3 files from?

i'll store them on the web server

Quote:
Originally Posted by OldWelshGuy View Post
how are they going to be selected

ideally within a php script. willing to experiment with asp and other languages though

Quote:
Originally Posted by OldWelshGuy View Post
what is the outcome...Tell us what you are trying to achieve

one mp3 file which when played, sounds like the 2 original files being played simultaneously.

Quote:
Originally Posted by OldWelshGuy View Post
what is the point when it can be done manually

so that the website users don't have to do it manually

Quote:
Originally Posted by OldWelshGuy View Post
I have a feeling that you do NOT want to merge '2 MP3s' you actually want a script that will take two MP3 tracks and merge them, as in you might have lots of tracks you want merging etc not just 2.

if i can get it working with 2 then i'll be a happy bunny

any more tips?
__________________
@Birmingham
Web is offline  
Old 09-27-2007, 01:17 PM   #11
OldWelshGuy
iWEBTOOL SEO Advisor
 Contributor 
 
OldWelshGuy's Avatar
 
Join Date: May 2007
Posts: 675
OldWelshGuy will become famous soon enoughOldWelshGuy will become famous soon enough
Default Re: merging mp3 files?

So what you are saying is that you want a database of MP3 files, an interface where the user can select 2 from the list and then the ability to merge them into a single file that can then be created and downloaded?

A bit like my 'give yourself an alibi' site, whereby you can record your voice for an answerphone over the top of a noisy train station or hotel reception etc
__________________
Umbrella Consultancy Internet Marketing Company - Rugby Forum - Google Expert Blog
OldWelshGuy is offline  
Old 09-27-2007, 01:21 PM   #12
Web
Smurf
 
Web's Avatar
 
Join Date: Feb 2007
Posts: 22
Web is on a distinguished road
Default Re: merging mp3 files?

exactly like that. you've done this before? tell me how please! :p
__________________
@Birmingham
Web is offline  
Old 09-27-2007, 01:23 PM   #13
OldWelshGuy
iWEBTOOL SEO Advisor
 Contributor 
 
OldWelshGuy's Avatar
 
Join Date: May 2007
Posts: 675
OldWelshGuy will become famous soon enoughOldWelshGuy will become famous soon enough
Default Re: merging mp3 files?

I can't code ;0 but now people know what you want I am sure you will get the help you need .
__________________
Umbrella Consultancy Internet Marketing Company - Rugby Forum - Google Expert Blog
OldWelshGuy is offline  
Old 09-27-2007, 01:28 PM   #14
Web
Smurf
 
Web's Avatar
 
Join Date: Feb 2007
Posts: 22
Web is on a distinguished road
Arrow Re: merging mp3 files?

but is it true that you have a site which currently performs this function? do you own this site? maybe you can share the code with me?
__________________
@Birmingham
Web is offline  
Old 09-27-2007, 02:13 PM   #15
OldWelshGuy
iWEBTOOL SEO Advisor
 Contributor 
 
OldWelshGuy's Avatar
 
Join Date: May 2007
Posts: 675
OldWelshGuy will become famous soon enoughOldWelshGuy will become famous soon enough
Default Re: merging mp3 files?

Quote:
Originally Posted by Web View Post
but is it true that you have a site which currently performs this function?
YES

Quote:
Originally Posted by Web View Post
do you own this site?
Yes


Quote:
Originally Posted by Web View Post
maybe you can share the code with me?

Not a chance sorry, like I said, I can't code, so short of giving away a complete site (which I had coded especially for myself), it is not possible. The facility is builtinto a site as a feature, so as much as I am happy to help out on forums, giving away copywrighted code is not going to happen . Sorry.

Like I said, now you have it clear what you want you can possibly get some help here, or (more likely) get a freelancer to code it up for you. We are not talking about a couple of lines of code here, I hope you realise that. We are talking about a front end, a back end and database integration etc. It is not a couple of lines of code
__________________
Umbrella Consultancy Internet Marketing Company - Rugby Forum - Google Expert Blog
OldWelshGuy is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for a new mp3 player? davidstoys Advertise your website 0 06-06-2007 04:38 PM
MP3 Players bass Advertise your website 0 04-12-2007 03:40 PM
free mp3 download lifetr.net Advertise your website 3 09-10-2006 02:49 PM
Mp3 Flash Player Generator HomerJSimpson Websites for Sale 0 08-25-2006 04:41 PM
mp3/music link exchange munt Link Exchange 0 12-26-2005 11:49 PM


All times are GMT. The time now is 03:32 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.