<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Join Mp3 From The Command Line</title>
	<atom:link href="http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 23:06:45 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: YouCanDoIT</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-844604</link>
		<dc:creator>YouCanDoIT</dc:creator>
		<pubDate>Fri, 03 Jul 2009 23:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-844604</guid>
		<description>Excellent - thanks for the tip, works perfectly</description>
		<content:encoded><![CDATA[<p>Excellent &#8211; thanks for the tip, works perfectly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simo</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-559149</link>
		<dc:creator>simo</dc:creator>
		<pubDate>Sat, 06 Dec 2008 20:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-559149</guid>
		<description>http://www.shuangsoft.com/Shuangs_Audio_Joiner.asp</description>
		<content:encoded><![CDATA[<p><a href="http://www.shuangsoft.com/Shuangs_Audio_Joiner.asp" rel="nofollow">http://www.shuangsoft.com/Shuangs_Audio_Joiner.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Philpott</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-545242</link>
		<dc:creator>Dan Philpott</dc:creator>
		<pubDate>Thu, 20 Nov 2008 19:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-545242</guid>
		<description>I&#039;d also mention that using &quot;copy /b&quot; isn&#039;t a good practice as it merges the ID3 information along with the rest of the MP3 audio data.  This means the MP3 player has bad (non-audio) data included in the audio stream.  Depending on the software/firmware reading the file this may or may not be a problem during playback. 

Unfortunately this is also the fastest way I know to merge mp3 files.

A good practice is to make a copy of the MP3s you want to merge in a separate folder then use ID3remover to strip the ID3 information.

Another trick which is especially handy with multi-CD audiobooks is to put the MP3&#039;s for each disk into subfolders of an otherwise empty folder (i.e., Windows Internals\Windows Internals CD1, Windows Internals\Windows Internals CD2).  The files should have the track number listed first so they sort in the order they should be played.  At that point execute the following command within the root folder:

for /f &quot;delims==&quot; %A in (&#039;dir /ad /b&#039;) do copy /b &quot;%A\*.mp3&quot; &quot;%A.mp3&quot;

Presto, one MP3 file per folder.</description>
		<content:encoded><![CDATA[<p>I&#8217;d also mention that using &#8220;copy /b&#8221; isn&#8217;t a good practice as it merges the ID3 information along with the rest of the MP3 audio data.  This means the MP3 player has bad (non-audio) data included in the audio stream.  Depending on the software/firmware reading the file this may or may not be a problem during playback. </p>
<p>Unfortunately this is also the fastest way I know to merge mp3 files.</p>
<p>A good practice is to make a copy of the MP3s you want to merge in a separate folder then use ID3remover to strip the ID3 information.</p>
<p>Another trick which is especially handy with multi-CD audiobooks is to put the MP3&#8217;s for each disk into subfolders of an otherwise empty folder (i.e., Windows Internals\Windows Internals CD1, Windows Internals\Windows Internals CD2).  The files should have the track number listed first so they sort in the order they should be played.  At that point execute the following command within the root folder:</p>
<p>for /f &#8220;delims==&#8221; %A in (&#8217;dir /ad /b&#8217;) do copy /b &#8220;%A\*.mp3&#8243; &#8220;%A.mp3&#8243;</p>
<p>Presto, one MP3 file per folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guida: come unire i file mp3 tramite il prompt dei comandi - Geekissimo</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-544159</link>
		<dc:creator>Guida: come unire i file mp3 tramite il prompt dei comandi - Geekissimo</dc:creator>
		<pubDate>Wed, 19 Nov 2008 11:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-544159</guid>
		<description>[...] Via &#124; gHacks [...]</description>
		<content:encoded><![CDATA[<p>[...] Via | gHacks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howto Join MP3s into a Mix &#124; NYCtek</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543892</link>
		<dc:creator>Howto Join MP3s into a Mix &#124; NYCtek</dc:creator>
		<pubDate>Tue, 18 Nov 2008 23:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543892</guid>
		<description>[...] I couldn’t figure out how to put a bunch of individual songs into a mix without recording or using overly-powerful sound editing applications. I found this quick-and-convenient method over at gHacks. [...]</description>
		<content:encoded><![CDATA[<p>[...] I couldn’t figure out how to put a bunch of individual songs into a mix without recording or using overly-powerful sound editing applications. I found this quick-and-convenient method over at gHacks. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unir MP3 desde la linea de comandos &#124; Blog ZonaKaoz</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543864</link>
		<dc:creator>Unir MP3 desde la linea de comandos &#124; Blog ZonaKaoz</dc:creator>
		<pubDate>Tue, 18 Nov 2008 22:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543864</guid>
		<description>[...] poderoso y sencillo truco el que me encuentro en gHacks, muy útil para unir varias canciones y crear un mix sin necesidad de usar mas aplicaciones, [...]</description>
		<content:encoded><![CDATA[<p>[...] poderoso y sencillo truco el que me encuentro en gHacks, muy útil para unir varias canciones y crear un mix sin necesidad de usar mas aplicaciones, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Easy way to combine mp3s &#124; 4080Records</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543815</link>
		<dc:creator>Easy way to combine mp3s &#124; 4080Records</dc:creator>
		<pubDate>Tue, 18 Nov 2008 20:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543815</guid>
		<description>[...] reports on a post by gHacks that says all you have to do is put the mp3s you want to combine into a file folder, then run the [...]</description>
		<content:encoded><![CDATA[<p>[...] reports on a post by gHacks that says all you have to do is put the mp3s you want to combine into a file folder, then run the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Une varios MP3 desde la línea de comandos &#124; Incubaweb</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543605</link>
		<dc:creator>Une varios MP3 desde la línea de comandos &#124; Incubaweb</dc:creator>
		<pubDate>Tue, 18 Nov 2008 15:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543605</guid>
		<description>[...] Vía &#124; gHacks [...]</description>
		<content:encoded><![CDATA[<p>[...] Vía | gHacks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543555</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 18 Nov 2008 13:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543555</guid>
		<description>I use a dos mp3 splitter for audio books... (use soundtaxi on audible to strip DRM leaving you with one large file) I use this for my mp3 cd player in the car

http://mp3splt.sourceforge.net/mp3splt_page/home.php


Here is a batch file to split an audio book from one large file to cd size chunks, and then dechunk those to individual chapters (detects blank sound and splits)

mp3splt.exe &quot;%1&quot; -t 78.0 -d &quot;%1_&quot; -o &quot;cd@n.mp3&quot;

cd &quot;%1_&quot;
for %%a in (*.mp3) do mp3splt.exe &quot;%%a&quot; -s -p min=2.5 -d &quot;%%a_&quot; -o &quot;trk@n.mp3&quot;
del *.mp3</description>
		<content:encoded><![CDATA[<p>I use a dos mp3 splitter for audio books&#8230; (use soundtaxi on audible to strip DRM leaving you with one large file) I use this for my mp3 cd player in the car</p>
<p><a href="http://mp3splt.sourceforge.net/mp3splt_page/home.php" rel="nofollow">http://mp3splt.sourceforge.net/mp3splt_page/home.php</a></p>
<p>Here is a batch file to split an audio book from one large file to cd size chunks, and then dechunk those to individual chapters (detects blank sound and splits)</p>
<p>mp3splt.exe &#8220;%1&#8243; -t 78.0 -d &#8220;%1_&#8221; -o &#8220;cd@n.mp3&#8243;</p>
<p>cd &#8220;%1_&#8221;<br />
for %%a in (*.mp3) do mp3splt.exe &#8220;%%a&#8221; -s -p min=2.5 -d &#8220;%%a_&#8221; -o &#8220;trk@n.mp3&#8243;<br />
del *.mp3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bretagne</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543403</link>
		<dc:creator>bretagne</dc:creator>
		<pubDate>Tue, 18 Nov 2008 09:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543403</guid>
		<description>thanks to the tip!</description>
		<content:encoded><![CDATA[<p>thanks to the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543363</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 18 Nov 2008 08:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543363</guid>
		<description>@JKT, There is no way to get this work with doc. because doc isn&#039;t a stream (like mp3). doc is an format with header and ending, so you can&#039;t combine the raw files.</description>
		<content:encoded><![CDATA[<p>@JKT, There is no way to get this work with doc. because doc isn&#8217;t a stream (like mp3). doc is an format with header and ending, so you can&#8217;t combine the raw files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JKT</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543239</link>
		<dc:creator>JKT</dc:creator>
		<pubDate>Tue, 18 Nov 2008 04:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543239</guid>
		<description>Any tips on getting this to work with .doc files? I&#039;m no command line pro, so I need someone to spell it out.  All that seems to happen is that the first file in the series gets copied to the new location. Files are not joined.</description>
		<content:encoded><![CDATA[<p>Any tips on getting this to work with .doc files? I&#8217;m no command line pro, so I need someone to spell it out.  All that seems to happen is that the first file in the series gets copied to the new location. Files are not joined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Blake</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543194</link>
		<dc:creator>Rob Blake</dc:creator>
		<pubDate>Tue, 18 Nov 2008 03:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543194</guid>
		<description>This method won&#039;t work on an ipod without first stripping the mp3 files of all mp3 id3 tags.  Look at http://eyed3.nicfit.net/ to remove the id3 tags before performing this command.

Also, make sure that all mp3s were encoded with the same bit-rate settings.  You can see this with the eyeD3 tool as well.</description>
		<content:encoded><![CDATA[<p>This method won&#8217;t work on an ipod without first stripping the mp3 files of all mp3 id3 tags.  Look at <a href="http://eyed3.nicfit.net/" rel="nofollow">http://eyed3.nicfit.net/</a> to remove the id3 tags before performing this command.</p>
<p>Also, make sure that all mp3s were encoded with the same bit-rate settings.  You can see this with the eyeD3 tool as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smerball</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543176</link>
		<dc:creator>smerball</dc:creator>
		<pubDate>Tue, 18 Nov 2008 03:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543176</guid>
		<description>linux
cat *.mp3 &gt; newfile.mp3

darn, late again</description>
		<content:encoded><![CDATA[<p>linux<br />
cat *.mp3 &gt; newfile.mp3</p>
<p>darn, late again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543163</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Tue, 18 Nov 2008 02:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543163</guid>
		<description>Linux &amp; Mac:  

cat track1.mp3 track2.mp3 &gt; compilation.mp3</description>
		<content:encoded><![CDATA[<p>Linux &amp; Mac:  </p>
<p>cat track1.mp3 track2.mp3 &gt; compilation.mp3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Une archivos mp3 desde la consola de Windows &#171; [Pixelaris]</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543151</link>
		<dc:creator>Une archivos mp3 desde la consola de Windows &#171; [Pixelaris]</dc:creator>
		<pubDate>Tue, 18 Nov 2008 02:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543151</guid>
		<description>[...] * [...]</description>
		<content:encoded><![CDATA[<p>[...] * [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: McColley.net &#187; Blog Archive &#187; Create an MP3 Mix from the Command Line [Windows Tip]</title>
		<link>http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/#comment-543119</link>
		<dc:creator>McColley.net &#187; Blog Archive &#187; Create an MP3 Mix from the Command Line [Windows Tip]</dc:creator>
		<pubDate>Tue, 18 Nov 2008 02:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8351#comment-543119</guid>
		<description>[...] of us who remember the 80s. Any readers out there know a similar trick for Macintosh or Linux? Join Mp3 From The Command Line [...]</description>
		<content:encoded><![CDATA[<p>[...] of us who remember the 80s. Any readers out there know a similar trick for Macintosh or Linux? Join Mp3 From The Command Line [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
