<?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: Mov to Avi or mov2avi for your mp4 player</title>
	<atom:link href="http://linxtrix.com/2007/11/19/mov-to-avi-or-mov2avi-for-your-mp4-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://linxtrix.com/2007/11/19/mov-to-avi-or-mov2avi-for-your-mp4-player/</link>
	<description>Web and Linux development stuff...</description>
	<lastBuildDate>Fri, 16 Oct 2009 04:30:32 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WillDeed</title>
		<link>http://linxtrix.com/2007/11/19/mov-to-avi-or-mov2avi-for-your-mp4-player/comment-page-1/#comment-1869</link>
		<dc:creator>WillDeed</dc:creator>
		<pubDate>Fri, 16 Oct 2009 04:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://linxtrix.com/2007/11/19/mov-to-avi-or-mov2avi-for-your-mp4-player/#comment-1869</guid>
		<description>Cheers on the idea simonb, but that alias isn&#039;t proper bash.  I believe that alias will work in tcsh if you replace $1 with \!^ or \!* but you need a function to do it in bash.  I use this:

function mov2avi () { mencoder -oac mp3lame -ovc lavc -vf scale=0:0:0:0:0:0:qpal $1 -o $1.avi; }</description>
		<content:encoded><![CDATA[<p>Cheers on the idea simonb, but that alias isn&#8217;t proper bash.  I believe that alias will work in tcsh if you replace $1 with \!^ or \!* but you need a function to do it in bash.  I use this:</p>
<p>function mov2avi () { mencoder -oac mp3lame -ovc lavc -vf scale=0:0:0:0:0:0:qpal $1 -o $1.avi; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simonb</title>
		<link>http://linxtrix.com/2007/11/19/mov-to-avi-or-mov2avi-for-your-mp4-player/comment-page-1/#comment-3</link>
		<dc:creator>simonb</dc:creator>
		<pubDate>Thu, 10 Jan 2008 16:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://linxtrix.com/2007/11/19/mov-to-avi-or-mov2avi-for-your-mp4-player/#comment-3</guid>
		<description>You can put this into ~/.bash_profile (or your shells equivalent) as :

alias mov2avi=&quot;mencoder -oac mp3lame -ovc lavc -vf scale=0:0:0:0:0:0:qpal $1 -o $1.avi &quot;

and call it as mov2avi filename.mov</description>
		<content:encoded><![CDATA[<p>You can put this into ~/.bash_profile (or your shells equivalent) as :</p>
<p>alias mov2avi=&#8221;mencoder -oac mp3lame -ovc lavc -vf scale=0:0:0:0:0:0:qpal $1 -o $1.avi &#8221;</p>
<p>and call it as mov2avi filename.mov</p>
]]></content:encoded>
	</item>
</channel>
</rss>
