LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-16-2006, 07:31 PM   #1
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
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?
 
Old 07-16-2006, 07:43 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
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.
 
Old 07-16-2006, 07:59 PM   #3
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
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
 
Old 07-16-2006, 08:06 PM   #4
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
dd will not be able to read encrypted DVDs successfully.
 
Old 07-16-2006, 11:56 PM   #5
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Original Poster
Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
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.
 
Old 07-16-2006, 11:58 PM   #6
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
I think with dvdrip you could set it to just rip and not transcode the files.
 
Old 07-17-2006, 11:03 AM   #7
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Original Poster
Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
ok thanks.

ended up using DVD shrink in windows *frowns*
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you merge 4 CD ISO images into one DVD ISO image? nsydenham Linux - Software 6 01-15-2007 09:49 AM
problem making iso backup from dvd minm Linux - Newbie 14 12-23-2005 06:35 PM
Making DVD ISO tywarren Linux - Software 1 12-22-2005 09:25 AM
Making bootable Suse 9.3 DVD from 5-CD iso parsek77 SUSE / openSUSE 1 06-15-2005 11:16 AM
Making a DVD Install ISO... a3Rogue Slackware 2 06-26-2004 08:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration