<?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>BigSmoke &#187; DVD</title>
	<atom:link href="http://blog.bigsmoke.us/tag/dvd/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bigsmoke.us</link>
	<description>Smokes your problems, coughs fresh air.</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:03:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Burning media with wodim</title>
		<link>http://blog.bigsmoke.us/2010/07/22/burning-media-with-wodim</link>
		<comments>http://blog.bigsmoke.us/2010/07/22/burning-media-with-wodim#comments</comments>
		<pubDate>Thu, 22 Jul 2010 07:30:07 +0000</pubDate>
		<dc:creator>halfgaar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[cdrecord]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[growisofs]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[wodim]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=1517</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>
Every time I want to burn media, I have to look up again what the syntax is. So, for future reference, this post.
</p>

<p>
CD ISO image:
</p>

<pre class="php">wodim dev=/dev/sr1 -eject  ubuntu<span style="color: #cc66cc;">-10.04</span>-server-amd64.iso</pre>

<p>
For DVD&#8217;s it&#8217;s different. If you mimick the above command, you will have a DVD with the ISO file on it. I don&#8217;t know exactly, but you have to specify /dev/dvd=image.iso or something. When the next time I burn a DVD ISO arrives, I&#8217;ll update this post.
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2010/07/22/burning-media-with-wodim/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create DVDs from any random movie format on Windows</title>
		<link>http://blog.bigsmoke.us/2009/12/30/convertxtodvd</link>
		<comments>http://blog.bigsmoke.us/2009/12/30/convertxtodvd#comments</comments>
		<pubDate>Wed, 30 Dec 2009 12:42:49 +0000</pubDate>
		<dc:creator>Rowan Rodrik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Quicktime]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=964</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Ewald wanted to be able to create DVDs from the Quicktime movies exported by his digital camera. As a result of being away from my familiar Linux tools, I had to find something that´d work on Windows XP.</p>

<p>First, I tried <a href="http://www.mediacoderhq.com/">MediaCoder</a>, a Windows front-end (done in XUL) for mencoder, ffmpeg and more of these familiar tools. It was flexible enough, but quite awkward from an end-user perspective and also frustrating if you&#8217;re used to calling the supporting commands directly from the CLI.</p>

<p>Luckily, I stumbled upon <a href="http://www.vso-software.fr/products/convert_x_to_dvd/">ConvertXtoDVD</a>, a commercial Windows-only program which proved to be very user-friendly and intuitive without requiring the user to understand the ins and outs of each an every supported media format.</p>

<p>At 40 euro it&#8217;s a bit expensive if, like me, you&#8217;re used to staying at the  free software side of things, but I&#8217;d daresay it&#8217;s actually worth the money if you&#8217;re not an obsessive geek with obscene amounts of free time on his hands.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2009/12/30/convertxtodvd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing &#8220;expected NAV packet but none found&#8221; error on some downloaded DVD&#8217;s</title>
		<link>http://blog.bigsmoke.us/2009/06/19/fixing-expected-nav-packet-but-none-found-error-on-some-downloaded-dvds</link>
		<comments>http://blog.bigsmoke.us/2009/06/19/fixing-expected-nav-packet-but-none-found-error-on-some-downloaded-dvds#comments</comments>
		<pubDate>Fri, 19 Jun 2009 16:21:20 +0000</pubDate>
		<dc:creator>halfgaar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[xine]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=632</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>
With certain DVD&#8217;s, Xine fails when seeking in the movie saying &#8220;Expected NAV packet but none found&#8221;. It seems that I have finally found out how to fix this and it is not even difficult. If the theory is correct, it only happens with DVD&#8217;s obtained as an ISO image.
</p>

<p>
What you need to do, is mount the image over the loopback, copy the data files to another location and playing those copied files should work. You can then burn them to a video DVD if you want to, of course.
</p>

<p>
I have no idea why this works or what causes the error, but I&#8217;m glad I finally figured it out.
</p>

<p>
Also, some of these DVD&#8217;s don&#8217;t even play on normal players (so it&#8217;s not just Xine). This should fix that as well, but I have yet to test that.
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2009/06/19/fixing-expected-nav-packet-but-none-found-error-on-some-downloaded-dvds/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

