<div><span class="gmail_quote">On 9/11/05, <b class="gmail_sendername">stephen</b> &lt;<a href="mailto:mythmail@nb.sympatico.ca">mythmail@nb.sympatico.ca</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Jesse Guardiani wrote:<br>&gt; Hello,<br>&gt;<br>&gt; How do I just rip an entire DVD (without transcoding) to disk
<br>&gt; as a single file?<br>&gt;<br>&gt; I don't want to rip it to multiple files, because then multiple<br>&gt; files will show up in the Videos section for the same DVD. But<br>&gt; I want everything, as DVD menus are necessary for some DVDs
<br>&gt; (i.e. TV series, like CSI - you need the menu to jump around<br>&gt; from show to show), and other special edition DVDs have all kinds<br>&gt; of extras that I don't want to lose.<br>&gt;<br>&gt; Any ideas?<br>&gt;
<br>&gt; Thanks!<br>&gt;<br><br>I use lsdvd ...<br><br>$ lsdvd /dev/cdrom<br>$ dd if=/dev/cdrom of=/path/to/videos/dir/[filename].iso<br><br>Works great.<br><br>Stephen</blockquote>
<div>&nbsp;</div>
<div>I just wrote a little script to do this tonight. I called it 'ripdvd'. It contains the following:</div>
<div>&nbsp;</div>
<div>mplayer <a href="dvd://1">dvd://1</a> &amp;<br>dd if=/dev/dvd of=/video/mythvideo/$1.iso bs=2048 &amp;</div><br>I just do 'ripdvd &lt;MOVIE_NAME&gt;'&nbsp; and it works great. The mplayer part is pretty kludgy, so I tried the lsdvd mentioned above. But I don't seem to have lsdvd in my distro (FC3), so I'll stick with mplayer for now and throw this out there for anyone else that might want to try it.
</div>
<div>&nbsp;</div>
<div>--g</div>