<?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>J-Doc &#187; video</title>
	<atom:link href="http://jsilva.komodoopenlab.com/blog/archives/tag/video/feed" rel="self" type="application/rss+xml" />
	<link>http://jsilva.komodoopenlab.com/blog</link>
	<description>inclusion, equity, open source</description>
	<lastBuildDate>Fri, 20 Jan 2012 01:29:56 +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>Grab video from a DV camera with Kino</title>
		<link>http://jsilva.komodoopenlab.com/blog/archives/359</link>
		<comments>http://jsilva.komodoopenlab.com/blog/archives/359#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:59:49 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<category><![CDATA[GNU | Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[dv]]></category>
		<category><![CDATA[GNU linux]]></category>
		<category><![CDATA[ieee1394]]></category>
		<category><![CDATA[kino]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://jsilva.komodoopenlab.com/blog/?p=359</guid>
		<description><![CDATA[First, you need to make sure you have kino installed: $ sudo apt-get install kino then, connect your camera with the firewire cable and make sure the iee1394 module is loaded. Doing: $ lsmod &#124; grep ieee1394 should give you: ieee1394 108288 4 dv1394,raw1394,sbp2,ohci1394 Now make sure the device /dev/raw1394 has been created. Doing: $ [...]]]></description>
		<wfw:commentRss>http://jsilva.komodoopenlab.com/blog/archives/359/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video editing with Linux</title>
		<link>http://jsilva.komodoopenlab.com/blog/archives/245</link>
		<comments>http://jsilva.komodoopenlab.com/blog/archives/245#comments</comments>
		<pubDate>Sun, 22 Feb 2009 23:17:16 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<category><![CDATA[GNU | Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://jsilva.komodoopenlab.com/blog/?p=245</guid>
		<description><![CDATA[Convert to FLV: $ ffmpeg -i original_video.avi -qscale [quality] -s [WxH] -ar 22050 converted_video.flv Join multiple videos: $ mencoder -oac copy -ovc copy -o joined.avi clip1.avi clip2.avi [...] Extract a clip from a video: $ ffmpeg -qscale 1 -acodec mp3 -ab 256k -ss [start time in hh:mm:ss] \ -t [length in hh:mm:ss] -i video.avi clip.avi [...]]]></description>
		<wfw:commentRss>http://jsilva.komodoopenlab.com/blog/archives/245/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encode a windows-compatible video</title>
		<link>http://jsilva.komodoopenlab.com/blog/archives/151</link>
		<comments>http://jsilva.komodoopenlab.com/blog/archives/151#comments</comments>
		<pubDate>Fri, 07 Nov 2008 14:32:33 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<category><![CDATA[GNU | Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[GNU linux]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://jsilva.komodoopenlab.com/blog/?p=151</guid>
		<description><![CDATA[There are a lot of constantly updated video and audio codecs available in Linux. Unfortunately, the choice in Windows is way more limited. Because of this, it is common that videos compressed with the best and latests codecs in Linux cannot be read by common Windows applications. Luckily, You can encode windows-compatible videos in Linux [...]]]></description>
		<wfw:commentRss>http://jsilva.komodoopenlab.com/blog/archives/151/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

