<?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"
	>
<channel>
	<title>Comments on: Episode 062</title>
	<atom:link href="http://screencasters.heathenx.org/episode-062/feed/" rel="self" type="application/rss+xml" />
	<link>http://screencasters.heathenx.org/episode-062/</link>
	<description>Inkscape tutorials for the novice and intermediate graphic artist.</description>
	<pubDate>Sat, 22 Nov 2008 10:14:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: heathenx</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-476</link>
		<dc:creator>heathenx</dc:creator>
		<pubDate>Tue, 01 Jul 2008 14:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-476</guid>
		<description>@fwolf

Awesome! Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>@fwolf</p>
<p>Awesome! Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fwolf</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-475</link>
		<dc:creator>fwolf</dc:creator>
		<pubDate>Tue, 01 Jul 2008 13:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-475</guid>
		<description>note about the cast and use of ImageMagick: You could have simply wrote the following code down to convert ALL images in your directory - its the same I usually use if I've got to convert / edit more than one image with IM:

&lt;code&gt;
for i in *.png; do convert $i -matte -virtual-pixel transparent -distort Perspective '0,0,0,0 90,0,90,0 90,0,90,2 90,90,90,91' `basename $i .png`_pers.png; done
&lt;/code&gt;

note the &lt;strong&gt;differences&lt;/strong&gt; between the so-called "backtick operator" and the normal single quotes!

