Page 1 of 2

Re: How to Make an ISO file out of a DVD

PostPosted: Thu May 21, 2009 1:57 am
by Cell
I think k3b can do it.

Re: How to Make an ISO file out of a DVD

PostPosted: Thu May 21, 2009 9:31 pm
by SaddleTramp
Cell wrote:I think k3b can do it.

http://www.videohelp.com/forum/archive/ ... 46167.html
http://gnome-look.org/content/show.php/ ... tent=90330

Read thru and pick the iso creator...OR..

Copy & paste in "Text Editor"
Code: Select all
#! /bin/bash
##Creates an iso image from /dev/cdrom

echo -n "File name for iso image (ie. CdName.iso): "
read -e isoName

echo "please wait, reading CD..."
dd if=/dev/cdrom of=$isoName
save as "dvd2iso" (or whatever you prefer to call it)...place in /usr/share/nautilus-scripts..

**Thanks to disturbd1 for script

Re: How to Make an ISO file out of a DVD

PostPosted: Fri May 22, 2009 2:08 am
by Cell
Cool links SaddleTramp.

One can get over loaded with scripts...per say ;)

Re: How to Make an ISO file out of a DVD

PostPosted: Fri May 22, 2009 2:11 am
by SaddleTramp
Cell wrote:Cool links SaddleTramp.

One can get over loaded with scripts...per say ;)

Yep, most definitely!! ;)

Re: How to Make an ISO file out of a DVD

PostPosted: Mon May 25, 2009 2:17 am
by smuggly
k9copy can do it along with shrink it to 4.3 gigs....smuggly

Re: How to Make an ISO file out of a DVD

PostPosted: Sat May 30, 2009 2:31 pm
by smuggly
Have You Got All The Xtras Installed? Libdvdread3 And libdvdcss And All That?.....k9copy Works Good On Most Dvds.The Newer Copyright Stuff Throws It Every Now And Then.But Its Usually Really Good................smuggly

Re: How to Make an ISO file out of a DVD

PostPosted: Wed Jun 10, 2009 10:13 pm
by smuggly
Dont Know If You Got It Working But I Did.I Had To Install libdvdcss And That Takes Care Of It.......smuggly