<?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: &#8220;ERROR: Input file  is not a supported format&#8221; when using oggenc to convert a FLAC to OGG Vorbis</title>
	<atom:link href="http://blog.tordeu.com/?feed=rss2&#038;p=61" rel="self" type="application/rss+xml" />
	<link>http://blog.tordeu.com/?p=61</link>
	<description>a blog about stuff</description>
	<lastBuildDate>Mon, 01 Sep 2014 22:51:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
	<item>
		<title>By: Ivan</title>
		<link>http://blog.tordeu.com/?p=61#comment-8418</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Sat, 02 Aug 2014 10:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=61#comment-8418</guid>
		<description><![CDATA[Thanks for the script]]></description>
		<content:encoded><![CDATA[<p>Thanks for the script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk</title>
		<link>http://blog.tordeu.com/?p=61#comment-6179</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Fri, 07 Feb 2014 21:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=61#comment-6179</guid>
		<description><![CDATA[But isn’t that actually a bug in oggenc (at least the error message is misleading)?]]></description>
		<content:encoded><![CDATA[<p>But isn’t that actually a bug in oggenc (at least the error message is misleading)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khannie</title>
		<link>http://blog.tordeu.com/?p=61#comment-4538</link>
		<dc:creator>khannie</dc:creator>
		<pubDate>Thu, 19 Sep 2013 13:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=61#comment-4538</guid>
		<description><![CDATA[Thanks. :) Super little script.]]></description>
		<content:encoded><![CDATA[<p>Thanks. <img src='http://blog.tordeu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Super little script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tordeu</title>
		<link>http://blog.tordeu.com/?p=61#comment-700</link>
		<dc:creator>tordeu</dc:creator>
		<pubDate>Tue, 11 Dec 2012 22:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=61#comment-700</guid>
		<description><![CDATA[Thanks for sharing. That is definitely a better solution. I don&#039;t care about the extra dependency, either. And I have id3v2 installed anyway. Luckily all my problem-FLACs are long gone, but I think it&#039;s time to update the script anyway.]]></description>
		<content:encoded><![CDATA[<p>Thanks for sharing. That is definitely a better solution. I don&#8217;t care about the extra dependency, either. And I have id3v2 installed anyway. Luckily all my problem-FLACs are long gone, but I think it&#8217;s time to update the script anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nbensa</title>
		<link>http://blog.tordeu.com/?p=61#comment-686</link>
		<dc:creator>nbensa</dc:creator>
		<pubDate>Sun, 09 Dec 2012 01:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=61#comment-686</guid>
		<description><![CDATA[Hello, and thanks for this information.

I solved the problem without any decoding/encondig this way:

&lt;code&gt;
metaflac --export-tags-to=&quot;${FLAC}.meta&quot; &quot;${FLAC}&quot;
id3v2 --delete-all &quot;${FLAC}&quot;
metaflac --import-tags-from=&quot;${FLAC}.meta&quot; &quot;${FLAC}&quot;
rm &quot;${FLAC}.meta&quot;
&lt;/code&gt;

Yes, there&#039;s an extra dependency, but I think it&#039;s worth.

Regards,
Norberto]]></description>
		<content:encoded><![CDATA[<p>Hello, and thanks for this information.</p>
<p>I solved the problem without any decoding/encondig this way:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">metaflac --export-tags-to=&quot;${FLAC}.meta&quot; &quot;${FLAC}&quot;<br />
id3v2 --delete-all &quot;${FLAC}&quot;<br />
metaflac --import-tags-from=&quot;${FLAC}.meta&quot; &quot;${FLAC}&quot;<br />
rm &quot;${FLAC}.meta&quot;</div></div>
<p>Yes, there&#8217;s an extra dependency, but I think it&#8217;s worth.</p>
<p>Regards,<br />
Norberto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tordeu</title>
		<link>http://blog.tordeu.com/?p=61#comment-251</link>
		<dc:creator>tordeu</dc:creator>
		<pubDate>Thu, 31 May 2012 02:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=61#comment-251</guid>
		<description><![CDATA[Thanks a lot. I hope I can work on it a bit next month. If you find anything you might think should be added, I am always happy to see what others might need/want and how/for what they use it.]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot. I hope I can work on it a bit next month. If you find anything you might think should be added, I am always happy to see what others might need/want and how/for what they use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Gronke</title>
		<link>http://blog.tordeu.com/?p=61#comment-250</link>
		<dc:creator>Ben Gronke</dc:creator>
		<pubDate>Wed, 30 May 2012 22:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tordeu.com/?p=61#comment-250</guid>
		<description><![CDATA[Hey, I tried out your script and it works great.  Thanks a bunch for doing this!]]></description>
		<content:encoded><![CDATA[<p>Hey, I tried out your script and it works great.  Thanks a bunch for doing this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
