<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IceTempest Development Studio &#187; Uncategorized</title>
	<atom:link href="http://icetempest.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://icetempest.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Mar 2012 16:49:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FFMpeg on Mac OS X</title>
		<link>http://icetempest.com/2011/07/ffmpeg/</link>
		<comments>http://icetempest.com/2011/07/ffmpeg/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 12:54:55 +0000</pubDate>
		<dc:creator>Sergio Moura</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://icetempest.com/?p=320</guid>
		<description><![CDATA[I&#8217;ve been using ffmpeg a lot and suffering from the lack of updated and reliable releases for Mac OS X. I&#8217;m currently using Snow Leopard  version 10.6.8 and toyed around a lot with it, and now I&#8217;m sharing this work with the world. This was compiled using a git checkout. Documentation information is inside (readme, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="FFMpeg official site" href="http://www.ffmpeg.org" target="_blank">ffmpeg</a> a lot and suffering from the lack of updated and reliable releases for Mac OS X. I&#8217;m currently using Snow Leopard  version 10.6.8 and toyed around a lot with it, and now I&#8217;m sharing this work with the world.</p>
<p>This was compiled using a git checkout. Documentation information is inside (readme, copying, etc). This was compiled with multi-thread support.</p>
<div id="attachment_70" class="wp-caption aligncenter" style="width: 74px"><a href="http://icetempest.com/files/FFMpeg_N-31072-g4d08dfe_icetempest.com.dmg"><img class="size-full wp-image-70  " title="Download" src="http://icetempest.com/wp-content/uploads/2010/02/save_64px.png" alt="" width="64" height="64" /></a><p class="wp-caption-text">FFMpeg for Mac OS X</p></div>
<p style="text-align: center;">dmg format. ~11MB Released 2011-07-13</p>
<p>Now, if you&#8217;re trying to convert your videos to play on your iPad, AppleTV, iPhone or one of apple gadgets, you can try this 1-pass command:</p>
<pre>ffmpeg -i video.avi -vcodec libx264 -b 2600k -g 250 -s 1280x720 -f mp4 -acodec libfaac -ar 44100 -ab 192k output.mp4</pre>
<p>Altough I prefer the 2-pass method below. Using the 1-pass I sometimes have problems with seeking, and other times the video just stops in the middle of the way, so, there you go:</p>
<pre>ffmpeg -i video.avi -pass 1 -vcodec libx264 -b 2600k -g 250 -s 1280x720 -f mp4 -acodec libfaac -ar 44100 -ab 192k output.mp4
ffmpeg -i video.avi -pass 2 -vcodec libx264 -b 2600k -g 250 -s 1280x720 -f mp4 -acodec libfaac -ar 44100 -ab 192k output.mp4</pre>
<p>Let me know if the package and commands worked for you.<br />
Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://icetempest.com/2011/07/ffmpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eve Online Chronicles in ePub Format</title>
		<link>http://icetempest.com/2010/06/eve-online-chronicles-in-epub-format/</link>
		<comments>http://icetempest.com/2010/06/eve-online-chronicles-in-epub-format/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 16:17:49 +0000</pubDate>
		<dc:creator>Sergio Moura</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Eve Online]]></category>
		<category><![CDATA[iBooks]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://icetempest.com/?p=277</guid>
		<description><![CDATA[You can now enjoy the Eve Online chronicles in the ePub format. We&#8217;ve converted and published some of the free chronicles available in the Eve Online site to the ePub format, so you can download them and sync with your mobile devices (such as iPod Touch, iPhone and iPad with iBooks). As of now, only [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_281" class="wp-caption alignright" style="width: 180px"><a href="http://icetempest.com/wp-content/uploads/2010/06/xenocracy.jpg"><img src="http://icetempest.com/wp-content/uploads/2010/06/xenocracy.jpg" alt="" title="Xenocracy" width="170" height="111" class="size-full wp-image-281" /></a><p class="wp-caption-text">Eve Online Chronicles</p></div>You can now enjoy the Eve Online chronicles in the ePub format.</p>
<p>We&#8217;ve converted and published some of the free chronicles available in the Eve Online site to the ePub format, so you can download them and sync with your mobile devices (such as iPod Touch, iPhone and iPad with iBooks).</p>
<p>As of now, only the Xenocracy and Anoikis chronicles (the latest two) are available, but soon we&#8217;ll add some more.</p>
<p><a href="http://icetempest.com/epub/">Check our full ePub gallery.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://icetempest.com/2010/06/eve-online-chronicles-in-epub-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iStat Menus Giveaway!</title>
		<link>http://icetempest.com/2010/05/istat-menus-giveaway/</link>
		<comments>http://icetempest.com/2010/05/istat-menus-giveaway/#comments</comments>
		<pubDate>Sat, 29 May 2010 14:17:10 +0000</pubDate>
		<dc:creator>Sergio Moura</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://icetempest.com/?p=268</guid>
		<description><![CDATA[But no, not us. The guys at AppFlow are giving away a family license pack for iStat Menus, from the same makers of Consume (for iPhone and soon for iPad). Bjango (twitter) is developing some nice applications for iPhone and is coming to the Mac desktop with the iStat Menus, and what a great start! [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://icetempest.com/wp-content/uploads/2010/05/istat-menus-logo-1-150x150.png"><img class="alignright size-full wp-image-269" title="istat-menus-logo-1-150x150" src="http://icetempest.com/wp-content/uploads/2010/05/istat-menus-logo-1-150x150.png" alt="" width="150" height="150" /></a>But no, not us.</p>
<p>The guys at <a href="http://appflow.co.uk/" target="_blank">AppFlow</a> are giving away a family license pack for <a href="http://bjango.com/apps/istatmenus/" target="_blank">iStat Menus</a>, from the same makers of <a href="http://bjango.com/apps/consume/" target="_blank">Consume</a> (for iPhone and soon for iPad).</p>
<p><a href="http://bjango.com/" target="_blank">Bjango</a> (<a href="http://twitter.com/bjango" target="_blank">twitter</a>) is developing some nice applications for iPhone and is coming to the Mac desktop with the iStat Menus, and what a great start! Their application monitors your system (even the battery of you MacBook) in a very discrete way.</p>
<p>The giveaway ends next Saturday, June 5th, so if I were you, I would wait no more.</p>
<p style="text-align: center;"><a href="http://icetempest.com/wp-content/uploads/2010/05/Screen-shot-2010-05-29-at-11.11.06-AM.png"><img class="size-medium wp-image-270 aligncenter" title="Screen shot 2010-05-29 at 11.11.06 AM" src="http://icetempest.com/wp-content/uploads/2010/05/Screen-shot-2010-05-29-at-11.11.06-AM-300x219.png" alt="" width="300" height="219" /></a></p>
<p>The iStat Menus is available for download on Bjango site, and the full version costs $16 dollars.</p>
]]></content:encoded>
			<wfw:commentRss>http://icetempest.com/2010/05/istat-menus-giveaway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New application: Encomendas Brasil</title>
		<link>http://icetempest.com/2010/05/new-application-encomendas-brasil/</link>
		<comments>http://icetempest.com/2010/05/new-application-encomendas-brasil/#comments</comments>
		<pubDate>Tue, 11 May 2010 18:47:55 +0000</pubDate>
		<dc:creator>Sergio Moura</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://icetempest.com/?p=240</guid>
		<description><![CDATA[I&#8217;ve just finished up creating an iPhone application intended to track packages at Brazilian&#8217;s mail company: Correios. You&#8217;ll be able to track packages and keep record of what you&#8217;re tracking. You need only to enter the information once, and the application keeps it stored for you (until you delete it). You&#8217;ll need only a device [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://icetempest.com/wp-content/uploads/2010/05/128.png"><img class="alignright size-full wp-image-245" title="Truck" src="http://icetempest.com/wp-content/uploads/2010/05/128.png" alt="" width="128" height="128" /></a></p>
<p>I&#8217;ve just finished up creating an iPhone application intended to track packages at Brazilian&#8217;s mail company: <a href="http://www.correios.com.br" target="_blank">Correios</a>. You&#8217;ll be able to track packages and keep record of what you&#8217;re tracking. You need only to enter the information once, and the application keeps it stored for you (until you delete it).</p>
<p>You&#8217;ll need only a device with an active internet connection.</p>
<p>Check out the screen shots:</p>
<p style="text-align: center;"><a href="http://icetempest.com/wp-content/uploads/2010/05/IMG_0008.jpg"><img class="alignnone size-full wp-image-241" title="IMG_0008" src="http://icetempest.com/wp-content/uploads/2010/05/IMG_0008.jpg" alt="" width="160" height="240" /></a> <a href="http://icetempest.com/wp-content/uploads/2010/05/IMG_0009.jpg"><img class="alignnone size-full wp-image-242" title="IMG_0009" src="http://icetempest.com/wp-content/uploads/2010/05/IMG_0009.jpg" alt="" width="160" height="240" /></a> <a href="http://icetempest.com/wp-content/uploads/2010/05/IMG_0010.jpg"><img class="alignnone size-full wp-image-243" title="IMG_0010" src="http://icetempest.com/wp-content/uploads/2010/05/IMG_0010.jpg" alt="" width="160" height="240" /></a></p>
<p>Once the application is approved, i&#8217;ll post a link to the iTunes store. The application is free with ads.</p>
<p>The truck icon was made by <a href="http://http://cemagraphics.deviantart.com/art/Truck-Icon-100394570" target="_blank">cemagraphics</a> from DeviantArt.</p>
]]></content:encoded>
			<wfw:commentRss>http://icetempest.com/2010/05/new-application-encomendas-brasil/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Blogging Icons</title>
		<link>http://icetempest.com/2010/03/free-blogging-icons/</link>
		<comments>http://icetempest.com/2010/03/free-blogging-icons/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:33:46 +0000</pubDate>
		<dc:creator>Sergio Moura</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://icetempest.com/?p=104</guid>
		<description><![CDATA[The website Web Icon Set has just released a collection of free blogging icons entitled &#8220;Cute Blogging Icon Set&#8221; They are free for both personal and professional use and is provided in 128, 64, 48 and 32 pixel sizes. As the site says, we cannot host the files elsewhere for download, so, be sure to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-108" title="cute_blog-transp" src="http://icetempest.com/wp-content/uploads/2010/03/cute_blog-transp-150x150.png" alt="" width="150" height="150" />The website <a href="http://uiop.me/W9c">Web Icon Set</a> has just released a collection of free blogging icons entitled &#8220;Cute Blogging Icon Set&#8221;</p>
<p>They are free for both personal and professional use and is provided in 128, 64, 48 and 32 pixel sizes.</p>
<p>As the site says, we cannot host the files elsewhere for download, so, be sure to check out the <a href="http://uiop.me/W9a">official page</a>.</p>
<p>It&#8217;s not explicitly said in the official site, but the set is available with shadows and no-shadows. The available icons are: About Me, Contact, Download, Freelance, Full-Time, Hire-me, My blog, My work, Not available and Service.</p>
]]></content:encoded>
			<wfw:commentRss>http://icetempest.com/2010/03/free-blogging-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

