<?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>OliverBrown.me.uk &#187; DVD</title>
	<atom:link href="http://www.oliverbrown.me.uk/tag/dvd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oliverbrown.me.uk</link>
	<description></description>
	<lastBuildDate>Sun, 21 Aug 2011 09:08:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Transcoding DVDs</title>
		<link>http://www.oliverbrown.me.uk/2007/01/17/transcoding-dvds/</link>
		<comments>http://www.oliverbrown.me.uk/2007/01/17/transcoding-dvds/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 22:02:33 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[5.1]]></category>
		<category><![CDATA[AVI]]></category>
		<category><![CDATA[DivX]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[ripping]]></category>
		<category><![CDATA[transcoding]]></category>
		<category><![CDATA[Xvid]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2007/01/16/transcoding-dvds/</guid>
		<description><![CDATA[Following my post about ripping DVDs, here is a method for transcoding the DVDs into something more manageable. I should point out that is probably for the more technical amongst you &#8211; there are certainly easier ways to do it but this has the advantage of being very automatable. Since MythTV (and Linux in general) [...]]]></description>
			<content:encoded><![CDATA[<p>Following my post about <a href="http://www.oliverbrown.me.uk/2007/01/14/ripping-dvds-part-1/">ripping DVDs</a>, here is a method for transcoding the DVDs into something more manageable. I should point out that is probably for the more technical amongst you &#8211; there are certainly easier ways to do it but this has the advantage of being very automatable.</p>
<p>Since <a href="http://www.oliverbrown.me.uk/2007/01/03/some-progress-with-mythtv/">MythTV</a> (and Linux in general) seems to like ffmpeg for video encoding/decoding, I figured I&#8217;d use that. You can get a <a href="http://ffdshow.faireal.net/mirror/ffmpeg/">binary version for Windows</a> and <a href="http://www.paulbeard.org/docs/ffmpeg/ffmpeg-doc.html">read the documentation</a>.</p>
<p>The actual command line I use to transcode is:<br />
<code>ffmpeg -i $in_file -vcodec xvid -qscale 5 -acodec copy $out_file</code></p>
<p>That means to use <code>$in_file</code> as input (a VOB file in my case), use the Xvid codec for the video, set the &#8220;quality&#8221; to 5, copy the audio straight from the original and save as <code>$out_file</code>. The quality in this case is just simplification of lots of other settings that are available. 1 is perfect and 31 is the worst. 5 results in files that are about 500MB per hour with MPEG artifacts that are visible when I&#8217;m sat at y desk but not when I sit on my bed six feet away which is where I normally watch video from. It may be worth transcoding a short clip with a few different settings to see which your happy with.</p>
<p>I made the whole process semi-automatic by writing a CLI PHP script that checks for VOB files in a specifc folder and transcodes the ones it finds. That way I can have the transcoding going on in the background while I <a href="http://www.oliverbrown.me.uk/2007/01/14/ripping-dvds-part-1/">rip the DVDs</a> (and then leave it running it overnight to finish). I could make it available to anyone who wants it, but a batch files doing the same thing would probably be more useful for people&#8230;</p>
<p>There is one last caveat. I originally encoded the movies with MP3 audio and then half way though decided I want to keep the 5.1 audio (which the above method does). However the version of ffmpeg I used at first had a problem such that AVIs with AC3 audio played back with no sound. If you have a similar problem make sure you have the latest version of ffmpeg you can get.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2007/01/17/transcoding-dvds/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.oliverbrown.me.uk @ 2012-02-07 09:49:34 -->
