<?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>Pario TechnoBlob &#187; mkisofs</title>
	<atom:link href="http://pario.no/tag/mkisofs/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:17:58 +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>Howto copy a DVD-9 (dual-layer) movie in linux (fast)</title>
		<link>http://pario.no/2008/10/15/howto-copy-a-dvd-9-dual-layer-movie-in-linux-fast/</link>
		<comments>http://pario.no/2008/10/15/howto-copy-a-dvd-9-dual-layer-movie-in-linux-fast/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:46:29 +0000</pubDate>
		<dc:creator>digitalznake</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[k9copy]]></category>
		<category><![CDATA[mkisofs]]></category>
		<category><![CDATA[vobcopy]]></category>

		<guid isPermaLink="false">http://pario.no/?p=754</guid>
		<description><![CDATA[More and more people are getting dual-layer DVD-burners and don&#8217;t want to compromise quality by shrinking the movie down to DVD-5 (singel-layer) copies. This howto will show you how to make a 1:1 (unshrinked and unencrypted) ISO-image of an encrypted DVD-9 movie in linux using the commandline. Prerequisites (these are likeley available in your distros [...]]]></description>
			<content:encoded><![CDATA[<p>More and more people are getting dual-layer DVD-burners and don&#8217;t want to compromise quality by shrinking the movie down to DVD-5 (singel-layer) copies. This howto will show you how to make a 1:1 (unshrinked and unencrypted) ISO-image of an encrypted DVD-9 movie in linux using the commandline.</p>
<p><strong>Prerequisites</strong> (these are likeley available in your distros repositories/packet-manager..)</p>
<ul><strong>vobcopy</strong> &#8211; <em>Copy the structures and files of a DVD to hardisk </em><a href="http://vobcopy.org">Homepage</a><br />
<strong>mkisofs</strong> &#8211; <em>Create ISO9660/Joliet/HFS ISO images from filesystem </em><a href="http://cdrecord.berlios.de/old/private/mkisofs.html">Homepage</a></ul>
<p>Note: vobcopy is dependant on libdvdread and libdvdcss for copying encrypted disks to HD.</p>
<p><strong>Copy DVD to HD</strong><br />
Mount your dvd to your filesystem and run vobcopy.</p>
<p>Note: This example assumes that your DVD-reader is accessible through /dev/dvd and that you mount it to /mnt/dvd. The actual device name for your system may differ!</p>
<pre># mount /dev/dvd /mnt/dvd
# vobcopy -v -m -i /mnt/dvd</pre>
<p>Make sure you start vobcopy from a place in the filesystem where you have enough free space.</p>
<p><strong>Make an ISO-image of the extracted files</strong></p>
<pre># cd MOVIE_FOLDER
# mkisofs -v -dvd-video -o ../MOVIE_NAME.iso .</pre>
<p>You should now have a MOVIE_NAME.iso image that is ready to burn with your favourite burning tool &#8211; offcourse you will need a dual-layer burner and a DVD+R DL disc to go :)</p>
<p>Tip: If you need DVD-9 to DVD-5 copies (like DVDshrink does), I recommend k9copy <a href="http://k9copy.sourceforge.net/">Homepage</a></p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/vobcopy.org","http:\/\/cdrecord.berlios.de\/old\/private\/mkisofs.html","http:\/\/k9copy.sourceforge.net\/"];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDgvMTAvMTUvaG93dG8tY29weS1hLWR2ZC05LWR1YWwtbGF5ZXItbW92aWUtaW4tbGludXgtZmFzdC88d3B0Yj5Ib3d0byBjb3B5IGEgRFZELTkgKGR1YWwtbGF5ZXIpIG1vdmllIGluIGxpbnV4IChmYXN0KTx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2008/10/15/howto-copy-a-dvd-9-dual-layer-movie-in-linux-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dump/image CDROM to ISO file</title>
		<link>http://pario.no/2007/05/07/dumpimage-cdrom-to-iso-file-2/</link>
		<comments>http://pario.no/2007/05/07/dumpimage-cdrom-to-iso-file-2/#comments</comments>
		<pubDate>Mon, 07 May 2007 11:10:52 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[mkisofs]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/05/07/dumpimage-cdrom-til-iso-fil/</guid>
		<description><![CDATA[To create an ISO image from your CD/DVD, place the media in your drive but do not mount it. If it automounts, unmount it. # dd if=/dev/cdrom of=/path/til/ISO-fil To make an ISO image from files on your hard drive, create a directory which holds the files you want. Then use the mkisofs command # mkisofs [...]]]></description>
			<content:encoded><![CDATA[<p>To create an ISO image from your CD/DVD, place the media in your drive but do not mount it. If it automounts, unmount it. </p>
<pre>
# dd if=/dev/cdrom of=/path/til/ISO-fil</pre>
<p>To make an ISO image from files on your hard drive, create a directory which holds the files you want. Then use the mkisofs command</p>
<pre>
# mkisofs -o outputfile.iso /my/folder/</pre>
<p>The resultfile is called <b>outputfile.iso</b> witch contains all the files in the <b>/my/folder/</b> folder.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDUvMDcvZHVtcGltYWdlLWNkcm9tLXRvLWlzby1maWxlLTIvPHdwdGI%2BRHVtcC9pbWFnZSBDRFJPTSB0byBJU08gZmlsZTx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/05/07/dumpimage-cdrom-to-iso-file-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create ISO file with mkisofs</title>
		<link>http://pario.no/2007/04/16/create-iso-file-with-mkisofs/</link>
		<comments>http://pario.no/2007/04/16/create-iso-file-with-mkisofs/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 22:06:57 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[mkisofs]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/04/16/create-iso-file-with-mkisofs/</guid>
		<description><![CDATA[The AUDIO_TS/ and VIDEO_TS/ directories are required by the dvd video standard, and contain all of the menus and video that will be used when you put this dvd into your home dvd player. # mkisofs -dvd-video -udf -o dvd.iso dvd_fs This will create the iso image dvd.iso that you can burn to a real [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>AUDIO_TS/</strong> and <strong>VIDEO_TS/</strong> directories are required by the dvd video standard, and contain all of the menus and video that will be used when you put this dvd into your home dvd player.</p>
<pre># mkisofs -dvd-video -udf -o dvd.iso dvd_fs</pre>
<p>This will create the iso image <strong>dvd.iso</strong> that you can burn to a real dvd with <strong>dvdrecord</strong></p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDQvMTYvY3JlYXRlLWlzby1maWxlLXdpdGgtbWtpc29mcy88d3B0Yj5DcmVhdGUgSVNPIGZpbGUgd2l0aCBta2lzb2ZzPHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/04/16/create-iso-file-with-mkisofs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

