<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; mp3 tips</title> <atom:link href="http://www.ghacks.net/tag/mp3-tips/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Join Mp3 From The Command Line</title><link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/</link> <comments>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comments</comments> <pubDate>Mon, 17 Nov 2008 22:45:18 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[command-line]]></category> <category><![CDATA[join mp3]]></category> <category><![CDATA[merge mp3]]></category> <category><![CDATA[mp3]]></category> <category><![CDATA[mp3 tips]]></category> <category><![CDATA[windows command line]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8351</guid> <description><![CDATA[Lots of tools can join multiple mp3 files into one mp3 file that contains all the bits of the original files. Mp3 files but also files with the ogg extension can be concatenated easily because of the way the data is structured. The following command line argument will not work with many other file types [...]]]></description> <content:encoded><![CDATA[<p>Lots of tools can join multiple mp3 files into one mp3 file that contains all the bits of the original files. Mp3 files but also files with the ogg extension can be concatenated easily because of the way the data is structured. The following command line argument will not work with many other file types like those created by Microsoft Office.</p><p>Only one line of code is needed to join multiple mp3 files: <code>copy /b *.mp3 c:\new.mp3</code>. That&#8217;s all there is needed. The <em>/b</em> parameter ensures that the files are copied in binary format. <em>*.mp3</em> defines the source directory of the files. You can easily add a drive and folder structure in front. The wildcard <em>*</em> defines that all mp3 will be joined alphanumerically by the command. It is possible to limit the files by adding letters or numbers to the command, e.g. m*.mp3 to join all mp3 starting with the letter m.</p><p>The last part <em>c:\mp3</em> defines the target directory for the newly created file as well as its name. A possibility to join files with different filenames is also available. Simply use the command <em>copy /b file1.mp3 + aaa.mp3 + r3f.mp3 c:\new.mp3</em> for this. You may use wildcards as well for the process.</p><p><span
id="more-8351"></span>Several applications like <a
href="http://www.ghacks.net/2008/01/21/create-ringtones-with-audacity-and-youtube/">Audacity</a> can also be used to merge music files. <a
href="http://www.ghacks.net/2007/11/08/edit-mp3-without-encoding-them/">Mp3 Direct Cut</a> is another one for the purpose.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> </channel> </rss>
