Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dvdbackup [2017/05/06 01:00] beandogdvdbackup [2025/04/21 06:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== dvdbackup ====== ====== dvdbackup ======
  
-''dvdbackup'' will do a binary sort on the cell sectors when copying themThis can lead to copies that are not bit-exact or possibly have chapters that are out of order on one track (see dvdbackup.c bsort_min_to_max function). I'm guessing it's designed to make reads more efficient so it's not skipping back and forth.+  * [[https://dvdbackup.sourceforge.net/|dvdbackup homepage]]
  
-I'm not sure if this is a real problem or notI found it on one DVD that's fussy to rip anyway (DSNYR, track 3064), and I'd have to query a lot to see if it'common, and even more to see if it'problematic+The latest release of this is from 2012. You can still build it from sourcebut **it will break with modern libdvdread**. Use your package manager to install it (if it has it), as this will be patched to work properly. Alternatively, use [[dvd_backup]] from my [[dvd_info]] software packages. 
 + 
 +This is what use to backup ALL my DVDs. I like it a lot
 + 
 +<code> 
 +dvdbackup -M -p -i /dev/sr0 -n DVD_TITLE 
 +</code> 
 + 
 +''dvdbackup'' will do a binary sort on the cell sectors when copying them. This can lead to copies that are not bit-exact or possibly have chapters that are out of order on one track (see dvdbackup.c bsort_min_to_max function). I'm guessing it'designed to make reads more efficient so it'not skipping back and forth.
  
-Found it while working on ''dvd_copy_track''.+I'm not sure if this is a real problem or not, I found it on one DVD that's fussy to rip anyway (DSNYR, track 3064), and I'd have to query a lot to see if it's common, and even more to see if it's problematic.