<?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>Ramblings of a Coder&#039;s Mind &#187; DirectShow</title>
	<atom:link href="http://karunab.com/tag/directshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://karunab.com</link>
	<description>Got Tech? Will Hack.</description>
	<lastBuildDate>Thu, 06 Oct 2011 10:48:07 +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>Playing videos in RAR archives</title>
		<link>http://karunab.com/2009/12/07/playing-videos-in-rar-archives/</link>
		<comments>http://karunab.com/2009/12/07/playing-videos-in-rar-archives/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:43:05 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[DirectShow]]></category>
		<category><![CDATA[MPC]]></category>
		<category><![CDATA[On-The-Fly]]></category>
		<category><![CDATA[RAR]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=281</guid>
		<description><![CDATA[A lot of people today download videos (TV shows and movies) off the internet using torrents or Usenet. Most sources pack the videos in multi-part RAR archives to minimize loss in case of error prone transfer. Though this does not &#8230; <a href="http://karunab.com/2009/12/07/playing-videos-in-rar-archives/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A lot of people today download videos (TV shows and movies) off the internet using torrents or Usenet. Most sources pack the videos in multi-part RAR archives to minimize loss in case of error prone transfer. Though this does not make much sense usually on protocols such as the bittorrent protocol but it does on the <a href="http://en.wikipedia.org/wiki/Warez_scene" target="_blank">scene</a> where data is transferred using FTP. In such cases, you are left with a lot of rar files that you have to keep (if you&#8217;re seeding on trackers) and extract every time you want to play them.</p>
<p>Some video players like <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a> and <a href="http://xbmc.org/" target="_blank">XBMC</a> came up with a solution. On the fly extraction of multi-part archives to play videos. Not all players support this though. Just recently, I came across something that can solve this problem. You can now use <a href="http://www.v12pwr.com/RARFileSource/" target="_blank">RARFileSource</a> to get your favourite video player to read videos in RAR files and play them.  RARFileSource is a DirectShow filter which let&#8217;s most video players read RAR files on the fly. The only restriction is that the video should not be compressed. Thankfully, this is the scene norm so you need not worry. Just install the application (117 KB) and drag drop a RAR archive on to your favourite video player. Works fine with <a href="http://mpc-hc.sourceforge.net/" target="_self">MPC: HC</a> for me and <a href="http://www.microsoft.com/windows/windowsmedia/player/" target="_blank">WMP</a> for <a href="http://blog.thedt.net" target="_blank">dt</a> (who suggested this to me).</p>
<p>Now you can seed your files and play them from the RAR archives directly only extracting them when you need to give them to someone else ;) Cool, eh? :D</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2009/12/07/playing-videos-in-rar-archives/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

