Lyoko Freak: 2005 - 2015. Return to the past now....

It is currently Thu Mar 28, 2024 10:03 am

Several MP3 files into just one

For discussion of computers and the Internet, as well as a place for you to post your websites to gain more traffic.

Moderators: The Administrators, Moderators


Several MP3 files into just one

Postby Rho » Mon May 24, 2010 1:13 am

I need to know how to easily do so.. We're talking about 25 of them that are no more than about 15 seconds in duration.
"english isnt his first language, leave him alone. im more upset at people that have been speaking english their whole lives and cant write a readable sentence."
Image
http://www.formspring.me/rholf
Presenting..the REAL Jean-Pierre Delmas!
User avatar
Rho offline
Star Fighter
Star Fighter
 
Posts: 1195
Joined: Sat Feb 07, 2009 5:15 pm
Location: America

Re: Several MP3 files into just one

Postby TheLQ » Mon May 24, 2010 7:39 am

Rho wrote:I need to know how to easily do so.. We're talking about 25 of them that are no more than about 15 seconds in duration.


I believe mp3split (http://mp3splt.sourceforge.net) can do the opposite of its name and combine files. The interface is kinda weird, but its completly free and open source. Download the GTK version (unless you like command line) at http://mp3splt.sourceforge.net/mp3splt_ ... nloads.php
User avatar
TheLQ offline
Star Fighter
Star Fighter
 
Posts: 1648
Joined: Wed Feb 20, 2008 4:10 pm
Location: In my head, floating in space

Postby Jazzy Josh » Mon May 24, 2010 8:28 pm

http://audacity.sf.net

Just open two windows, import the files, and just copy from one window to the other.

then again, you might just be able to append the files like you can when you hide an RAR file in a JPG.
Image

@Jazzy Josh on Twitter.
User avatar
Jazzy Josh offline
Lyoko Team Member
Lyoko Team Member
 
Posts: 811
Joined: Sat Sep 24, 2005 2:49 am
Location: Western Carolina University

Postby TheLQ » Mon May 24, 2010 10:16 pm

Lyoko is Cool wrote:http://audacity.sf.net

Just open two windows, import the files, and just copy from one window to the other.

then again, you might just be able to append the files like you can when you hide an RAR file in a JPG.


Audacity is overkill
User avatar
TheLQ offline
Star Fighter
Star Fighter
 
Posts: 1648
Joined: Wed Feb 20, 2008 4:10 pm
Location: In my head, floating in space

Postby TheAppleFreak » Mon May 24, 2010 10:26 pm

Lord.Quackstar wrote:
Lyoko is Cool wrote:http://audacity.sf.net

Just open two windows, import the files, and just copy from one window to the other.

then again, you might just be able to append the files like you can when you hide an RAR file in a JPG.


Audacity is overkill

There Is No Kill Like Overkill
I really gotta fix up this theme
User avatar
TheAppleFreak offline
Someone actually trusted me to run this site
Someone actually trusted me to run this site
 
Posts: 2969
Joined: Mon Feb 18, 2008 2:39 pm
Location: /dev/null

Postby Jeremified » Tue May 25, 2010 11:23 pm

TheLordOfAppleFreaks wrote:
Lord.Quackstar wrote:
Lyoko is Cool wrote:http://audacity.sf.net

Just open two windows, import the files, and just copy from one window to the other.

then again, you might just be able to append the files like you can when you hide an RAR file in a JPG.

Audacity is overkill

There Is No Kill Like Overkill

Warning: this is a TVTropes link, so prepare to waste time if you happen to click it.

Serious reply: Audacity is just fine for this task in my opinion, and it's a nice tool to have in general.
thank you all for the good memories <3
User avatar
Jeremified offline
Lyoko Freak
Lyoko Freak
 
Posts: 6051
Joined: Thu Feb 02, 2006 11:40 pm

Postby xiaozanghou » Sat May 29, 2010 12:28 am

cat 1.mp3 2.mp3 3.mp3 etc.mp3 > combined.mp3
╭☆★☆
http://cl-evolved.com/
╰★☆★
User avatar
xiaozanghou offline
Teacher's Pet
Teacher's Pet
 
Posts: 80
Joined: Sun Jun 03, 2007 12:47 pm
Location: they asked me where i planned to go then i pointed at the stars and said i haven't really chose

Postby TheLQ » Sat May 29, 2010 11:59 am

xiaozanghou wrote:cat 1.mp3 2.mp3 3.mp3 etc.mp3 > combined.mp3


If you mean the linux cat command, then that won't work because of the MP3 header's. Your going to get a file that either plays a third of the way through or is just corrupted.
User avatar
TheLQ offline
Star Fighter
Star Fighter
 
Posts: 1648
Joined: Wed Feb 20, 2008 4:10 pm
Location: In my head, floating in space

Postby xiaozanghou » Sat May 29, 2010 1:34 pm

Lord.Quackstar wrote:
xiaozanghou wrote:cat 1.mp3 2.mp3 3.mp3 etc.mp3 > combined.mp3

If you mean the linux cat command, then that won't work because of the MP3 header's. Your going to get a file that either plays a third of the way through or is just corrupted.

not true at all. mpeg format(mp3 by extension) files are not stored in a manner in which a header at the beginning dictates the rest of the file, but in frames that each have their own header. therefore, simply concatenating the files is a quick and effective way to do what Rho wants.

if one is running windows, the same concatenation can also be easily achieved in the command prompt.

Code: Select all
copy /b "1.mp3"+"2.mp3"+"etc.mp3" "combined.mp3"
╭☆★☆
http://cl-evolved.com/
╰★☆★
User avatar
xiaozanghou offline
Teacher's Pet
Teacher's Pet
 
Posts: 80
Joined: Sun Jun 03, 2007 12:47 pm
Location: they asked me where i planned to go then i pointed at the stars and said i haven't really chose


Who is online

Users browsing this forum: No registered users and 9 guests