LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   making an ISO out of a DVD (https://www.linuxquestions.org/questions/linux-general-1/making-an-iso-out-of-a-dvd-464675/)

lleb 07-16-2006 07:31 PM

making an ISO out of a DVD
 
i am trying to make an ISO out of my DVDs so i can keep them on my HD to play to my media box, instead of having to let the kids mess with them everytime they want to watch Nemo, or what ever.

I have tried the following and get these errors:

Code:

p4ssmahome:~# mkisofs -RJ -o hellraiser.iso /stuff/hellraiser
INFO:  ISO-8859-1 character encoding detected by locale settings.
        Assuming ISO-8859-1 encoded filenames on source filesystem,
        use -input-charset to override.
Total translation table size: 0
Total rockridge attributes bytes: 169
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 21000
181 extents written (0 MB)
p4ssmahome:~# mkisofs -RJ -o -input-charset hellraiser.iso /stuff/hellraiser
INFO:  ISO-8859-1 character encoding detected by locale settings.
        Assuming ISO-8859-1 encoded filenames on source filesystem,
        use -input-charset to override.
Total translation table size: 0
Total rockridge attributes bytes: 255
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 21000
362 extents written (0 MB)

when i run cdrecord -scanbus i get the following:

Code:

cdrecord -scanbus
Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu) Copyright (C) 1995-2005 Joerg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
      and thus may have bugs that are not present in the original version.
      Please send bug reports and support requests to <cdrtools@packages.debian.org>.
      The original author should not be bothered with problems of this version.

cdrecord: Warning: Running on Linux-2.6.15-1-686
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
Linux sg driver version: 3.5.33
Using libscg version 'debian-0.8debian2'.
cdrecord: Warning: using inofficial version of libscg (debian-0.8debian2 '@(#)scsitransp.c      1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling').
scsibus0:
        0,0,0    0) 'ATA    ' 'ST380023AS      ' '3.01' Disk
        0,1,0    1) *
        0,2,0    2) *
        0,3,0    3) *
        0,4,0    4) *
        0,5,0    5) *
        0,6,0    6) *
        0,7,0    7) *
scsibus1:
        1,0,0  100) 'ATA    ' 'ST3200822AS    ' '3.01' Disk
        1,1,0  101) *
        1,2,0  102) *
        1,3,0  103) *
        1,4,0  104) *
        1,5,0  105) *
        1,6,0  106) *
        1,7,0  107) *
scsibus6:
        6,0,0  600) '_NEC    ' 'DVD_RW ND-3540A ' '1.01' Removable CD-ROM
        6,1,0  601) *
        6,2,0  602) *
        6,3,0  603) *
        6,4,0  604) *
        6,5,0  605) *
        6,6,0  606) *
        6,7,0  607) *

so my DVD burner is there. K3B does not see the DVD burner sadly and states no video transcode, also no DVD burner to be selected... yes i am running as user for K3B, but i have used it to burn many CDs with no issues as user, did i just screw something up with the DVD burner?

Matir 07-16-2006 07:43 PM

First off, if you're talking about video DVDs (as in the reference to Nemo) you'll need to get a tool capable of 'ripping' video DVDs. k9copy is a good one.

Naturally, use only for backups and personal use, and make sure you comply with all applicable laws.

cs-cam 07-16-2006 07:59 PM

You can just use cat or dd to make an exact image of the DVD but then you're talking usually around 8GB of space whereas if you use something like acidrip (my pref) to rip it and encode to an MPEG-4 format you can have ample quality for around 1GB.

Might be worth thinking about :)

Matir 07-16-2006 08:06 PM

dd will not be able to read encrypted DVDs successfully.

lleb 07-16-2006 11:56 PM

Quote:

Originally Posted by Matir
dd will not be able to read encrypted DVDs successfully.

was going to use dvdrip, but did not want to convert and lose any detail from the vob files.

if dd will not work with encrypted DVDs, any sujestions other then k9copy, i prefer k3b, but those 2 do not play nice on my system.

Matir 07-16-2006 11:58 PM

I think with dvdrip you could set it to just rip and not transcode the files.

lleb 07-17-2006 11:03 AM

ok thanks.

ended up using DVD shrink in windows *frowns*


All times are GMT -5. The time now is 10:02 PM.