USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

DVD ripping software that can ignore read errors? *SOLVED*
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications
View previous topic :: View next topic  
Author Message
BrionS
Sr. Member


Joined: 04 Jul 2024
Posts: 1074
Location: Rochester, NY

PostPosted: Fri Jul 07, 2024 11:20 am    Post subject: DVD ripping software that can ignore read errors? *SOLVED* Reply with quote

Does anyone know of DVD ripping software that has the ability to ignore bad sectors / read errors?

The reason I ask is because I'm trying to backup my Underworld Evolution disc but Sony's copy protection includes a bunch of bad sectors scattered throughout the disc that - from what I read - need to be ignored (and replaced on disc with dummy sectors).

I've tried all the following with no luck:

vobcopy
transcode
mencoder
dvd::rip
ogmrip

None of them seem to be able to handle bad sectors. Sad

Assuming nothing exists, does anyone know where I can start learning the ins and outs of DVDs to go write a patch for transcode or mencoder to allow the replacement of bad sectors with dummy sectors? Smile

Thanks!
Brion




Last edited by BrionS on Sat Nov 17, 2024 4:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
mr_ed
Site Admin


Joined: 28 Aug 2024
Posts: 3819
Location: 42 miles north of Ogdensburg, NY

PostPosted: Fri Jul 07, 2024 2:30 pm    Post subject: Reply with quote

I tried it with our Memoirs of a Geisha DVD, and had a similar problem. I even went over to the dark side (aka Windoze) and tried DVD Decrypter and that didn't work either. Neutral

I ended up going to a filesharing site to download a FRICKIN MOVIE THAT I ALREADY "OWN."


Note: own is in quotes because you still don't own it, even though you shelled out $10-$20 for it. If we owned it, we could do whatever we wanted with it.



_________________
Desktop: Ubuntu 7.10 "Gutsy Gibbon"
Laptop: Ubuntu 7.04 "Feisty Fawn"
Back to top
View user's profile Send private message Visit poster's website
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2730
Location: Kent, United Kingdom

PostPosted: Fri Jul 07, 2024 7:45 pm    Post subject: Reply with quote

I know its a windows app but you can use a program called DVDFab to decrypt Sony's copy protection. There is a trial version available but I haven't got the link to hand at the moment.



_________________
Windows Vista / Ubuntu 8.10
Back to top
View user's profile Send private message
coastie
Moderator Bot


Joined: 24 Apr 2024
Posts: 3064
Location: The Fox Den in the Big Easy

PostPosted: Fri Jul 07, 2024 9:28 pm    Post subject: Reply with quote

thanks richard, maybe we could run it with wine. Idea



_________________
Ubuntu on the thinkpad
Easy Peasy on the EEEPC
Desktop is down.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
BrionS
Sr. Member


Joined: 04 Jul 2024
Posts: 1074
Location: Rochester, NY

PostPosted: Fri Jul 07, 2024 10:06 pm    Post subject: Reply with quote

Ooh...I forgot about Wine (or Crossover Office). Perhaps I'll download and try DVDFab with that.

I know there are a bunch of Windows apps that can do it in a series of steps, but I haven't even found one Linux DVD ripper that lets you "ignore read errors" or skip bad sectors.

Thanks....I'll have to try that later. (Headin' out to see Pirates of the Carribbean: Dead Man's Chest tonight, so may not have time to try right now.)



_________________
Ubuntu 8.10 (64-bit), Ubuntu 7.10 (64-bit)
OpenFiler 2.2 (rPath Linux base), Mythbuntu 8.10
Back to top
View user's profile Send private message
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2730
Location: Kent, United Kingdom

PostPosted: Sat Jul 08, 2024 3:11 pm    Post subject: Reply with quote

coastie wrote:
thanks richard, maybe we could run it with wine. Idea


Haven't had chance to try it as I do not have access to linux box at present. Sad


