<?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: DVD to XviD Encoding with Mencoder</title>
	<atom:link href="http://savvyadmin.com/dvd-to-xvid-encoding-with-mencoder/feed/" rel="self" type="application/rss+xml" />
	<link>http://savvyadmin.com/dvd-to-xvid-encoding-with-mencoder/</link>
	<description>For savvy admins everywhere...</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:20:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: TuxNuX</title>
		<link>http://savvyadmin.com/dvd-to-xvid-encoding-with-mencoder/comment-page-1/#comment-1025</link>
		<dc:creator>TuxNuX</dc:creator>
		<pubDate>Fri, 13 Jan 2012 00:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://savvyadmin.com/?p=568#comment-1025</guid>
		<description>very good tuto thank :D

if you want resize after crop

exemple;

mencoder dvd:// -vf crop=704:576:8:0,scale=704:300 (other options)

fix aspect ratio

exemple;
mencoder dvd:// -force-avi-aspect 2.35:1 (other options)

for choose subtitle
mplayer dvd://1 -identify -frames 0 -vo null 2&gt;&amp;1 &#124; grep sid
Sous-titre ( sid ) : 0 langue : english
Sous-titre ( sid ) : 1 langue : french
Sous-titre ( sid ) : 2 langue : italian

exemple with french subtitle
mencoder dvd:// -sid 1 (other options)


full exemple with french subtitle, crop etc


mencoder dvd://1 -aid 128 -sid 1 -force-avi-aspect 2.35:1 -vf kerndeint,crop=704:416:10:80,scale=704:300 -oac mp3lame -lameopts q=0:aq=0 -ovc xvid -xvidencopts fixed_quant=2:autoaspect -o video.avi</description>
		<content:encoded><![CDATA[<p>very good tuto thank :D</p>
<p>if you want resize after crop</p>
<p>exemple;</p>
<p>mencoder dvd:// -vf crop=704:576:8:0,scale=704:300 (other options)</p>
<p>fix aspect ratio</p>
<p>exemple;<br />
mencoder dvd:// -force-avi-aspect 2.35:1 (other options)</p>
<p>for choose subtitle<br />
mplayer dvd://1 -identify -frames 0 -vo null 2&gt;&amp;1 | grep sid<br />
Sous-titre ( sid ) : 0 langue : english<br />
Sous-titre ( sid ) : 1 langue : french<br />
Sous-titre ( sid ) : 2 langue : italian</p>
<p>exemple with french subtitle<br />
mencoder dvd:// -sid 1 (other options)</p>
<p>full exemple with french subtitle, crop etc</p>
<p>mencoder dvd://1 -aid 128 -sid 1 -force-avi-aspect 2.35:1 -vf kerndeint,crop=704:416:10:80,scale=704:300 -oac mp3lame -lameopts q=0:aq=0 -ovc xvid -xvidencopts fixed_quant=2:autoaspect -o video.avi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