cu, w0lf.</description>
		<content:encoded><![CDATA[<p>note about the cast and use of ImageMagick: You could have simply wrote the following code down to convert ALL images in your directory - its the same I usually use if I&#8217;ve got to convert / edit more than one image with IM:</p>
<p><code><br />
for i in *.png; do convert $i -matte -virtual-pixel transparent -distort Perspective '0,0,0,0 90,0,90,0 90,0,90,2 90,90,90,91' `basename $i .png`_pers.png; done<br />
</code></p>
<p>note the <strong>differences</strong> between the so-called &#8220;backtick operator&#8221; and the normal single quotes!</p>
<p>cu, w0lf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-343</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 28 Jun 2008 14:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-343</guid>
		<description>I was finally able to download it, I tried it on my connection at home and it worked. It's funny though, apparently with my college LAN I was unable to do so even though I was able to download the other episodes with it... Oh well, thanks for the suggestions though. And keep up the great work.</description>
		<content:encoded><![CDATA[<p>I was finally able to download it, I tried it on my connection at home and it worked. It&#8217;s funny though, apparently with my college LAN I was unable to do so even though I was able to download the other episodes with it&#8230; Oh well, thanks for the suggestions though. And keep up the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heathenx</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-340</link>
		<dc:creator>heathenx</dc:creator>
		<pubDate>Thu, 26 Jun 2008 11:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-340</guid>
		<description>@John

Hmm...mine seems to be working. I suppose there could be a few things causing your bad download. Let me re-upload the avi again and and see if that has an effect. Sorry. :(

Alternatively, you could download the mp4 (from our blog page) if you don't mind downloading another 20mb and if you don't mind the mp4 format. 

Also you can download the flv. When you go to the streaming link: http://screencasters.heathenx.org/wp-content/videos/ep062/ep062.html just remove the .html part and replace with .flv. Or just throw http://screencasters.heathenx.org/wp-content/videos/ep062/ep062.flv into a wget command and pull it down without the use of a browser.</description>
		<content:encoded><![CDATA[<p>@John</p>
<p>Hmm&#8230;mine seems to be working. I suppose there could be a few things causing your bad download. Let me re-upload the avi again and and see if that has an effect. Sorry. <img src='http://screencasters.heathenx.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Alternatively, you could download the mp4 (from our blog page) if you don&#8217;t mind downloading another 20mb and if you don&#8217;t mind the mp4 format. </p>
<p>Also you can download the flv. When you go to the streaming link: <a href="http://screencasters.heathenx.org/wp-content/videos/ep062/ep062.html" rel="nofollow" >http://screencasters.heathenx.org/wp-content/videos/ep062/ep062.html</a> just remove the .html part and replace with .flv. Or just throw <a href="http://screencasters.heathenx.org/wp-content/videos/ep062/ep062.flv" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/videosscreencasters./wp-content/videos/ep062/ep062.flv');">http://screencasters.heathenx.org/wp-content/videos/ep062/ep062.flv</a> into a wget command and pull it down without the use of a browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-339</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 26 Jun 2008 09:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-339</guid>
		<description>Hi, I tried to download this video but it stops at 7.2 megs or so... This has never happened before so I was wondering if it was a problem with either the file or the server? Is there an alternate link from which I can download this episode? Thank you, and good job so far :D</description>
		<content:encoded><![CDATA[<p>Hi, I tried to download this video but it stops at 7.2 megs or so&#8230; This has never happened before so I was wondering if it was a problem with either the file or the server? Is there an alternate link from which I can download this episode? Thank you, and good job so far <img src='http://screencasters.heathenx.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heathenx</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-326</link>
		<dc:creator>heathenx</dc:creator>
		<pubDate>Wed, 18 Jun 2008 14:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-326</guid>
		<description>I changed the download link from MP4 to AVI. 

Thanks for your input everyone. :)</description>
		<content:encoded><![CDATA[<p>I changed the download link from MP4 to AVI. </p>
<p>Thanks for your input everyone. <img src='http://screencasters.heathenx.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radek PL</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-321</link>
		<dc:creator>Radek PL</dc:creator>
		<pubDate>Sun, 15 Jun 2008 10:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-321</guid>
		<description>I prefer the .avi format.</description>
		<content:encoded><![CDATA[<p>I prefer the .avi format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-320</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 15 Jun 2008 03:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-320</guid>
		<description>Hey Heathenx

Thanks for the tutorial! I love Inkscape but I think it is also really valuable to discuss special features of related open source graphics programs and work flow patterns between them. These Apps do not replace Inkscape they compliment it. I am presently learning about Povray's features and I have been slowly teaching myself Blender for quite some time too.

Thanks for taking the time to teach others.

P.S I'll get back to you on the video file question, neither has been too problematic.</description>
		<content:encoded><![CDATA[<p>Hey Heathenx</p>
<p>Thanks for the tutorial! I love Inkscape but I think it is also really valuable to discuss special features of related open source graphics programs and work flow patterns between them. These Apps do not replace Inkscape they compliment it. I am presently learning about Povray&#8217;s features and I have been slowly teaching myself Blender for quite some time too.</p>
<p>Thanks for taking the time to teach others.</p>
<p>P.S I&#8217;ll get back to you on the video file question, neither has been too problematic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrés</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-319</link>
		<dc:creator>Andrés</dc:creator>
		<pubDate>Sat, 14 Jun 2008 17:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-319</guid>
		<description>I'm an another one that prefer te .avi format, and it's not only for the BIG size of the new .mp4 format videos. I don't modify the video tutorials, I use them such a guide for my "home works" ...</description>
		<content:encoded><![CDATA[<p>I&#8217;m an another one that prefer te .avi format, and it&#8217;s not only for the BIG size of the new .mp4 format videos. I don&#8217;t modify the video tutorials, I use them such a guide for my &#8220;home works&#8221; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heathenx</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-318</link>
		<dc:creator>heathenx</dc:creator>
		<pubDate>Sat, 14 Jun 2008 15:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-318</guid>
		<description>&lt; I prefer the .avi format because it is simpler to modify. I always use with Virtualdub...

Well, I cannot argue with that. Our AVI's are pretty easy to work with. However, if you tell us how you want to modify our videos for your personal use then maybe we can help you, regardless of what format they are in. Richard and I aren't encoding experts but we have learned a few tricks.</description>
		<content:encoded><![CDATA[<p>< I prefer the .avi format because it is simpler to modify. I always use with Virtualdub...</p>
<p>Well, I cannot argue with that. Our AVI's are pretty easy to work with. However, if you tell us how you want to modify our videos for your personal use then maybe we can help you, regardless of what format they are in. Richard and I aren't encoding experts but we have learned a few tricks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silvio</title>
		<link>http://screencasters.heathenx.org/episode-062/#comment-317</link>
		<dc:creator>Silvio</dc:creator>
		<pubDate>Sat, 14 Jun 2008 09:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://screencasters.heathenx.org/?p=77#comment-317</guid>
		<description>Hello guys,

I prefer the .avi format because it is simpler to modify. I always use with Virtualdub.
On top of that, in the past, I noticed some softwares to burn cd-dvds don't support the MP4 format.

I can't tell anything about the quality of the videos. In particular, their resolution.
Those downloaded from the heathenx. org were top-notch as resolution.
On the other hand, I downloaded some MP4 videos from the Meet the Gimp web-site and they were great as quality too.

Best regards,

Silvio</description>
		<content:encoded><![CDATA[<p>Hello guys,</p>
<p>I prefer the .avi format because it is simpler to modify. I always use with Virtualdub.<br />
On top of that, in the past, I noticed some softwares to burn cd-dvds don&#8217;t support the MP4 format.</p>
<p>I can&#8217;t tell anything about the quality of the videos. In particular, their resolution.<br />
Those downloaded from the heathenx. org were top-notch as resolution.<br />
On the other hand, I downloaded some MP4 videos from the Meet the Gimp web-site and they were great as quality too.</p>
<p>Best regards,</p>
<p>Silvio</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.337 seconds -->
