<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: AVI to DVD Shell Script</title>
	<atom:link href="http://www.coderholic.com/avi-to-dvd-shell-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderholic.com/avi-to-dvd-shell-script/</link>
	<description>Addicted to Development</description>
	<lastBuildDate>Sun, 05 Sep 2010 22:12:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: foo</title>
		<link>http://www.coderholic.com/avi-to-dvd-shell-script/comment-page-1/#comment-2708</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Sat, 11 Apr 2009 19:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=107#comment-2708</guid>
		<description>Line 49
ffmpeg -i finalmovie.avi -y -target ${format}-dvd -sameq -aspect 16:9 finalmovie.mpg  

should be:
ffmpeg -i $input_file -y -target ${format}-dvd -sameq -aspect 16:9 finalmovie.mpg</description>
		<content:encoded><![CDATA[<p>Line 49<br />
ffmpeg -i finalmovie.avi -y -target ${format}-dvd -sameq -aspect 16:9 finalmovie.mpg  </p>
<p>should be:<br />
ffmpeg -i $input_file -y -target ${format}-dvd -sameq -aspect 16:9 finalmovie.mpg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
