<?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>Silveira Neto &#187; n800</title>
	<atom:link href="http://silveiraneto.net/tag/n800/feed/" rel="self" type="application/rss+xml" />
	<link>http://silveiraneto.net</link>
	<description>the world is a pixel</description>
	<lastBuildDate>Sun, 08 Jan 2012 05:17:57 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>laser</title>
		<link>http://silveiraneto.net/2009/12/11/laser/</link>
		<comments>http://silveiraneto.net/2009/12/11/laser/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 19:38:42 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[rascunho]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/2009/12/11/laser/</guid>
		<description><![CDATA[tu]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/silveiraneto/4177350270/in/set-72157622433863464/"><img class="alignnone" title="laser" src="http://farm3.static.flickr.com/2748/4177350270_1b461a5c18_o.png" alt="" width="640" height="320" /></a>tu</p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/12/11/laser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>humanidade</title>
		<link>http://silveiraneto.net/2009/12/03/humanidade/</link>
		<comments>http://silveiraneto.net/2009/12/03/humanidade/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 19:52:23 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/2009/12/03/humanidade/</guid>
		<description><![CDATA[humanidade, upload feito originalmente por Silveira Neto.]]></description>
			<content:encoded><![CDATA[<div style="text-align: center; padding: 3px;"><a title="photo sharing" href="http://www.flickr.com/photos/silveiraneto/4156329924/"><img style="border: solid 2px #000000;" src="http://farm3.static.flickr.com/2669/4156329924_b870cf508b.jpg" alt="" /></a></p>
<p><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/silveiraneto/4156329924/">humanidade</a>, upload feito originalmente por <a href="http://www.flickr.com/people/silveiraneto/">Silveira Neto</a>.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/12/03/humanidade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting videos to n800</title>
		<link>http://silveiraneto.net/2009/11/30/converting-videos-to-n800/</link>
		<comments>http://silveiraneto.net/2009/11/30/converting-videos-to-n800/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:44:57 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[2n800]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[n800]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/?p=2976</guid>
		<description><![CDATA[I found this useful tip about how to convert videos to watch on Nokia n800 using Mencoder. mencoder input.ogg -vf scale=400:240 -oac mp3lame -ovc lavc -o output.avi It&#8217;s converts a filed called input.ogg to a avi file output.avi with height 240 and width 400 (the device resolution is 800×480) , mp3lame audio codec and libavcodec [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2978" title="southpark running on Nokia n800" src="http://silveiraneto.net/wp-content/uploads/2009/11/southpark_running_on_nokia_n800.jpg" alt="southpark running on Nokia n800" width="400" height="300" /></p>
<p>I found <a href="http://www.itcamefromtheinternet.com/tech/archives/26-Converting-OGG-to-AVI-Video-for-Nokia-N800-using-Mencoder.html">this useful tip</a> about how to convert videos to watch on <a href="http://en.wikipedia.org/wiki/Nokia_N800">Nokia n800</a> using <a href="http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html">Mencoder</a>.</p>
<div class="wp_syntax">
<div class="code">
<pre class="bash bash" style="font-family:monospace;">mencoder input.ogg <span style="color: #660033;">-vf</span> <span style="color: #007800;">scale</span>=<span style="color: #000000;">400</span>:<span style="color: #000000;">240</span> <span style="color: #660033;">-oac</span> mp3lame <span style="color: #660033;">-ovc</span> lavc <span style="color: #660033;">-o</span> output.avi</pre>
</div>
</div>
<p>It&#8217;s converts a filed called input.ogg to a avi file output.avi with height 240 and width 400 (the device resolution is 800×480) , mp3lame audio codec and libavcodec video.</p>
<p>As this has become a daily operation to me, I create this simple script called <strong>2n800</strong>:</p>
<div class="wp_syntax">
<div class="code">
<pre class="bash bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$#</span> <span style="color: #660033;">-ge</span> <span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>;
<span style="color: #000000; font-weight: bold;">then</span>
        mencoder $<span style="color: #000000;">1</span> <span style="color: #660033;">-vf</span> <span style="color: #007800;">scale</span>=<span style="color: #000000;">400</span>:<span style="color: #000000;">240</span> <span style="color: #660033;">-oac</span> mp3lame <span style="color: #660033;">-ovc</span> lavc <span style="color: #660033;">-o</span> <span style="color: #800000;">${1%\.*}</span>.avi
<span style="color: #000000; font-weight: bold;">else</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> Usage:
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\t</span>$0 FILE&quot;</span>
<span style="color: #000000; font-weight: bold;">fi</span></pre>
</div>
</div>
<p>It transforms the first parameter like something.flv to something.avi. Putting this script as executable on your path like on /usr/bin/ you can easily call the command 2n800 followed with tha name of your video you want to convert. If is readable by Mplayer, it will be converted.</p>
<p>After you converted you video and sent to your n800, you can watch on <a href="http://mplayer.garage.maemo.org/">Mplayer to Maemo</a>. The result is perfect.</p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/11/30/converting-videos-to-n800/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>medo</title>
		<link>http://silveiraneto.net/2009/10/13/medo/</link>
		<comments>http://silveiraneto.net/2009/10/13/medo/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:39:42 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[desenho]]></category>
		<category><![CDATA[drink]]></category>
		<category><![CDATA[excitação]]></category>
		<category><![CDATA[medo]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/2009/10/13/medo/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2569/4006158883_be128b25fd_o.png" alt="" width="640" height="320" /></p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/10/13/medo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gravidade</title>
		<link>http://silveiraneto.net/2009/10/13/gravidade/</link>
		<comments>http://silveiraneto.net/2009/10/13/gravidade/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:38:39 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[desenho]]></category>
		<category><![CDATA[gravidade]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[shampoo]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[xampu]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/?p=2878</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3536/3998604397_3c37fb0614_o.png" alt="" width="640" height="320" /></p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/10/13/gravidade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ileso</title>
		<link>http://silveiraneto.net/2009/10/10/ileso/</link>
		<comments>http://silveiraneto.net/2009/10/10/ileso/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 18:37:20 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[ambulância]]></category>
		<category><![CDATA[amor]]></category>
		<category><![CDATA[desenho]]></category>
		<category><![CDATA[esquete]]></category>
		<category><![CDATA[ileso]]></category>
		<category><![CDATA[n800]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/?p=2876</guid>
		<description><![CDATA[Postado originalmente no Flickr]]></description>
			<content:encoded><![CDATA[<p style="align:center;"><img src="http://farm4.static.flickr.com/3515/3997447515_d48af4bc0b_o.png" alt="ileso" /></p>
<p><small>Postado originalmente no <a href="http://www.flickr.com/photos/silveiraneto/3997447515/sizes/o/in/set-72157622433863464/">Flickr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/10/10/ileso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>conserva</title>
		<link>http://silveiraneto.net/2009/09/29/conserva/</link>
		<comments>http://silveiraneto.net/2009/09/29/conserva/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:40:04 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[Brasil]]></category>
		<category><![CDATA[conservador]]></category>
		<category><![CDATA[conservadorismo]]></category>
		<category><![CDATA[desenho]]></category>
		<category><![CDATA[mão]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/2009/09/29/conserva/</guid>
		<description><![CDATA[conserva, originally uploaded by Silveira Neto.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone" title="Brasil, um país em conserva" src="http://farm3.static.flickr.com/2461/3967003632_8d119c83b0_o.png" alt="" width="640" height="320" /></p>
<div style="text-align: left; padding: 3px;"><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/silveiraneto/3967003632/">conserva</a>, originally uploaded by <a href="http://www.flickr.com/people/silveiraneto/">Silveira Neto</a>.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/09/29/conserva/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>passaros</title>
		<link>http://silveiraneto.net/2009/09/29/passaros/</link>
		<comments>http://silveiraneto.net/2009/09/29/passaros/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:38:25 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[desenho]]></category>
		<category><![CDATA[escroto]]></category>
		<category><![CDATA[filho da puta]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[palavrão]]></category>
		<category><![CDATA[passaro]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/2009/09/29/passaros/</guid>
		<description><![CDATA[passaros, originally uploaded by Silveira Neto.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone" title="passaros" src="http://farm3.static.flickr.com/2600/3967003646_e329da3b7a_o.png" alt="" width="640" height="320" /></p>
<div style="text-align: left; padding: 3px;"><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/silveiraneto/3967003646/">passaros</a>, originally uploaded by <a href="http://www.flickr.com/people/silveiraneto/">Silveira Neto</a>.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/09/29/passaros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tereza</title>
		<link>http://silveiraneto.net/2009/09/29/tereza/</link>
		<comments>http://silveiraneto.net/2009/09/29/tereza/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:57:03 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[desenho]]></category>
		<category><![CDATA[eu]]></category>
		<category><![CDATA[jorge ben]]></category>
		<category><![CDATA[jorge benjor]]></category>
		<category><![CDATA[música]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[nega]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/2009/09/29/tereza/</guid>
		<description><![CDATA[Tereza, originally uploaded by Silveira Neto.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3534/3966164092_49029a4360_o.png" alt="" width="640" height="320" /></p>
<p><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/silveiraneto/3966164092/">Tereza</a>, originally uploaded by <a href="http://www.flickr.com/people/silveiraneto/">Silveira Neto</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/09/29/tereza/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>dublagem</title>
		<link>http://silveiraneto.net/2009/09/27/dublagem/</link>
		<comments>http://silveiraneto.net/2009/09/27/dublagem/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 17:44:32 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[português]]></category>
		<category><![CDATA[desenho]]></category>
		<category><![CDATA[dublagem]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/2009/09/27/dublagem/</guid>
		<description><![CDATA[Dublagem, originally uploaded by Silveira Neto.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<p style="text-align: center;"><img class="alignnone" title="dublagem" src="http://farm3.static.flickr.com/2567/3959609296_aa21685d5a_o.png" alt="" width="640" height="320" /></p>
<p><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/silveiraneto/3959609296/">Dublagem</a>, originally uploaded by <a href="http://www.flickr.com/people/silveiraneto/">Silveira Neto</a>.</span></div>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/09/27/dublagem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

