<?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>Red Stars &#187; Computer Repair</title>
	<atom:link href="http://blog.red-stars.net/category/technology/computer-repair/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.red-stars.net</link>
	<description>Programming, food, and rambling</description>
	<lastBuildDate>Sat, 08 May 2010 16:19:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Replacing an Inspiron 1525 LCD video</title>
		<link>http://blog.red-stars.net/technology/computer-repair/replacing-an-inspiron-1525-lcd-video/</link>
		<comments>http://blog.red-stars.net/technology/computer-repair/replacing-an-inspiron-1525-lcd-video/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 16:46:27 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computer Repair]]></category>

		<guid isPermaLink="false">http://red-stars.net/wordpress/?p=101</guid>
		<description><![CDATA[Simple step by step guide to replacing the LCD on a Dell Inspiron 1525 laptop. Check out the source code that went into making this video! It uses AviSynth scripting to speed up small sections. video = DirectShowSource("MVI_0480.AVI") fps = 20 speedfactor = 4 return video.Trim(0,2300) ++ \ video.Trim(2300,3250).AssumeFPS(fps*speedfactor).ChangeFPS(fps) ++ \ video.Trim(3251,5999) ++ \ video.Trim(6000, [...]]]></description>
			<content:encoded><![CDATA[<p>Simple step by step guide to replacing the LCD on a Dell Inspiron 1525 laptop.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/56e3fSk_XdM&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/56e3fSk_XdM&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><span id="more-101"></span></p>
<p>Check out the source code that went into making this video! It uses AviSynth scripting to speed up small sections.<br />
<code>video = DirectShowSource("MVI_0480.AVI")</p>
<p>fps = 20<br />
speedfactor = 4</p>
<p>return video.Trim(0,2300) ++ \<br />
	video.Trim(2300,3250).AssumeFPS(fps*speedfactor).ChangeFPS(fps) ++ \<br />
	video.Trim(3251,5999) ++ \<br />
	video.Trim(6000, 6300).AssumeFPS(fps*speedfactor).ChangeFPS(fps) ++ \<br />
	video.Trim(6301,9599) ++ \<br />
	video.Trim(9600, 11300).AssumeFPS(fps*speedfactor).ChangeFPS(fps) ++ \<br />
	video.Trim(11301,0)</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.red-stars.net/technology/computer-repair/replacing-an-inspiron-1525-lcd-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