Back to top
View user's profile Send private message
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Mon Jul 10, 2024 1:45 am    Post subject: Reply with quote

http://mrbass.org/linux/ubuntu/dvdshrink/



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
unreal.geek
Member


Joined: 21 Sep 2024
Posts: 202
Location: /dev/random

PostPosted: Tue Jul 11, 2024 6:42 pm    Post subject: Reply with quote

Have you tried dd?
Code:
dd if=/dev/dvd of=/path/to/output.iso

This will copy the dvd bit for bit, with no compression, so the output file will be huge, I don't know how it would handle bad sectors, worth a try I suppose.



_________________
Gentoo kernel 2.6.18-rc4-no2
Back to top
View user's profile Send private message Send e-mail AIM Address
jbsnake
Moderator


Joined: 02 Dec 2024
Posts: 1726
Location: Georgia

PostPosted: Wed Jul 12, 2024 2:40 pm    Post subject: Reply with quote

nice link crouse



_________________
laptop: Arch Linux - Kernel 2.6.24-ARCH
server: Arch Linux - Kernel 2.6.33-ARCH
Back to top
View user's profile Send private message
mr_ed
Site Admin


Joined: 28 Aug 2024
Posts: 3819
Location: 42 miles north of Ogdensburg, NY

PostPosted: Wed Jul 12, 2024 3:33 pm    Post subject: Reply with quote

Unfortunately DVD Shrink won't work with Memoirs of a Geisha. It bails, too. Sad



_________________
Desktop: Ubuntu 7.10 "Gutsy Gibbon"
Laptop: Ubuntu 7.04 "Feisty Fawn"
Back to top
View user's profile Send private message Visit poster's website
jbsnake
Moderator


Joined: 02 Dec 2024
Posts: 1726
Location: Georgia

PostPosted: Wed Jul 12, 2024 6:10 pm    Post subject: Reply with quote

use dvd decrypter first... then shrink the iso...



_________________
laptop: Arch Linux - Kernel 2.6.24-ARCH
server: Arch Linux - Kernel 2.6.33-ARCH
Back to top
View user's profile Send private message
mr_ed
Site Admin


Joined: 28 Aug 2024
Posts: 3819
Location: 42 miles north of Ogdensburg, NY

PostPosted: Thu Jul 13, 2024 2:39 pm    Post subject: Reply with quote

jbsnake, see my first post in this thread.



_________________
Desktop: Ubuntu 7.10 "Gutsy Gibbon"
Laptop: Ubuntu 7.04 "Feisty Fawn"
Back to top
View user's profile Send private message Visit poster's website
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2730
Location: Kent, United Kingdom

PostPosted: Thu Jul 13, 2024 4:45 pm    Post subject: Reply with quote

DVD Decrypter will not work with the later type DVD encryptions used on the more recent disks. you have use something like DVDFab.



_________________
Windows Vista / Ubuntu 8.10
Back to top
View user's profile Send private message
coastie
Moderator Bot


Joined: 24 Apr 2024
Posts: 3064
Location: The Fox Den in the Big Easy

PostPosted: Fri Jul 14, 2024 2:48 am    Post subject: Reply with quote

hey BrionS: i ran across this live distro based on PCLinuxOS, called Video Linux, it looks promising. here's the link for distro watch, and here are some screenies Very Happy .



_________________
Ubuntu on the thinkpad
Easy Peasy on the EEEPC
Desktop is down.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
nukes
Linux Guru


Joined: 29 Aug 2024
Posts: 4558

PostPosted: Thu Jul 20, 2024 11:45 am    Post subject: Reply with quote

Maybe if you used DD_Rescue (there's a thread about it on here somewhere) and just told it to NULL-pad the bad sectors. Then pointed whatever tool at that image rather than using /dev/hdc or whatever.



_________________
Gentoo x86-64 2.6.29.1
FreeBSD 7-CURRENT
Arch x86 2.6.30
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse