<?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>Sometimes People Ask Things &#187; mencoder</title>
	<atom:link href="http://paulojacob.com/wp/tag/mencoder/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulojacob.com/wp</link>
	<description>Stuff I like to share about Linux, Life and The Lord</description>
	<lastBuildDate>Sun, 15 Aug 2010 17:05:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to convert a DVD to avi using Linux</title>
		<link>http://paulojacob.com/wp/2010/08/how-to-convert-a-dvd-to-avi-using-linux/</link>
		<comments>http://paulojacob.com/wp/2010/08/how-to-convert-a-dvd-to-avi-using-linux/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 16:19:53 +0000</pubDate>
		<dc:creator>Paulo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[mencoder]]></category>

		<guid isPermaLink="false">http://paulojacob.com/wp/?p=111</guid>
		<description><![CDATA[To convert a DVD to avi I use the following command:
mencoder dvd://1 -alang en -ovc xvid -xvidencopts bitrate=1500:autoaspect -oac mp3lame -lameopts br=128 -o ~/OUTPUT_FILE
The dvd://1 can change depending on the DVD. What I do is to enter mplayer dvd://1 and check if that starts the main movie. If it does not, I try dvd://2 and [...]]]></description>
		<wfw:commentRss>http://paulojacob.com/wp/2010/08/how-to-convert-a-dvd-to-avi-using-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert a video file for the MEMUP Wizzle portable video player</title>
		<link>http://paulojacob.com/wp/2010/07/how-to-convert-a-video-file-for-the-memup-wizzle-portable-video-player/</link>
		<comments>http://paulojacob.com/wp/2010/07/how-to-convert-a-video-file-for-the-memup-wizzle-portable-video-player/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 15:17:42 +0000</pubDate>
		<dc:creator>Paulo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[Memup]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[Wizzle]]></category>

		<guid isPermaLink="false">http://paulojacob.com/wp/?p=93</guid>
		<description><![CDATA[I own a really cheap MEMUP Wizzle video player. It plays regular mp3 files, but it&#8217;s not simple to get videos to run on it.
This device uses a AVI video compression codec (sherpya mencoder-mingw) with some strange options (version 1.0, based Xvid 1.1 video with 20 fps and audio codec 0&#215;0050 mpeg1 layer 2, 44100khz [...]]]></description>
		<wfw:commentRss>http://paulojacob.com/wp/2010/07/how-to-convert-a-video-file-for-the-memup-wizzle-portable-video-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert AVI (or something else) to FLV</title>
		<link>http://paulojacob.com/wp/2010/03/convert-avi-or-something-else-to-flv/</link>
		<comments>http://paulojacob.com/wp/2010/03/convert-avi-or-something-else-to-flv/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 22:26:04 +0000</pubDate>
		<dc:creator>Paulo</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mencoder]]></category>

		<guid isPermaLink="false">http://paulojacob.com/wp/?p=26</guid>
		<description><![CDATA[To convert a video to the Flash Video format, use the mencoder command like this:
mencoder &#60;SOURCE_VIDEO&#62; -o &#60;OUTPUT_VIDEO&#62;.flv -of lavf -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3
Some (older?) versions of mencoder will require you to add the option -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
This assumes you have the lamemp3 libs installed and that the output video [...]]]></description>
		<wfw:commentRss>http://paulojacob.com/wp/2010/03/convert-avi-or-something-else-to-flv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
