There are settings you could google out for ffmpeg to rip a dvd direct to avi, for instance:<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><p style="font-family: &#39;Times New Roman&#39;; font-size: medium; ">

* You can transcode decrypted VOBs:</p><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "><pre>ffmpeg -i snatch_1.vob -f avi -vcodec mpeg4 -b 800k -g 300 -bf 2 -acodec libmp3lame -ab 128k snatch.avi
</pre></span><p style="font-family: &#39;Times New Roman&#39;; font-size: medium; ">This is a typical DVD ripping example; the input is a VOB file, the output an AVI file with MPEG-4 video and MP3 audio. Note that in this command we use B-frames so the MPEG-4 stream is DivX5 compatible, and GOP size is 300 which means one intra frame every 10 seconds for 29.97fps input video. Furthermore, the audio stream is MP3-encoded so you need to enable LAME support by passing <code>--enable-libmp3lame</code> to configure. The mapping is particularly useful for DVD transcoding to get the desired audio language.</p>

<p style="font-family: &#39;Times New Roman&#39;; font-size: medium; ">So once you have the VOBs off the disc, transcoding is fairly straightforward using ffmpeg it seems (provided your version already has lame support, fairly sure I didn&#39;t have to compile it from source when I did it last, but I can&#39;t remember if I used mp3 audio or not...).</p>

<br><div class="gmail_quote">On Mon, Jun 13, 2011 at 1:07 PM, John Scott <span dir="ltr">&lt;<a href="mailto:john@raystorm.co.uk">john@raystorm.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Thanks for all the responses so far.<br>
<br>
I tried dvd::rip and found it very complicated. It failed to rip the dvd, which I think has more to do with incorrect settings than the dvd itself. I also tried k3b and found it easy to use but it also failed to rip the dvd.<br>


<br>
To answer the question about the output. All I want is an avi file of the main feature. The kids have a load of dvd&#39;s and no respect for them. I want to get them all onto a pc for them to watch then hide the dvd&#39;s away from them :)<br>


<br>
I will let you know if/when I succeed.<br>
<br>
Cheers<br><font color="#888888">
John</font><div class="im"><br>
<br>
<br>
On 13/06/11 10:28, Simon Hobson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dave Smith wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Whilst I haven&#39;t got any actual experience with this to confirm if it should work or not, my best bet would be look at Handrake - &lt;<a href="http://handbrake.fr/" target="_blank">http://handbrake.fr/</a>&gt;<a href="http://handbrake.fr/" target="_blank">http://handbrake.fr/</a> - which is a lovely little cross-platform transcoder that I&#39;ve used to transcode all my DVDs into Matroska file containers for playback via XBMC frontends.<br>


</blockquote>
<br>
IIRC Handbrake has come up fairly regularly on the Myth TV users list. On the other hand, AnyDVD is frequently recommended for it&#39;s ability to handle stuff that others don&#39;t.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It&#39;s my understanding that, under Linux (with libdvdcss2) the decoding should already be done for you (as it&#39;s needed to play the DVDs) so you just just be able to open the disc in Handbrake and go on from there.<br>


</blockquote>
<br>
Indeed. In theory all you need to do is copy the disk (either dd it to an image file, or copy the video_ts folder). Watching the comments on teh Myth list, it&#39;s clear that most commercial DVDs have something &#39;broken&#39; so as to stop this. Hence the variety of tools to work around this and &quot;fix&quot; the breakages.<br>


<br>
The other thing to consider is ... do you want a video file of the main feature, or a complete copy of the DVD with menus, extras, etc.<br>
<br>
</blockquote>
<br>
<br></div><div><div></div><div class="h5">
_______________________________________________<br>
Lancaster mailing list<br>
<a href="mailto:Lancaster@mailman.lug.org.uk" target="_blank">Lancaster@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/lancaster" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/lancaster</a><br>
</div></div></blockquote></div><br></div>