<?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: How to losslessly concatenate / merge MP3 files</title>
	<atom:link href="http://lyncd.com/2009/02/how-to-merge-mp3-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 14:52:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Lindylex</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-2273</link>
		<dc:creator>Lindylex</dc:creator>
		<pubDate>Sun, 09 May 2010 07:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-2273</guid>
		<description>&quot;There is another way, without going through mp3wrap.
cat file list... &#124; ffmpeg -f mp3 -i - -acodec copy outfile.mp3
And then the id3 copy command.&quot;

Shelby, this works perfectly no need to install unnecessary things, Thanks Lex</description>
		<content:encoded><![CDATA[<p>&#8220;There is another way, without going through mp3wrap.<br />
cat file list&#8230; | ffmpeg -f mp3 -i &#8211; -acodec copy outfile.mp3<br />
And then the id3 copy command.&#8221;</p>
<p>Shelby, this works perfectly no need to install unnecessary things, Thanks Lex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nirpius</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-1802</link>
		<dc:creator>nirpius</dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-1802</guid>
		<description>Just thought you may want to know you can substitute the first line of code for

&lt;code&gt; mp3wrap tmp.mp3 *.mp3&lt;/code&gt;

to wrap all files in the folder together</description>
		<content:encoded><![CDATA[<p>Just thought you may want to know you can substitute the first line of code for</p>
<p><code> mp3wrap tmp.mp3 *.mp3</code></p>
<p>to wrap all files in the folder together</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-1545</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Tue, 12 Jan 2010 05:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-1545</guid>
		<description>&lt;blockquote&gt;Thanks for the info. But It seems mp3wrap has got some limit on either the number of input files or total size.&lt;/blockquote&gt;

If you have wild-carded the mp3 input file list, you just be running into the shell expansion limit.  If so, use the xargs trick:

$ find  -name \*mp3&#124;xargs mp3wrap all.mp3</description>
		<content:encoded><![CDATA[<blockquote><p>Thanks for the info. But It seems mp3wrap has got some limit on either the number of input files or total size.</p></blockquote>
<p>If you have wild-carded the mp3 input file list, you just be running into the shell expansion limit.  If so, use the xargs trick:</p>
<p>$ find  -name \*mp3|xargs mp3wrap all.mp3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelby</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-1221</link>
		<dc:creator>Shelby</dc:creator>
		<pubDate>Fri, 02 Oct 2009 16:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-1221</guid>
		<description>There is another way, without going through mp3wrap.
&lt;code&gt;cat file list... &#124; ffmpeg -f mp3 -i - -acodec copy outfile.mp3&lt;/code&gt;
And then the id3 copy command.</description>
		<content:encoded><![CDATA[<p>There is another way, without going through mp3wrap.<br />
<code>cat file list... | ffmpeg -f mp3 -i - -acodec copy outfile.mp3</code><br />
And then the id3 copy command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-1102</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 23 Sep 2009 08:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-1102</guid>
		<description>Thanks for the info. But It seems mp3wrap has got some limit on either the number of input files or total size.
do anyone know of this limitation, is there any way around?</description>
		<content:encoded><![CDATA[<p>Thanks for the info. But It seems mp3wrap has got some limit on either the number of input files or total size.<br />
do anyone know of this limitation, is there any way around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulus</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-780</link>
		<dc:creator>Paulus</dc:creator>
		<pubDate>Sat, 25 Jul 2009 16:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-780</guid>
		<description>Thanks, very useful information. On ubuntu Jaunty, the following packages are required: ffmpeg libid3-3.8.3-dev</description>
		<content:encoded><![CDATA[<p>Thanks, very useful information. On ubuntu Jaunty, the following packages are required: ffmpeg libid3-3.8.3-dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-368</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 12 May 2009 14:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-368</guid>
		<description>Great - thanks for the tips - one of those things that you think should be simple but ends up quite complicated (don&#039;t get me started on changing video framerates).

Only thing I couldn&#039;t quite work is what we gain by using mp3wrap vs just cat - since both spit out incorrect headers that we have to fix with ffmpeg, why not use the simpler option?</description>
		<content:encoded><![CDATA[<p>Great &#8211; thanks for the tips &#8211; one of those things that you think should be simple but ends up quite complicated (don&#8217;t get me started on changing video framerates).</p>
<p>Only thing I couldn&#8217;t quite work is what we gain by using mp3wrap vs just cat &#8211; since both spit out incorrect headers that we have to fix with ffmpeg, why not use the simpler option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sticks</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-252</link>
		<dc:creator>sticks</dc:creator>
		<pubDate>Tue, 21 Apr 2009 03:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-252</guid>
		<description>Thanks for the tip, this looks very useful. I&#039;m compiling QT and vbrfix now!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, this looks very useful. I&#8217;m compiling QT and vbrfix now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: userwaldo</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-250</link>
		<dc:creator>userwaldo</dc:creator>
		<pubDate>Mon, 20 Apr 2009 12:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-250</guid>
		<description>Found a simple replacement for ffmpeg, since it appears to have a bug in the Ubuntu version.

A little program called vbrfix seemed to do the trick for me.

Lame had been used for the encoding of the original files, before using mp3wrap to combine them.

mp3wrap tmp.mp3 1.mp3 2.mp3 3.mp3
vbrfix -ri1 -ri2 -lameinfo tmp_MP3WRAP.mp3 all.mp3 &amp;&amp; rm tmp_MP3WRAP.mp3
id3cp 1.mp3 all.mp3</description>
		<content:encoded><![CDATA[<p>Found a simple replacement for ffmpeg, since it appears to have a bug in the Ubuntu version.</p>
<p>A little program called vbrfix seemed to do the trick for me.</p>
<p>Lame had been used for the encoding of the original files, before using mp3wrap to combine them.</p>
<p>mp3wrap tmp.mp3 1.mp3 2.mp3 3.mp3<br />
vbrfix -ri1 -ri2 -lameinfo tmp_MP3WRAP.mp3 all.mp3 &amp;&amp; rm tmp_MP3WRAP.mp3<br />
id3cp 1.mp3 all.mp3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sticks</title>
		<link>http://lyncd.com/2009/02/how-to-merge-mp3-files/comment-page-1/#comment-195</link>
		<dc:creator>sticks</dc:creator>
		<pubDate>Thu, 19 Mar 2009 08:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://lyncd.com/?p=92#comment-195</guid>
		<description>Cool ... good luck!</description>
		<content:encoded><![CDATA[<p>Cool &#8230; good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
