<?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>Alberto Alonso Ruibal&#039;s Blog &#187; snippet</title>
	<atom:link href="http://www.alonsoruibal.com/tag/snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonsoruibal.com</link>
	<description>Telecommunication Engineer at Vigo (Pontevedra), Galicia</description>
	<lastBuildDate>Fri, 18 Jun 2010 20:31:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Snippet: FLV video encode</title>
		<link>http://www.alonsoruibal.com/snippet-flv/</link>
		<comments>http://www.alonsoruibal.com/snippet-flv/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:41:26 +0000</pubDate>
		<dc:creator>rui</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.alonsoruibal.com/?p=183</guid>
		<description><![CDATA[Using mencoder in Linux, we can convert any video to FLV and embed it in a web page with Flowplayer. In this sample video is encoded at 320&#215;240 300 kbps and audio at 56kbps:
# mencoder -forceidx -of lavf -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=300:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale=320:240 -o out.flv in.avi
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-196" title="snippet" src="http://www.alonsoruibal.com/wp-content/uploads/2009/06/snippet.png" alt="snippet" width="150" height="150" />Using mencoder in Linux, we can convert any video to FLV and embed it in a web page with <a href="http://www.flowplayer.org" target="_blank">Flowplayer</a>. In this sample video is encoded at 320&#215;240 300 kbps and audio at 56kbps:</p>
<blockquote><p># mencoder -forceidx -of lavf -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=300:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale=320:240 -o out.flv in.avi</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.alonsoruibal.com/snippet-flv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snippet: Join PDFs with pdftk</title>
		<link>http://www.alonsoruibal.com/snippet-pdftk/</link>
		<comments>http://www.alonsoruibal.com/snippet-pdftk/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 16:00:37 +0000</pubDate>
		<dc:creator>rui</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.alonsoruibal.com/?p=185</guid>
		<description><![CDATA[With pdftk we can (as well as a lot of other PDF-related operations) join PDFs in Linux, wich is something very useful. This is one example:
# pdftk file1.pdf  file2.pdf  file3.pdf cat output  file_output.pdf
For windows there is also Pdftk Builder, with a graphical interface.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-196" title="snippet" src="http://www.alonsoruibal.com/wp-content/uploads/2009/06/snippet.png" alt="snippet" width="150" height="150" />With pdftk we can (as well as a lot of other PDF-related operations) join PDFs in Linux, wich is something very useful. This is one example:</p>
<blockquote><p># pdftk file1.pdf  file2.pdf  file3.pdf cat output  file_output.pdf</p></blockquote>
<p>For windows there is also <a href="http://angusj.com/pdftkb/">Pdftk Builder</a>, with a graphical interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonsoruibal.com/snippet-pdftk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snippet: Hacer un screencast con Byzanz</title>
		<link>http://www.alonsoruibal.com/snippet-byzanz/</link>
		<comments>http://www.alonsoruibal.com/snippet-byzanz/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 13:58:09 +0000</pubDate>
		<dc:creator>rui</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.alonsoruibal.com/?p=191</guid>
		<description><![CDATA[Esta herramienta nos permite generar screencasts (grabaciones de nuestro escritorio) en formato GIF animado (sin sonido, claro). Por ejemplo, para generar un screencast de 60 segundos, y que espere 2 segundos para empezar a grabar:
# byzanz-record -c -d 60 &#8211;delay 2 screencast.gif
La -c es para que grabe el movimiento del cursor.
Hay otros programas para grabar [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-196" style="margin: 5px;" title="snippet" src="http://www.alonsoruibal.com/wp-content/uploads/2009/06/snippet.png" alt="snippet" width="150" height="150" />Esta herramienta nos permite generar screencasts (grabaciones de nuestro escritorio) en formato GIF animado (sin sonido, claro). Por ejemplo, para generar un screencast de 60 segundos, y que espere 2 segundos para empezar a grabar:</p>
<blockquote><p># byzanz-record -c -d 60 &#8211;delay 2 screencast.gif</p></blockquote>
<p>La -c es para que grabe el movimiento del cursor.</p>
<p>Hay otros programas para grabar screencasts, como <a href="http://live.gnome.org/Istanbul" target="_blank">Istambul</a> pero éste no me funciona bien en mi Debian Squeeze.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonsoruibal.com/snippet-byzanz/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
