<?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>deelab.org &#187; video</title>
	<atom:link href="http://www.deelab.org/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deelab.org</link>
	<description>There&#039;s no place like 127.0.0.1</description>
	<lastBuildDate>Mon, 21 Nov 2011 10:23:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>embeddo il video di Nss</title>
		<link>http://www.deelab.org/2009/03/28/embeddo-il-video-di-nss/</link>
		<comments>http://www.deelab.org/2009/03/28/embeddo-il-video-di-nss/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 18:05:22 +0000</pubDate>
		<dc:creator>dax</dc:creator>
				<category><![CDATA[archlinux]]></category>
		<category><![CDATA[tales]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[embedded]]></category>

		<guid isPermaLink="false">http://www.deelab.org/wordpress/?p=358</guid>
		<description><![CDATA[ArchLinux Italia from Luca Lanziani on Vimeo. Bellissimo]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3895936&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3895936&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://vimeo.com/3895936">ArchLinux Italia</a> from <a href="http://vimeo.com/user1497718">Luca Lanziani</a> on <a href="http://vimeo.com">Vimeo</a>.<br />
Bellissimo <img src='http://www.deelab.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.deelab.org/2009/03/28/embeddo-il-video-di-nss/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>me (aka dax) playing tremulous</title>
		<link>http://www.deelab.org/2008/02/10/me-aka-dax-playing-tremulous/</link>
		<comments>http://www.deelab.org/2008/02/10/me-aka-dax-playing-tremulous/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 17:07:24 +0000</pubDate>
		<dc:creator>dax</dc:creator>
				<category><![CDATA[tremulous]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[transcode]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.deelab.org/wordpress/2008/02/10/me-aka-dax-playing-tremulous/</guid>
		<description><![CDATA[dax @ Tremulous from Dario &#039;Dax&#039; Vilardi on Vimeo. trem split videos while recording, so after a first past $ffmpeg -i video.avi -ar 44100 -b 2048 -f mpeg -s 800x600 video2.mpg i have appended the second part with first $ cat video1.mpg video2.mpg > outout.mpg and finally the last past with $transcode -G 0.5 -i <a href='http://www.deelab.org/2008/02/10/me-aka-dax-playing-tremulous/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><object width="533" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4188412&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=1&amp;show_portrait=0&amp;color=c9ff23&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4188412&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=1&amp;show_portrait=0&amp;color=c9ff23&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="533" height="400"></embed></object><br /><a href="http://vimeo.com/4188412">dax @ Tremulous</a> from <a href="http://vimeo.com/dario">Dario &#039;Dax&#039; Vilardi</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>trem split videos while recording, so after a first past<br />
<code>$ffmpeg -i video.avi -ar 44100 -b 2048 -f mpeg -s 800x600 video2.mpg</code><br />
i have appended the second part with first<br />
<code>$ cat video1.mpg video2.mpg > outout.mpg</code><br />
and finally the last past with<br />
<code>$transcode -G 0.5 -i output.mpg -o final.mpg -y ffmpeg -F mpeg4 -w 2048</code></p>
<p>not to bad, quite simple <img src='http://www.deelab.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.deelab.org/2008/02/10/me-aka-dax-playing-tremulous/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

