<?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>Flexion.Org Blog&#187; DVD Archives  &#8211; Flexion.Org Blog</title>
	<atom:link href="http://blog.flexion.org/index.php/tag/dvd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexion.org</link>
	<description>Bad grammar and typos for total strangers</description>
	<lastBuildDate>Sat, 20 Mar 2010 15:39:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
			<title>Flexion.Org Blog</title>
			<url>http://www.flexion.org/gravatar.jpeg</url>
			<link>http://blog.flexion.org</link>
			<width></width>
			<height></height>
			<description>Bad grammar and typos for total strangers</description>
		</image>		<item>
		<title>DVD to MPEG2-TS Ripper for Linux</title>
		<link>http://blog.flexion.org/index.php/2009/12/04/dvd-mpeg2ts-ripper-linux/</link>
		<comments>http://blog.flexion.org/index.php/2009/12/04/dvd-mpeg2ts-ripper-linux/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 07:53:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Audio & Video]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MPEG2-TS]]></category>
		<category><![CDATA[ripper]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=289</guid>
		<description><![CDATA[A while back I released a script that rips a DVD to MPEG-2 PS allowing the user to select one audio stream and one subtitle stream. Optionally the video can be requantised, using M2VRequantiser and an ISO image created. If creating an ISO image the chapters are also preserved from the original DVD. You can [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I released a script that rips a DVD to MPEG-2 PS allowing the user to select one audio stream and one subtitle stream. Optionally the video can be requantised, using M2VRequantiser and an ISO image created. If creating an ISO image the chapters are also preserved from the original DVD. You can see the original post below.</p>
<ul>
<li><a href="http://blog.flexion.org/index.php/2009/04/23/dvd-mpeg2ps-ripper-linux/" target="_self">DVD to MPEG-2 PS Ripper for Linux</a></li>
</ul>
<p>I&#8217;ve just released an update to that original script which fixes subtitles in the original MPEG-2 PS mode but now adds the capability to rip MPEG-2 TS. The video stream can still be shrunk and in MPEG-2 PS mode the video is still<br />
requantised but in MPEG-2 TS mode the video is re-encoded as H.264. Requantising is faster but can introduce artifacting. H.264 encoding is slower, but produces very good quality. I am currently re-importing my entire DVD collection, using this script, to my DLNA server using MPEG-2 TS and re-encoding the video to H.264. This gives me high quality rips at relatively small size (~3Gb) whilst preserving Dolby Digital 5.1 audio. Perfect for playback via DLNA on the PS3 <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="DVD to MPEG2 TS Ripper for Linux Picture" /> </p>
<p>Some things to be aware of:</p>
<ul>
<li>Subtitles are only supported in MPEG-2 PS mode.</li>
<li>MPEG-2 PS files created by this script are DVD compliant.</li>
<li>ISO files created by this script will preserve the chapters from the original DVD.</li>
<li>The PS3 can only play DTS audio in MPEG-2 PS streams when they have been authored to DVD.</li>
<li>The PS3 can only play subtitles in MPEG-2 PS streams when they have been authored to DVD.</li>
<li>The PS3 can&#8217;t play DTS audio in MPEG-2 TS streams therefore this script will transcode DTS to AC3 when in MPEG-2 TS mode.</li>
</ul>
<p>If you are running Ubuntu then I strongly suggest you add the Avenard repository to your system as it includes recent builds of mplayer and x264.</p>
<ul>
<li><a href="http://avenard.com/media/Ubuntu_Repository/Ubuntu_Repository.html" target="_blank">http://avenard.com/media/Ubuntu_Repository/Ubuntu_Repository.html</a></li>
</ul>
<p>To download the script and find out how to make full use of it visit the release page below.</p>
<ul>
<li><a href="http://code.flexion.org/DVD-to-MPG.html" target="_self">DVD-to-MPG</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/index.php/2009/12/04/dvd-mpeg2ts-ripper-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DVD to MPEG2-PS Ripper for Linux</title>
		<link>http://blog.flexion.org/index.php/2009/04/23/dvd-mpeg2ps-ripper-linux/</link>
		<comments>http://blog.flexion.org/index.php/2009/04/23/dvd-mpeg2ps-ripper-linux/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 16:50:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Audio & Video]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[M2VRequantiser]]></category>
		<category><![CDATA[MPEG2-PS]]></category>
		<category><![CDATA[ripper]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=244</guid>
		<description><![CDATA[Every so often I find myself in looking through the ex-rental DVD &#8220;bargain bin&#8221;. Quite often I find something I consider a bargain. However, the experience of watching an ex-rental DVD is typically ruined by the various trailers and marketing guff at the start which you can&#8217;t skip. My wife hates that stuff, and I [...]]]></description>
			<content:encoded><![CDATA[<p>Every so often I find myself in looking through the ex-rental DVD &#8220;bargain bin&#8221;. Quite often I find something I consider a bargain. However, the experience of watching an ex-rental DVD is typically ruined by the various trailers and marketing guff at the start which you can&#8217;t skip. My wife hates that stuff, and I love my wife, so I routinely rip the main feature of newly acquired ex-rental DVD movies so we can avoid that crap. I run a Mediatomb DLNA server and I want to load it with all my DVDs. Ripping them helps reduce the amount of storage I will require. MPEG2-PS files are compatible with my PS3 which is the client to my Mediatomb DLNA server.</p>
<p>As a solution to the above I created this script, which can extract the main feature from a DVD video, allowing the user to select one audio stream and one subtitle stream. Optionally the video can be requantised, using M2VRequantiser, and an ISO image created. If creating an ISO image the chapters are also preserved from the original DVD.</p>
<ul>
<li>See the <a rel="nofollow" href="http://code.flexion.org/" target="_self">Code</a> section of my site for the download and more details.</li>
</ul>
<p>DVD-toMPG.sh was released on April 23rd 2009 to help celebrate <a href="http://en.wikipedia.org/wiki/St_George%27s_Day" target="_blank">St. George&#8217;s Day</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/index.php/2009/04/23/dvd-mpeg2ps-ripper-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Converting DVB-T to DVD Compliant MPEG-2</title>
		<link>http://blog.flexion.org/index.php/2009/01/22/converting-dvb-t-to-dvd-compliant-mpeg-2/</link>
		<comments>http://blog.flexion.org/index.php/2009/01/22/converting-dvb-t-to-dvd-compliant-mpeg-2/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 22:46:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Audio & Video]]></category>
		<category><![CDATA[DVB]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Freeview]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MPEG-2]]></category>
		<category><![CDATA[Project-X]]></category>
		<category><![CDATA[PS3]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/index.php/2009/01/22/converting-dvb-t-to-dvd-compliant-mpeg-2/</guid>
		<description><![CDATA[I am just about to clean up and convert another batch of programmes I have recorded from Freeview (DVB-T in the UK) so that I can add them to my DLNAServer. I thought I&#8217;d share the  method I use on Ubuntu.
By clean up, I mean edit out any adverts and trim crap from the [...]]]></description>
			<content:encoded><![CDATA[<p>I am just about to clean up and convert another batch of programmes I have recorded from Freeview (DVB-T in the UK) so that I can add them to my <a href="http://wiki.flexion.org/DLNAServer.html">DLNAServer</a>. I thought I&#8217;d share the  method I use on Ubuntu.</p>
<p>By clean up, I mean edit out any adverts and trim crap from the start and the end of the recordings. It just so happends that the result of this process is a DVD compliant MPEG-2 which is suitable for DVD authoring, or in my case, streaming around the house. This method of conversion should work for any DVB PVR which allows you to export recordings via USB and, of course, <a href="http://www.mythtv.org/" target="_blank">MythTV</a> or similar.</p>
<ul>
<li>Happy <a href="http://wiki.flexion.org/DVBRipping.html">DVBRipping</a> <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="Converting DVB T to DVD Compliant MPEG 2 Picture" /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/index.php/2009/01/22/converting-dvb-t-to-dvd-compliant-mpeg-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DVD Box Sets &#8211; Extended Film Watching Session is Coming</title>
		<link>http://blog.flexion.org/index.php/2006/02/15/dvd_box_sets__extended_film_watching_session_is_coming/</link>
		<comments>http://blog.flexion.org/index.php/2006/02/15/dvd_box_sets__extended_film_watching_session_is_coming/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 12:25:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Home Cinema]]></category>
		<category><![CDATA[DVD]]></category>

		<guid isPermaLink="false">http://www.flexion.org/blog/?p=44</guid>
		<description><![CDATA[Today I finally got around to ordering some stuff from Amazon.co.uk using the vouchers I was given as present at Christmas. I have ordered The Matrix Trilogy and The Lord of the Rings Trilogy (Extended Edition Box Set) which I hope arrive before the weekend as my wife is away for a few days and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finally got around to ordering some stuff from Amazon.co.uk using the vouchers I was given as present at Christmas. I have ordered The Matrix Trilogy and The Lord of the Rings Trilogy (Extended Edition Box Set) which I hope arrive before the weekend as my wife is away for a few days and I feel I need to spend some time (or a couple of days to get through both box sets)  in our home cinema <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="DVD Box Sets   Extended Film Watching Session is Coming Picture" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/index.php/2006/02/15/dvd_box_sets__extended_film_watching_session_is_coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
