<?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: Convert m4b to ogg on Linux</title>
	<atom:link href="http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/</link>
	<description>About Linux, IT security,tips and tricks and otherstuff that comes into my mind</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Katyusha</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-947</link>
		<dc:creator>Katyusha</dc:creator>
		<pubDate>Sat, 29 Oct 2011 19:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-947</guid>
		<description>Thanx!!!
^_^ It works!
Ubuntu 11.10</description>
		<content:encoded><![CDATA[<p>Thanx!!!<br />
^_^ It works!<br />
Ubuntu 11.10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-864</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Thu, 04 Nov 2010 08:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-864</guid>
		<description>hmmm ... call faad directly to check if it outputs an error message while processing the file.</description>
		<content:encoded><![CDATA[<p>hmmm &#8230; call faad directly to check if it outputs an error message while processing the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-863</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Thu, 04 Nov 2010 01:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-863</guid>
		<description>Hey, can someone help me?  I have an audiobook (I guess its DRM encrypted).  Anyway, bought it off I-tunes with a gift card, and it won&#039;t sync to my Ipod, let along my Android phone.  I got the script to work, but get this error at the end.

carl@carl-workstation:~$ ./m4b2ogg.py
converting:  BeatGRE.m4b
ERROR: Input file &quot;(stdin)&quot; is not a supported format

Anyone know what I can do to fix this?</description>
		<content:encoded><![CDATA[<p>Hey, can someone help me?  I have an audiobook (I guess its DRM encrypted).  Anyway, bought it off I-tunes with a gift card, and it won&#8217;t sync to my Ipod, let along my Android phone.  I got the script to work, but get this error at the end.</p>
<p>carl@carl-workstation:~$ ./m4b2ogg.py<br />
converting:  BeatGRE.m4b<br />
ERROR: Input file &#8220;(stdin)&#8221; is not a supported format</p>
<p>Anyone know what I can do to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brotherred</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-839</link>
		<dc:creator>Brotherred</dc:creator>
		<pubDate>Sun, 22 Aug 2010 03:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-839</guid>
		<description>Yeah I should have known. It looks like it is working now. I did not think to set the path after the command so it looks like it is working on all the .m4b files I have, 2 and their copies. I tried a win32 program the same night I searched on this so now ./m4b2ogg.py is working on ./wine/drive_c/somefile.m4b

Thanx to you it is working though regards</description>
		<content:encoded><![CDATA[<p>Yeah I should have known. It looks like it is working now. I did not think to set the path after the command so it looks like it is working on all the .m4b files I have, 2 and their copies. I tried a win32 program the same night I searched on this so now ./m4b2ogg.py is working on ./wine/drive_c/somefile.m4b</p>
<p>Thanx to you it is working though regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-838</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Thu, 19 Aug 2010 19:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-838</guid>
		<description>you need to start it like this ./m4b2ogg.py .. otherwise linux does not start something in the current directory</description>
		<content:encoded><![CDATA[<p>you need to start it like this ./m4b2ogg.py .. otherwise linux does not start something in the current directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brotherred</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-837</link>
		<dc:creator>Brotherred</dc:creator>
		<pubDate>Mon, 16 Aug 2010 01:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-837</guid>
		<description>I have oggconvert installed. I get command not found with m4b2ogg.py.

[root@localhost brotherred]# chmod 755 m4b2ogg.py
[root@localhost brotherred]# m4b2ogg.py
bash: m4b2ogg.py: command not found
[root@localhost brotherred]# 


What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I have oggconvert installed. I get command not found with m4b2ogg.py.</p>
<p>[root@localhost brotherred]# chmod 755 m4b2ogg.py<br />
[root@localhost brotherred]# m4b2ogg.py<br />
bash: m4b2ogg.py: command not found<br />
[root@localhost brotherred]# </p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonya Henson</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-816</link>
		<dc:creator>Tonya Henson</dc:creator>
		<pubDate>Wed, 26 May 2010 04:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-816</guid>
		<description>You can also go too http://www.oggconvert.com/ to convert OGG files to MP3, AAC, FLAC, OGG, WMA, M4A, WAV online. I hope its big help.</description>
		<content:encoded><![CDATA[<p>You can also go too <a href="http://www.oggconvert.com/" rel="nofollow">http://www.oggconvert.com/</a> to convert OGG files to MP3, AAC, FLAC, OGG, WMA, M4A, WAV online. I hope its big help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-815</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 22 May 2010 15:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-815</guid>
		<description>http://www.oggconvert.com

online tool to convert ogg files, no downloads

works better on smaller files because it&#039;s web based</description>
		<content:encoded><![CDATA[<p><a href="http://www.oggconvert.com" rel="nofollow">http://www.oggconvert.com</a></p>
<p>online tool to convert ogg files, no downloads</p>
<p>works better on smaller files because it&#8217;s web based</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flameproof</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-747</link>
		<dc:creator>Flameproof</dc:creator>
		<pubDate>Sun, 09 Aug 2009 13:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-747</guid>
		<description>Robert, just wanted you to know that your script (clean!) worked perfectly over here (linuxmint 5).  And that despite noobie entitlement issues.  Really?  A &quot;progress bar&quot;???  Good job, man and thanks.</description>
		<content:encoded><![CDATA[<p>Robert, just wanted you to know that your script (clean!) worked perfectly over here (linuxmint 5).  And that despite noobie entitlement issues.  Really?  A &#8220;progress bar&#8221;???  Good job, man and thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/comment-page-1/#comment-680</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Sun, 28 Dec 2008 18:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=94#comment-680</guid>
		<description>It&#039;s would be nice to see any kind of progresbar when program is converting media. Anyway thanks!</description>
		<content:encoded><![CDATA[<p>It&#8217;s would be nice to see any kind of progresbar when program is converting media. Anyway thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

