{"id":671,"date":"2005-04-23T19:35:26","date_gmt":"2005-04-23T23:35:26","guid":{"rendered":"http:\/\/wordpress.cephas.net\/?p=671"},"modified":"2005-04-23T19:35:26","modified_gmt":"2005-04-23T23:35:26","slug":"merge-multiples-mp3-files-into-one","status":"publish","type":"post","link":"https:\/\/cephas.net\/blog\/2005\/04\/23\/merge-multiples-mp3-files-into-one\/","title":{"rendered":"Merge multiples MP3 files into one"},"content":{"rendered":"<p>This last week someone sent me a CD with fifty 60 second tracks (it was a presentation that someone inexplicably saved as fifty separate tracks instead of one contiguous fifty minute block) that they wanted ripped into a single MP3.  Ripping is easy with <a href=\"http:\/\/cdexos.sourceforge.net\/\">CDex<\/a> and my initial google search left with with <a href=\"http:\/\/audacity.sourceforge.net\/\">Audacity<\/a>, which looked promising but I couldn&#8217;t figure out how to merge multiple MP3 files into a single file (using Audacity that is).  Finally, I came across <a href=\"http:\/\/binarybonsai.com\/archives\/2004\/08\/05\/many-mp3s-to-one\/\">this little gem<\/a>  on binarybonsai.com, where a commenter mentioned that you can use the DOS <code><a href=\"http:\/\/www.microsoft.com\/technet\/archive\/msdos\/comm1.mspx#EQAA\">copy<\/a><\/code> command to append one files (or multiple files) to one another, creating one big file from many.  Syntax is as follows:<br \/>\n<code><br \/>\n&gt; copy \/b file1.mp3 file2.mp3 file3.mp3 end_result.mp3<br \/>\n<\/code><br \/>\nwhich combines file1.mp3, file2.mp3 and file3.mp3 into end_result.mp3.  The \/b switch indicates that you&#8217;re copying binary files.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This last week someone sent me a CD with fifty 60 second tracks (it was a presentation that someone inexplicably saved as fifty separate tracks instead of one contiguous fifty minute block) that they wanted ripped into a single MP3. Ripping is easy with CDex and my initial google search left with with Audacity, which &hellip; <a href=\"https:\/\/cephas.net\/blog\/2005\/04\/23\/merge-multiples-mp3-files-into-one\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Merge multiples MP3 files into one<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[12],"tags":[],"_links":{"self":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts\/671"}],"collection":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/comments?post=671"}],"version-history":[{"count":0,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts\/671\/revisions"}],"wp:attachment":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/media?parent=671"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/categories?post=671"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/tags?post=671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}