<?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>Linux, Java y programación &#187; gif</title>
	<atom:link href="http://casidiablo.net/tag/gif/feed/" rel="self" type="application/rss+xml" />
	<link>http://casidiablo.net</link>
	<description>Blog de Java, Programación y Linux</description>
	<lastBuildDate>Fri, 11 Nov 2011 05:41:21 +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>Convertir video en un GIF animado [ffmpeg]</title>
		<link>http://casidiablo.net/pasar-video-a-gif-animado/</link>
		<comments>http://casidiablo.net/pasar-video-a-gif-animado/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 19:22:46 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[animado]]></category>
		<category><![CDATA[convertir]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[imagen]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://casidiablo.net/?p=1970</guid>
		<description><![CDATA[Otro sencillo truco que nos permitirá transformar un video en una imagen GIF con movimiento. El comando como siempre es muy sencillo: ffmpeg -i video.mpeg imagen.gif Sin embargo, si te llega a salir el error [gif @ 0xb7f2b208]ERROR: gif only handles the rgb24 pixel format, solo debes modificar un poco el comando: ffmpeg -i video.mpeg [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcasidiablo.net%252Fpasar-video-a-gif-animado%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Convertir%20video%20en%20un%20GIF%20animado%20%5Bffmpeg%5D%22%20%7D);"></div>
<p style="text-align: center;"><img src="http://casidiablo.net/wordpress/wp-content/uploads/2008/10/video-gif.png" alt="video gif" /></p>
<p style="text-align: justify;">Otro sencillo truco que nos permitirá transformar un video en una imagen GIF con movimiento. El comando como siempre es muy sencillo:</p>
<div class="consola">ffmpeg -i video.mpeg imagen.gif</div>
<p style="text-align: justify;">Sin embargo, si te llega a salir el error <code>[gif @ 0xb7f2b208]ERROR: gif only handles the rgb24 pixel format</code>, solo debes modificar un poco el comando:</p>
<div class="consola">ffmpeg -i video.mpeg -pix_fmt rgb24 imagen.gif</div>
<p style="text-align: justify;">Con esto le indicamos a <code>ffmpeg</code> que el formato de los pixeles será rgb24.</p>

]]></content:encoded>
			<wfw:commentRss>http://casidiablo.net/pasar-video-a-gif-animado/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

